Merge branch 'feat/liujie'

This commit is contained in:
2026-02-07 18:13:15 +08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
"projectname": "playBallTogether", "projectname": "playBallTogether",
"description": "playBallTogether", "description": "playBallTogether",
"appid": "wx815b533167eb7b53", "appid": "wx815b533167eb7b53",
"setting": { "setting": {
"urlCheck": true, "urlCheck": true,
"es6": true, "es6": true,

View File

@@ -57,7 +57,7 @@ function Index() {
await delay(1000); await delay(1000);
if (from !== "publish") { if (from === "publish") {
handleShare(true); handleShare(true);
} }
}; };