fix manifest.json

This commit is contained in:
起个名字好难的喵
2025-08-30 09:45:33 +08:00
parent 6620a8a124
commit af1e4c6a66
6 changed files with 40 additions and 38 deletions

View File

@@ -7,7 +7,7 @@
"authors": [ "authors": [
{ {
"name": "云端客", "name": "云端客",
"link": "https://github.com/Kirito520Asuna" "links": "https://github.com/Kirito520Asuna"
} }
], ],
"dependencies": [] "dependencies": []

View File

@@ -7,7 +7,7 @@
"authors": [ "authors": [
{ {
"name": "Tool_tingsu", "name": "Tool_tingsu",
"link": "" "links": "https://github.com/Tooltingsu"
} }
], ],
"settings_ui": "settings.json", "settings_ui": "settings.json",

View File

@@ -8,9 +8,9 @@
"authors": [ "authors": [
{ {
"name": "mno", "name": "mno",
"links": "https://github.com/Bedrockx"
} }
], ],
"settings_ui": "settings.json", "settings_ui": "settings.json",
"main": "main.js" "main": "main.js"
} }

View File

@@ -7,7 +7,7 @@
"authors": [ "authors": [
{ {
"name": "云端客", "name": "云端客",
"link": "https://github.com/Kirito520Asuna" "links": "https://github.com/Kirito520Asuna"
} }
], ],
"dependencies": [] "dependencies": []

View File

@@ -5,11 +5,10 @@
"description": "可选是否分解三四级圣遗物,附带打开背包时,自动点击过期物品弹窗", "description": "可选是否分解三四级圣遗物,附带打开背包时,自动点击过期物品弹窗",
"authors": [ "authors": [
{ {
"name": "吉吉喵" "name": "吉吉喵",
"links": "https://github.com/JJMdzh"
} }
], ],
"settings_ui": "settings.json", "settings_ui": "settings.json",
"main": "main.js" "main": "main.js"
} }

View File

@@ -4,10 +4,13 @@
"version": "1.1", "version": "1.1",
"bgi_version": "0.41.0", "bgi_version": "0.41.0",
"description": "循环使用背包中的料理。需要在设置中配置料理行列位置或名称。建议使用行列模式,将料理标星前置处理。", "description": "循环使用背包中的料理。需要在设置中配置料理行列位置或名称。建议使用行列模式,将料理标星前置处理。",
"tags": ["循环料理使用"], "tags": [
"循环料理使用"
],
"authors": [ "authors": [
{ {
"name": "呱呱z" "name": "呱呱z",
"links": "https://github.com/jidingcai"
} }
], ],
"settings_ui": "settings.json", "settings_ui": "settings.json",