feat: admin-web新增feedback工具和配置优化

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
刘正航
2026-05-14 21:15:27 +08:00
parent 829599bc17
commit b8acc8be43
11 changed files with 94 additions and 15 deletions

View File

@@ -7,6 +7,10 @@ module.exports = defineConfig({
port: 8080,
host: '0.0.0.0',
historyApiFallback: true,
client: {
overlay: false,
logging: 'warn'
},
proxy: {
'/api': {
target: 'http://127.0.0.1:5000',