switch to stage mode

Signed-off-by: ohos-lsw <lishiwei6@huawei.com>
This commit is contained in:
ohos-lsw
2023-01-09 15:07:59 +08:00
parent 732846c26f
commit 8f2445e5cd
86 changed files with 7019 additions and 6406 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"app": {
"bundleName": "com.ohos.contactsdataability",
"vendor": "ohos",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "",
"label": "$string:app_name",
"distributedNotificationEnabled": true,
"minAPIVersion": 9,
"targetAPIVersion": 9
}
}
@@ -0,0 +1,8 @@
{
"string":[
{
"name": "app_name",
"value": "ContactsData"
}
]
}