📺Export Zenless Zone Zero signal search hisory 导出绝区零调频记录🧰
Go to file
Ludovic Six 8c370ff0a7
Update Français.json (#50)
Added : 
- ui.setting.dataManagerHint

Updated :
- ui.button.files

Small fix. Translation is now complete. And no formatting issues this
time (sorry for that).
2023-10-14 16:46:01 +08:00
.electron-vite fix: auto update start version 2023-05-01 17:19:18 +08:00
.github chore: delete build-update.yml 2023-06-29 15:01:45 +08:00
build/icons Departure commit 2023-05-01 15:52:32 +08:00
docs docs: update picture 2023-05-04 16:49:44 +08:00
src Update Français.json (#50) 2023-10-14 16:46:01 +08:00
.gitignore Departure commit 2023-05-01 15:52:32 +08:00
.npmrc Departure commit 2023-05-01 15:52:32 +08:00
LICENSE Departure commit 2023-05-01 15:52:32 +08:00
package.json upgrade version 2023-10-11 18:16:04 +08:00
postcss.config.js Departure commit 2023-05-01 15:52:32 +08:00
README.md docs: update picture 2023-05-04 16:49:44 +08:00
tailwind.config.js Departure commit 2023-05-01 15:52:32 +08:00
yarn.lock fix: URL not found caused by cache folder changes (#40) 2023-07-19 12:02:09 +08:00

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

中文 | English

这个项目由genshin-wish-export修改而来,功能基本一致。

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

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

其它语言

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

使用说明

  1. 下载工具后解压 - 下载地址: Github / 蓝奏云 密码:f1iy

  2. 打开游戏的跃迁详情页面

    详情页面

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

    加载数据

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

    展开图片

    预览

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

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

Devlopment

# 安装模块
yarn install

# 开发模式
yarn dev

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

License

MIT