This commit is contained in:
yumoqing 2025-07-14 11:57:25 +08:00
parent e45345a983
commit 1965447778
7 changed files with 55 additions and 0 deletions

3
json/build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
xls2ui -m ../models -o ../wwwroot llm *.json

22
json/llm.json Normal file
View File

@ -0,0 +1,22 @@
{
"tblname": "llm",
"title":"大语言模型",
"params": {
"sortby":"name",
"browserfields": {
"exclouded": ["id"],
"alters": {}
},
"editexclouded": [
"id"
],
"subtables":[
{
"field":"llmid",
"title":"模型类型",
"subtable":"llmtype"
}
],
"record_toolbar": null
}
}

15
json/llmcatelog.json Normal file
View File

@ -0,0 +1,15 @@
{
"tblname": "llmcatelog",
"title":"模型类目",
"params": {
"sortby":"name",
"browserfields": {
"exclouded": ["id"],
"alters": {}
},
"editexclouded": [
"id"
],
"record_toolbar": null
}
}

15
json/llmtypes.json Normal file
View File

@ -0,0 +1,15 @@
{
"tblname": "llmtypes",
"title":"大语言模型",
"params": {
"sortby":"name",
"browserfields": {
"exclouded": ["id", "llmid"],
"alters": {}
},
"editexclouded": [
"id", "llmid"
]
"record_toolbar": null
}
}

BIN
models/llm.xlsx Normal file

Binary file not shown.

BIN
models/llmcatelog.xlsx Normal file

Binary file not shown.

BIN
models/llmtypes.xlsx Normal file

Binary file not shown.