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 StringsKo extends AppText {
String get settingsGroupAbout => '정보';
@override
String get orderStatusExpired => '만료됨';
@override
String get promoBadge => '한정 특가';
@override
String get promoOriginalPrice => '정가';
}