mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-12 23:20:48 +08:00
fix: 本地ui优先已读
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user