From 3775d125f2b71ae60b0c4b9f865fbdd795ed2ef0 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sat, 10 Jan 2026 09:26:34 +0800 Subject: [PATCH] update --- .gitignore | 4 +++- prompts/.env.example | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09..1fdc3c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -node_modules \ No newline at end of file +node_modules +.env* +!.env*example diff --git a/prompts/.env.example b/prompts/.env.example index 1517514..f5aad45 100644 --- a/prompts/.env.example +++ b/prompts/.env.example @@ -19,4 +19,5 @@ S3_ACCESS_KEY_SECRET=your_secret_key S3_REGION=cn-beijing S3_ENDPOINT=tos-cn-beijing.volces.com +## 飞书提醒 FEISHU_NOTIFY_WEBHOOK_URL=your_feishu_webhook_url \ No newline at end of file