Git Product home page Git Product logo

hha123456 / mihoyo-mixed-launcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from horacehuang-ui/mihoyo-mixed-launcher

0.0 0.0 0.0 36.96 MB

米家聚合启动器,目前支持原神、星铁、崩坏3。An all-in-one launcher for MiHOYO games, currently available for Genshin Impact, Honkai Star Rail and Honkai Impact 3rd.

License: MIT License

JavaScript 0.69% TypeScript 6.75% CSS 0.70% HTML 0.21% Vue 90.39% SCSS 1.27%

mihoyo-mixed-launcher's Introduction

简体中文文档

miHoYo miXED Launcher

By HoraceHyy

Launch HoYoVERSE games in one place and analyze in-game player informations.

Features

  • Launch Genshin Impact, Honkai: Star Rail and Honkai Impact 3rd in one place.
  • Zenless Zone Zero to be supported.
  • Manually import customized game directories.
  • Multi-language support.
  • Analyze detailed player info for Genshin Impact and Honkai: Star Rail in a special card layout.
  • Keeps all UI elements of official launchers.
  • Automatically calculate and remind major game updates.

Screenshots

Click to expand
  • App main page, background image customizable (Pixiv @anna_drw01)

  • Genshin Impact launcher page

  • Genshin Impact player info

  • Honkai: Star Rail launcher page

  • Honkai: Star Rail player info

Notes

  • This app uses GitHub URLs to check its updates and resources for Star Rail player info. If you are from mainland China, a proxy is needed.

Development

Dependencies

pnpm i

Debug

pnpm dev

Build

pnpm build

Notes

  • This app checks updates via GitHub API, which will be automatically expired once it is uploaded publically in GitHub. Therefore, during development, please create a token yourself and place it in Octokit.auth inside electron/main/index.ts.
  const { Octokit } = require("@octokit/core")
  const octokit = new Octokit({
    auth: "<YOUR TOKEN HERE>"
  })
  • For some reasons, relative paths in the dev and build environments varies for some files. In onMounted inside src/pages/SettingsPage.vue, the path of package.json is determined by environment.
  // BUILD: '../../app.asar/package.json'
  // DEV: '../../package.json'
  fetch('../../app.asar/package.json')
      .then(response => response.json())
      .then((resp) => { appVer.value = resp.version })

Credits

Translation

  • English @HoraceHuang-ui
  • 简体中文 @HoraceHuang-ui
  • 繁體中文 @HoraceHuang-ui (Needs revision)
  • 日本語 @JonathanKwok
  • Русский @MCheping8108

Click the badge below to help translate miXeD to your language:

Crowdin

Other Notes

  • electron-store items backup:
    • targetVersion The seemingly "current" version taking ignore current version into account
    • mainBgPath The main page background image in base64 format
    • gsLauncherPath The directory of the official Genshin Impact launcher
    • gsGamePath The path of the Genshin Impact game executable
    • genshinUpd Whether Genshin Impact is updated in the current version
    • genshinInfo Genshin Impact player info
    • genshinConstels JSON object containing Constellations bonuses of Genshin Impact
    • srLauncherPath
    • srGamePath
    • starRailUpd
    • starRailInfo
    • hi3LauncherPath
    • hi3GamePath
    • honkai3Upd

mihoyo-mixed-launcher's People

Contributors

dependabot[bot] avatar horacehuang-ui avatar mcheping8108 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.