feat(client/purchase): 全员优惠月付特殊卡片(¥6/$1,随渠道显价)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-12 19:34:07 +08:00
parent 7ac9fa40f0
commit 17d99acf62
10 changed files with 218 additions and 34 deletions
+4
View File
@@ -511,4 +511,8 @@ class StringsEn extends AppText {
String get settingsGroupAbout => 'About';
@override
String get orderStatusExpired => 'Expired';
@override
String get promoBadge => 'Limited-time offer';
@override
String get promoOriginalPrice => 'Was';
}