feat: 所有格式转换成wav

This commit is contained in:
2025-10-15 12:02:18 +08:00
parent ee96c5feb8
commit 4116ef03e6
4 changed files with 87 additions and 23 deletions

View File

@@ -5,6 +5,8 @@ import { inspectorServer } from "@react-dev-inspector/vite-plugin";
import basicSsl from "@vitejs/plugin-basic-ssl";
export default defineConfig({
// basicSsl()
// target: "https://petshy.tashowz.com",
// http://192.168.1.231:48080
plugins: [react()],
server: {
port: 3000,
@@ -12,7 +14,7 @@ export default defineConfig({
open: true,
proxy: {
"/app-api": {
target: "https://petshy.tashowz.com",
target: "http://192.168.1.231:48080",
changeOrigin: true,
},
},