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

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
+2 -2
View File
@@ -18,7 +18,7 @@
//screen.orientation.type = "";
screen.orientation.lock('portrait');
// #endif
// #ifndef MP
// #ifdef MP
console.error(
`暂时不支持运行到小程序端`
);
@@ -540,7 +540,7 @@
_this.checkUpdate();
},
fail(e){
//console.log(e);
console.log(e);
}
});
}