UNPKG
create-unibest
Version:
latest (4.0.16)
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.3.0
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.11
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.1
3.0.0
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.0.0
1.19.0
1.18.7
1.18.6
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.1
1.17.0
1.16.0
1.15.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
快速创建 unibest 项目的脚手架工具
unibest.tech
create-unibest
/
features
/
i18n
/
schema.json
14 lines
(13 loc)
•
284 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"
$schema
"
:
"http://json-schema.org/draft-07/schema#"
,
"type"
:
"object"
,
"properties"
: {
"locales"
: {
"type"
:
"array"
,
"items"
: {
"type"
:
"string"
},
"default"
: [
"zh-Hans"
,
"en"
],
"description"
:
"支持的语言列表"
} },
"required"
: [] }