This commit is contained in:
2023-11-30 10:46:21 +08:00
parent a839f95e59
commit f5e7e2023f
32 changed files with 542 additions and 235 deletions

View File

@@ -5,12 +5,24 @@ import param from './param/zh'
import instruction from './instruction/zh'
import task from './task/zh'
import history from './history/zh'
import device from './device/zh'
import opc from './opc/zh'
import protocol from './protocol/zh'
import address from './address/zh'
import storageCell from './storageCell/zh'
import route from './route/zh'
export default {
...zhLocale,
...zh,
...menu,
...param,
...device,
...opc,
...protocol,
...address,
...storageCell,
...route,
...instruction,
...task,
...history