From 5c53ae4993cd9b3138f706132bcd4b9f3c7e274b Mon Sep 17 00:00:00 2001 From: whyour Date: Fri, 12 Jul 2024 01:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=93=E5=BA=93=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=8B=89=E5=8F=96=E6=96=87=E4=BB=B6=E5=90=8E=E7=BC=80?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81=E8=BF=90=E8=A1=8C=20cjs=20pyc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/config.sample.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/config.sample.sh b/sample/config.sample.sh index a0bd96c1..0eb83220 100644 --- a/sample/config.sample.sh +++ b/sample/config.sample.sh @@ -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=""