From 8df73f202a814af1db64c18dd08789a40bf44d36 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Wed, 24 Sep 2025 23:11:50 +0800 Subject: [PATCH] update splash screen image file name --- ..._13__iPhone_12_Pro__iPhone_12_landscape.png} | Bin ...e_13__iPhone_12_Pro__iPhone_12_portrait.png} | Bin ...ne_15_Plus__iPhone_14_Pro_Max_landscape.png} | Bin ...one_15_Plus__iPhone_14_Pro_Max_portrait.png} | Bin ...17_Pro_Max__iPhone_16_Pro_Max_landscape.png} | Bin ..._17_Pro_Max__iPhone_16_Pro_Max_portrait.png} | Bin ...Pro__iPhone_17__iPhone_16_Pro_landscape.png} | Bin ..._Pro__iPhone_17__iPhone_16_Pro_portrait.png} | Bin src/desktop.html | 16 ++++++++-------- src/index.html | 16 ++++++++-------- src/mobile.html | 16 ++++++++-------- 11 files changed, 24 insertions(+), 24 deletions(-) rename public/img/splash_screens/{iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_landscape.png => iPhone_16e__iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_landscape.png} (100%) rename public/img/splash_screens/{iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_portrait.png => iPhone_16e__iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_portrait.png} (100%) rename public/img/splash_screens/{iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_landscape.png => iPhone_17_Air__iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_landscape.png} (100%) rename public/img/splash_screens/{iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_portrait.png => iPhone_17_Air__iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_portrait.png} (100%) rename public/img/splash_screens/{iPhone_16_Pro_Max_landscape.png => iPhone_17_Pro_Max__iPhone_16_Pro_Max_landscape.png} (100%) rename public/img/splash_screens/{iPhone_16_Pro_Max_portrait.png => iPhone_17_Pro_Max__iPhone_16_Pro_Max_portrait.png} (100%) rename public/img/splash_screens/{iPhone_16_Pro_landscape.png => iPhone_17_Pro__iPhone_17__iPhone_16_Pro_landscape.png} (100%) rename public/img/splash_screens/{iPhone_16_Pro_portrait.png => iPhone_17_Pro__iPhone_17__iPhone_16_Pro_portrait.png} (100%) diff --git a/public/img/splash_screens/iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_landscape.png b/public/img/splash_screens/iPhone_16e__iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_landscape.png similarity index 100% rename from public/img/splash_screens/iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_landscape.png rename to public/img/splash_screens/iPhone_16e__iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_landscape.png diff --git a/public/img/splash_screens/iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_portrait.png b/public/img/splash_screens/iPhone_16e__iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_portrait.png similarity index 100% rename from public/img/splash_screens/iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_portrait.png rename to public/img/splash_screens/iPhone_16e__iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_portrait.png diff --git a/public/img/splash_screens/iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_landscape.png b/public/img/splash_screens/iPhone_17_Air__iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_landscape.png similarity index 100% rename from public/img/splash_screens/iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_landscape.png rename to public/img/splash_screens/iPhone_17_Air__iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_landscape.png diff --git a/public/img/splash_screens/iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_portrait.png b/public/img/splash_screens/iPhone_17_Air__iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_portrait.png similarity index 100% rename from public/img/splash_screens/iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_portrait.png rename to public/img/splash_screens/iPhone_17_Air__iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_portrait.png diff --git a/public/img/splash_screens/iPhone_16_Pro_Max_landscape.png b/public/img/splash_screens/iPhone_17_Pro_Max__iPhone_16_Pro_Max_landscape.png similarity index 100% rename from public/img/splash_screens/iPhone_16_Pro_Max_landscape.png rename to public/img/splash_screens/iPhone_17_Pro_Max__iPhone_16_Pro_Max_landscape.png diff --git a/public/img/splash_screens/iPhone_16_Pro_Max_portrait.png b/public/img/splash_screens/iPhone_17_Pro_Max__iPhone_16_Pro_Max_portrait.png similarity index 100% rename from public/img/splash_screens/iPhone_16_Pro_Max_portrait.png rename to public/img/splash_screens/iPhone_17_Pro_Max__iPhone_16_Pro_Max_portrait.png diff --git a/public/img/splash_screens/iPhone_16_Pro_landscape.png b/public/img/splash_screens/iPhone_17_Pro__iPhone_17__iPhone_16_Pro_landscape.png similarity index 100% rename from public/img/splash_screens/iPhone_16_Pro_landscape.png rename to public/img/splash_screens/iPhone_17_Pro__iPhone_17__iPhone_16_Pro_landscape.png diff --git a/public/img/splash_screens/iPhone_16_Pro_portrait.png b/public/img/splash_screens/iPhone_17_Pro__iPhone_17__iPhone_16_Pro_portrait.png similarity index 100% rename from public/img/splash_screens/iPhone_16_Pro_portrait.png rename to public/img/splash_screens/iPhone_17_Pro__iPhone_17__iPhone_16_Pro_portrait.png diff --git a/src/desktop.html b/src/desktop.html index cc007a39..770dc12e 100644 --- a/src/desktop.html +++ b/src/desktop.html @@ -15,12 +15,12 @@ ezBookkeeping - - - + + + - + @@ -36,12 +36,12 @@ - - - + + + - + diff --git a/src/index.html b/src/index.html index 12c1fd9a..d7724f45 100644 --- a/src/index.html +++ b/src/index.html @@ -15,12 +15,12 @@ ezBookkeeping - - - + + + - + @@ -36,12 +36,12 @@ - - - + + + - + diff --git a/src/mobile.html b/src/mobile.html index d8e56409..3b9015e3 100644 --- a/src/mobile.html +++ b/src/mobile.html @@ -15,12 +15,12 @@ ezBookkeeping - - - + + + - + @@ -36,12 +36,12 @@ - - - + + + - +