diff --git a/TimetableView/src/main/config.json b/TimetableView/src/main/config.json index 5715de551ae5008d9299a5b15a02eabf84e942d4..757256019cd05b85b793d5d9a0850904943f7ed8 100644 --- a/TimetableView/src/main/config.json +++ b/TimetableView/src/main/config.json @@ -3,13 +3,12 @@ "bundleName": "com.zhuangfei.ohos_timetableview", "vendor": "zhuangfei", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { "compatible": 5, - "target": 5, - "releaseType": "Beta1" + "target": 5 } }, "deviceConfig": {}, diff --git a/entry/src/main/config.json b/entry/src/main/config.json index ef4b1c6fabcd2f68111bf273db7616762c0fda97..5f900e3fb4202b14e0971a0b822ac554fc6c9d52 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,15 +3,13 @@ "bundleName": "com.zhuangfei.ohos_timetableview", "vendor": "chinasoft", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { "compatible": 5, "target": 5, - "releaseType": "Beta1", - - + "releaseType" : "Release" } }, "deviceConfig": {}, @@ -55,7 +53,7 @@ "name": "com.zhuangfei.ohos_timetableview.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -71,7 +69,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.AttrAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -87,7 +85,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.BaseFucAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -103,7 +101,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.CustomWidthAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -119,7 +117,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.DateAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -135,7 +133,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.DateDelayAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -151,7 +149,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.ElasticAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -167,7 +165,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.ExtrasAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -183,7 +181,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.FlaglayoutAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -199,7 +197,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.ItemStyleAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -215,7 +213,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.LocalConfigAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -231,7 +229,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.NonViewAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -247,7 +245,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.SimpleAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -263,7 +261,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.SlideAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }, @@ -279,7 +277,7 @@ "orientation": "unspecified", "name": "com.zhuangfei.ohos_timetableview.ability.ColorPoolAbility", "icon": "$media:icon", - "label": "timetableview", + "label": "$string:app_name", "type": "page", "launchType": "standard" }