mirror of
https://gitee.com/WuKongDev/WuKongIM.git
synced 2026-05-07 01:00:47 +08:00
938 B
938 B
Web Admin Shell
Commands
bun installbun run devbun run testbun run build
Scope
The web app now includes the first authenticated manager shell flow:
/loginauthenticates againstPOST /manager/login- protected routes require a valid persisted JWT session
VITE_API_BASE_URLoptionally overrides the default same-origin/manager/*base- container deployments can set
WK_WEB_API_URLto change the nginx/manager/proxy target, defaulting tohttp://wk-node1:5301 - UI copy currently supports
enandzh-CN - locale selection order is persisted
localStoragevalue -> browser language -> defaulten - users can switch languages from the login page and the authenticated shell topbar
It still keeps the rest of the admin experience intentionally lightweight:
- no real nodes/slots/overview data fetching yet
- no charts or topology rendering
- no permission-based navigation trimming yet