feat: Node.js 版本体支持定时任务, 环境变量 SUB_STORE_BACKEND_CRON

This commit is contained in:
xream
2024-01-14 18:45:31 +08:00
parent 89931c0032
commit 5cbcf4fce4
4 changed files with 61 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sub-store",
"version": "2.14.159",
"version": "2.14.160",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {
@@ -17,6 +17,7 @@
"automerge": "1.0.1-preview.7",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^2.0.0",
"cron": "^3.1.6",
"express": "^4.17.1",
"http-proxy-middleware": "^2.0.6",
"js-base64": "^3.7.2",