add:新增配置

This commit is contained in:
2024-12-21 13:38:57 +08:00
parent 9a281ffbd7
commit 63c6c7a481
3 changed files with 24 additions and 6 deletions

View File

@@ -42,7 +42,10 @@ import dict from './dict/zh'
import angle from './angle/zh'
import regional from './regional/zh'
import stage from './stage/zh'
import inManage from './in/zh'
import stor from './sch/stor/zh'
import sect from './sch/sect/zh'
import struct from './sch/struct/zh'
import groupDick from './groupDick/zh'
export default {
...zhLocale,
@@ -89,6 +92,9 @@ export default {
...angle,
...regional,
...stage,
...inManage
...stor,
...sect,
...struct,
...groupDick
}