whyour / qinglong

支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)
https://qinglong.online
Apache License 2.0
16.33k stars 2.99k forks source link

针对不同订阅/脚本 变量分离 #2547

Open SakuraCodes opened 4 weeks ago

SakuraCodes commented 4 weeks ago

Clear and concise description of the problem

QYWX_KEY在很多脚本中都存在,想实现不同的脚本通知通过不同的企业微信机器人推送

Suggested solution

是否可以实现变量分离,或者引入全局变量和局部变量的按钮

Alternative

No response

Additional context

No response

Validations

caidesen commented 3 weeks ago

我也有这个需求,目前通过执行前命令实现覆盖 export XXXX=YYYY