fix: convert recording to mp3

This commit is contained in:
jialin
2024-12-04 20:37:09 +08:00
parent 0294e0d2b3
commit 273a9a5e66
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const isProduction = env === 'production';
const t = Date.now();
export default defineConfig({
proxy: {
...proxy()
...proxy('http://192.168.50.4')
},
history: {
type: 'hash'