Compare commits

...

2 Commits

Author SHA1 Message Date
28a9cb52ae bugfix 2026-05-19 15:32:43 +08:00
3ddf1a545d bugfix 2026-05-19 15:32:16 +08:00
2 changed files with 17 additions and 3 deletions

View File

@ -49,9 +49,8 @@
{
"field":"llmid",
"title":"模型类型",
"subtable":"llmtype"
"subtable":"llm_catelog_rel"
}
],
"record_toolbar": null
]
}
}

15
json/llm_catelog_rel.json Normal file
View File

@ -0,0 +1,15 @@
{
"tblname": "llm_catelog_rel",
"title":"模型类型",
"params": {
"browserfields": {
"exclouded": ["id", "llmid"],
"alters": {}
},
"editexclouded": [
"id",
"llmid"
]
}
}