mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 23:19:37 +00:00
Replaced all path alias imports (e.g., '@/napcat-core') with direct package imports (e.g., 'napcat-core/index') across napcat-common, napcat-core, and napcat-webui-backend. This improves compatibility with tooling and workspace resolution, and aligns with standard TypeScript/Node.js import practices. |
||
|---|---|---|
| .. | ||
| adapters | ||
| apis | ||
| data | ||
| external | ||
| helper | ||
| listeners | ||
| packet | ||
| services | ||
| types | ||
| index.ts | ||
| package.json | ||
| tsconfig.json | ||
| wrapper.ts | ||