add auto chat module for ui(haven't test yet); separate main process flow

This commit is contained in:
bossgeekgo
2024-02-12 11:07:45 +08:00
parent afbd536d69
commit 68b5778de0
6 changed files with 93 additions and 42 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
main: {
plugins: [externalizeDepsPlugin({ exclude: ['@bossgeekgo/geek-auto-start-chat-with-boss'] })]
plugins: [externalizeDepsPlugin({ exclude: ['@bossgeekgo/geek-auto-start-chat-with-boss', '@bossgeekgo/dingtalk-plugin'] })]
},
preload: {
plugins: [externalizeDepsPlugin()]