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
@@ -505,4 +505,8 @@ class StringsZh extends AppText {
String get settingsGroupAbout => '关于';
@override
String get orderStatusExpired => '已过期';
@override
String get promoBadge => '限时优惠';
@override
String get promoOriginalPrice => '原价';
}