feat: 优化样式

This commit is contained in:
Blizzard
2026-03-06 16:53:48 +08:00
parent 4dfd7f87c7
commit db359955ed
10 changed files with 1140 additions and 979 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:8889',
target: 'http://localhost:8888',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},