diff --git a/bun.lockb b/bun.lockb index 0e43eef..2fa7c04 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c018c5e..6c9294f 100644 --- a/package.json +++ b/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", diff --git a/schedule/fmMonitor.ts b/schedule/fmMonitor.ts index beb3cce..926a16a 100644 --- a/schedule/fmMonitor.ts +++ b/schedule/fmMonitor.ts @@ -45,8 +45,8 @@ const fmMonitor = async (): Promise => { } await larkService.message.sendText2Chat( appInfo.errChatId, - `fmMonitor 节目更新 -${title}` + title, + "fmMonitor 节目更新" ) logger.info("fmMonitor success") } catch (error) { diff --git a/schedule/zhongNotify.ts b/schedule/zhongNotify.ts index 9da8062..aa8a3a8 100644 --- a/schedule/zhongNotify.ts +++ b/schedule/zhongNotify.ts @@ -23,8 +23,8 @@ const sendZhongNotify = async () => { const status = getScheduleStatus() await larkService.message.sendText2Chat( appInfo.errChatId, - `zhongNotify 每日提醒 -钟哥今天是${status}哦~` + `钟哥今天是${status}哦~`, + "zhongNotify 每日提醒" ) logger.info("sendZhongNotify success") } catch (error) {