fix: 补充manifest.json作者信息 (#1274)

This commit is contained in:
起个名字好难的喵
2025-07-04 23:14:44 +08:00
committed by GitHub
parent e2e6da476a
commit 07ac05ecc1
95 changed files with 521 additions and 311 deletions

View File

@@ -2,20 +2,29 @@
"manifest_version": 1,
"name": "自动狗粮重制版",
"version": "1.5.1",
"tags": ["好感", "盗宝团", "愚人众", "鳄鱼", "兽肉", "狗粮"],
"tags": [
"好感",
"盗宝团",
"愚人众",
"鳄鱼",
"兽肉",
"狗粮"
],
"description": "通过不同好感任务卡时间后运行狗粮任务以提高狗粮总收益,需要正确配置好感队伍的战斗策略,并在自定义配置中指定好感和狗粮队伍名称",
"authors": [
{
"name": "mno"
"name": "mno",
"links": "https://github.com/Bedrockx"
},
{
"name": "秋云",
"links": "https://github.com/physligl"
"name": "秋云",
"links": "https://github.com/physligl"
},
{
"name": "汐"
"name": "汐",
"links": "https://github.com/jiegedabaobei"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}
}