js,画质选项 (#569)

* js,画质选项

0.6或1.0精度切换,增加识图定位,增加画质、动态模糊、Bloom选项,

* Add files via upload
This commit is contained in:
JJMdzh
2025-04-13 20:57:23 +08:00
committed by GitHub
parent 1af5f94485
commit 54ab8d2a8f
9 changed files with 285 additions and 37 deletions

View File

@@ -2,10 +2,30 @@
{
"name": "Rendering",
"type": "select",
"label": "渲染精度默认0.6",
"label": "渲染精度默认0.6)",
"options": [
"0.6",
"1.0",
]
},
{
"name": "Quality",
"type": "select",
"label": "图像质量(默认最低)",
"options": [
"兼容模式",
"中",
"高",
]
},
{
"name": "MotionBlur",
"type": "checkbox",
"label": "==============\n中、高画质 额外设置:\n-----------------\n保留动态模糊默认否)"
},
{
"name": "Bloom",
"type": "checkbox",
"label": "-----------------\n保留Bloom默认否)"
}
]