优化文件夹名称 (#1758)

This commit is contained in:
起个名字好难的喵
2025-08-29 10:06:00 +08:00
committed by GitHub
parent fe9662efe2
commit ea6e59ce17
35 changed files with 147 additions and 141 deletions

View File

@@ -183,7 +183,7 @@
- `Assets`用于存放脚本使用到的资源文件,其中
- `Pathing`用于存放[地图追踪](https://bettergi.com/feats/autos/pathing-dev.html)文件
- `RecognitionObject`用于存放[模板匹配](https://bettergi.com/dev/js/rec.html#%E6%A8%A1%E6%9D%BF%E5%8C%B9%E9%85%8D)对象
- `RecognitionObject`用于存放[模板匹配、图像识别](https://bettergi.com/dev/js/rec.html#%E6%A8%A1%E6%9D%BF%E5%8C%B9%E9%85%8D)对象
**其他注意事项**

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -4,7 +4,12 @@
"version": "2.3.0",
"bgi_version": "0.48.2",
"description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n \n使用前请阅读“readme”文件以获取更多详细信息。 \n---更新说明--- \n- 请查阅readme",
"tags": ["铁匠铺", "锻造", "精锻用矿"],
"tags": [
"铁匠铺",
"锻造",
"精锻用魔矿",
"模板匹配"
],
"authors": [
{
"name": "呱呱z",
@@ -20,4 +25,4 @@
],
"settings_ui": "settings.json",
"main": "main.js"
}
}

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 547 B

After

Width:  |  Height:  |  Size: 547 B

View File

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 515 B

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -1,22 +1,22 @@
{
"macroEvents": [
{"type": 2, "mouseX": 1200, "mouseY": 901, "time": 0},
{"type": 2, "mouseX": 1200, "mouseY": 801, "time": 50},
{"type": 2, "mouseX": 1200, "mouseY": 701, "time": 100},
{"type": 2, "mouseX": 1200, "mouseY": 601, "time": 150},
{"type": 2, "mouseX": 1200, "mouseY": 501, "time": 200},
{"type": 2, "mouseX": 1200, "mouseY": 401, "time": 250},
{"type": 2, "mouseX": 1200, "mouseY": 301, "time": 300},
{"type": 2, "mouseX": 1200, "mouseY": 201, "time": 350},
{"type": 2, "mouseX": 1200, "mouseY": 200, "mouseButton": "Left", "time": 400}
],
"info": {
"name": "",
"description": "",
"x": 0,
"y": 0,
"width": 1920,
"height": 1080,
"recordDpi": 1
}
}
{
"macroEvents": [
{"type": 2, "mouseX": 1200, "mouseY": 901, "time": 0},
{"type": 2, "mouseX": 1200, "mouseY": 801, "time": 50},
{"type": 2, "mouseX": 1200, "mouseY": 701, "time": 100},
{"type": 2, "mouseX": 1200, "mouseY": 601, "time": 150},
{"type": 2, "mouseX": 1200, "mouseY": 501, "time": 200},
{"type": 2, "mouseX": 1200, "mouseY": 401, "time": 250},
{"type": 2, "mouseX": 1200, "mouseY": 301, "time": 300},
{"type": 2, "mouseX": 1200, "mouseY": 201, "time": 350},
{"type": 2, "mouseX": 1200, "mouseY": 200, "mouseButton": "Left", "time": 400}
],
"info": {
"name": "",
"description": "",
"x": 0,
"y": 0,
"width": 1920,
"height": 1080,
"recordDpi": 1
}
}

View File

@@ -1,22 +1,22 @@
{
"macroEvents": [
{"type": 2, "mouseX": 1200, "mouseY": 901, "time": 0},
{"type": 2, "mouseX": 1200, "mouseY": 801, "time": 50},
{"type": 2, "mouseX": 1200, "mouseY": 701, "time": 100},
{"type": 2, "mouseX": 1200, "mouseY": 601, "time": 150},
{"type": 2, "mouseX": 1200, "mouseY": 501, "time": 200},
{"type": 2, "mouseX": 1200, "mouseY": 401, "time": 250},
{"type": 2, "mouseX": 1200, "mouseY": 301, "time": 300},
{"type": 2, "mouseX": 1200, "mouseY": 205, "time": 350},
{"type": 2, "mouseX": 1200, "mouseY": 204, "mouseButton": "Left", "time": 400}
],
"info": {
"name": "",
"description": "",
"x": 0,
"y": 0,
"width": 1920,
"height": 1080,
"recordDpi": 1
}
}
{
"macroEvents": [
{"type": 2, "mouseX": 1200, "mouseY": 901, "time": 0},
{"type": 2, "mouseX": 1200, "mouseY": 801, "time": 50},
{"type": 2, "mouseX": 1200, "mouseY": 701, "time": 100},
{"type": 2, "mouseX": 1200, "mouseY": 601, "time": 150},
{"type": 2, "mouseX": 1200, "mouseY": 501, "time": 200},
{"type": 2, "mouseX": 1200, "mouseY": 401, "time": 250},
{"type": 2, "mouseX": 1200, "mouseY": 301, "time": 300},
{"type": 2, "mouseX": 1200, "mouseY": 205, "time": 350},
{"type": 2, "mouseX": 1200, "mouseY": 204, "mouseButton": "Left", "time": 400}
],
"info": {
"name": "",
"description": "",
"x": 0,
"y": 0,
"width": 1920,
"height": 1080,
"recordDpi": 1
}
}

View File

@@ -1,3 +1,3 @@
{"macroEvents":[{"type":6,"mouseX":0,"mouseY":-120,"time":0},
{"type":6,"mouseX":0,"mouseY":0,"time":100}],
{"macroEvents":[{"type":6,"mouseX":0,"mouseY":-120,"time":0},
{"type":6,"mouseX":0,"mouseY":0,"time":100}],
"info":{"name":"","description":"","x":0,"y":0,"width":1920,"height":1080,"recordDpi":1}}

View File

@@ -11,7 +11,8 @@
],
"tags": [
"食材",
"图像识别"
"料理",
"模板匹配"
],
"settings_ui": "settings.json",
"main": "main.js"

View File

@@ -1,92 +1,92 @@
[
{
"name": "CookingTimes",
"type": "input-text",
"label": "【料理制作】:\n\n烹饪次数默认0即跳过"
},
{
"name": "Cooking",
"type": "input-text",
"label": "输入料理名"
},
{
"name": "PrepCount",
"type": "input-text",
"label": "\n====================\n\n【食材加工】\n\n加工数量(不填默认99)"
},
{
"name": "Processing11",
"type": "checkbox",
"label": "如勾选:面粉,黄油,糖\n上方填入88,66\n则加工面粉88,黄油66,糖88\n-----------------\n\n1小麦=面粉"
},
{
"name": "Processing15",
"type": "checkbox",
"label": "-----------------\n\n1牛奶=奶油"
},
{
"name": "Processing17",
"type": "checkbox",
"label": "-----------------\n\n2牛奶=黄油"
},
{
"name": "Processing25",
"type": "checkbox",
"label": "-----------------\n\n3牛奶=奶酪"
},
{
"name": "Processing18",
"type": "checkbox",
"label": "-----------------\n\n2兽肉+1盐=火腿"
},
{
"name": "Processing27",
"type": "checkbox",
"label": "-----------------\n\n3兽肉=香肠"
},
{
"name": "Processing16",
"type": "checkbox",
"label": "--------------------\n\n3禽肉+1盐=熏禽肉"
},
{
"name": "Processing26",
"type": "checkbox",
"label": "-----------------\n\n4兽肉+2盐=培根"
},
{
"name": "Processing21",
"type": "checkbox",
"label": "-----------------\n\n2甜甜花=糖"
},
{
"name": "Processing22",
"type": "checkbox",
"label": "-----------------\n\n2香辛果=香辛料"
},
{
"name": "Processing24",
"type": "checkbox",
"label": "----------------------------\n\n3日落果+2树莓+1糖=果酱"
},
{
"name": "Processing23",
"type": "checkbox",
"label": "-----------------\n\n4螃蟹=蟹黄"
},
{
"name": "Processing12",
"type": "checkbox",
"label": "--------------------\n\n冷鲜肉 转化成 兽肉"
},
{
"name": "Processing14",
"type": "checkbox",
"label": "-----------------------------\n\n神秘的肉 转化成 肉加工产物"
},
{
"name": "Processing13",
"type": "checkbox",
"label": "--------------------------------\n\n鱼 转化成 鱼肉,排除 红色花鳉"
}
[
{
"name": "CookingTimes",
"type": "input-text",
"label": "【料理制作】:\n\n烹饪次数默认0即跳过"
},
{
"name": "Cooking",
"type": "input-text",
"label": "输入料理名"
},
{
"name": "PrepCount",
"type": "input-text",
"label": "\n====================\n\n【食材加工】\n\n加工数量(不填默认99)"
},
{
"name": "Processing11",
"type": "checkbox",
"label": "如勾选:面粉,黄油,糖\n上方填入88,66\n则加工面粉88,黄油66,糖88\n-----------------\n\n1小麦=面粉"
},
{
"name": "Processing15",
"type": "checkbox",
"label": "-----------------\n\n1牛奶=奶油"
},
{
"name": "Processing17",
"type": "checkbox",
"label": "-----------------\n\n2牛奶=黄油"
},
{
"name": "Processing25",
"type": "checkbox",
"label": "-----------------\n\n3牛奶=奶酪"
},
{
"name": "Processing18",
"type": "checkbox",
"label": "-----------------\n\n2兽肉+1盐=火腿"
},
{
"name": "Processing27",
"type": "checkbox",
"label": "-----------------\n\n3兽肉=香肠"
},
{
"name": "Processing16",
"type": "checkbox",
"label": "--------------------\n\n3禽肉+1盐=熏禽肉"
},
{
"name": "Processing26",
"type": "checkbox",
"label": "-----------------\n\n4兽肉+2盐=培根"
},
{
"name": "Processing21",
"type": "checkbox",
"label": "-----------------\n\n2甜甜花=糖"
},
{
"name": "Processing22",
"type": "checkbox",
"label": "-----------------\n\n2香辛果=香辛料"
},
{
"name": "Processing24",
"type": "checkbox",
"label": "----------------------------\n\n3日落果+2树莓+1糖=果酱"
},
{
"name": "Processing23",
"type": "checkbox",
"label": "-----------------\n\n4螃蟹=蟹黄"
},
{
"name": "Processing12",
"type": "checkbox",
"label": "--------------------\n\n冷鲜肉 转化成 兽肉"
},
{
"name": "Processing14",
"type": "checkbox",
"label": "-----------------------------\n\n神秘的肉 转化成 肉加工产物"
},
{
"name": "Processing13",
"type": "checkbox",
"label": "--------------------------------\n\n鱼 转化成 鱼肉,排除 红色花鳉"
}
]