Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biuuu/star-rail-warp-export

Honkai: Star Rail Warp History Exporter
https://github.com/biuuu/star-rail-warp-export

Last synced: 27 days ago
JSON representation

Honkai: Star Rail Warp History Exporter

Awesome Lists containing this project

README

        

# 星穹铁道跃迁记录导出工具

中文 | [English](https://github.com/biuuu/star-rail-warp-export/blob/main/docs/README_EN.md)

这个项目由[genshin-wish-export](https://github.com/biuuu/genshin-wish-export/)修改而来,功能基本一致。

一个使用 Electron 制作的小工具,需要在 Windows 64位操作系统上运行。

通过读取游戏日志或者代理模式获取访问游戏跃迁记录 API 所需的 authKey,然后再使用获取到的 authKey 来读取游戏跃迁记录。

## 其它语言

修改`src/i18n/`目录下的 json 文件就可以翻译到对应的语言。如果觉得已有的翻译有不准确或可以改进的地方,可以随时修改发 Pull Request。

## 使用说明

1. 下载工具后解压 - 下载地址: [Github](https://github.com/biuuu/star-rail-warp-export/releases/latest/download/StarRailWarpExport.zip) / [蓝奏云](https://wwvt.lanzoum.com/b022mikwh) 密码:f1iy
2. 打开游戏的跃迁详情页面

![详情页面](/docs/wish-history.png)

3. 点击工具的“加载数据”按钮

![加载数据](/docs/load-data.png)

如果没出什么问题的话,你会看到正在读取数据的提示,最终效果如下图所示


展开图片

![预览](/docs/preview.png)

如果需要导出多个账号的数据,可以点击旁边的加号按钮。

然后游戏切换的新账号,再打开跃迁历史记录,工具再点击“加载数据”按钮。

## Devlopment

```
# 安装模块
yarn install

# 开发模式
yarn dev

# 构建一个可以运行的程序
yarn build
```

## License

[MIT](https://github.com/biuuu/star-rail-warp-export/blob/main/LICENSE)