qinglong icon indicating copy to clipboard operation
qinglong copied to clipboard

支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)

Results 186 qinglong issues
Sort by recently updated
recently updated
newest added

容器重启后,所有依赖重新安装。这个怎么解决

![8330debc0e7109790a6cd21e7302e00](https://user-images.githubusercontent.com/63859866/181040272-9e99be09-73c7-4221-9993-170d70f9af0a.png) 如图,不定义查询参数可以获取到所有订阅信息,定义参数查询则报错

拉了不少脚本,几十页了,能不能搞个自定义分组好管理一些

https://github.com/whyour/qinglong/blob/cb004cfbf547b304cedf776b8b2ff1086b955dc2/src/pages/subscription/modal.tsx#L205 ![image](https://user-images.githubusercontent.com/31199453/180633669-854f08e1-68d3-4ed5-9f15-830367ec2076.png) 预期: 匹配后缀js ts 实际: 只匹配到了js 问题: 使用split(' ')匹配命令, 但是extensions也是用空格分割的, 导致无法匹配

https://github.com/whyour/qinglong/blob/f0869567de580fc252a178f8db2ce8c8d8634db3/sample/notify.js#L726 在ts环境下没有对变量进行var, const, let的声明 ![image](https://user-images.githubusercontent.com/31199453/180629596-5a013215-388f-4633-b8b0-f726ba8f389e.png)

2.13更新后无法安装nodejs和linux下依赖 强制更新后可以安装nodejs但是仍然无法安装linux下的

Linux下需要装哪些依赖呢,请教一下

gotify发送通知调用API失败!! HTTPError: Response code 404 (Not Found) at Request. (/ql/scripts/node_modules/.pnpm/[email protected]/node_modules/got/dist/source/as-promise/index.js:118:42) at processTicksAndRejections (node:internal/process/task_queues:96:5) { code: 'ERR_NON_2XX_3XX_RESPONSE', timings: { start: 165847206134, socket: 165842806134, lookup: 16584706138, connect: 165847286138, secureConnect: undefined, upload: 165472806138,...

root@qinglong:/ql/config $ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting pandas Using cached https://pypi.tuna.tsinghua.edu.cn/packages/4d/aa/e7078569d20f45e8cf6512a24bf2945698f13a7975650773c01366ea96dc/pandas-1.4.0.tar.gz (4.9 MB) Installing build dependencies ... error error: subprocess-exited-with-error × pip subprocess to install...

刚刚更新了新版的青龙2.13.1,nodejs和linux的依赖全部安装失败 日志: 开始安装依赖 fs,开始时间 2022/5/29 14:56:00 Run "pnpm setup" to create it automatically, or set the global-bin-dir setting, or the PNPM_HOME env variable. The global bin directory should be in...