【操盘手】 内容库 - 操作优化

This commit is contained in:
wong
2025-04-23 18:10:43 +08:00
parent b324c87488
commit f036971de4
6 changed files with 128 additions and 103 deletions

View File

@@ -31,4 +31,5 @@ export interface WechatGroupMember {
gender?: "male" | "female"
role?: "owner" | "admin" | "member"
joinTime?: string
groupId?: string
}