feat: 统一修改系统名
This commit is contained in:
5
public/langs/en-us.js
Normal file
5
public/langs/en-us.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const enUS = {
|
||||
system: {
|
||||
title: 'MacroHub'
|
||||
}
|
||||
};
|
||||
5
public/langs/zh-cn.js
Normal file
5
public/langs/zh-cn.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const zhCN = {
|
||||
system: {
|
||||
title: 'MacroHub'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user