diff --git "a/doc/\346\233\264\346\226\260\346\227\245\345\277\227.txt" "b/doc/\346\233\264\346\226\260\346\227\245\345\277\227.txt" index a3db367c..11536477 100644 --- "a/doc/\346\233\264\346\226\260\346\227\245\345\277\227.txt" +++ "b/doc/\346\233\264\346\226\260\346\227\245\345\277\227.txt" @@ -1,4 +1,4 @@ -V7.12.7 +V7.12.8 更新时间 2026-04-28 * OneBot 支持 _get_group_notice API 获取群公告是否发送给新成员 diff --git a/package-dist.json b/package-dist.json index e856d2c2..ddf416ed 100644 --- a/package-dist.json +++ b/package-dist.json @@ -1 +1 @@ -{"name":"llonebot-dist","version":"7.12.7","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}} \ No newline at end of file +{"name":"llonebot-dist","version":"7.12.8","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}} \ No newline at end of file diff --git a/src/onebot11/action/group/GetGroupMemberInfo.ts b/src/onebot11/action/group/GetGroupMemberInfo.ts index 13d172c2..edaea585 100644 --- a/src/onebot11/action/group/GetGroupMemberInfo.ts +++ b/src/onebot11/action/group/GetGroupMemberInfo.ts @@ -38,7 +38,7 @@ class GetGroupMemberInfo extends BaseAction { } } if (info) { - this.ctx.logger.info(info.simpleInfo.baseInfo) + this.ctx.logger.info(info) ret.sex = OB11Entities.sex(info.simpleInfo.baseInfo.sex) ret.qq_level = info.commonExt?.qqLevel && calcQQLevel(info.commonExt.qqLevel) || 0 ret.age = info.simpleInfo.baseInfo.age ?? 0 diff --git a/src/version.ts b/src/version.ts index 806f195a..40a3ad56 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '7.12.7' +export const version = '7.12.8'