From 6a4119af7401e0e5e840becde1812aab7ef3a58a Mon Sep 17 00:00:00 2001 From: yyyytawa <116234899+yyyytawa@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:16:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs(full.proto):=20=E8=A1=A5=E5=85=85=20Ti?= =?UTF-8?q?p=20=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/full.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/src/full.proto b/src/full.proto index b79880d0..6d8a43ac 100644 --- a/src/full.proto +++ b/src/full.proto @@ -31,6 +31,7 @@ enum ContentType { form = 5; // 表单 sticker = 7; // 表情 html = 8; + tip = 9; // 就是设置管理员/上传群文件的那个 tip audio = 11; // 语音 call = 13; // 语音电话 a2ui = 14; From 8254de9f120c688383b4cbf6039f3db88baa974f Mon Sep 17 00:00:00 2001 From: yyyytawa <116234899+yyyytawa@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:17:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs(msg.md):=20=E8=A1=A5=E5=85=85=E5=85=B1?= =?UTF-8?q?=E7=94=A8=E9=83=A8=E5=88=86=E7=9A=84=20Tag=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/v1/msg.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/v1/msg.md b/src/api/v1/msg.md index d6cef714..f859b0bb 100644 --- a/src/api/v1/msg.md +++ b/src/api/v1/msg.md @@ -16,6 +16,9 @@ title: msg // 命令信息 + +// 标签信息 + ``` :::