diff --git a/public/STARMAP_CHN_CHN.svg b/public/STARMAP_CHN_CHN.svg
new file mode 100644
index 0000000..7599720
--- /dev/null
+++ b/public/STARMAP_CHN_CHN.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/STARMAP_CHN_ENG.svg b/public/STARMAP_CHN_ENG.svg
new file mode 100644
index 0000000..e1198a3
--- /dev/null
+++ b/public/STARMAP_CHN_ENG.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/STARMAP_IAU_CHN.svg b/public/STARMAP_IAU_CHN.svg
new file mode 100644
index 0000000..92c23ee
--- /dev/null
+++ b/public/STARMAP_IAU_CHN.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/STARMAP_IAU_CHN_dark.svg b/public/STARMAP_IAU_CHN_dark.svg
new file mode 100644
index 0000000..5a2ac2d
--- /dev/null
+++ b/public/STARMAP_IAU_CHN_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/STARMAP_IAU_ENG.svg b/public/STARMAP_IAU_ENG.svg
new file mode 100644
index 0000000..f26ad5e
--- /dev/null
+++ b/public/STARMAP_IAU_ENG.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/STARMAP_URBAN_CHN.svg b/public/STARMAP_URBAN_CHN.svg
new file mode 100644
index 0000000..634f1f7
--- /dev/null
+++ b/public/STARMAP_URBAN_CHN.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/STARMAP_jacket_front.svg b/public/STARMAP_jacket_front.svg
new file mode 100644
index 0000000..7c2bb23
--- /dev/null
+++ b/public/STARMAP_jacket_front.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/STARMAPv2022_jacket.svg b/public/STARMAPv2022_jacket.svg
deleted file mode 100644
index 9a7622b..0000000
--- a/public/STARMAPv2022_jacket.svg
+++ /dev/null
@@ -1,2240 +0,0 @@
-
-
-
diff --git a/public/STARMAPv2022_orange.svg b/public/STARMAPv2022_orange.svg
deleted file mode 100644
index 42e46db..0000000
--- a/public/STARMAPv2022_orange.svg
+++ /dev/null
@@ -1,4306 +0,0 @@
-
-
-
diff --git a/public/STARMAPv2022_red.svg b/public/STARMAPv2022_red.svg
deleted file mode 100644
index 867ed7d..0000000
--- a/public/STARMAPv2022_red.svg
+++ /dev/null
@@ -1,8460 +0,0 @@
-
-
-
diff --git a/public/STARMAPv2022_red_eng.svg b/public/STARMAPv2022_red_eng.svg
deleted file mode 100644
index d0c563f..0000000
--- a/public/STARMAPv2022_red_eng.svg
+++ /dev/null
@@ -1,16407 +0,0 @@
-
-
-
diff --git a/public/STARMAPv2022_yellow.svg b/public/STARMAPv2022_yellow.svg
deleted file mode 100644
index f1f82b9..0000000
--- a/public/STARMAPv2022_yellow.svg
+++ /dev/null
@@ -1,5923 +0,0 @@
-
-
-
diff --git a/public/STARMAPv2022_yellow_eng.svg b/public/STARMAPv2022_yellow_eng.svg
deleted file mode 100644
index 3d8b59a..0000000
--- a/public/STARMAPv2022_yellow_eng.svg
+++ /dev/null
@@ -1,7317 +0,0 @@
-
-
-
diff --git a/src/app/page.js b/src/app/page.js
index 2b24b85..877da76 100644
--- a/src/app/page.js
+++ b/src/app/page.js
@@ -26,9 +26,9 @@ import LazyLoad from 'react-lazyload';
import { prefix } from './prefix.js';
-const jacket = `${prefix}/STARMAPv2022_jacket.svg`
+const jacket = `${prefix}/STARMAP_jacket_front.svg`
const landscapeGIF = `${prefix}/landscape.gif`
-const versionInfo = "v1.1.0(20240604) by ctchu@HKNEAC"
+const versionInfo = "v1.1.1(20240617) by ctchu@HKNEAC"
const darkTheme = createTheme({
palette: {
@@ -160,9 +160,9 @@ export default function Home() {
const [animation, setAnimation] = useState("none !important")
const [animationState, setAnimationState] = useState("paused")
- const [yellowStarchart, setYellowStarchart] = useState(`${prefix}/STARMAPv2022_yellow.svg`)
- const [orangeStarchart, setOrangeStarchart] = useState(`${prefix}/STARMAPv2022_orange.svg`)
- const [redStarchart, setRedStarchart] = useState(`${prefix}/STARMAPv2022_red.svg`)
+ const [iauStarchart, setIauStarchart] = useState(`${prefix}/STARMAP_IAU_CHN.svg`)
+ const [urbanStarchart, setUrbanStarchart] = useState(`${prefix}/STARMAP_URBAN_CHN.svg`)
+ const [chnStarchart, setChnStarchart] = useState(`${prefix}/STARMAP_CHN_CHN.svg`)
const content = {
hk: {
@@ -319,23 +319,23 @@ export default function Home() {
const languageChange = (event, newLanguage) => {
setLanguage(newLanguage)
if (newLanguage == "hk") {
- setYellowStarchart(`${prefix}/STARMAPv2022_yellow.svg`)
- setOrangeStarchart(`${prefix}/STARMAPv2022_orange.svg`)
- setRedStarchart(`${prefix}/STARMAPv2022_red.svg`)
+ setIauStarchart(`${prefix}/STARMAP_IAU_CHN.svg`)
+ setUrbanStarchart(`${prefix}/STARMAP_URBAN_CHN.svg`)
+ setChnStarchart(`${prefix}/STARMAP_CHN_CHN.svg`)
setDisplayContent(content.hk)
setMonth(months.hk[displayMonths.indexOf(month)])
setDisplayMonths(months.hk)
} else if (newLanguage == "en") {
- setYellowStarchart(`${prefix}/STARMAPv2022_yellow_eng.svg`)
- setOrangeStarchart(`${prefix}/STARMAPv2022_orange_eng.svg`)
- setRedStarchart(`${prefix}/STARMAPv2022_red_eng.svg`)
+ setIauStarchart(`${prefix}/STARMAP_IAU_ENG.svg`)
+ setUrbanStarchart(`${prefix}/STARMAP_URBAN_ENG.svg`)
+ setChnStarchart(`${prefix}/STARMAP_CHN_ENG.svg`)
setDisplayContent(content.en)
setMonth(months.en[displayMonths.indexOf(month)])
setDisplayMonths(months.en)
} else {
- setYellowStarchart(`${prefix}/STARMAPv2022_yellow.svg`)
- setOrangeStarchart(`${prefix}/STARMAPv2022_orange.svg`)
- setRedStarchart(`${prefix}/STARMAPv2022_red.svg`)
+ setIauStarchart(`${prefix}/STARMAP_IAU_CHN.svg`)
+ setUrbanStarchart(`${prefix}/STARMAP_URBAN_CHN.svg`)
+ setChnStarchart(`${prefix}/STARMAP_CHN_CHN.svg`)
setDisplayContent(content.hk)
setMonth(months.hk[displayMonths.indexOf(month)])
setDisplayMonths(months.hk)
@@ -796,12 +796,12 @@ export default function Home() {
>