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

141
build/js_authors.py Normal file
View File

@@ -0,0 +1,141 @@
import os
import sys
import json
# 指定要处理的文件夹路径
# folder_path = r"C:\Users\ThinkPadE16\Documents\GitHub\bettergi-scripts-list\repo\pathing" # 修改为你的路径,如 r"C:\Users\..." 或 "./jsons"
# 作者重命名映射:旧名 -> 新名
author_rename = {
"起个名字好难": "起个名字好难的喵",
}
# 作者映射表:用于自动填入 links
author_links = {
"秋云": "https://github.com/physligl",
"起个名字好难的喵": "https://github.com/MisakaAldrich",
"火山": "https://github.com/RRRR623",
"mno": "https://github.com/Bedrockx",
"": "https://github.com/jiegedabaobei",
"Tool_tingsu": "https://github.com/Tooltingsu",
"吉吉喵": "https://github.com/JJMdzh",
"": "https://github.com/cx05121",
"ddaodan": "https://github.com/ddaodan",
"LCB-茶包": "https://github.com/kaedelcb",
"蜜柑魚": "https://github.com/this-Fish",
"彩虹QQ人":"https://github.com/KRdingsan",
"mfkvfhpdx": "https://github.com/mfkvfhpdx",
"提瓦特钓鱼玳师": "https://github.com/Hijiwos",
"柒叶子": "https://github.com/5117600049",
"不瘦五十斤不改名": "https://github.com/PanZic",
"½": "https://github.com/Traveler07",
"Patrick-Ze (AyakaMain)": "https://github.com/Patrick-Ze",
"风埠": "https://github.com/jhkif",
"jbcaaa":"https://github.com/jbcaaa",
"johsang":"https://github.com/johsang",
"寒烟": "https://github.com/214-hanyan",
"灰林鸮": "https://github.com/Strix-nivicolum",
"Tim": "https://github.com/Limint",
"花见木易": "https://github.com/Flower-MUYi",
"无限不循环": "https://github.com/non-repeating001"
}
# 获取命令行参数
if len(sys.argv) < 2:
print("❌ 请提供要处理的目录路径,例如:")
print(" python authors.py D:\GitHub\bettergi-scripts-list\repo\pathing")
sys.exit(1)
folder_path = sys.argv[1]
if not os.path.exists(folder_path):
print(f"❌ 路径不存在:{folder_path}")
sys.exit(1)
print(f"🚀 启动,递归处理文件夹:{folder_path}")
count_total = 0
count_modified = 0
for root, dirs, files in os.walk(folder_path):
for filename in files:
if filename.endswith("manifest.json"):
count_total += 1
file_path = os.path.join(root, filename)
print(f"\n🔍 正在处理:{file_path}")
try:
with open(file_path, "r", encoding="utf-8") as f:
data = json.load(f)
except Exception as e:
print(f"❌ JSON 解析失败:{e}")
continue
# info = data.get("info")
# if not isinstance(info, dict):
# print("⚠️ 缺少 info 字段或格式错误")
# continue
author_field = data.get("authors")
if author_field is None:
print("⚠️ 缺少 author 字段")
continue
modified = False
# 字符串情况(含单人或 & 多人)
# 情况 1字符串类型
if isinstance(author_field, str):
names = [name.strip() for name in author_field.split("&")]
new_authors = []
for name in names:
new_name = author_rename.get(name, name)
author_obj = {"name": new_name}
if new_name in author_links:
author_obj["links"] = author_links[new_name]
new_authors.append(author_obj)
data["info"]["author"] = new_authors
modified = True
print("✅ 替换为结构化 author")
# 情况 2列表类型检查每个作者对象
elif isinstance(author_field, list):
for author_obj in author_field:
if not isinstance(author_obj, dict):
continue
name = author_obj.get("name")
if not name:
continue
# 名字替换
new_name = author_rename.get(name, name)
if name != new_name:
author_obj["name"] = new_name
modified = True
print(f"📝 重命名:{name}{new_name}")
# 找所有可能字段link, url, links
existing_link = author_obj.pop("link", None) or author_obj.pop("url", None) or author_obj.get("links")
# 如果映射表有 → 使用
if new_name in author_links:
if author_obj.get("links") != author_links[new_name]:
author_obj["links"] = author_links[new_name]
modified = True
print(f"🔧 更新链接:{new_name}{author_links[new_name]}")
# 否则使用已有字段(如果没有 links
elif "links" not in author_obj and existing_link:
author_obj["links"] = existing_link
modified = True
print(f"🔄 标准化已有链接字段为 links → {existing_link}")
if modified:
with open(file_path, "w", encoding="utf-8") as f:
json.dump(data, f, ensure_ascii=False, indent=2)
count_modified += 1
print("✅ 文件已保存")
else:
print("⏭️ 无需修改")
print(f"\n🎉 全部完成:共检查 {count_total} 个文件,修改了 {count_modified} 个文件")

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "提瓦特钓鱼玳师",
"url": "https://github.com/Hijiwos"
"links": "https://github.com/Hijiwos"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,8 @@
"description": "脚本名称:禽肉全收集(提瓦特)\n功能描述多种形式的提瓦特禽肉采集(下落攻击、战斗)\n核心功能------------------------------>\n1.刷取禽肉上限(目前路线不足)\n2.支持自行启用(禁用)下落(战斗)路线\n3.支持选择刷取鸟类(1禽肉、2禽肉、3禽肉)\n4.内置了4点的空月祝福检测(默认启用)\n注意事项------------------------------>\n1.包含下落路线时行走位建议角色为绮良良或埃洛伊(天赋不易惊动小动物)\n2.内置的空月祝福领取逻辑与JS脚本提瓦特自动钓鱼(全流程+自选)一致\n---------------------------------------->\n作者提瓦特钓鱼玳师\n脚本反馈邮箱hijiwos@hotmail.com",
"authors": [
{
"name": "提瓦特钓鱼玳师"
"name": "提瓦特钓鱼玳师",
"links": "https://github.com/Hijiwos"
}
],
"settings_ui": "settings.json",

