update 树样式

This commit is contained in:
赵霄
2023-08-25 18:02:42 +08:00
parent c4caed0e3f
commit 5f9726840d
8 changed files with 231 additions and 6 deletions
+4 -1
View File
@@ -1,5 +1,6 @@
const system = require('./system/en.js')
const personalCenter = require('./personalCenter/en.js')
const standardRegulationLibrary = require('./standardRegulationLibrary/en-us')
module.exports = {
// 共用
@@ -486,5 +487,7 @@ module.exports = {
// 系统管理
system,
// 个人中心
personalCenter
personalCenter,
// 标准法规库
standardRegulationLibrary
}
@@ -0,0 +1,6 @@
module.exports = {
// 国内标准
domesticStandard: {
treeSearchPlaceholder: 'Please enter the tree system' // 请输入树状图体系
}
}
@@ -0,0 +1,6 @@
module.exports = {
// 国内标准
domesticStandard: {
treeSearchPlaceholder: '请输入树状图体系'
}
}
+4 -1
View File
@@ -1,5 +1,6 @@
const system = require('./system/zh.js')
const personalCenter = require('./personalCenter/zh.js')
const standardRegulationLibrary = require('./standardRegulationLibrary/zh-cn')
module.exports = {
// 共用
@@ -496,5 +497,7 @@ module.exports = {
// 系统管理
system,
// 个人中心
personalCenter
personalCenter,
// 标准法规库
standardRegulationLibrary
}