mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-02 22:42:14 +08:00
24 lines
403 B
JSON
24 lines
403 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.21.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"channel": "preview"
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"channel": "production"
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|