fix: 本地ui优先已读

This commit is contained in:
Tim
2025-08-20 20:55:22 +08:00
parent 22c9bd7d39
commit 99644046fc
3 changed files with 15 additions and 17 deletions

View File

@@ -95,7 +95,6 @@ const closeMilkTeaPopup = () => {
if (!process.client) return
localStorage.setItem('milkTeaActivityPopupShown', 'true')
showMilkTeaPopup.value = false
checkNotificationSetting()
}
const checkNotificationSetting = async () => {
@@ -108,7 +107,6 @@ const closeNotificationPopup = () => {
if (!process.client) return
localStorage.setItem('notificationSettingPopupShown', 'true')
showNotificationPopup.value = false
checkNewMedals()
}
const checkNewMedals = async () => {
if (!process.client) return