feat:V2.5.3 修改下载分享弹窗问题、新增连连看

This commit is contained in:
R524809
2025-12-17 18:00:22 +08:00
parent 4a3ad82d08
commit a8ed4a2cfc
11 changed files with 700 additions and 6 deletions
+2 -3
View File
@@ -61,10 +61,9 @@ export function recordShareSuccess(): void {
* @returns true表示需要显示分享引导,false表示不需要
*/
export function shouldShowShareGuide(): boolean {
// TODO: 开启分享引导
return false;
// 如果今天已经分享过,不需要显示引导
if (hasSharedToday()) {
const env = getApp().globalData.env;
if (env === 'develop' || hasSharedToday()) {
return false;
}
// 如果今天已经下载过,需要显示引导