Skip to content

Commit

Permalink
移除json格式
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitotsubashi committed Oct 27, 2023
1 parent 52b083b commit 78b7945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vscode-ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ module.exports = {

1. `sagaroute.working`: 决定`sagaroute-vscode`是否开启监听**路由文件目录**的变化以动态生成约定式路由列表,如下所示:

```json
```js
{
// true代表开启监控
"sagaroute.working": true
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ext/doc/Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ navigate(`/form/${params}`);

用户也可以自定义路由的高亮样式,在`.vscode/settings.json`中,提供了`sagaroute.decoration`去设置高亮样式,如下所示:

```json
```js
{
"sagaroute.decoration": {
"color": "#ad4e00", // 路由字体颜色
Expand Down

0 comments on commit 78b7945

Please sign in to comment.