archive js

This commit is contained in:
起个名字好难的喵
2025-07-28 12:14:10 +08:00
parent 72086ca2cd
commit e769482a79
103 changed files with 1649 additions and 1642 deletions

View File

@@ -0,0 +1,17 @@
{
"manifest_version": 1,
"name": "指定NPC购买食材",
"version": "1.0.3",
"description": "一个自动买菜脚本, 目前只添加了15个NPC. 一些NPC商人的信息作者可能不知道, 白淞镇、离岛、竞技场NPC无法识别坐标信息.",
"authors": [
{
"name": "听雨♪",
"links": "https://github.com/TingYu-lulumi"
}
],
"tags": [
"购买食材"
],
"settings_ui": "settings.json",
"main": "main.js"
}