删除traelogo

This commit is contained in:
2025-09-19 00:33:52 +08:00
parent 85fe4a44cb
commit a29aaead38

View File

@@ -49,23 +49,4 @@ export default defineConfig({
},
allowedHosts: ['draw.xi.plus', 'draw.ngx.center']
},
plugins: [
react({
babel: {
plugins: [
'react-dev-locator',
],
},
}),
traeBadgePlugin({
variant: 'dark',
position: 'bottom-right',
prodOnly: true,
clickable: true,
clickUrl: 'https://www.trae.ai/solo?showJoin=1',
autoTheme: true,
autoThemeTarget: '#root'
}),
tsconfigPaths()
],
})