diff --git a/assets/applications/transfer.png b/assets/applications/transfer.png new file mode 100644 index 00000000..76b2f03d Binary files /dev/null and b/assets/applications/transfer.png differ diff --git a/lib/const/resource.dart b/lib/const/resource.dart index 4f561a1e..3702742d 100644 --- a/lib/const/resource.dart +++ b/lib/const/resource.dart @@ -91,6 +91,10 @@ class R { static const String ASSETS_APPLICATIONS_TOY_PNG = 'assets/applications/toy.png'; + /// ![preview](file:///Users/akufe/Documents/aku_community/assets/applications/transfer.png) + static const String ASSETS_APPLICATIONS_TRANSFER_PNG = + 'assets/applications/transfer.png'; + /// ![preview](file:///Users/akufe/Documents/aku_community/assets/applications/visitor_invite.png) static const String ASSETS_APPLICATIONS_VISITOR_INVITE_PNG = 'assets/applications/visitor_invite.png'; diff --git a/lib/constants/application_objects.dart b/lib/constants/application_objects.dart index b3e3ee41..01719ee6 100644 --- a/lib/constants/application_objects.dart +++ b/lib/constants/application_objects.dart @@ -56,8 +56,8 @@ class AO extends Equatable { ///所有应用 List appObjects = [ if (false) AO('一键开门', R.ASSETS_APPLICATIONS_OEPN_DOOR_PNG, () => Scaffold()), - if (false) - AO('开门码', R.ASSETS_APPLICATIONS_DOOR_CODE_PNG, () => OpeningCodePage()), + + AO('开门码', R.ASSETS_APPLICATIONS_DOOR_CODE_PNG, () => OpeningCodePage()), AO('访客邀请', R.ASSETS_APPLICATIONS_VISITOR_INVITE_PNG, () => VisitorAccessPage()), AO('报事报修', R.ASSETS_APPLICATIONS_FIX_PNG, () => FixedSubmitPage()), @@ -76,7 +76,7 @@ List appObjects = [ AO('借还管理', R.ASSETS_APPLICATIONS_BORROW_PNG, () => SelectBorrowReturnPage()), AO('一键报警', R.ASSETS_APPLICATIONS_POLICE_PNG, () => AlarmPage()), AO('设施预约', R.ASSETS_ICONS_TOOL_FACILITY_PNG, () => FacilityAppointmentPage()), - AO('快递包裹', R.ASSETS_IMAGES_PLACEHOLDER_WEBP, () => ExpressPackagePage()), + AO('快递包裹', R.ASSETS_APPLICATIONS_TRANSFER_PNG, () => ExpressPackagePage()), // AO( // '小区教育', // R.ASSETS_IMAGES_PLACEHOLDER_WEBP, @@ -136,7 +136,7 @@ List get recommendApp => _recommendApp.map((e) => AO.fromRaw(e)).toList(); ///智慧管家 original value List _smartManagerApp = [ if (false) '一键开门', - if (false) '开门码', + '开门码', '访客邀请', '报事报修', '生活缴费',