chore(release): v1.1.0 unify DI(strategy), AI equivalence service, config domain refactor, docker alias; health checks and schedules

This commit is contained in:
wanwu
2025-11-14 02:34:06 +08:00
parent e54041331a
commit de821ae5fd
1501 changed files with 60179 additions and 21496 deletions

View File

@@ -20,5 +20,19 @@
"yes": "Yes",
"no": "No",
"showSearchPanel": "Show search panel",
"hideSearchPanel": "Hide search panel"
"hideSearchPanel": "Hide search panel",
"action": "Action",
"search": "Search",
"reset": "Reset",
"add": "Add",
"edit": "Edit",
"delete": "Delete",
"enable": "Enable",
"disable": "Disable",
"selectAll": "Select All",
"totalItems": "Total {{total}} items",
"show": "Show",
"hide": "Hide",
"enable": "Enable",
"disable": "Disable"
}

View File

@@ -20,5 +20,19 @@
"yes": "是",
"no": "否",
"showSearchPanel": "显示搜索面板",
"hideSearchPanel": "隐藏搜索面板"
"hideSearchPanel": "隐藏搜索面板",
"action": "操作",
"search": "搜索",
"reset": "重置",
"add": "新增",
"edit": "修改",
"delete": "删除",
"enable": "启用",
"disable": "禁用",
"selectAll": "全选",
"totalItems": "共 {{total}} 条",
"show": "显示",
"hide": "隐藏",
"enable": "启用",
"disable": "禁用"
}