feat:下载分享检查

This commit is contained in:
R524809
2025-11-21 17:17:36 +08:00
parent ddab64bb20
commit ec773a650c
27 changed files with 267 additions and 181076 deletions
+2 -1
View File
@@ -61,6 +61,8 @@ export function recordShareSuccess(): void {
* @returns true表示需要显示分享引导,false表示不需要
*/
export function shouldShowShareGuide(): boolean {
// TODO: 开启分享引导
// return true;
// 如果今天已经分享过,不需要显示引导
if (hasSharedToday()) {
return false;
@@ -68,4 +70,3 @@ export function shouldShowShareGuide(): boolean {
// 如果今天已经下载过,需要显示引导
return hasDownloadedToday();
}