feat(app): improve payment and paywall UX

This commit is contained in:
2026-06-24 10:02:22 +08:00
parent 6c25a24440
commit bfbf7ee91a
23 changed files with 344 additions and 129 deletions
+2
View File
@@ -15,6 +15,8 @@ export const UiMessageSchema = z.object({
date: z.string(),
/** 图片 URLbase64 data URL 或 http URL */
imageUrl: z.string().optional(),
/** true = 图片可在列表展示,但全屏查看时需要会员解锁 */
imagePaywalled: z.boolean().optional(),
/** 语音 URL */
voiceUrl: z.string().optional(),
isPrivate: z.boolean().nullable().optional(),