JS脚本:禽肉全收集(提瓦特)【更新】 (#1044)

* JS脚本:一只爱可菲(厨娘版)【更新】

* JS脚本:联机锄地【新增】

* 修正了几个问题

* 更正了JS脚本配置

* 更新版号

* 更新了部分战斗点位(赤鹫-3肉)

* 修正键名

* Add files via upload
This commit is contained in:
提瓦特钓鱼玳师
2025-06-09 15:13:49 +08:00
committed by GitHub
parent 191329441e
commit dbb6634e95
42 changed files with 3827 additions and 2453 deletions

View File

@@ -1,6 +1,6 @@
import os
path_names = os.listdir("pathing")
path_list = [f"\"{i.rstrip(".json")}\"" for i in path_names]
path_list_print = ",\n".join(path_list)
import os
path_names = os.listdir("pathing")
path_list = [f"\"{i.rstrip(".json")}\"" for i in path_names]
path_list_print = ",\n".join(path_list)
print(path_list_print)