feat: 静态页面开发完成

This commit is contained in:
2026-05-21 14:09:46 +08:00
parent 8156e8efbf
commit 763aef6bb9
73 changed files with 6345 additions and 1370 deletions

View File

@@ -103,7 +103,7 @@ abstract class AppLocalizations {
/// No description provided for @appTitle.
///
/// In zh, this message translates to:
/// **'智念管理'**
/// **'智念商家端'**
String get appTitle;
/// No description provided for @appSubtitle.
@@ -439,7 +439,7 @@ abstract class AppLocalizations {
/// No description provided for @pending.
///
/// In zh, this message translates to:
/// **'待处理'**
/// **'待接单'**
String get pending;
/// No description provided for @processing.
@@ -529,7 +529,7 @@ abstract class AppLocalizations {
/// No description provided for @assignee.
///
/// In zh, this message translates to:
/// **'指派给'**
/// **'接单部门'**
String get assignee;
/// No description provided for @notAssigned.
@@ -901,13 +901,13 @@ abstract class AppLocalizations {
/// No description provided for @appMarket.
///
/// In zh, this message translates to:
/// **'应用市场'**
/// **'应用插件'**
String get appMarket;
/// No description provided for @marketDesc.
///
/// In zh, this message translates to:
/// **'扩展更多功能模块'**
/// **'更多业务扩展插件'**
String get marketDesc;
/// No description provided for @helpCenter.
@@ -1195,7 +1195,7 @@ abstract class AppLocalizations {
/// No description provided for @faq3A.
///
/// In zh, this message translates to:
/// **'工单共有三种状态:待处理刚创建未分配、处理中已分配给相关人员、已完成问题已解决。可以在「订单工单」页面的工单Tab中按状态筛选。'**
/// **'工单共有三种状态:待接单刚创建未分配、处理中已分配给相关人员、已完成问题已解决。可以在「订单工单」页面的工单Tab中按状态筛选。'**
String get faq3A;
/// No description provided for @faq4Q.
@@ -1489,13 +1489,13 @@ abstract class AppLocalizations {
/// No description provided for @agreementTitle.
///
/// In zh, this message translates to:
/// **'智念管理用户协议'**
/// **'智念商家端用户协议'**
String get agreementTitle;
/// No description provided for @privacyTitle.
///
/// In zh, this message translates to:
/// **'智念管理隐私政策'**
/// **'智念商家端隐私政策'**
String get privacyTitle;
/// No description provided for @lastUpdated.
@@ -1513,7 +1513,7 @@ abstract class AppLocalizations {
/// No description provided for @agreementPara1.
///
/// In zh, this message translates to:
/// **'本协议是您与智念科技之间关于使用智念管理服务所订立的协议。智念管理服务包括但不限于事件发布、订单管理、工单处理、扫码核销等功能。'**
/// **'本协议是您与智念科技之间关于使用智念商家端服务所订立的协议。智念商家端服务包括但不限于事件发布、订单管理、工单处理、扫码核销等功能。'**
String get agreementPara1;
/// No description provided for @agreementSection2.
@@ -1681,7 +1681,7 @@ abstract class AppLocalizations {
/// No description provided for @productDesc.
///
/// In zh, this message translates to:
/// **'智念管理是一款专为酒店、景区等文旅行业打造的智能管理应用。通过AI助手、事件发布、订单工单管理、扫码核销等功能帮助商家高效运营、提升服务质量。'**
/// **'智念商家端是一款专为酒店、景区等文旅行业打造的智能管理应用。通过AI助手、事件发布、订单工单管理、扫码核销等功能帮助商家高效运营、提升服务质量。'**
String get productDesc;
/// No description provided for @officialWebsite.
@@ -1719,6 +1719,138 @@ abstract class AppLocalizations {
/// In zh, this message translates to:
/// **'All Rights Reserved'**
String get allRightsReserved;
/// No description provided for @acceptOrder.
///
/// In zh, this message translates to:
/// **'接单'**
String get acceptOrder;
/// No description provided for @transferOrder.
///
/// In zh, this message translates to:
/// **'转单'**
String get transferOrder;
/// No description provided for @completeOrder.
///
/// In zh, this message translates to:
/// **'完成工单'**
String get completeOrder;
/// No description provided for @selectTransferDept.
///
/// In zh, this message translates to:
/// **'选择转单部门'**
String get selectTransferDept;
/// No description provided for @acceptSuccess.
///
/// In zh, this message translates to:
/// **'接单成功'**
String get acceptSuccess;
/// No description provided for @acceptFailed.
///
/// In zh, this message translates to:
/// **'接单失败,请重试'**
String get acceptFailed;
/// No description provided for @transferSuccess.
///
/// In zh, this message translates to:
/// **'转单成功'**
String get transferSuccess;
/// No description provided for @transferFailed.
///
/// In zh, this message translates to:
/// **'转单失败,请重试'**
String get transferFailed;
/// No description provided for @completeSuccess.
///
/// In zh, this message translates to:
/// **'工单已完成'**
String get completeSuccess;
/// No description provided for @completeFailed.
///
/// In zh, this message translates to:
/// **'操作失败,请重试'**
String get completeFailed;
/// No description provided for @deptMaintenance.
///
/// In zh, this message translates to:
/// **'维修部'**
String get deptMaintenance;
/// No description provided for @deptCleaning.
///
/// In zh, this message translates to:
/// **'保洁部'**
String get deptCleaning;
/// No description provided for @deptFrontDesk.
///
/// In zh, this message translates to:
/// **'前台部'**
String get deptFrontDesk;
/// No description provided for @deptSecurity.
///
/// In zh, this message translates to:
/// **'安保部'**
String get deptSecurity;
/// No description provided for @deptAdmin.
///
/// In zh, this message translates to:
/// **'行政部'**
String get deptAdmin;
/// No description provided for @deptKitchen.
///
/// In zh, this message translates to:
/// **'厨房'**
String get deptKitchen;
/// No description provided for @transferDept.
///
/// In zh, this message translates to:
/// **'转单部门'**
String get transferDept;
/// No description provided for @voiceListening.
///
/// In zh, this message translates to:
/// **'正在聆听...'**
String get voiceListening;
/// No description provided for @voiceUnavailable.
///
/// In zh, this message translates to:
/// **'当前设备不支持语音识别'**
String get voiceUnavailable;
/// No description provided for @voicePermissionDenied.
///
/// In zh, this message translates to:
/// **'麦克风权限被拒绝'**
String get voicePermissionDenied;
/// No description provided for @voiceError.
///
/// In zh, this message translates to:
/// **'语音识别出错'**
String get voiceError;
/// No description provided for @voiceModelLoading.
///
/// In zh, this message translates to:
/// **'正在加载语音模型,请稍候...'**
String get voiceModelLoading;
}
class _AppLocalizationsDelegate