mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-08-27 02:11:20 -04:00
87223c37dd
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"appID": "com.example.ace.helloworld",
|
|
"appName": "HelloAce",
|
|
"versionName": "1.0.0",
|
|
"versionCode": 1,
|
|
"minPlatformVersion": "1.0.1",
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/detail/detail"
|
|
],
|
|
"window": {
|
|
"designWidth": 750,
|
|
"autoDesignWidth": false
|
|
}
|
|
}
|