diff --git a/src/assets/index.scss b/src/assets/index.scss index 554bc366..9d135006 100644 --- a/src/assets/index.scss +++ b/src/assets/index.scss @@ -5,8 +5,8 @@ */ @import "fonts/index.css"; -@import url("themes/default.css"); -@import url("themes/dark.css"); +@import "themes/default.css"; +@import "themes/dark.css"; :root { /* font */ diff --git a/src/components/app/t-gameNav.vue b/src/components/app/t-gameNav.vue index 01a991d7..c089d716 100644 --- a/src/components/app/t-gameNav.vue +++ b/src/components/app/t-gameNav.vue @@ -128,7 +128,7 @@ async function toBBS(link: URL): Promise { }