- updated version to 1.0.23, enhance audio file handling, and improve UTC synchronization checks

This commit is contained in:
2026-01-06 12:28:08 +00:00
parent 79e759d811
commit ac9b3cc1ea
8 changed files with 73 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig({
host: true,
proxy: {
"/api": {
target: "http://100.118.196.113:8080",
target: "http://100.72.72.70:8080",
changeOrigin: true,
},
},
@@ -40,3 +40,4 @@ export default defineConfig({
__GIT_TIMESTAMP__: JSON.stringify(gitCommitTimeStamp),
},
});
// Previous target: "http://100.118.196.113:8080",