mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-29 05:39:51 +08:00
fix(config): 修复配置文件中的数组格式问题
- 移除了 options 数组中多余的逗号,修正了 JSON 格式错误 - 确保配置文件符合标准 JSON 语法规范
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"options": [
|
||||
"1","2","3",
|
||||
"4","5","6",
|
||||
"7","8","9",
|
||||
"7","8","9"
|
||||
] ,
|
||||
"default": "3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user