rev:优化一体机接口

This commit is contained in:
2024-09-18 08:40:15 +08:00
parent d3215c3ee3
commit 48bde43e82
25 changed files with 396 additions and 47 deletions

View File

@@ -24,6 +24,7 @@ import dict from './dict/zh'
import angle from './angle/zh'
import regional from './regional/zh'
import stage from './stage/zh'
import region from './region/zh'
export default {
...zhLocale,
@@ -51,6 +52,7 @@ export default {
...dict,
...angle,
...regional,
...stage
...stage,
...region
}