# 崩坏星穹铁道 跃迁历史记录链接获取器 **Repository Path**: xyz8848/StarRail-Warp-History-Url-Grabbers ## Basic Information - **Project Name**: 崩坏星穹铁道 跃迁历史记录链接获取器 - **Description**: 《崩坏:星穹铁道》跃迁历史链接获取器 - **Primary Language**: PowerShell - **License**: Not specified - **Default Branch**: main - **Homepage**: https://github.com/xyz8848/StarRail-Warp-History-Url-Grabbers - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-14 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: 崩坏星穹铁道, 星穹铁道, starrail, Powershell, 脚本 ## README # 《崩坏:星穹铁道》跃迁历史链接获取器 此脚本仅适用于**Windows 10及以上**版本。 __代码来自[Star Rail Station](https://gist.github.com/Star-Rail-Station/2512df54c4f35d399cc9abbde665e8f0)。__ ## 如何使用 1. 登录《崩坏:星穹铁道》PC端并打开游戏内的跃迁历史记录。 2. 打开Windows PowerShell。(你可以通过Windows搜索「Windows PowerShell」找到该程序。) 3. 粘贴并运行下述命令: ```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" ```