Quick Start
This page only covers facts the current website can stand behind: Windows installation, first login, invitation-code usage, and entering the first workspace.
1. Download and install
The primary delivery artifact today is the Windows installer:
- artifact naming:
QiuGe-Helper-Setup-<version>.exe - download entry: the website Download page
- versioning follows the main repository
package.json
2. First launch
On startup, the app enters a welcome screen instead of exposing engineering initialization steps.
The welcome screen exists to:
- absorb the cold-start path on desktop
- reduce white flashes on the first frame
- make session recovery and server warm-up feel smoother
3. Login options
The current release supports:
- email login
- username login
- optional invitation-code input during login
The default local admin account is:
- username:
admin - password:
admin123456
If an environment has already changed the admin password, later startups will not overwrite it.
4. What the invitation code does
The invitation code controls which modules are available.
It affects:
- visible business modules in the current instance
- frontend menu and route visibility
- backend API authorization boundaries
- the current tier badge
5. Entering the first workspace
After login, the app fetches the current user info and permissions before rendering the main shell.
That avoids repeated jumps between auth and the main UI and keeps menus, routes, and permissions consistent from the first frame.