feat:数字学习卡

This commit is contained in:
R524809
2025-11-26 18:03:29 +08:00
parent 61e7781bf8
commit 698109e6f5
37 changed files with 872 additions and 158 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export function recordShareSuccess(): void {
*/
export function shouldShowShareGuide(): boolean {
// TODO: 开启分享引导
// return true;
return false;
// 如果今天已经分享过,不需要显示引导
if (hasSharedToday()) {
return false;