fix(config): 修复配置文件中的数组格式问题

- 移除了 options 数组中多余的逗号,修正了 JSON 格式错误
- 确保配置文件符合标准 JSON 语法规范
This commit is contained in:
yan
2026-02-27 18:00:32 +08:00
parent 12dccb3919
commit 551cc9e910

View File

@@ -29,7 +29,7 @@
"options": [
"1","2","3",
"4","5","6",
"7","8","9",
"7","8","9"
] ,
"default": "3"
},