Skip to content

Commit f040929

Browse files
committed
update quickapp 配置
1 parent 38356b1 commit f040929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@
8181
},
8282
/* 快应用特有相关 */
8383
"quickapp": {},
84-
"quickapp-vue": {
84+
"quickapp-native": {
8585
"icon": "/static/logo.png",
8686
"package": "com.example.demo",
8787
"features": [{
8888
"name": "system.clipboard"
8989
}]
9090
},
91-
"quickapp-light": {
91+
"quickapp-webview": {
9292
"icon": "/static/logo.png",
9393
"package": "com.example.demo",
9494
"features": [{

0 commit comments

Comments
 (0)