This commit is contained in:
2026-06-25 18:24:29 +08:00
commit a1190d7d9a
90 changed files with 5459 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "sendReminder",
"version": "1.0.0",
"description": "每日定时:给今天还没遛狗的主人发订阅提醒",
"main": "index.js",
"dependencies": {
"wx-server-sdk": "~2.6.3"
}
}