diff --git a/src/components/WishImportModal.svelte b/src/components/WishImportModal.svelte index 013aca8e..576eb86d 100644 --- a/src/components/WishImportModal.svelte +++ b/src/components/WishImportModal.svelte @@ -525,6 +525,14 @@ whatsoever to modify any game files or memory, and it should be safe. But use it at your own risk (well I use it on my main account). You still can input your data manually 😀.

+

Can you hack my account then?

+

+ Paimon.moe never save anything related to your account (even your uid or nickname), so the answer is no. This + project is open source on + Github, I'm not planning to damage my reputation by hacking other people account. +

Hey I checked the request and stuff, but why it request to your domain instead of MiHoYo API?

@@ -543,15 +551,18 @@ target="__blank">here

-

Do you store my temporary key?

+

Do you store my temporary key or wish history?

- Paimon.moe never store your key, and use HTTPS to pass your url to a cors proxy to make the CORS works. + Paimon.moe never store your key, and use HTTPS to pass your url to a cors proxy to make the CORS works. All + your wish history is saved on your device only (or your google drive if you turn on sync on setting). + Paimon.moe does not save anything to the server (yes anything).

I tried the step, but I got some API error?

- Make sure you copy all the text, maybe you left over some text that are needed for the importer to work + Make sure you copy all the text (just hold and press select all), maybe you left over some text that are + needed for the importer to work

{:else} @@ -615,7 +626,10 @@
  • Wait for it to load and a feedback page should open
  • Turn off your wifi and data connection
  • Press refresh on top right corner
  • -
  • The page should error and show you a text with black font, select all and copy that text
  • +
  • The page should error and show you a text with black font
  • +
  • + Hold the text and press select all, then copy that text (don't copy only some portion of the text) +
  • Turn on your wifi or data connection
  • Paste the text to the textbox below
  • diff --git a/src/routes/settings.svelte b/src/routes/settings.svelte index b4b95467..151c419a 100644 --- a/src/routes/settings.svelte +++ b/src/routes/settings.svelte @@ -156,8 +156,10 @@

    {#if changelogOpen}
    +
    2021/03/13 
    +- Add timeline page
    2021/03/09 
    +          class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap mt-2">2021/03/09 
     - Add Auto Import Wish
     - Fix The Widsith data
    2021/03/02