From 06a6c5373e27b70f3b6637e3d881495e556e20dc Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Sun, 12 Jan 2025 04:10:40 +0000 Subject: [PATCH] =?UTF-8?q?feat(net-tool):=20=E6=B7=BB=E5=8A=A0=20chat=5Fm?= =?UTF-8?q?ode=20=E5=B1=9E=E6=80=A7=E4=BB=A5=E6=94=AF=E6=8C=81=E7=BE=A4?= =?UTF-8?q?=E7=BB=84=E3=80=81=E7=82=B9=E5=AF=B9=E7=82=B9=E5=92=8C=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=81=8A=E5=A4=A9=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/net-tool/src/types/lark.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/net-tool/src/types/lark.ts b/packages/net-tool/src/types/lark.ts index bf5b87b..fbb5f8f 100644 --- a/packages/net-tool/src/types/lark.ts +++ b/packages/net-tool/src/types/lark.ts @@ -127,6 +127,7 @@ export namespace Lark { owner_id_type: "open_id" | "user_id" tenant_key: string user_count: string + chat_mode: "group" | "p2p" | "topic" } export interface BaseRes {