View File

@@ -2,18 +2,27 @@
"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": "汐"
"name": "汐",
"links": "https://github.com/jiegedabaobei"
}
],
"settings_ui": "settings.json",

View File

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

View File

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

View File

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

View File

@@ -2,12 +2,18 @@
"manifest_version": 1,
"name": "(对话+成就)全自动蒙德地区每日委托",
"version": "0.97.2",
"tags": ["委托","对话","战斗","成就","历练点"],
"tags": [
"委托",
"对话",
"战斗",
"成就",
"历练点"
],
"description": "自动完成每日委托、自动识别委托内容、自动追踪战斗委托、自动完成对话委托、自动获得到隐藏成就。使用前请阅读README.md可用记事本打开获取详细说明和常见问题解答。目前项目正处于开发阶段急需人手,有意者可加群1053392753会启动js发送文件即可。每天只需花 5 ~ 10 分钟做一个蒙德城对话委托记下坐标就当是顺路补下成就。感谢云闲vsv & 换苏伟u & 小鹰划船不用桨 & 塔台的共同开发",
"authors": [
{
"name": "星野",
"link": "https://github.com/LX666-666"
"links": "https://github.com/LX666-666"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "huiyadanli",
"link": "https://github.com/huiyadanli"
"links": "https://github.com/huiyadanli"
}
],
"main": "main.js"

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "huiyadanli&iris",
"link": "https://github.com/huiyadanli"
"links": "https://github.com/huiyadanli"
}
],
"settings_ui": "settings.json",

View File

