feat: iap支付方式

This commit is contained in:
2025-12-16 01:37:59 -08:00
parent f888b772c2
commit 60de644637
11 changed files with 368 additions and 52 deletions
@@ -86,7 +86,7 @@ class _KRHomeViewState extends State<KRHomeView> {
'Hi快VPN-网在我在,网快我快',
style: TextStyle(
color: Colors.white,
fontSize: 14.sp,
fontSize: 14,
fontWeight: FontWeight.w600,
),
),
@@ -102,7 +102,7 @@ class _KRHomeViewState extends State<KRHomeView> {
// --- 定义统一的文本样式,并设置行高 ---
final normalStyle = TextStyle(
color: Colors.white,
fontSize: 12.sp,
fontSize: 12,
fontWeight: FontWeight.w600,
height: 1.2,
);