This commit is contained in:
起个名字好难的喵
2025-07-28 12:15:15 +08:00
parent e769482a79
commit ce4dc2835b
7 changed files with 28 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"manifest_version": 1,
"name": "抢劫(购买)NPC商品-图像识别",
"name": "购买NPC食材-图像识别",
"version": "2.0.0",
"description": "原食脚本: 基于图像识别的抢劫NPC商品, 可选择性购买商品, 节省大量摩拉与时间.",
"authors": [
@@ -9,6 +9,10 @@
"links": "https://github.com/TingYu-lulumi"
}
],
"tags": [
"购买食材",
"图像识别"
],
"settings_ui": "settings.json",
"main": "main.js"
}