mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-31 06:29:02 +08: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. |
||
|---|---|---|
| .. | ||
| collection.ts | ||
| file.ts | ||
| friend.ts | ||
| group.ts | ||
| index.ts | ||
| msg.ts | ||
| packet.ts | ||
| system.ts | ||
| user.ts | ||
| webapi.ts | ||