mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-26 16:41:58 +00:00
arkts适配
Signed-off-by: gengzhengxing <gengzhengxing1@h-partners.com>
This commit is contained in:
parent
bd3f56573c
commit
8eb0bf1933
@ -5,7 +5,7 @@
|
||||
"name": "default",
|
||||
"signingConfig": "default",
|
||||
"compileSdkVersion": 10,
|
||||
"compatibleSdkVersion": 9
|
||||
"compatibleSdkVersion": 10
|
||||
}
|
||||
],
|
||||
"signingConfigs": [
|
||||
|
@ -46,7 +46,6 @@ export struct AppMenu {
|
||||
}
|
||||
}
|
||||
this.isBothTypeMenuExist = this.fixedMenuList.length > 0 && this.dynamicMenuList.length > 0;
|
||||
AppStorage.setOrCreate('contextMenuState', true);
|
||||
}
|
||||
|
||||
aboutToDisappear(): void {
|
||||
|
Loading…
Reference in New Issue
Block a user