refactor: 使用 napcat packet 实现戳一戳、群头衔、群打卡

This commit is contained in:
linyuchen
2024-11-12 22:09:50 +08:00
parent d3f93257ce
commit eabee466bb
21 changed files with 114 additions and 20 deletions

View File

@@ -39,6 +39,7 @@ const config: ElectronViteConfig = {
...external.map(genCpModule),
{ src: './manifest.json', dest: 'dist' },
{ src: './icon.webp', dest: 'dist' },
{ src: './src/ntqqapi/native/napcat-protocol-packet/Moehoo/*', dest: 'dist/main/Moehoo' },
],
}),
],