* JS脚本:一只爱可菲(厨娘版)【更新】 * JS脚本:联机锄地【新增】 * 修正了几个问题 * 更正了JS脚本配置 * 更新版号 * 更新了部分战斗点位(赤鹫-3肉) * 修正键名 * Add files via upload
6 lines
174 B
Python
6 lines
174 B
Python
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) |