Files
bettergi-scripts-list/repo/js/AutoSwitchGraphicsSettings/settings.json
OvOAuto c5c1475bea 添加新 JS:自动修改画质 (#2896)
* Add JS AutoSwitchGraphicsSettings

* fix: 修复manifest.json版本号

* 修复若干问题
2026-02-20 12:59:00 +08:00

248 lines
3.4 KiB
JSON

[
{
"name": "check",
"type": "checkbox",
"label": "我已阅读 README.md",
"default": false
},
{
"name": "图像质量",
"type": "select",
"label": "图像质量",
"options": [
"默认",
"极低",
"低",
"中",
"高",
"自定义"
],
"default": "默认"
},
{
"name": "帧率",
"type": "select",
"label": "帧率",
"options": [
"默认",
"30",
"45",
"60"
],
"default": "默认"
},
{
"name": "垂直同步",
"type": "select",
"label": "垂直同步",
"options": [
"默认",
"关闭",
"打开"
],
"default": "默认"
},
{
"name": "渲染精度",
"type": "select",
"label": "渲染精度",
"options": [
"默认",
"0.6",
"0.8",
"0.9",
"1.0",
"1.1",
"1.2",
"1.3",
"1.4",
"1.5"
],
"default": "默认"
},
{
"name": "阴影质量",
"type": "select",
"label": "阴影质量",
"options": [
"默认",
"极低",
"低",
"中",
"高"
],
"default": "默认"
},
{
"name": "全局光照",
"type": "select",
"label": "全局光照",
"options": [
"默认",
"关闭",
"中",
"高",
"非常高"
],
"default": "默认"
},
{
"name": "后期效果",
"type": "select",
"label": "后期效果",
"options": [
"默认",
"极低",
"低",
"中",
"高"
],
"default": "默认"
},
{
"name": "特效质量",
"type": "select",
"label": "特效质量",
"options": [
"默认",
"极低",
"低",
"中",
"高"
],
"default": "默认"
},
{
"name": "场景细节",
"type": "select",
"label": "场景细节",
"options": [
"默认",
"极低",
"低",
"中",
"高",
"极高"
],
"default": "默认"
},
{
"name": "抗锯齿",
"type": "select",
"label": "抗锯齿",
"options": [
"默认",
"关闭",
"FSR 2",
"SMAA"
],
"default": "默认"
},
{
"name": "体积雾",
"type": "select",
"label": "体积雾",
"options": [
"默认",
"关闭",
"打开"
],
"default": "默认"
},
{
"name": "反射",
"type": "select",
"label": "反射",
"options": [
"默认",
"关闭",
"打开"
],
"default": "默认"
},
{
"name": "动态模糊",
"type": "select",
"label": "动态模糊",
"options": [
"默认",
"关闭",
"低",
"高",
"非常高"
],
"default": "默认"
},
{
"name": "Bloom",
"type": "select",
"label": "Bloom",
"options": [
"默认",
"关闭",
"打开"
],
"default": "默认"
},
{
"name": "人群密度",
"type": "select",
"label": "人群密度",
"options": [
"默认",
"低",
"高"
],
"default": "默认"
},
{
"name": "多人游戏队友特效",
"type": "select",
"label": "多人游戏队友特效",
"options": [
"默认",
"完全屏蔽",
"部分屏蔽",
"打开"
],
"default": "默认"
},
{
"name": "次表面散射",
"type": "select",
"label": "次表面散射",
"options": [
"默认",
"关闭",
"中",
"高"
],
"default": "默认"
},
{
"name": "各向异性采样",
"type": "select",
"label": "各向异性采样",
"options": [
"默认",
"1x",
"2x",
"4x",
"8x",
"16x"
],
"default": "默认"
},
{
"name": "角色动态高精度",
"type": "select",
"label": "角色动态高精度",
"options": [
"默认",
"关闭",
"打开"
],
"default": "默认"
}
]