fix(web): object/array[object] add format check

This commit is contained in:
zhaoying
2026-04-10 12:03:02 +08:00
parent 807dee8460
commit d517bceda2
3 changed files with 16 additions and 2 deletions

View File

@@ -2239,6 +2239,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
addvariable: 'Chat Variables',
addChatVariable: 'Add Chat Variable',
editChatVariable: 'Edit Chat Variable',
invalidJSON: 'Invalid JSON format',
config: {
llm: {

View File

@@ -2200,6 +2200,7 @@ export const zh = {
addvariable: '会话变量',
addChatVariable: '添加会话变量',
editChatVariable: '编辑会话变量',
invalidJSON: 'JSON 格式不正确',
config: {
llm: {