From 386fdbf4f9b82dbb10f10e7bd1c23789feda82c8 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 23 Sep 2024 22:03:03 +0800 Subject: [PATCH] PZHelper // Reorganize the folder structure of the codebase. --- .../PZH_Features/AppLangSwitcher/AppLangSwitcher.swift | 0 .../DetailPortalComponents/DetailPortalViewModel.swift | 0 .../DetailPortalComponents/NavComponents/AbyssReportNav.swift | 0 .../DetailPortalComponents/NavComponents/CharInventoryNav.swift | 0 .../DetailPortalComponents/NavComponents/LedgerNav.swift | 0 .../DetailPortalComponents/NavComponents/TravelStatsNav.swift | 0 .../{ => PZH_Frontends}/PZH_Features/HoyoMap/HoyoMap.swift | 0 .../ProfileManager/Peripherals/GeetestValidateView.swift | 0 .../ProfileManager/Peripherals/GetCookieQRCodeView.swift | 0 .../ProfileManager/Peripherals/GetCookieQRCodeView_Extra.swift | 0 .../ProfileManager/Peripherals/GetCookieWebView.swift | 0 .../ProfileManager/Peripherals/ProfileMgr_Errors.swift | 0 .../ProfileManager/Peripherals/TestAccountSectionView.swift | 0 .../PZH_Features/ProfileManager/ProfileManagerPageContent.swift | 0 .../ProfileMgr_SubViews/CreateProfileSheetView.swift | 0 .../ProfileManager/ProfileMgr_SubViews/EditProfileSheetView.swift | 0 .../ProfileManager/ProfileMgr_SubViews/HoYoPassWithdrawView.swift | 0 .../ProfileMgr_SubViews/ProfileConfigEditorView.swift | 0 .../ProfileMgr_SubViews/ProfileConfigViewContents.swift | 0 .../PZH_Features/TodayDashboard/InAppDailyNoteCardView.swift | 0 .../{RootFeatureViews => RootTabViews}/0_AppSettingsTabPage.swift | 0 .../0_AppSettings_SubPages/CloudAccountSettingsPageContent.swift | 0 .../0_AppSettings_SubPages/OtherSettingsPageContent.swift | 0 .../0_AppSettings_SubPages/PrivacySettingsPageContent.swift | 0 .../0_AppSettings_SubPages/UISettingsPageContent.swift | 0 .../{RootFeatureViews => RootTabViews}/1_TodayTabPage.swift | 0 .../2_DetailPortalTabPage.swift | 0 .../{RootFeatureViews => RootTabViews}/3_UtilsTabPage.swift | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/AppLangSwitcher/AppLangSwitcher.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/DetailPortalComponents/DetailPortalViewModel.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/DetailPortalComponents/NavComponents/AbyssReportNav.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/DetailPortalComponents/NavComponents/CharInventoryNav.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/DetailPortalComponents/NavComponents/LedgerNav.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/DetailPortalComponents/NavComponents/TravelStatsNav.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/HoyoMap/HoyoMap.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/Peripherals/GeetestValidateView.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView_Extra.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/Peripherals/GetCookieWebView.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/Peripherals/ProfileMgr_Errors.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/Peripherals/TestAccountSectionView.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/ProfileManagerPageContent.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/ProfileMgr_SubViews/CreateProfileSheetView.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/ProfileMgr_SubViews/EditProfileSheetView.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/ProfileMgr_SubViews/HoYoPassWithdrawView.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigEditorView.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigViewContents.swift (100%) rename Packages/PZHelper/Sources/PZHelper/{ => PZH_Frontends}/PZH_Features/TodayDashboard/InAppDailyNoteCardView.swift (100%) rename Packages/PZHelper/Sources/PZHelper/PZH_Frontends/{RootFeatureViews => RootTabViews}/0_AppSettingsTabPage.swift (100%) rename Packages/PZHelper/Sources/PZHelper/PZH_Frontends/{RootFeatureViews => RootTabViews}/0_AppSettings_SubPages/CloudAccountSettingsPageContent.swift (100%) rename Packages/PZHelper/Sources/PZHelper/PZH_Frontends/{RootFeatureViews => RootTabViews}/0_AppSettings_SubPages/OtherSettingsPageContent.swift (100%) rename Packages/PZHelper/Sources/PZHelper/PZH_Frontends/{RootFeatureViews => RootTabViews}/0_AppSettings_SubPages/PrivacySettingsPageContent.swift (100%) rename Packages/PZHelper/Sources/PZHelper/PZH_Frontends/{RootFeatureViews => RootTabViews}/0_AppSettings_SubPages/UISettingsPageContent.swift (100%) rename Packages/PZHelper/Sources/PZHelper/PZH_Frontends/{RootFeatureViews => RootTabViews}/1_TodayTabPage.swift (100%) rename Packages/PZHelper/Sources/PZHelper/PZH_Frontends/{RootFeatureViews => RootTabViews}/2_DetailPortalTabPage.swift (100%) rename Packages/PZHelper/Sources/PZHelper/PZH_Frontends/{RootFeatureViews => RootTabViews}/3_UtilsTabPage.swift (100%) diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/AppLangSwitcher/AppLangSwitcher.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/AppLangSwitcher/AppLangSwitcher.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/AppLangSwitcher/AppLangSwitcher.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/AppLangSwitcher/AppLangSwitcher.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/DetailPortalViewModel.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/DetailPortalViewModel.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/DetailPortalViewModel.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/DetailPortalViewModel.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/NavComponents/AbyssReportNav.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/NavComponents/AbyssReportNav.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/NavComponents/AbyssReportNav.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/NavComponents/AbyssReportNav.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/NavComponents/CharInventoryNav.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/NavComponents/CharInventoryNav.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/NavComponents/CharInventoryNav.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/NavComponents/CharInventoryNav.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/NavComponents/LedgerNav.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/NavComponents/LedgerNav.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/NavComponents/LedgerNav.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/NavComponents/LedgerNav.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/NavComponents/TravelStatsNav.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/NavComponents/TravelStatsNav.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/DetailPortalComponents/NavComponents/TravelStatsNav.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/DetailPortalComponents/NavComponents/TravelStatsNav.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/HoyoMap/HoyoMap.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/HoyoMap/HoyoMap.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/HoyoMap/HoyoMap.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/HoyoMap/HoyoMap.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/GeetestValidateView.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/GeetestValidateView.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/GeetestValidateView.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/GeetestValidateView.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView_Extra.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView_Extra.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView_Extra.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/GetCookieQRCodeView_Extra.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/GetCookieWebView.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/GetCookieWebView.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/GetCookieWebView.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/GetCookieWebView.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/ProfileMgr_Errors.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/ProfileMgr_Errors.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/ProfileMgr_Errors.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/ProfileMgr_Errors.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/TestAccountSectionView.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/TestAccountSectionView.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/Peripherals/TestAccountSectionView.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/Peripherals/TestAccountSectionView.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileManagerPageContent.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileManagerPageContent.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileManagerPageContent.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileManagerPageContent.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/CreateProfileSheetView.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/CreateProfileSheetView.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/CreateProfileSheetView.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/CreateProfileSheetView.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/EditProfileSheetView.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/EditProfileSheetView.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/EditProfileSheetView.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/EditProfileSheetView.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/HoYoPassWithdrawView.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/HoYoPassWithdrawView.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/HoYoPassWithdrawView.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/HoYoPassWithdrawView.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigEditorView.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigEditorView.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigEditorView.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigEditorView.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigViewContents.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigViewContents.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigViewContents.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/ProfileManager/ProfileMgr_SubViews/ProfileConfigViewContents.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Features/TodayDashboard/InAppDailyNoteCardView.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/TodayDashboard/InAppDailyNoteCardView.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Features/TodayDashboard/InAppDailyNoteCardView.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/PZH_Features/TodayDashboard/InAppDailyNoteCardView.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettingsTabPage.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettingsTabPage.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettingsTabPage.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettingsTabPage.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettings_SubPages/CloudAccountSettingsPageContent.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettings_SubPages/CloudAccountSettingsPageContent.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettings_SubPages/CloudAccountSettingsPageContent.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettings_SubPages/CloudAccountSettingsPageContent.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettings_SubPages/OtherSettingsPageContent.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettings_SubPages/OtherSettingsPageContent.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettings_SubPages/OtherSettingsPageContent.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettings_SubPages/OtherSettingsPageContent.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettings_SubPages/PrivacySettingsPageContent.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettings_SubPages/PrivacySettingsPageContent.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettings_SubPages/PrivacySettingsPageContent.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettings_SubPages/PrivacySettingsPageContent.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettings_SubPages/UISettingsPageContent.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettings_SubPages/UISettingsPageContent.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/0_AppSettings_SubPages/UISettingsPageContent.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/0_AppSettings_SubPages/UISettingsPageContent.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/1_TodayTabPage.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/1_TodayTabPage.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/1_TodayTabPage.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/1_TodayTabPage.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/2_DetailPortalTabPage.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/2_DetailPortalTabPage.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/2_DetailPortalTabPage.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/2_DetailPortalTabPage.swift diff --git a/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/3_UtilsTabPage.swift b/Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/3_UtilsTabPage.swift similarity index 100% rename from Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootFeatureViews/3_UtilsTabPage.swift rename to Packages/PZHelper/Sources/PZHelper/PZH_Frontends/RootTabViews/3_UtilsTabPage.swift