feat: 接入起卦后端流程并完善积分扣减链路

This commit is contained in:
qzl
2026-04-03 19:04:46 +08:00
parent a136e42290
commit d87b2e1e3a
56 changed files with 3310 additions and 809 deletions
+30
View File
@@ -200,6 +200,24 @@ abstract class AppLocalizations {
/// **'了解用户服务协议'**
String get termsOfServiceSubtitle;
/// No description provided for @legalDocumentLoadFailedTitle.
///
/// In zh, this message translates to:
/// **'文档加载失败'**
String get legalDocumentLoadFailedTitle;
/// No description provided for @legalDocumentLoadFailedPathPrefix.
///
/// In zh, this message translates to:
/// **'路径'**
String get legalDocumentLoadFailedPathPrefix;
/// No description provided for @legalDocumentLoadFailedErrorPrefix.
///
/// In zh, this message translates to:
/// **'错误'**
String get legalDocumentLoadFailedErrorPrefix;
/// No description provided for @disclaimer.
///
/// In zh, this message translates to:
@@ -1429,6 +1447,18 @@ abstract class AppLocalizations {
/// In zh, this message translates to:
/// **'取消'**
String get cancel;
/// No description provided for @coinFaceGuideTitle.
///
/// In zh, this message translates to:
/// **'字花图片说明'**
String get coinFaceGuideTitle;
/// No description provided for @coinFaceGuideDescription.
///
/// In zh, this message translates to:
/// **'字=铜钱有字的一面\n花=铜钱有花纹的一面'**
String get coinFaceGuideDescription;
}
class _AppLocalizationsDelegate