mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: 群精华上限修改
This commit is contained in:
@@ -35,7 +35,7 @@ export class NTQQWebApi {
|
|||||||
}
|
}
|
||||||
async getGroupEssenceMsgAll(GroupCode: string) {
|
async getGroupEssenceMsgAll(GroupCode: string) {
|
||||||
const ret: GroupEssenceMsgRet[] = [];
|
const ret: GroupEssenceMsgRet[] = [];
|
||||||
for (let i = 0; i < 4; i++) {
|
for (let i = 0; i < 20; i++) {
|
||||||
const data = await this.getGroupEssenceMsg(GroupCode, i, 50);
|
const data = await this.getGroupEssenceMsg(GroupCode, i, 50);
|
||||||
if (!data) break;
|
if (!data) break;
|
||||||
ret.push(data);
|
ret.push(data);
|
||||||
|
Reference in New Issue
Block a user