2
0

feat: 统一修改系统名

This commit is contained in:
caiyuchao
2025-06-18 17:15:02 +08:00
parent 6c3499b470
commit ace15a79c6
5 changed files with 20 additions and 5 deletions

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

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

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

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