add launch login page button. when user click it, will open the login page

This commit is contained in:
geekgeekrun
2024-03-02 06:20:12 +08:00
parent bd9c4f04a4
commit 5ca9bf08a5
8 changed files with 83 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default defineConfig({
},
plugins: [
externalizeDepsPlugin({
exclude: ['@geekgeekrun/geek-auto-start-chat-with-boss', '@geekgeekrun/dingtalk-plugin', '@geekgeekrun/utils', 'find-chrome-bin']
exclude: ['@geekgeekrun/geek-auto-start-chat-with-boss', '@geekgeekrun/dingtalk-plugin', '@geekgeekrun/utils', 'find-chrome-bin', '@geekgeekrun/launch-bosszhipin-login-page-with-preload-extension']
})
]
},