@@ -2,13 +2,15 @@
"manifest_version": 1,
"name": "AutoFightAsync",
"version": "1.0",
"bgi_version" : "0.34.6",
"bgi_version": "0.34.6",
"description": "异步调用独立战斗任务根据OCR结果判断战斗是否结束不建议直接使用仅供其他脚本作者参考",
"tags" : [ "示例" ],
"tags": [
"示例"
],
"authors": [
{
"name": "秋云",
"link": "https://github.com/phydligl"
"links": "https://github.com/physligl"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,8 @@
"description": "脚本名称:提瓦特自动钓鱼(全流程+自选)\n功能描述支持自动追踪并垂钓bgi支持的全提瓦特垂钓点\n核心功能------------------------------>\n1.可自选地区、鱼类、鱼饵\n2.可直接钓取特定物品的兑换材料(例如渔获)\n3.脚本会根据需要的鱼类自动调节时间,不需要的时段会跳过\n4.支持部分地图追踪无法到达的钓鱼点(例如炽岩斗士急流鱼钓鱼点,枫丹廷东北钓鱼点、雷鸣仙垂钓点)\n5.支持从特定的垂钓点继续任务(仅启用所有垂钓点时可用)\n6.默认禁用需要战斗的路线如有需要请在JS脚本配置内启用\n7.支持自定义钓鱼超时时间\n8.支持设置定时关闭最多24小时\n9.4点自动领取月卡(可选)\n10.启用自动拾取(可选)\n注意事项------------------------------>\n1.部分点位涉及战斗,且队伍内不能有双风和跑步(不是冲刺)时加移速的角色\n2.跑图位必须是少男体型(防止键鼠路线[GCM]出错)\n3.同时选择鱼类和鱼饵的情况下按照以下逻辑选择路线: 所有被选的鱼类会被加入任务列表,如果选择的鱼饵中某个鱼饵不是已选的任何一个鱼类的对应的鱼饵,那么这个鱼饵对应的所有鱼类将被添加到任务列表\n4.JS脚本的设置内各设置项含有优先级如果存在高优先级且选项不为默认则只有最高优先级的设置项生效\n5.部分钓鱼点为路径追踪+键鼠脚本(GCM)的混合模式可能会出现因键鼠脚本误差卡死的情况如果出现这种情况请在JS脚本设置禁用键鼠路线来禁用所有包含键鼠脚本的钓鱼点\n---------------------------------------->\n作者提瓦特钓鱼玳师\n脚本反馈邮箱hijiwos@hotmail.com",
"authors": [
{
"name": "提瓦特钓鱼玳师"
"name": "提瓦特钓鱼玳师",
"links": "https://github.com/Hijiwos"
}
],
"settings_ui": "settings.json",

View File

@@ -4,22 +4,25 @@
"version": "3.1",
"bgi_version": "0.44.8",
"description": "枫丹地脉花蓝花金花通用。生存压力大请带盾奶避免纯水输出请注意说明文件。如有BUG请联系作者QQ:119996800",
"tags":["地脉花"],
"tags": [
"地脉花"
],
"authors": [
{
"name": "LCB-茶包"
"name": "LCB-茶包",
"links": "https://github.com/kaedelcb"
},
{
"name": "ddaodan",
"link": "https://github.com/ddaodan"
"links": "https://github.com/ddaodan"
},
{
"name": "平面镜",
"link": "https://github.com/Flatmirrr"
"links": "https://github.com/Flatmirrr"
},
{
"name": "秋云",
"link": "https://github.com/physligl"
"links": "https://github.com/physligl"
}
],
"settings_ui": "settings.json",

View File

@@ -2,36 +2,37 @@
"manifest_version": 1,
"name": "全自动地脉花",
"version": "4.0.1",
"tags": ["地脉花"],
"tags": [
"地脉花"
],
"bgi_version": "0.44.7",
"description": "基于OCR图像识别的全自动刷取地脉花。\n💡更多信息请查看在线手册https://hcnsvf0s8d0s.feishu.cn/wiki/Tb1twpThLi7UlykqcYOcuccTnjJ \n\n----------注意事项----------\n●仅支持BetterGI 0.44.7 及以上版本!\n●部分地脉花因特殊原因不支持全自动具体的点位请在手册中查看。\n●树脂使用的优先级2倍原粹树脂 > 浓缩树脂 > 原粹树脂。\n●运行时会传送到七天神像设置中设置的七天神像需要关闭七天神像设置中的“是否就近七天神像恢复血量”并指定七天神像。\n●战斗策略注意调度器设置中地图追踪行走配置里的“允许在JsSpript中使用”和“覆盖JS中的自动战斗配置”只有在都打开的情况下脚本才会使用下面的战斗配置否则会使用独立任务中的战斗策略。战斗超时时间不能大于脚本自定义配置中的时间。\n\n如果遇到问题请先参照手册中的方法进行解决。",
"authors": [
{
"name": "ddaodan",
"link": "https://github.com/ddaodan"
"links": "https://github.com/ddaodan"
},
{
"name": "平面镜",
"link": "https://github.com/Flatmirrr"
"links": "https://github.com/Flatmirrr"
},
{
"name": "秋云",
"link": "https://github.com/physligl"
"links": "https://github.com/physligl"
},
{
"name": "起个名字好难的喵",
"link": "https://github.com/MisakaAldrich"
"links": "https://github.com/MisakaAldrich"
},
{
"name": "火山",
"link": "https://github.com/RRRR623"
"links": "https://github.com/RRRR623"
},
{
"name": "寒烟",
"link": "https://github.com/214-hanyan"
"links": "https://github.com/214-hanyan"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}
}

View File

@@ -6,7 +6,8 @@
"description": "脚本名称:野伏众(全流程+自选)[自动拾取]\n功能描述包含全图野伏众自动追踪路径、支持自主筛选路径\n核心功能------------------------------>\n1.根据路径点包含的野伏众数量筛选,通过选择最小值和最大值确定区间\n2.支持手动排除不想刷取的区域\n3.每次路径执行结束后显示刷取进度\n注意事项------------------------------>\n1.在设置脚本配置的'限制路径点包含的野伏众数量'时,应当确保'最小值'小于'最大值'\n2.避免使用位移距离较大的角色以免意外掉出路径跳崖or跳水\n3.设置中的'延迟启动'指的是脚本在开始执行前的等待时间,用于再次确认配置是否正确\n---------------------------------------->\n版本ver1.0\n作者提瓦特钓鱼玳师\n脚本反馈邮箱hijiwos@hotmail.com",
"authors": [
{
"name": "提瓦特钓鱼玳师"
"name": "提瓦特钓鱼玳师",
"links": "https://github.com/Hijiwos"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "听雨♪",
"link": "https://github.com/TingYu-lulumi"
"links": "https://github.com/TingYu-lulumi"
}
],
"settings_ui": "settings.json",

View File

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

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "寒露",
"link": "https://github.com/lwwens"
"links": "https://github.com/lwwens"
}
],
"settings_ui": "settings.json",

