style: login modal

This commit is contained in:
jialin
2025-05-08 15:22:53 +08:00
parent e05b323489
commit f0f4bd8bf2
10 changed files with 65 additions and 31 deletions
+3 -1
View File
@@ -240,7 +240,8 @@ export default {
'common.exception.404': 'Sorry, the page you visited does not exist.',
'common.appearance.darkmode': 'Dark Mode',
'common.appearance.lightmode': 'Light Mode',
'common.appearance.tips': 'Default follows system preference.'
'common.appearance.tips': 'Default follows system preference.',
'common.button.forgotpassword': 'Forgot password?'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
@@ -248,4 +249,5 @@ export default {
// 2. 'common.appearance.darkmode': 'Dark Mode',
// 3. 'common.appearance.lightmode': 'Light Mode',
// 4. 'common.appearance.tips': 'Default follows system preference.'
// 5. 'common.button.forgotpassword': 'Forgot Password?'
// ========== End of To-Do List ==========