feat: 新增追问模式和iOS本地化,重构后端输出模型
This commit is contained in:
@@ -2558,6 +2558,126 @@ abstract class AppLocalizations {
|
||||
/// In zh, this message translates to:
|
||||
/// **'重试'**
|
||||
String get retry;
|
||||
|
||||
/// No description provided for @resultFocusPoints.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'断卦要点'**
|
||||
String get resultFocusPoints;
|
||||
|
||||
/// No description provided for @wuXingMu.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'木'**
|
||||
String get wuXingMu;
|
||||
|
||||
/// No description provided for @wuXingHuo.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'火'**
|
||||
String get wuXingHuo;
|
||||
|
||||
/// No description provided for @wuXingTu.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'土'**
|
||||
String get wuXingTu;
|
||||
|
||||
/// No description provided for @wuXingJin.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'金'**
|
||||
String get wuXingJin;
|
||||
|
||||
/// No description provided for @wuXingShui.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'水'**
|
||||
String get wuXingShui;
|
||||
|
||||
/// No description provided for @wuXingWang.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'旺'**
|
||||
String get wuXingWang;
|
||||
|
||||
/// No description provided for @wuXingXiang.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'相'**
|
||||
String get wuXingXiang;
|
||||
|
||||
/// No description provided for @wuXingXiu.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'休'**
|
||||
String get wuXingXiu;
|
||||
|
||||
/// No description provided for @wuXingQiu.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'囚'**
|
||||
String get wuXingQiu;
|
||||
|
||||
/// No description provided for @wuXingSi.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'死'**
|
||||
String get wuXingSi;
|
||||
|
||||
/// No description provided for @yaoLegendTitle.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'符号对照'**
|
||||
String get yaoLegendTitle;
|
||||
|
||||
/// No description provided for @yaoColSpirit.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'六神'**
|
||||
String get yaoColSpirit;
|
||||
|
||||
/// No description provided for @yaoColRelation.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'六亲'**
|
||||
String get yaoColRelation;
|
||||
|
||||
/// No description provided for @yaoColBranch.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'地支'**
|
||||
String get yaoColBranch;
|
||||
|
||||
/// No description provided for @yaoColElement.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'五行'**
|
||||
String get yaoColElement;
|
||||
|
||||
/// No description provided for @yaoColChange.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'动'**
|
||||
String get yaoColChange;
|
||||
|
||||
/// No description provided for @yaoColMark.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'标'**
|
||||
String get yaoColMark;
|
||||
|
||||
/// No description provided for @resultHexagramDetailFailed.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'解卦失败,卦象详情暂不可用'**
|
||||
String get resultHexagramDetailFailed;
|
||||
|
||||
/// No description provided for @resultHexagramDetailRefused.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'暂不支持解卦,请调整问题后重试'**
|
||||
String get resultHexagramDetailRefused;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
Reference in New Issue
Block a user