From 51f798d64ec93bd2c560e5716dc2faef1876234c Mon Sep 17 00:00:00 2001 From: cxh16 Date: Tue, 14 Apr 2026 15:23:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=BB=98=E8=AE=A4=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/zh-CN.ts | 4 ++-- src/views/Home/Index.vue | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 3b6c2e904..9e7337081 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -201,7 +201,7 @@ export default { workplace: { welcome: '你好', happyDay: '祝你开心每一天!', - toady: '今日晴', + toady: '今日晴,鸿运当头', notice: '通知公告', project: '项目数', access: '项目访问', @@ -455,4 +455,4 @@ export default { preview: '预览' }, 'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错 -} \ No newline at end of file +} diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index cfb6a0f94..a42aa8dce 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -210,9 +210,9 @@ let totalSate = reactive({ const getCount = async () => { const data = { - project: 40, + project: 4, access: 2340, - todo: 10 + todo: 0 } totalSate = Object.assign(totalSate, data) } @@ -245,7 +245,7 @@ const getProject = async () => { time: new Date('2025-03-04'), color: '#ff4d4f' }, - { + /*{ name: 'yudao-cloud', icon: 'material-symbols:cloud-outline', message: 'github.com/YunaiV/yudao-cloud', @@ -260,7 +260,7 @@ const getProject = async () => { personal: 'Vue3 + vben5(antd) 管理后台', time: new Date('2025-05-06'), color: '#e18525' - }, + },*/ { name: 'yudao-ui-admin-uniapp', icon: 'ant-design:mobile',