Skip to content

Commit b67a8ab

Browse files
dongchengjiestd-microblock
authored andcommitted
feat(schema): improve schema and add zh-CN version
1 parent 13156cd commit b67a8ab

File tree

3 files changed

+901
-263
lines changed

3 files changed

+901
-263
lines changed

CONFIG_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
## Schema
1212

1313
Breeze Shell 配置文件的 JSON Schema 位于
14-
[resources/schema.json](./resources/schema.json),在配置文件内写入
14+
[resources/schema-zh_CN.json](./resources/schema-zh_CN.json),在配置文件内写入
1515

1616
```json
1717
{
18-
"$schema": "https://raw.githubusercontent.com/std-microblock/breeze-shell/refs/heads/master/resources/schema.json"
18+
"$schema": "https://raw.githubusercontent.com/std-microblock/breeze-shell/refs/heads/master/resources/schema-zh_CN.json"
1919
}
2020
```
2121

0 commit comments

Comments
 (0)