smallfawn / QLScriptPublic

青龙面板脚本公共仓库 新群 551674817 密码888 元梦之星

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

哈啰签到

dizzying opened this issue · comments

第20行多了一个字符"&",删除即可。

/ql/data/scripts/smallfawn_QLScriptPublic/hl.js:20
&
^

SyntaxError: Unexpected token '&'
at internalCompileFunction (node:internal/vm:77:18)
at wrapSafe (node:internal/modules/cjs/loader:1288:20)
at Module._compile (node:internal/modules/cjs/loader:1340:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49

Node.js v20.11.1