refactor(sidebar): split state derivation

This commit is contained in:
2026-07-10 10:38:21 +08:00
parent 270e84385b
commit a1a93a51fb
13 changed files with 360 additions and 331 deletions
-12
View File
@@ -1,12 +0,0 @@
/**
* VIP 会员权益文案
*
* 共享常量:侧边栏 (`/sidebar`) 与订阅页 (`/subscription`) 都引用,
* 保持两处文案一致。
*/
export const VIP_BENEFITS: readonly string[] = [
"Unlimited chat sessions per day",
"Unlimited free access to private messages",
"Unlimited access to AI boyfriend photos",
"Free voice chat for X minutes",
] as const;