2
0

feat: 统一修改系统名

This commit is contained in:
caiyuchao
2025-06-18 17:58:15 +08:00
parent e8c98e77d3
commit c96e307060
6 changed files with 21 additions and 6 deletions

5
public/langs/en-us.js Normal file
View File

@@ -0,0 +1,5 @@
const enUS = {
system: {
title: 'MacroHub'
}
};

5
public/langs/zh-cn.js Normal file
View File

@@ -0,0 +1,5 @@
const zhCN = {
system: {
title: 'MacroHub'
}
};