Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 610 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 610 Bytes

Warning: This project is still under development and cannot be put into service!

There is currently no ability to switch languages, so if you have the ability, you are welcome to submit a PR.

This app only supports Chinese Simplified, please submit PR for other languages after switching between multiple languages.

English 简体中文

How to build

Init && Install Modules

Using CNPM (For Chinese)

cnpm i

Using PNPM

pnpm i

Hot-Reload for delevop

npm run electron:serve

Build install pack for users

npm run electron:build