add login summary
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-01-18 20:10:54 +08:00
parent 8747974f8d
commit e54aab64d2
5 changed files with 152 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ 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()
@@ -60,6 +61,7 @@ provide("hljs", hljsInstance)
>
<n-message-provider>
<router-view></router-view>
<LoginSummaryModal />
</n-message-provider>
</n-config-provider>
</template>