此脚本仅适用于Windows 10及以上版本。
代码来自Star Rail Station。
- 登录《崩坏:星穹铁道》PC端并打开游戏内的跃迁历史记录。
- 打开Windows PowerShell。(你可以通过Windows搜索「Windows PowerShell」找到该程序。)
- 粘贴并运行下述命令:
$response = Invoke-WebRequest -Uri "https://gitee.com/xyz8848/StarRail-Warp-History-Url-Grabbers/raw/main/get_warp_link_cn.ps1" $content = $response.Content Set-Content -Path $env:TEMP\temp.ps1 -Value $content -Encoding UTF8 & chcp 65001 | Out-Null Invoke-Expression -Command "& $env:TEMP\temp.ps1"