diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 51f2a71..9719344 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -30,10 +30,16 @@ - 登录即同意 - 《用户协议》 - 和 - 《隐私政策》 + + 登录即同意 + 《用户协议》 + + 《隐私政策》 + + + Copyright © {{ getYear() }} 有来开源组织 + All Rights Reserved + @@ -88,6 +94,9 @@ const goToPrivacy = () => { url: "/pages/mine/privacy/index", }); }; +const getYear = () => { + return new Date().getFullYear(); +}; diff --git a/src/pages/mine/about/index.vue b/src/pages/mine/about/index.vue index c812206..1b53ce0 100644 --- a/src/pages/mine/about/index.vue +++ b/src/pages/mine/about/index.vue @@ -4,7 +4,7 @@ vue-uniapp-template - 版本 1.0.0 + 版本 {{ version }} @@ -19,15 +19,6 @@ 优质项目 - - - vue-uniapp-template - - 基于 uni-app + Vue 3 + TypeScript 的项目,集成了 ESLint、Prettier、Stylelint、Husky 和 - Commitlint 等工具,确保代码规范与质量。 - - - vue3-element-admin @@ -37,7 +28,15 @@ - + + + vue-uniapp-template + + 基于 uni-app + Vue 3 + TypeScript 的项目,集成了 ESLint、Prettier、Stylelint、Husky 和 + Commitlint 等工具,确保代码规范与质量。 + + + youlai-boot @@ -57,15 +56,16 @@ -