refactor(sidebar): split state derivation
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user