NapCatQQ/packages/napcat-shell
手瓜一十雪 74b1da67d8
Some checks are pending
Build NapCat Artifacts / Build-Framework (push) Waiting to run
Build NapCat Artifacts / Build-Shell (push) Waiting to run
Add password login support to web UI and backend
Implement password-based QQ login across the stack: add a PasswordLogin React component, integrate it into the QQ login page, and add a frontend controller method to call a new /QQLogin/PasswordLogin API. On the backend, add QQPasswordLoginHandler, router entry, and WebUiDataRuntime hooks (setPasswordLoginCall / requestPasswordLogin) plus a default handler. Register a password login callback in the shell (base.ts) that calls the kernel login service, handles common error cases and falls back to QR code when needed. Update types to include onPasswordLoginRequested and adjust NodeIKernelLoginService method signatures (including passwordLogin return type changed to Promise<QuickLoginResult>) and minor formatting fixes.
2026-02-02 19:48:31 +08:00
..
base.ts Add password login support to web UI and backend 2026-02-02 19:48:31 +08:00
napcat.ts Load .env, prefer WEBUI secret, add build script 2026-02-01 11:24:25 +08:00
package.json Introduce NapCat Protocol and adapter management 2026-01-29 22:14:55 +08:00
pipe.ts feat: 大规模去耦合 2025-11-15 13:36:33 +08:00
process-api.ts Refactor process management and improve shutdown logic 2026-01-18 12:10:14 +08:00
tsconfig.json Refactor TypeScript configs to use shared base 2025-11-15 14:00:27 +08:00
vite.config.ts Rename image-size alias to napcat-image-size 2026-02-01 17:46:40 +08:00