feat: updates

This commit is contained in:
qier222 2023-03-03 03:12:27 +08:00
parent 9a52681687
commit 840a5b8e9b
No known key found for this signature in database
104 changed files with 1645 additions and 13494 deletions

View file

@ -102,20 +102,6 @@ export default defineConfig({
target: `http://127.0.0.1:${process.env.ELECTRON_DEV_NETEASE_API_PORT || 30001}`,
changeOrigin: true,
},
// [`/${appName.toLowerCase()}/apple-music/`]: {
// target: `http://168.138.174.244:35530/`,
// changeOrigin: true,
// rewrite: path => path.replace(/^\/r3play/, ''),
// },
// [`/${appName.toLowerCase()}/`]: {
// target: `http://127.0.0.1:${process.env.ELECTRON_DEV_NETEASE_API_PORT || 30001}`,
// changeOrigin: true,
// },
// '/': {
// target: `http://127.0.0.1:${process.env.ELECTRON_DEV_NETEASE_API_PORT || 30001}`,
// changeOrigin: true,
// // rewrite: path => (IS_ELECTRON ? path : path.replace(/^\/netease/, '')),
// },
},
},
preview: {