world_snapshot/json/world_snapshot.json

36 lines
1.8 KiB
JSON

{
"tblname": "world_snapshot",
"params": {
"browserfields": {
"title": "世界状态快照",
"rowcount": 20,
"alters": [
{"name": "name", "title": "快照名称", "uitype": "text", "width": 200},
{"name": "world_id", "title": "世界ID", "uitype": "text", "width": 120},
{"name": "snapshot_type", "title": "快照类型", "uitype": "code", "width": 100,
"dataurl": "{{entire_url('/world_snapshot/api/snapshot_types.dspy')}}"},
{"name": "version", "title": "版本", "uitype": "text", "width": 80},
{"name": "status", "title": "状态", "uitype": "code", "width": 100,
"dataurl": "{{entire_url('/world_snapshot/api/snapshot_statuses.dspy')}}"},
{"name": "snapshot_date", "title": "快照日期", "uitype": "text", "width": 160},
{"name": "created_at", "title": "创建时间", "uitype": "text", "width": 160}
]
},
"editable": {
"title": "世界状态快照",
"alters": [
{"name": "name", "title": "快照名称", "uitype": "text", "nullable": "no"},
{"name": "world_id", "title": "世界ID", "uitype": "text", "nullable": "no"},
{"name": "snapshot_type", "title": "快照类型", "uitype": "code",
"dataurl": "{{entire_url('/world_snapshot/api/snapshot_types.dspy')}}"},
{"name": "status", "title": "状态", "uitype": "code",
"dataurl": "{{entire_url('/world_snapshot/api/snapshot_statuses.dspy')}}"}
]
},
"new_data_url": "{{entire_url('/world_snapshot/api/snapshot_create.dspy')}}",
"update_data_url": "{{entire_url('/world_snapshot/api/snapshot_update.dspy')}}",
"delete_data_url": "{{entire_url('/world_snapshot/api/snapshot_delete.dspy')}}",
"list_data_url": "{{entire_url('/world_snapshot/api/snapshot_list.dspy')}}",
"logined_userorgid": ""
}
}