autoplay next episoed

This commit is contained in:
mubai
2023-09-12 22:03:02 +08:00
parent 04e5848596
commit 8a3eb1e2f6
4 changed files with 88 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ export default defineConfig({
// port: 3600,
// proxy: {
// "/api": {
// // target: `http://localhost`,
// target: `http://localhost`,
// changeOrigin: true, // 允许跨域
// rewrite: path => path.replace(/^\/api/,'')
// }