🎉 重构前端代码.

This commit is contained in:
lijiahangmax
2025-06-25 14:49:36 +08:00
parent 5183b7ccb4
commit 6149010bf4
49 changed files with 564 additions and 573 deletions

View File

@@ -32,6 +32,10 @@ export default defineConfig({
find: 'vue',
replacement: 'vue/dist/vue.esm-bundler.js', // compile template
},
{
find: 'guacamole-common-js',
replacement: resolve(__dirname, '../libs/guacamole-common-js')
},
],
extensions: ['.ts', '.js'],
},