feat: 更新依赖版本;优化fmMonitor和zhongNotify的消息发送逻辑
This commit is contained in:
parent
feb6b1efaf
commit
7d71b342d1
14
package.json
14
package.json
@ -22,15 +22,15 @@
|
||||
"@eslint/js": "^9.18.0",
|
||||
"@types/node-schedule": "^2.1.7",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"bun-types": "^1.1.43",
|
||||
"bun-types": "^1.2.0",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
"eslint-plugin-unused-imports": "^4.1.4",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.3.0",
|
||||
"lint-staged": "^15.4.2",
|
||||
"oxlint": "^0.13.2",
|
||||
"prettier": "^3.4.2",
|
||||
"typescript-eslint": "^8.20.0"
|
||||
"typescript-eslint": "^8.21.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.5.4"
|
||||
@ -39,13 +39,13 @@
|
||||
"@egg/hooks": "^1.2.0",
|
||||
"@egg/lark-msg-tool": "^1.21.0",
|
||||
"@egg/logger": "^1.6.0",
|
||||
"@egg/net-tool": "^1.24.0",
|
||||
"@egg/net-tool": "^1.25.0",
|
||||
"@egg/path-tool": "^1.4.1",
|
||||
"@langchain/core": "^0.3.30",
|
||||
"@langchain/langgraph": "^0.2.39",
|
||||
"@langchain/core": "^0.3.33",
|
||||
"@langchain/langgraph": "^0.2.41",
|
||||
"@langchain/openai": "^0.3.17",
|
||||
"joi": "^17.13.3",
|
||||
"langfuse-langchain": "^3.32.0",
|
||||
"langfuse-langchain": "^3.32.1",
|
||||
"node-schedule": "^2.1.1",
|
||||
"p-limit": "^6.2.0",
|
||||
"pocketbase": "^0.23.0",
|
||||
|
@ -45,8 +45,8 @@ const fmMonitor = async (): Promise<void> => {
|
||||
}
|
||||
await larkService.message.sendText2Chat(
|
||||
appInfo.errChatId,
|
||||
`<b>fmMonitor 节目更新</b>
|
||||
${title}`
|
||||
title,
|
||||
"fmMonitor 节目更新"
|
||||
)
|
||||
logger.info("fmMonitor success")
|
||||
} catch (error) {
|
||||
|
@ -23,8 +23,8 @@ const sendZhongNotify = async () => {
|
||||
const status = getScheduleStatus()
|
||||
await larkService.message.sendText2Chat(
|
||||
appInfo.errChatId,
|
||||
`<b>zhongNotify 每日提醒</b>
|
||||
钟哥今天是${status}哦~`
|
||||
`钟哥今天是${status}哦~`,
|
||||
"zhongNotify 每日提醒"
|
||||
)
|
||||
logger.info("sendZhongNotify success")
|
||||
} catch (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user