From 808ed2a83b57093e52748df37f76ff092965a786 Mon Sep 17 00:00:00 2001 From: chenhaibo <495810242@qq.com> Date: Tue, 4 Feb 2025 19:50:57 +0800 Subject: [PATCH] add page:About --- html/NextGB/index.html | 2 +- html/NextGB/public/logo.svg | 44 ++++ html/NextGB/src/App.vue | 25 ++- html/NextGB/src/assets/logo.svg | 45 ++++- html/NextGB/src/router/index.ts | 19 +- html/NextGB/src/views/setting/About.vue | 191 ++++++++++++++++++ .../NextGB/src/views/setting/SettingsView.vue | 4 +- 7 files changed, 323 insertions(+), 7 deletions(-) create mode 100644 html/NextGB/public/logo.svg create mode 100644 html/NextGB/src/views/setting/About.vue diff --git a/html/NextGB/index.html b/html/NextGB/index.html index 0d41463..ed1b2b4 100644 --- a/html/NextGB/index.html +++ b/html/NextGB/index.html @@ -2,7 +2,7 @@ - + NextGB diff --git a/html/NextGB/public/logo.svg b/html/NextGB/public/logo.svg new file mode 100644 index 0000000..f045388 --- /dev/null +++ b/html/NextGB/public/logo.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/html/NextGB/src/App.vue b/html/NextGB/src/App.vue index 01c928d..5947473 100644 --- a/html/NextGB/src/App.vue +++ b/html/NextGB/src/App.vue @@ -83,7 +83,8 @@ onMounted(() => { 系统设置 - 基本设置 + 基本设置 + 关于 @@ -98,6 +99,9 @@ onMounted(() => {
+ + +