diff --git a/src/components/DonateModal.svelte b/src/components/DonateModal.svelte new file mode 100644 index 00000000..8af3f831 --- /dev/null +++ b/src/components/DonateModal.svelte @@ -0,0 +1,45 @@ + + +
+

Thank you! Hope you find it useful.

+

+ I made this website for fun when I have some spare time. Obviously will add more feature and update the data every + update, because I like to explore the game and kind of min-maxing it. +

+

+ If you want to donate, your donation will definitely help on improving the site and motivating me to add more stuff + to Paimon.moe! Thank you very much and have fun, hope you like it! +

+

+ You can also contributing to the project on Github +

+
+ + + + + + +
+
diff --git a/src/components/Sidebar/Sidebar.svelte b/src/components/Sidebar/Sidebar.svelte index fdbdcf29..b936680e 100644 --- a/src/components/Sidebar/Sidebar.svelte +++ b/src/components/Sidebar/Sidebar.svelte @@ -1,5 +1,6 @@ +
+ {#if !mobile} + + {/if} + {#if mobile} +
+ +
+ {/if} + + + + + + +
+ +
+ - -
- {#if !mobile} - - {/if} - {#if mobile} -
- -
- {/if} - - - - - - -
diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index b5bb052b..1e067433 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -30,6 +30,35 @@ }); + + Paimon.moe + + + + +
+ + + {#if $showSidebar} + + {/if} + + + + +
+ +
+
+
+{#if $preloading && $delayedPreloading} +
+{/if} +

+ Paimon.moe is not affiliated with miHoYo.
+ Genshin Impact, game content and materials are trademarks and copyrights of miHoYo. +

+ - - - Paimon.moe - - - - -
- -{#if $showSidebar} - -{/if} - - - - - -
- -
-
-
-{#if $preloading && $delayedPreloading} -
-{/if} -

- Paimon.moe is not affiliated with miHoYo.
- Genshin Impact, game content and materials are trademarks and copyrights of miHoYo. -

diff --git a/src/routes/wish/index.svelte b/src/routes/wish/index.svelte index c1fdf602..25833db2 100644 --- a/src/routes/wish/index.svelte +++ b/src/routes/wish/index.svelte @@ -111,11 +111,11 @@ Wish Counter - Paimon.moe
diff --git a/static/images/donation/dana.png b/static/images/donation/dana.png new file mode 100644 index 00000000..78700f0f Binary files /dev/null and b/static/images/donation/dana.png differ diff --git a/static/images/donation/gopay.png b/static/images/donation/gopay.png new file mode 100644 index 00000000..bd1566bd Binary files /dev/null and b/static/images/donation/gopay.png differ diff --git a/static/images/donation/ko-fi.png b/static/images/donation/ko-fi.png new file mode 100644 index 00000000..571035a2 Binary files /dev/null and b/static/images/donation/ko-fi.png differ diff --git a/static/images/donation/ovo.png b/static/images/donation/ovo.png new file mode 100644 index 00000000..1dea5a1e Binary files /dev/null and b/static/images/donation/ovo.png differ diff --git a/static/images/donation/paypal.png b/static/images/donation/paypal.png new file mode 100644 index 00000000..4bbb706a Binary files /dev/null and b/static/images/donation/paypal.png differ diff --git a/static/images/donation/trakteer.png b/static/images/donation/trakteer.png new file mode 100644 index 00000000..e3b7b5d4 Binary files /dev/null and b/static/images/donation/trakteer.png differ