View File

@@ -2,12 +2,15 @@
"manifest_version": 1,
"name": "自动幽境危战",
"version": "1.6",
"tags": ["幽境危战"],
"tags": [
"幽境危战"
],
"bgi_version": "0.44.8",
"description": "请先配置好秘境内的队伍,幽境危战战斗失败或执行错误会重试一次,请保证队伍实力",
"authors": [
{
"name": "LCB-茶包"
"name": "LCB-茶包",
"links": "https://github.com/kaedelcb"
}
],
"settings_ui": "settings.json",

View File

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

View File

@@ -11,7 +11,7 @@
"authors": [
{
"name": "星野",
"link": "https://github.com/LX666-666"
"links": "https://github.com/LX666-666"
}
],
"settings_ui": "settings.json",

View File

@@ -8,7 +8,8 @@
"name": "愚溪"
},
{
"name": "½"
"name": "½",
"links": "https://github.com/Traveler07"
}
],
"settings_ui": "settings.json",

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "提瓦特钓鱼玳师",
"url": "https://github.com/Hijiwos"
"links": "https://github.com/Hijiwos"
}
],
"settings_ui": "settings.json",

View File

@@ -5,7 +5,8 @@
"description": "设置进入世界的权限,默认锁门",
"authors": [
{
"name": "½"
"name": "½",
"links": "https://github.com/Traveler07"
}
],
"settings_ui": "settings.json",

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "Ayaka-Main",
"link": "https://github.com/Patrick-Ze"
"links": "https://github.com/Patrick-Ze"
}
],
"settings_ui": "settings.json",

View File

@@ -5,7 +5,8 @@
"description": "领取洞天须臾树脂",
"authors": [
{
"name": "风埠"
"name": "风埠",
"links": "https://github.com/jhkif"
}
],
"main": "main.js"

View File

