Skip to content

Latest commit

 

History

History
106 lines (66 loc) · 4.56 KB

README.en.md

File metadata and controls

106 lines (66 loc) · 4.56 KB

icon

7.x HQ Helper

简体中文 | 日本語 | English

GitHub License GitHub Repo stars Github Created At
GitHub Release GitHub Downloads (all assets, all releases)
Based on Vite Based on Vue3 Based on TypeScript Based on Naive UI

Master formula calculator for FFXIV Dawntrail crafters.

We will provide you with information organization and formula calculation services for equipments, food, and tinctures added in various versions of 7.0/7.05/7.1/7.2/7.3/7.4, as well as some other miscellaneous functions that crafters or gatherers might need.

How to use

Use in browser

Formal Sites

Testing Sites

Caution

As the name suggests, it is only for testing purposes. Would be updated frequently and might append serious bugs at any time.

Use in app

We may provide various types of applications, but it is difficult to guarantee that the effect is as good as it in browser.

Windows APP

See Release Electron v5a

iOS APP

You can use Add to Home Screen function of Safari to launch app from home screen to get an app like experience.

Android APP

No plans at the moment.

Manually build

Node.js is required.

git clone https://github.com/InfSein/hqhelper-dawntrail.git
cd hqhelper-dawntrail
npm i
npm run dev

Give us support

Follow us

Join in development

  • Find Problems:If you find any errors/problems during use, or have suggestions for optimizing our interface/functionality/logic, please feel free to new a issue
  • Solve Problems:If you have front-end programming skills, you can initiate a Pull Request to join in the development of HqHelper through various means. The code may need to comply with general specifications and some additional rules, please refer to our Wiki for more details.

Donate us

  • Sponsorship channels are not yet open.

Other

Application version

The version follows the rule of MAJOR.MINOR.PATCH .

  1. MAJOR,MINOR,PATCH are all positive integers;
  2. MAJOR represents the generation of HqHelper, and also indicates the adapted version of the Final Fantasy XIV expansion pack;
  3. MINOR represents the adapted Final Fantasy XIV medium version (e.g. the 1 of 7.1);
  4. PATCH represents the version of the application under the aforementioned MAJOR and MINOR constraints.

For example, 2.1.17 represents:

  • The 2nd generation HqHelper, designed specifically for the 7.x expansion version of Final Fantasy XIV;
  • Adapt to the 1st medium version of Final Fantasy XIV, which is version 7.1;
  • On the basis of adapting to version 7.1, the 17th version app updated.

Star History

Stargazers over time

Special Thanks To

  • JetBrains