From a0f051a10bdcfc051598190b3d354dc3110d861c Mon Sep 17 00:00:00 2001 From: yyyytawa <116234899+yyyytawa@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:58:49 +0800 Subject: [PATCH] =?UTF-8?q?docs(full.proto):=20=E4=BF=AE=E6=AD=A3=20GroupD?= =?UTF-8?q?ata=20=E5=85=B3=E4=BA=8E=E7=A6=81=E8=A8=80=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=9A=84=E6=8F=8F=E8=BF=B0=20chore(pull=5Frequest=5Ftemplate):?= =?UTF-8?q?=20=E4=BF=AE=E6=AD=A3=E9=83=A8=E5=88=86=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 6 +++--- src/full.proto | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b2401e3d..b6419c10 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,11 +19,11 @@ Closes # - [ ] 格式化 -- [ ] 新增 API +- [ ] 新增 API/内容 - [ ] 修正错误 - [ ] 更改依赖 -- [ ] 更改工作流 -- [ ] 补充提醒 +- [ ] 更改工作流/依赖/PR 模板等 +- [ ] 补充/提醒 - [ ] 其他(请在更改描述里面填写类型) --- diff --git a/src/full.proto b/src/full.proto index 0a0080ef..3e73354e 100644 --- a/src/full.proto +++ b/src/full.proto @@ -205,7 +205,7 @@ message GroupData { int64 ban_until_timestamp = 18; // 群聊解禁时间戳,永久无此项,时区 Asia/Shanghai bool top = 19; // 会话置顶 repeated string admin = 20; // 管理员列表 - int64 gag_until_timestamp = 21; // 禁言截止时间,时区 UTC+8,永久禁言为 int64 最大值~~小心别被 JS 坑了~~ + int64 gag_until_timestamp = 21; // 禁言截止时间,时区 UTC+8,永久禁言为 -1 string limited_msg_type = 22; // 被限制的消息类型,例如 1,2,3 string owner = 23; // 群主 bool recommandation = 24; // 是否加入群推荐