add 自动线程国际化

This commit is contained in:
周俊杰
2023-11-30 10:54:39 +08:00
parent f5e7e2023f
commit c294d65603
10 changed files with 427 additions and 388 deletions

View File

@@ -11,19 +11,21 @@ import protocol from './protocol/in'
import address from './address/in'
import storageCell from './storageCell/in'
import route from './route/in'
import auto from './auto/in'
export default {
...idLocale,
...id,
...menu,
...param,
...instruction,
...task,
...history,
...device,
...opc,
...protocol,
...address,
...storageCell,
...route
}
...idLocale,
...id,
...menu,
...param,
...instruction,
...task,
...history,
...device,
...opc,
...protocol,
...address,
...storageCell,
...route,
...auto
}