zzz-signal-search-export/docs/README_EN.md

57 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2024-07-17 17:07:46 +08:00
# Zenless Zone Zero Signal Search History Exporter
2023-05-01 15:52:32 +08:00
2024-07-21 23:13:30 +08:00
[中文](https://github.com/earthjasonlin/zzz-signal-search-export) | English
2023-05-01 15:52:32 +08:00
2024-07-17 17:07:46 +08:00
This project is modified from the [star-rail-warp-export](https://github.com/biuuu/star-rail-warp-export/) repository, and its functions are basically the same.
2023-05-01 15:52:32 +08:00
2024-07-17 17:07:46 +08:00
A tool made from Electron that runs on the Windows operating system.
2023-05-01 15:52:32 +08:00
2024-07-27 15:56:13 +08:00
Read the game log or proxy to get the authKey needed to access the game signal search history API, and then use the authKey to read the game wish history.
2023-05-01 15:52:32 +08:00
## 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
2024-07-17 17:07:46 +08:00
1. Unzip after downloading the tool - [GitHub](https://github.com/earthjasonlin/zzz-signal-search-export/releases/latest/download/ZzzSignalSearchExport.zip)
2024-07-27 15:56:13 +08:00
2. Open the signal search details page of the game
2023-05-04 16:49:44 +08:00
2024-07-17 17:07:46 +08:00
![warp details](/docs/wish-history-en.jpg)
2023-05-01 15:52:32 +08:00
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
2024-07-17 17:07:46 +08:00
```bash
2023-05-01 15:52:32 +08:00
# install node modules
yarn install
# develop
yarn dev
# Build a program that can run
yarn build
```
## License
2024-07-17 17:07:46 +08:00
[MIT](https://github.com/earthjasonlin/zzz-signal-search-export/blob/main/LICENSE)