mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-22 13:20:23 +08:00
📺Export Zenless Zone Zero signal search hisory 导出绝区零调频记录🧰
3605826953
For some reason mihoyo renamed "cônes de lumière" to "Cône de lumière" and "Personnages" to "Personnage". This patch only includes the newer term without removing the old ones for retro-compatibility. ![PR](https://github.com/biuuu/star-rail-warp-export/assets/12218001/c68c4fe9-66bf-4d54-bcca-7bf48b052ad5) |
||
---|---|---|
.electron-vite | ||
.github | ||
build/icons | ||
docs | ||
src | ||
.gitignore | ||
.npmrc | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
yarn.lock |
星穹铁道跃迁记录导出工具
中文 | English
这个项目由genshin-wish-export修改而来,功能基本一致。
一个使用 Electron 制作的小工具,需要在 Windows 64位操作系统上运行。
通过读取游戏日志或者代理模式获取访问游戏跃迁记录 API 所需的 authKey,然后再使用获取到的 authKey 来读取游戏跃迁记录。
其它语言
修改src/i18n/
目录下的 json 文件就可以翻译到对应的语言。如果觉得已有的翻译有不准确或可以改进的地方,可以随时修改发 Pull Request。
使用说明
如果需要导出多个账号的数据,可以点击旁边的加号按钮。
然后游戏切换的新账号,再打开跃迁历史记录,工具再点击“加载数据”按钮。
Devlopment
# 安装模块
yarn install
# 开发模式
yarn dev
# 构建一个可以运行的程序
yarn build