We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13156cd commit b67a8abCopy full SHA for b67a8ab
CONFIG_zh.md
@@ -11,11 +11,11 @@
11
## Schema
12
13
Breeze Shell 配置文件的 JSON Schema 位于
14
-[resources/schema.json](./resources/schema.json),在配置文件内写入
+[resources/schema-zh_CN.json](./resources/schema-zh_CN.json),在配置文件内写入
15
16
```json
17
{
18
- "$schema": "https://raw.githubusercontent.com/std-microblock/breeze-shell/refs/heads/master/resources/schema.json"
+ "$schema": "https://raw.githubusercontent.com/std-microblock/breeze-shell/refs/heads/master/resources/schema-zh_CN.json"
19
}
20
```
21
0 commit comments