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>
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"appID": "com.example.ace.helloworld",
|
|
"appName": "HelloAce",
|
|
"versionName": "1.0.0",
|
|
"versionCode": 1,
|
|
"minPlatformVersion": "zsdk 1.0.0",
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/detail/detail"
|
|
]
|
|
}
|