add 2021
This commit is contained in:
29
2048l/entry/src/main/config.json
Normal file
29
2048l/entry/src/main/config.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"app": {
|
||||
"bundleName": "com.xcl2048.myapplication",
|
||||
"vendor": "xcl2048",
|
||||
"version": {
|
||||
"code": 1000000,
|
||||
"name": "1.0.0"
|
||||
}
|
||||
},
|
||||
"deviceConfig": {},
|
||||
"module": {
|
||||
"deviceType": [
|
||||
"Wearable"
|
||||
],
|
||||
"distro": {
|
||||
"deliveryWithInstall": true,
|
||||
"moduleName": "entry",
|
||||
"moduleType": "entry"
|
||||
},
|
||||
"js": [
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index"
|
||||
],
|
||||
"name": "default"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user