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 @@