一天只能弹出一次
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-01-18 20:56:28 +08:00
parent e54aab64d2
commit 2e897baa45
5 changed files with 27 additions and 12 deletions

View File

@@ -6,7 +6,6 @@ import { useConfigStore } from "shared/store/config"
import { useConfigUpdate } from "shared/composables/configUpdate"
import { useMaxKB } from "shared/composables/maxkb"
import { useUserStore } from "shared/store/user"
import LoginSummaryModal from "shared/components/LoginSummaryModal.vue"
const isDark = useDark()
const configStore = useConfigStore()
@@ -61,7 +60,6 @@ provide("hljs", hljsInstance)
>
<n-message-provider>
<router-view></router-view>
<LoginSummaryModal />
</n-message-provider>
</n-config-provider>
</template>