From 8c5011186bf7a9a0032226ada94d04977f4b5273 Mon Sep 17 00:00:00 2001 From: KUN1007 Date: Sun, 22 Oct 2023 23:15:07 +0800 Subject: [PATCH] feat: kungalgame page i18n --- src/components/top-bar/KUNGalgameTopBar.vue | 13 +- src/store/types/settings.d.ts | 2 +- src/views/kungalgame/KUNGalgame.vue | 391 ++++++++++++++++++-- 3 files changed, 366 insertions(+), 40 deletions(-) diff --git a/src/components/top-bar/KUNGalgameTopBar.vue b/src/components/top-bar/KUNGalgameTopBar.vue index 42ba74c2..6a1e4388 100644 --- a/src/components/top-bar/KUNGalgameTopBar.vue +++ b/src/components/top-bar/KUNGalgameTopBar.vue @@ -92,6 +92,7 @@ onBeforeRouteLeave(() => { > +
// 网站字体 diff --git a/src/views/kungalgame/KUNGalgame.vue b/src/views/kungalgame/KUNGalgame.vue index 5195ab68..007a3a01 100644 --- a/src/views/kungalgame/KUNGalgame.vue +++ b/src/views/kungalgame/KUNGalgame.vue @@ -1,16 +1,14 @@