From 1375db9a20431f8a7a3c6145a6435db4cc461cc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:39:02 +0000 Subject: [PATCH] chore: auto-fix lint & formatting [skip ci] --- app/components/GroupEditor.vue | 4 +- app/components/RouteCard.vue | 16 +++++- app/components/RouteEditor.vue | 7 ++- config.example.yaml | 10 ++-- docs/guide/configuration.md | 18 +++--- docs/guide/deployment.md | 8 +-- docs/zh/guide/deployment.md | 8 +-- docs/zh/guide/logs.md | 2 +- server/lib/drivers/feishu/index.ts | 12 +++- server/lib/drivers/feishu/render.ts | 18 ++---- server/lib/drivers/feishu/rest.ts | 31 ++++++---- server/lib/drivers/feishu/updates.ts | 86 +++++++++++++++++++++------- server/lib/github/store.ts | 14 +---- server/lib/web/admin.ts | 3 +- tests/feishu-inbound.test.ts | 11 +++- 15 files changed, 160 insertions(+), 88 deletions(-) diff --git a/app/components/GroupEditor.vue b/app/components/GroupEditor.vue index 01b221c..120a818 100644 --- a/app/components/GroupEditor.vue +++ b/app/components/GroupEditor.vue @@ -202,7 +202,9 @@ :placeholder="t('routeEditor.threadPlaceholder')" /> -