更新羽声语音h5

This commit is contained in:
yziiy
2025-10-23 16:04:28 +08:00
parent f77801f9a1
commit 4fc72fbffe
228 changed files with 5384 additions and 4065 deletions

View File

@@ -1,9 +1,10 @@
// vue.config.js
// https://vespa.qxyushen.top
module.exports = {
devServer: {
proxy: {
'/api': {
target: 'https://chat.qxmier.com',
target: 'https://vespa.qxyushen.top',
changeOrigin: true,
pathRewrite: { '^/api': '' }
}