mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-04 01:30:26 +00:00
Introduces a new process-api.ts module to abstract process management for both Electron and Node.js environments. Refactors napcat.ts to use this unified API, improving clarity and maintainability of worker/master process logic, restart handling, and environment detection. Removes unused import from base.ts.