mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
移出player
This commit is contained in:
@@ -508,7 +508,7 @@
|
||||
const updateInfo = ref<VersionInfo | null>(null)
|
||||
|
||||
const handleNotification = (type: string, itemType: string, level?: number) => {
|
||||
const settings = gameStore.player.notificationSettings
|
||||
const settings = gameStore.notificationSettings
|
||||
if (!settings) return
|
||||
|
||||
// 检查主开关
|
||||
|
||||
Reference in New Issue
Block a user