From 1281030e326b0dac7c4dde8393a6f44899af198a Mon Sep 17 00:00:00 2001 From: engigu Date: Sun, 10 Aug 2025 16:42:14 +0800 Subject: [PATCH] chore: update site about display --- .../pages/settings/AboutSettings.vue | 71 +++++++++++++------ web/src/components/ui/Pagination.vue | 2 +- web/src/vite-env.d.ts | 5 +- web/vite.config.ts | 3 + 4 files changed, 58 insertions(+), 23 deletions(-) diff --git a/web/src/components/pages/settings/AboutSettings.vue b/web/src/components/pages/settings/AboutSettings.vue index 3d768d5..7f1dec6 100644 --- a/web/src/components/pages/settings/AboutSettings.vue +++ b/web/src/components/pages/settings/AboutSettings.vue @@ -1,5 +1,5 @@ @@ -65,30 +77,34 @@ export default { {{ tech }} - +

功能特性

- +
+ {{ feature }} +
- +

系统信息

- 版本: + 系统版本: {{ state.version }}
-
+ +
+ 构建时间: + {{ new Date(state.buildTime).toLocaleString('zh-CN') }}
- +

版本日志

@@ -103,8 +119,20 @@ export default { 版本更新日志
-
-
{{ state.versionLog }}
+
+
+
+
+
+ {{ line }} +
+
+
+
📝
+
暂无版本日志
+
+
@@ -112,18 +140,19 @@ export default {
- +
- +
-

© {{ new Date().getFullYear() }} {{ state.copyright }}

-

如有问题请联系系统管理员

-

- +

© {{ new Date().getFullYear() }} {{ state.copyright }} + GitHub 仓库

+

如有问题请联系系统管理员

+
diff --git a/web/src/components/ui/Pagination.vue b/web/src/components/ui/Pagination.vue index dc3eba1..199279e 100644 --- a/web/src/components/ui/Pagination.vue +++ b/web/src/components/ui/Pagination.vue @@ -1,7 +1,7 @@