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
@@ -512,4 +512,8 @@ class StringsEs extends AppText {
String get settingsGroupAbout => 'Acerca de';
@override
String get orderStatusExpired => 'Caducado';
@override
String get promoBadge => 'Oferta especial';
@override
String get promoOriginalPrice => 'Antes';
}