From f8306348bd0016d656dbec6d76ab1857818d3607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8F=90=E7=93=A6=E7=89=B9=E9=92=93=E9=B1=BC=E7=8E=B3?= =?UTF-8?q?=E5=B8=88?= <144542161+Hijiwos@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:32:06 +0800 Subject: [PATCH] Delete repo/js/AutoNobushi/settings.json --- repo/js/AutoNobushi/settings.json | 117 ------------------------------ 1 file changed, 117 deletions(-) delete mode 100644 repo/js/AutoNobushi/settings.json diff --git a/repo/js/AutoNobushi/settings.json b/repo/js/AutoNobushi/settings.json deleted file mode 100644 index 7fcee67b..00000000 --- a/repo/js/AutoNobushi/settings.json +++ /dev/null @@ -1,117 +0,0 @@ -[ - { - "name": "path_restriction_min", - "type": "select", - "label": "限制路径点包含的野伏众数量:最小值", - "options": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16" - ] - }, - { - "name": "path_restriction_max", - "type": "select", - "label": "限制路径点包含的野伏众数量:最大值", - "options": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16" - ] - }, - { - "name": "path_restriction_NarukamiIsland", - "type": "checkbox", - "label": "排除地区:鸣神岛" - }, - { - "name": "path_restriction_Kannazuka", - "type": "checkbox", - "label": "排除地区:神无冢" - }, - { - "name": "path_restriction_YashioriIsland", - "type": "checkbox", - "label": "排除地区:八酝岛" - }, - { - "name": "path_restriction_SeiraiIsland", - "type": "checkbox", - "label": "排除地区:清籁岛" - }, - { - "name": "path_restriction_WatatsumiIsland", - "type": "checkbox", - "label": "排除地区:海祇岛" - }, - { - "name": "game_metrics", - "type": "select", - "label": "游戏屏幕分辨率(默认1920x1080)", - "options": [ - "1920x1080", - "2560x1440", - "3840x2160", - "5120x2880", - "7680x4320" - ] - }, - { - "name": "display_scaling", - "type": "select", - "label": "显示器缩放比例(系统)", - "options": [ - "100%", - "125%", - "150%", - "200%", - "250%" - ] - }, - { - "name": "response_time", - "type": "select", - "label": "延迟启动时间(s)", - "options": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10" - ] - } -]