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; // 是否加入群推荐