refactor: use managed official account avatars
CI / Typecheck, test & build (push) Successful in 56s
CI / Deploy to Cloudflare Workers (push) Successful in 1m1s

This commit is contained in:
2026-09-14 01:38:40 +08:00
parent 77c5535156
commit a2c1394946
3 changed files with 16 additions and 21 deletions
-1
View File
@@ -469,7 +469,6 @@ export interface OfficialAccountPayload {
slug: string
name: string
description?: string | null
avatar_url?: string | null
owner_uid?: string | null
verified?: boolean
type: OfficialAccountType