uapi/json/upappapis.json
2025-07-09 17:23:32 +08:00

34 lines
565 B
JSON

{
"tblname":"upappapis",
"params":{
"toolbar":{
"tools":[
{
"name":"test",
"icon":"{{entire_url('/imgs/test.svg')}}",
"label": "测试",
"selected_row":true
}
]
},
"binds":[
{
"wid":"self",
"event":"test",
"actiontype": "urlwidget",
"options":{
"url":"{{entire_url('/uapi/apitest.dspy')}}"
}
}
],
"title":"使用api集",
"description":"此系统使用的API集",
"sortby":"name",
"browserfields":{
"exclouded":["id"],
"alters":{}
},
"editexclouded":["id", "upappid"]
}
}