增加插件,自定义座右铭

This commit is contained in:
2025-12-20 22:47:03 +08:00
parent afab936d70
commit a7556418ae
18 changed files with 3078 additions and 122 deletions

View File

@@ -8,6 +8,8 @@ export const en: Translation = {
// Theme Settings
themeColor: 'Theme Color',
motto: 'Motto',
enterMotto: 'Enter your motto...',
showSeconds: 'Show Seconds',
use24HourFormat: '24-Hour Format',
maskBlurEffect: 'Mask Blur Effect',

View File

@@ -8,6 +8,8 @@ export const zh: Translation = {
// Theme Settings
themeColor: '主题颜色',
motto: '座右铭',
enterMotto: '输入您的座右铭...',
showSeconds: '显示秒数',
use24HourFormat: '24小时制',
maskBlurEffect: '遮罩层毛玻璃',

View File

@@ -8,6 +8,8 @@ export interface Translation {
// Theme Settings
themeColor: string;
motto: string;
enterMotto: string;
showSeconds: string;
use24HourFormat: string;
maskBlurEffect: string;