'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

@@ -12,6 +12,9 @@ import address from './address/en'
import storageCell from './storageCell/en'
import route from './route/en'
import auto from './auto/en'
import monitor from './monitor/en'
import timing from './timing/en'
import config from './config/en'
import customPolicy from './customPolicy/en'
export default {
@@ -29,6 +32,9 @@ export default {
...storageCell,
...route,
...auto,
...customPolicy
...customPolicy,
...monitor,
...timing,
...config
}