diff --git a/assets/home/clock_in_out.png b/assets/home/clock_in_out.png new file mode 100644 index 0000000..ae7629a Binary files /dev/null and b/assets/home/clock_in_out.png differ diff --git a/assets/home/facilities.png b/assets/home/facilities.png new file mode 100644 index 0000000..3bf93e1 Binary files /dev/null and b/assets/home/facilities.png differ diff --git a/assets/home/house_keeping.png b/assets/home/house_keeping.png new file mode 100644 index 0000000..bd1e532 Binary files /dev/null and b/assets/home/house_keeping.png differ diff --git a/assets/home/hygienice.png b/assets/home/hygienice.png new file mode 100644 index 0000000..4cbba6d Binary files /dev/null and b/assets/home/hygienice.png differ diff --git a/assets/home/interview.png b/assets/home/interview.png new file mode 100644 index 0000000..6fe03af Binary files /dev/null and b/assets/home/interview.png differ diff --git a/lib/ui/home/application/applications_page.dart b/lib/ui/home/application/applications_page.dart index 25f0d7b..dc196fa 100644 --- a/lib/ui/home/application/applications_page.dart +++ b/lib/ui/home/application/applications_page.dart @@ -84,16 +84,16 @@ class _ApplicationPageState extends State AppApplication( '绿化管理', R.ASSETS_HOME_IC_GREENING_PNG, () => GreenManagePage()), AppApplication( - '设施检查', R.ASSETS_HOME_IC_FACILITIES_PNG, () => FacilitiesSelectPage()), + '设施检查', R.ASSETS_HOME_FACILITIES_PNG, () => FacilitiesSelectPage()), AppApplication( '包裹管理', R.ASSETS_HOME_PACKAGE_PNG, () => PackagesManagePage()), AppApplication('钥匙管理', R.ASSETS_HOME_KEY_PNG, () => KeyManagePage()), AppApplication('规程管理', R.ASSETS_HOME_RULES_PNG, () => RulesManagePage()), AppApplication( - '卫生管理', R.ASSETS_PLACEHOLDER_WEBP, () => HygienceManagePage()), - AppApplication('考勤管理', R.ASSETS_PLACEHOLDER_WEBP, () => ClockInOutPage()), - AppApplication('访谈管理', R.ASSETS_PLACEHOLDER_WEBP, () => InterviewPage()), - AppApplication('家政服务', R.ASSETS_PLACEHOLDER_WEBP, () => HouseKeepingPage()), + '卫生管理', R.ASSETS_HOME_HYGIENICE_PNG, () => HygienceManagePage()), + AppApplication('考勤管理', R.ASSETS_HOME_CLOCK_IN_OUT_PNG, () => ClockInOutPage()), + AppApplication('访谈管理', R.ASSETS_HOME_INTERVIEW_PNG, () => InterviewPage()), + AppApplication('家政服务', R.ASSETS_HOME_HOUSE_KEEPING_PNG, () => HouseKeepingPage()), ]; @override