📃 docs: 修改文档

This commit is contained in:
alger
2024-12-07 11:38:56 +08:00
parent e326253fd8
commit 42048764d5
6 changed files with 59 additions and 23 deletions
+1 -3
View File
@@ -54,11 +54,9 @@ export const getIsMc = () => {
if (windowData.electron.ipcRenderer.getStoreValue('set').isProxy) {
return true;
}
if (window.location.origin.includes('localhost')) {
}
return false;
};
const ProxyUrl = import.meta.env.VITE_API_PROXY || 'http://110.42.251.190:9856';
const ProxyUrl = import.meta.env.VITE_API_PROXY;
export const getMusicProxyUrl = (url: string) => {
if (!getIsMc()) {