♻️ Refactor code

This commit is contained in:
2025-06-19 01:05:08 +08:00
parent 9204315c7b
commit 3c880199ae
41 changed files with 932 additions and 2889 deletions

View File

@@ -20,7 +20,10 @@ export default {
},
encoding: 'UTF-8',
settings: 'Settings',
alwaysOnTop: 'Always on Top'
alwaysOnTop: 'Always on Top',
blockLanguage: 'Block Language',
searchLanguage: 'Search language...',
noLanguageFound: 'No language found'
},
config: {
loadSuccess: 'Configuration loaded successfully',

View File

@@ -20,7 +20,10 @@ export default {
},
encoding: 'UTF-8',
settings: '设置',
alwaysOnTop: '窗口置顶'
alwaysOnTop: '窗口置顶',
blockLanguage: '块语言',
searchLanguage: '搜索语言...',
noLanguageFound: '未找到匹配的语言'
},
config: {
loadSuccess: '配置加载成功',