修正ssl连接功能;修改默认参数。

This commit is contained in:
LiuEnder
2026-03-10 12:20:36 +08:00
parent ad8bbc715e
commit 245625ae7d
3 changed files with 35 additions and 27 deletions

View File

@@ -2,13 +2,14 @@
"name": "gold-price-monitor",
"version": "1.0.0",
"description": "A script to monitor ICBC gold price and push notifications via ServerChan.",
"main": "GoldPriceV6cooldown.js",
"main": "GoldPrice.js",
"scripts": {
"start": "node GoldPriceV6cooldown.js"
"start": "node GoldPrice.js"
},
"dependencies": {
"axios": "^1.13.6",
"cheerio": "^1.1.2",
"serverchan-sdk": "^1.0.0"
"cheerio": "^1.2.0",
"npm-check-updates": "^19.6.3",
"serverchan-sdk": "^1.0.6"
}
}