feat(subscription): add payment channel selector

This commit is contained in:
2026-06-22 16:13:06 +08:00
parent ec8c559a19
commit 5ed43a37ce
7 changed files with 169 additions and 9 deletions
@@ -1,13 +1,5 @@
"use client";
/**
* 订阅页主操作按钮
*
* 视觉规格(与设计稿对齐):
* - 全宽,52px 高,--radius-xxxl 圆角
* - 粉色渐变(#f96ADE → #f657A0
* - 白字 16px/600 + 粉色阴影
* - :disabled 灰化
*/
import type { ButtonHTMLAttributes, ReactNode } from "react";
import styles from "./subscription-cta-button.module.css";