add more fields

This commit is contained in:
j 2026-01-14 13:11:37 +00:00
commit fdd88b3d34

View file

@ -174,7 +174,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"id": "type",
"operator": "+",
"title": "Type",
"type": "string",
"type": {"string"},
"filter": true,
"find": true,
"sort": true,
@ -246,6 +246,33 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true,
"sort": true
},
{
"id": "model",
"title": "Model",
"type": "string",
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
{
"id": "prompt",
"title": "Prompt",
"type": "text",
"columnWidth": 128,
"filter": true,
"find": true,
"sort": false
},
{
"id": "source",
"title": "Source",
"type": "string",
"columnWidth": 128,
"filter": true,
"find": true,
"sort": false
},
{
"id": "id",
"operator": "+",
@ -560,6 +587,42 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"filter": true,
"sort": true
},
{
"id": "model",
"title": "Model",
"type": "string",
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
{
"id": "prompt",
"title": "Prompt",
"type": "text",
"columnWidth": 128,
"filter": true,
"find": true,
"sort": false
},
{
"id": "firstframe",
"title": "First Frame",
"type": "string",
"columnWidth": 128,
"filter": true,
"find": true,
"sort": false
},
{
"id": "lastframe",
"title": "Last Frame",
"type": "string",
"columnWidth": 128,
"filter": true,
"find": true,
"sort": false
},
{
"id": "year",
"title": "Year",
@ -1299,7 +1362,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"video": {
"downloadFormat": "mp4",
"formats": ["mp4"],
"previewRatio": 1.3333333333,
"previewRatio": 1.7777777777,
"resolutions": [480]
}
}