diff --git a/src/components/error/404.vue b/src/components/error/404.vue new file mode 100644 index 0000000..27ed800 --- /dev/null +++ b/src/components/error/404.vue @@ -0,0 +1,91 @@ + + + \ No newline at end of file diff --git a/src/components/settings/AboutCard.vue b/src/components/settings/AboutCard.vue index 15d6c4d..ed90a74 100644 --- a/src/components/settings/AboutCard.vue +++ b/src/components/settings/AboutCard.vue @@ -31,6 +31,15 @@ > 报告问题 + + QQ 群 + - 本项目与 IslandCaller 无关 + 本项目与 IslandCaller 没有从属关系 IslandCaller 是由 HUSX100 开发的基于 ClassIsland @@ -110,7 +119,7 @@ append-icon="mdi-link" > - 本项目与 ClassIsland 无关 + 本项目与 ClassIsland 没有从属关系 ClassIsland 是由 HelloWRC diff --git a/src/pages/404.vue b/src/pages/404.vue new file mode 100644 index 0000000..a4281d4 --- /dev/null +++ b/src/pages/404.vue @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/vite.config.mjs b/vite.config.mjs index 65b8d53..e2a253c 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -24,7 +24,7 @@ export default defineConfig({ registerType: 'autoUpdate', devOptions: { navigateFallback: 'index.html', - enabled: true, + enabled: false, suppressWarnings: true, },