@@ -7,10 +7,9 @@
"authors": [
{
"name": "ddaodan",
"link": "https://github.com/ddaodan"
"links": "https://github.com/ddaodan"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}
}

View File

@@ -4,10 +4,13 @@
"version": "1.3",
"bgi_version": "0.44.0",
"description": "爱可菲厨艺机关自动化请注意说明文件如有BUG请联系作者QQ:119996800",
"tags": ["爱可菲"],
"tags": [
"爱可菲"
],
"authors": [
{
"name": "LCB-茶包"
"name": "LCB-茶包",
"links": "https://github.com/kaedelcb"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "Because",
"link": "https://github.com/Because66666"
"links": "https://github.com/Because66666"
}
],
"main": "main.js"

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "MeisterJ",
"link": "https://github.com/MeisterJ"
"links": "https://github.com/MeisterJ"
}
],
"main": "main.js"

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "秋云",
"link": "https://github.com/physligl"
"links": "https://github.com/physligl"
}
],
"settings_ui": "settings.json",

View File

@@ -8,7 +8,7 @@
"authors": [
{
"name": "ftnfurina",
"link": "https://github.com/ftnfurina"
"links": "https://github.com/ftnfurina"
}
]
}

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "起个名字好难的喵",
"link": "https://github.com/MisakaAldrich"
"links": "https://github.com/MisakaAldrich"
}
],
"settings_ui": "settings.json",

View File

@@ -8,7 +8,7 @@
"authors": [
{
"name": "ftnfurina",
"link": "https://github.com/ftnfurina"
"links": "https://github.com/ftnfurina"
}
]
}

View File

@@ -5,7 +5,8 @@
"description": "OCR。默认四行为一页v2.1增加模糊匹配增加别名匹配。v2.22兼容未知角色、未知武器",
"authors": [
{
"name": "吉吉喵"
"name": "吉吉喵",
"links": "https://github.com/JJMdzh"
}
],
"settings_ui": "settings.json",

View File

@@ -5,7 +5,8 @@
"description": "至少0.44.3版本。OCR识别摩拉数值输出到本地",
"authors": [
{
"name": "吉吉喵"
"name": "吉吉喵",
"links": "https://github.com/JJMdzh"
}
],
"settings_ui": "settings.json",

View File

@@ -5,9 +5,10 @@
"description": "至少需要0.44版本bgi对NPC和材料进行文字、图像识别。\n一般食材杂货在蒙德、璃月、稻妻、枫丹杂货商购买。\n10鱼肉、10螃蟹在卯师傅、珀姆、布特罗斯、阿扎莱和志村勘兵卫购买。\n咖啡豆在须弥、枫丹咖啡馆购买。\n增加对话F图像识别增加个别字识别容错增加香辛料在阿扎莱处购买。\nv1.30513修复循环套叠优化F未识别后的尝试方案。",
"authors": [
{
"name": "吉吉喵"
"name": "吉吉喵",
"links": "https://github.com/JJMdzh"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}
}

View File

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

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "提瓦特钓鱼玳师",
"url": "https://github.com/Hijiwos"
"links": "https://github.com/Hijiwos"
}
],
"settings_ui": "settings.json",

View File

@@ -4,10 +4,13 @@
"version": "1.3",
"bgi_version": "0.44.0",
"description": "参量质变仪自动化,请注意说明文件,如有BUG请联系作者QQ:119996800",
"tags":["参量质变仪"],
"tags": [
"参量质变仪"
],
"authors": [
{
"name": "LCB-茶包"
"name": "LCB-茶包",
"links": "https://github.com/kaedelcb"
}
],
"settings_ui": "settings.json",

View File

@@ -5,7 +5,8 @@
"description": "用于测试路线的摩拉效率要求bgi版本不低于44.8",
"authors": [
{
"name": "mno"
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "Ayaka-Main",
"link": "https://github.com/Patrick-Ze"
"links": "https://github.com/Patrick-Ze"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "huiyadanli",
"link": "https://github.com/huiyadanli"
"links": "https://github.com/huiyadanli"
}
],
"main": "main.js"

View File

