This commit is contained in:
zpc 2025-05-26 18:20:41 +08:00
parent 8c1ae3ce9d
commit 2ab53bb895

View File

@ -33,7 +33,7 @@ class WebAppPlatform extends H5Platform {
return navigator.share({ title, text: desc, url });
}
// 降级方案
alert(`请手动分享:${url}`);
// alert(`请手动分享:${url}`);
}