feat: 全新的客户端协议库!

This commit is contained in:
CrescentLeaf
2025-11-09 01:00:01 +08:00
parent 3e5fc722e6
commit f0ca0fbbd4
9 changed files with 378 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
export default class JoinRequestBean {
declare user_id: string
declare title: string
declare avatar?: string
declare nickname: string
declare avatar_file_hash?: string
declare reason?: string
[key: string]: unknown