zzz-signal-search-export/README.md

55 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2024-07-17 17:07:46 +08:00
# 绝区零记录导出工具
2023-05-01 15:52:32 +08:00
2024-07-17 17:07:46 +08:00
中文 | [English](https://git.loliquq.cn/earthjasonlin/zzz-signal-search-export/blob/main/docs/README_EN.md)
2023-05-01 15:52:32 +08:00
2024-07-17 17:07:46 +08:00
这个项目由[star-rail-warp-export](https://github.com/biuuu/star-rail-warp-export/)修改而来,功能基本一致。
2023-05-01 15:52:32 +08:00
2024-07-17 17:07:46 +08:00
一个使用 Electron 制作的小工具,需要在 Windows 操作系统上运行。
2023-05-01 15:52:32 +08:00
通过读取游戏日志或者代理模式获取访问游戏跃迁记录 API 所需的 authKey然后再使用获取到的 authKey 来读取游戏跃迁记录。
## 其它语言
修改`src/i18n/`目录下的 json 文件就可以翻译到对应的语言。如果觉得已有的翻译有不准确或可以改进的地方,可以随时修改发 Pull Request。
## 使用说明
2024-07-17 17:16:31 +08:00
1. 下载工具后解压 - 下载地址: [GitHub](https://github.com/earthjasonlin/zzz-signal-search-export/releases/latest/download/ZzzSignalSearchExport.zip) / [123云盘](https://www.123pan.com/s/Vs9uVv-ShhE.html) / [蓝奏云(密码:zzzz](https://www.lanzouh.com/b00eewtvxa)
2023-05-04 16:49:44 +08:00
2. 打开游戏的跃迁详情页面
2024-07-17 17:07:46 +08:00
![详情页面](/docs/wish-history.jpg)
2023-05-01 15:52:32 +08:00
3. 点击工具的“加载数据”按钮
![加载数据](/docs/load-data.png)
如果没出什么问题的话,你会看到正在读取数据的提示,最终效果如下图所示
<details>
<summary>展开图片</summary>
![预览](/docs/preview.png)
</details>
如果需要导出多个账号的数据,可以点击旁边的加号按钮。
然后游戏切换的新账号,再打开跃迁历史记录,工具再点击“加载数据”按钮。
## Devlopment
2024-07-17 17:07:46 +08:00
```bash
2023-05-01 15:52:32 +08:00
# 安装模块
yarn install
# 开发模式
yarn dev
# 构建一个可以运行的程序
yarn build
```
## License
2024-07-17 17:07:46 +08:00
[MIT](https://github.com/earthjasonlin/zzz-signal-search-export/blob/main/LICENSE)