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 导出绝区零调频记录🧰
dc5053cb03
Added : - ui.button.files - ui.button.solution - ui.button.cacheFolder - ui.button.copyUrl - ui.common.data - ui.common.dataManage - ui.common.updateTime - ui.common.status - ui.common.action - ui.common.deleted - ui.common.normal - ui.common.delete - ui.common.restore - srgf.fileType - ui.extra.cacheClean - ui.extra.findCacheFolder - ui.extra.urlCopied Updated : - ui.hint.init - ui.win.title - ui.data.no5star - ui.data.weapon - ui.data.average - ui.data.weapon5 - ui.data.weapon4 - ui.data.weapon3 - ui.setting.hideNovice - log.file.notFound - log.fetch.authTimeout - log.fetch.gachaType - log.fetch.gachaTypeOk - log.proxy.hint - log.url.notFound2 - excel.wish2 - excel.filePrefix |
||
---|---|---|
.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