fix: 修复分享弹窗打开逻辑

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

View File

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