:feat: 引入环境变量

- 添加任务调度配置,支持定时执行
- 引入环境变量以提高脚本的灵活性和安全性
This commit is contained in:
liulong 2024-11-04 10:20:08 +08:00
parent bb273c20d3
commit de83ae1a69

View File

@ -6,6 +6,7 @@
""" """
变量Hykb_cookie 变量Hykb_cookie
corn: 0 0 0 * * * corn: 0 0 0 * * *
const $ = new Env('好游快爆浇水爆米花任务');
""" """
import asyncio import asyncio
import os import os