From 7a671b62b0a1388c9933a0d9bd698a6eb8b048ed Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 24 二月 2025 14:45:54 +0800 Subject: [PATCH] # --- rsf-admin/src/page/dashboard/index.jsx | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/dashboard/index.jsx b/rsf-admin/src/page/dashboard/index.jsx index 9c22ac1..977c941 100644 --- a/rsf-admin/src/page/dashboard/index.jsx +++ b/rsf-admin/src/page/dashboard/index.jsx @@ -31,7 +31,11 @@ }} > <WordEffect - words={translate('page.welcome')} + words={translate('page.welcome.index')} + color={theme.palette.mode === 'light' ? '#666' : '#eeeeee'} + /> + <WordEffect + words={translate('page.welcome.tech')} color={theme.palette.mode === 'light' ? '#666' : '#eeeeee'} /> </div> -- Gitblit v1.9.1