A script for getting Genshin Impact wish links on Windows. | 一条命令获取原神祈愿历史链接。
Go to file
2022-08-06 12:46:52 +08:00
GetGenshinWishLink.ps1 Create the script 2022-08-06 12:46:52 +08:00
LICENSE Initial commit 2022-08-06 10:29:33 +08:00
README.md Create the script 2022-08-06 12:46:52 +08:00

GetGenshinWishLink

A script for getting Genshin Impact wish links on Windows.

How to use

Open Windows PowerShell and run any one of the following commands.

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/zhxycn/GetGenshinWishLink/main/GetGenshinWishLink.ps1'))
iex ((New-Object System.Net.WebClient).DownloadString('https://cdn.jsdelivr.net/gh/zhxycn/GetGenshinWishLink/GetGenshinWishLink.ps1'))