diff --git a/src/locales/en.json b/src/locales/en.json index 1316a84d5..ef8aadf34 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -226,6 +226,7 @@ "pc3": "Method 2", "pc4": "Method 2 Alt", "pc5": "Manual", + "aagl": "An Anime Game Launcher", "android": "Wifi", "android2": "Cell Data", "android3": "Alternative" @@ -283,6 +284,16 @@ "Paste the text to the textbox below", "Paste the link here... https://webstatic..." ], + "aagl": [ + "Open Genshin Impact in this PC (If you use multiple accounts, please restart the game)", + "Then open the wish history in the game and wait it to load", + "Open AAGL on your computer", + "In the top right, click the three lines to open the menu", + "Click 'Open Wishes' to open the wish page in your browser", + "Copy the link from the address bar from https://gs until #log (the URL will look like this: https://gs.hoyoverse.com/genshin/event/e20190909gacha-df01aea2/index.html?***#/log)", + "Past the link into the textbox below:", + "Paste the link here... https://gs..." + ], "android": [ "Open Wish (in the game)", "Press History", diff --git a/src/routes/wish/import.svelte b/src/routes/wish/import.svelte index 6f02d2548..9d0ba0859 100644 --- a/src/routes/wish/import.svelte +++ b/src/routes/wish/import.svelte @@ -56,6 +56,7 @@ pc4: 8, pc5: 9, pclog: 7, + aagl: 8, android: 1, android2: 1, android3: 1, @@ -963,7 +964,14 @@ on:click={() => changeSelectedType('pc')} class="pill {['pc', 'pc3', 'pc4', 'pc5', 'pclocal'].includes(selectedType) ? 'active' : ''}" > - PC + PC (Windows) + + + + + + {/if}