修改仓库默认拉取文件后缀,支持运行 cjs pyc

This commit is contained in:
whyour
2024-07-12 01:40:37 +08:00
parent e191aca41f
commit 5c53ae4993
+1 -1
View File
@@ -8,7 +8,7 @@ AutoAddCron="true"
DefaultCronRule=""
## ql repo命令拉取脚本时需要拉取的文件后缀,直接写文件后缀名即可
RepoFileExtensions="js py"
RepoFileExtensions="js mjs py pyc"
## 代理地址,支持HTTP/SOCK5,例如 http://127.0.0.1:7890
ProxyUrl=""