浪費了半天時間, 索性移除了聯絡人分組的支援
This commit is contained in:
CrescentLeaf
2025-09-20 16:57:17 +08:00
parent 6a8acd4717
commit 5ce42bf651
7 changed files with 60 additions and 53 deletions

View File

@@ -6,7 +6,7 @@ export default class UserBean {
declare registered_time: number
declare nickname: string
declare avatar_file_hash?: string
declare contact_groups: string
declare contacts_list: string
declare settings: string
[key: string]: unknown