From 41814e2621642dbf71ca4e6c34b5179e67b2d134 Mon Sep 17 00:00:00 2001 From: Made Baruna <made.setia@gmail.com> Date: Sat, 13 Mar 2021 00:14:21 +0800 Subject: [PATCH] Update some wording --- src/components/WishImportModal.svelte | 22 ++++++++++++++++++---- src/routes/settings.svelte | 4 +++- 2 files changed, 21 insertions(+), 5 deletions(-) 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 😀. </p> + <p class="text-white font-semibold mt-4">Can you hack my account then?</p> + <p class="text-gray-400"> + 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 + <a class="text-primary hover:underline" target="__blank" href="https://github.com/MadeBaruna/paimon-moe" + >Github</a + >, I'm not planning to damage my reputation by hacking other people account. + </p> <p class="text-white font-semibold mt-4"> Hey I checked the request and stuff, but why it request to your domain instead of MiHoYo API? </p> @@ -543,15 +551,18 @@ target="__blank">here</a > </p> - <p class="text-white font-semibold mt-4">Do you store my temporary key?</p> + <p class="text-white font-semibold mt-4">Do you store my temporary key or wish history?</p> <p class="text-gray-400"> - 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). <!-- If you don't want any passing around your url, you can use the small importer app to process the wish history on your local PC (PC Local option) --> </p> <p class="text-white font-semibold mt-4">I tried the step, but I got some API error?</p> <p class="text-gray-400"> - 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 </p> </div> {:else} @@ -615,7 +626,10 @@ <li class="my-2">Wait for it to load and a feedback page should open</li> <li class="my-2">Turn off your wifi and data connection</li> <li class="my-2">Press refresh on top right corner</li> - <li class="my-2">The page should error and show you a text with black font, select all and copy that text</li> + <li class="my-2">The page should error and show you a text with black font</li> + <li class="my-2"> + Hold the text and press select all, then copy that text (don't copy only some portion of the text) + </li> <li class="my-2">Turn on your wifi or data connection</li> <li class="my-2">Paste the text to the textbox below</li> </ol> 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 @@ </p> {#if changelogOpen} <div transition:slide class="mt-4"> + <pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap">2021/03/13 +- Add timeline page</pre> <pre - class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap">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</pre> <pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap mt-2">2021/03/02