增加群相册功能,长按朋友圈文字可以复制

This commit is contained in:
cansnow
2026-01-20 18:09:59 +08:00
parent db99bebcb4
commit 37b53b54ff
15 changed files with 489 additions and 32 deletions
+13 -1
View File
@@ -377,6 +377,12 @@
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/conversation/groupAlbum/groupAlbum",
"style": {
"navigationBarTitleText": ""
}
}
],
"tabBar": {
@@ -418,5 +424,11 @@
"app-plus": {
"bounce": "none"
}
}
},
"easycom": {
"autoscan": true,
"custom": {
"^c-(.*)": "@/components/$1/index.vue"
}
}
}