@@ -6,7 +6,8 @@
"description": "用于调整游戏时间,精确到分钟,请在调度器中使用",
"authors": [
{
"name": "Tim"
"name": "Tim",
"links": "https://github.com/Limint"
}
],
"settings_ui": "settings.json",

View File

@@ -2,15 +2,17 @@
"manifest_version": 1,
"name": "提瓦特扫描仪",
"version": "0.1",
"tags": ["宝箱"],
"tags": [
"宝箱"
],
"bgi_version": "0.46.0",
"description": "通过使用寻宝罗盘,判断指定区域是否存在宝藏并进行记录,同时根据记录,将用户导航至找到宝藏的地点,建议配合“罗盘找不到的宝箱”视频食用",
"authors": [
{
"name": "mno"
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}
}

View File

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

View File

@@ -7,13 +7,15 @@
"authors": [
{
"name": "ddaodan",
"link": "https://github.com/ddaodan"
"links": "https://github.com/ddaodan"
},
{
"name": "秋云"
"name": "秋云",
"links": "https://github.com/physligl"
},
{
"name": "mno"
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "阿城同学",
"link": "https://github.com/shilic"
"links": "https://github.com/shilic"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/5117600049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "听雨♪",
"link": "https://github.com/TingYu-lulumi"
"links": "https://github.com/TingYu-lulumi"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "起个名字好难的喵",
"link": "https://github.com/MisakaAldrich"
"links": "https://github.com/MisakaAldrich"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

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

View File

@@ -5,7 +5,8 @@
"description": "0.6或1.0精度切换增加识图定位增加画质、动态模糊、Bloom选项",
"authors": [
{
"name": "吉吉喵"
"name": "吉吉喵",
"links": "https://github.com/JJMdzh"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,8 @@
"authors": [
{
"name": "彩虹QQ人",
"email": "846224811@qq.com"
"email": "846224811@qq.com",
"links": "https://github.com/KRdingsan"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,8 @@
"authors": [
{
"name": "彩虹QQ人",
"email": "846224811@qq.com"
"email": "846224811@qq.com",
"links": "https://github.com/KRdingsan"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -5,7 +5,8 @@
"description": "读取多层文件夹并进行处理的一种方法",
"authors": [
{
"name": "mno"
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "miludelongwang",
"link": "https://github.com/miludelongwang/GI-Model-Importer"
"links": "https://github.com/miludelongwang/GI-Model-Importer"
}
],
"settings_ui": "settings.json",

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "寒烟",
"link": "https://github.com/214-hanyan"
"links": "https://github.com/214-hanyan"
}
],
"settings_ui": "settings.json",

View File

@@ -7,7 +7,7 @@
"authors": [
{
"name": "小鹰划船不用桨",
"link": "https://github.com/Kotagan"
"links": "https://github.com/Kotagan"
}
],
"settings_ui": "settings.json",

View File

@@ -3,12 +3,15 @@
"bgi_version": "0.44.6",
"name": "料理制作及食材加工",
"version": "1.3",
"tags": ["食材加工", "料理制作"],
"tags": [
"食材加工",
"料理制作"
],
"description": "自动烹饪料理以及加工食材,需要0.44.6及以上版本",
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
},
{
"name": "呱呱z"

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -5,7 +5,8 @@
"description": "通过信仰之跃消耗放在食品袋中的复活料理,注意,使用前请确保要消耗的复活料理在食品袋中并且装备食品袋小道具,并且不要开启行走位,生存位等配置,也不要开启循环使用小道具",
"authors": [
{
"name": "mno"
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",

View File

@@ -2,12 +2,14 @@
"manifest_version": 1,
"name": "烹饪熟练度一键拉满",
"version": "1.1",
"tags": ["烹饪"],
"tags": [
"烹饪"
],
"description": "如果总是差一点请自行在js设置中加减合适的时间烹饪不可用的时候请选择合适的置信度。此外感谢万民堂对本脚本的大力支持。下面是一段广告亲朋聚宴哪家强吃虎岩找万民堂璃月厨王掌厨房菜品质量有保障服务热情更在行欢声笑语聚满堂",
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "wjdsg&Tool_tingsu",
"link": "https://gitee.com/wangjian0327/auto-bgi"
"links": "https://gitee.com/wangjian0327/auto-bgi"
}
],
"settings_ui": "settings.json",

View File

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

View File

@@ -6,7 +6,8 @@
"description": "默认四行为一页模板匹配材料OCR识别数量。\n数字太小可能无法识别用?代替。\n目前支持采集材料的数量统计+路径CD管理。",
"authors": [
{
"name": "吉吉喵"
"name": "吉吉喵",
"links": "https://github.com/JJMdzh"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,8 @@
"description": "该脚本支持根据用户配置生成路径组文件、运行路径组或输出地图追踪文件。用户可以通过自定义配置设置所需怪物数量、筛选条件如是否排除水免路线或高危路线以及效率计算权重。脚本会根据这些条件自动筛选出符合条件的路线此外支持刷新cd检测启用后未刷新的路线在运行时将被跳过。注意第一次使用时要先生成路径组文件后再执行路径组文件之后的每次运行无需再次生成路径组文件将根据自定义配置中的内容自动寻找对应的路径组文件当你需要强制刷新cd或更改筛选条件时可以重新生成路径组文件",
"authors": [
{
"name": "mno"
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,8 @@
"description": "脚本名称:自动精英锄地规划\n该脚本支持根据用户配置生成路径组文件、运行路径组或执行路径文件。用户可以通过配置文件设置所需怪物数量、筛选条件如是否包含传奇路线、水免路线、次数盾路线、高危路线以及最低秒均值。脚本还支持禁用自动拾取功能和启用路线CD检测。脚本会根据这些条件筛选出符合条件的路线并生成路径组文件或直接运行路径文件直到满足所需怪物数量。",
"authors": [
{
"name": "mno"
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",

View File

@@ -3,11 +3,13 @@
"name": "自动领取成就奖励",
"version": "1.2",
"description": "所以米桑什么时候实装一键领取?",
"tags" : [ "OCR" ],
"tags": [
"OCR"
],
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/5117600049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",

View File

@@ -5,7 +5,8 @@
"description": "识别图片输出坐标区域",
"authors": [
{
"name": "吉吉喵"
"name": "吉吉喵",
"links": "https://github.com/JJMdzh"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "越空",
"link": "https://github.com/SophieZ22"
"links": "https://github.com/SophieZ22"
}
],
"main": "main.js"

View File

@@ -6,7 +6,8 @@
"description": "仅面对会操作文件和读readme的用户基于文件夹操作自动管理采集路线的cd会按照路径组的顺序依次运行直到指定的时间并会按照给定的cd类型自动跳过未刷新的路线",
"authors": [
{
"name": "mno"
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",

View File

@@ -4,7 +4,11 @@
"version": "2.2",
"bgi_version": "0.44.0",
"description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n新增功能仅领取锻造 - 允许用户仅领取已完成的锻造物品,而不进行新的锻造。\n \n使用前请阅读“readme”文件以获取更多详细信息。 \n---更新说明--- \n- 请查阅readme",
"tags": ["铁匠铺", "锻造", "精锻用矿"],
"tags": [
"铁匠铺",
"锻造",
"精锻用矿"
],
"authors": [
{
"name": "呱呱z"
@@ -13,7 +17,8 @@
"name": "寒露"
},
{
"name": "蜜柑魚"
"name": "蜜柑魚",
"links": "https://github.com/this-Fish"
}
],
"settings_ui": "settings.json",

View File

@@ -5,7 +5,8 @@
"description": "领取洞天宝钱和好感",
"authors": [
{
"name": "风埠"
"name": "风埠",
"links": "https://github.com/jhkif"
}
],
"main": "main.js"

View File

@@ -5,7 +5,8 @@
"description": "食材加工 识图 复选框。",
"authors": [
{
"name": "吉吉喵"
"name": "吉吉喵",
"links": "https://github.com/JJMdzh"
}
],
"settings_ui": "settings.json",

View File

@@ -6,7 +6,7 @@
"authors": [
{
"name": "柒叶子",
"link": "https://github.com/511760049"
"links": "https://github.com/5117600049"
}
],
"settings_ui": "settings.json",