mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-10 07:40:22 +08:00
55 lines
1.6 KiB
Markdown
55 lines
1.6 KiB
Markdown
|
# Star Rail Warp History Exporter
|
||
|
|
||
|
[中文](https://github.com/biuuu/star-rail-warp-export/blob/main/README.md) | English
|
||
|
|
||
|
This project is modified from the [genshin-wish-export](https://github.com/biuuu/genshin-wish-export/) repository, and its functions are basically the same.
|
||
|
|
||
|
A tool made from Electron that runs on the Windows 64 bit operating system.
|
||
|
|
||
|
Read the game log or proxy to get the authKey needed to access the game warp history API, and then use the authKey to read the game wish history.
|
||
|
|
||
|
## Other languages
|
||
|
|
||
|
Modify the JSON file in the `src/i18n/` directory to translate into the appropriate language.
|
||
|
|
||
|
If you feel that the existing translation is inappropriate, you can send a pull request to modify it at any time.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
1. Unzip after downloading the tool - [Download](https://github.com/biuuu/star-rail-warp-export/releases/latest/download/StarRailWarpExport.zip)
|
||
|
2. Open the warp history of the game
|
||
|
|
||
|
3. Click the tool's "Load data" button
|
||
|
|
||
|
![load data](/docs/load-data-en.png)
|
||
|
|
||
|
If nothing goes wrong, you'll be prompted to read the data, and the final result will look like this
|
||
|
|
||
|
<details>
|
||
|
<summary>Expand the picture</summary>
|
||
|
|
||
|
![preview](/docs/preview-en.png)
|
||
|
</details>
|
||
|
|
||
|
If you need to export the data of multiple accounts, you can click the plus button next to it.
|
||
|
|
||
|
Then switch to the new account of the game, open the wish history, and click the "load data" button in the tool.
|
||
|
|
||
|
## Devlopment
|
||
|
|
||
|
```
|
||
|
# install node modules
|
||
|
yarn install
|
||
|
|
||
|
# develop
|
||
|
yarn dev
|
||
|
|
||
|
# Build a program that can run
|
||
|
yarn build
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
[MIT](https://github.com/biuuu/star-rail-warp-export/blob/main/LICENSE)
|
||
|
|