'add:双工位堆垛机开发'

This commit is contained in:
2023-12-04 10:55:51 +08:00
36 changed files with 720 additions and 333 deletions

View File

@@ -13,6 +13,9 @@ import storageCell from './storageCell/zh'
import route from './route/zh'
import auto from './auto/zh'
import customPolicy from './customPolicy/zh'
import monitor from './monitor/zh'
import timing from './timing/zh'
import config from './config/zh'
export default {
...zhLocale,
@@ -29,5 +32,9 @@ export default {
...task,
...history,
...auto,
...customPolicy
...customPolicy,
...monitor,
...timing,
...config
}