This commit is contained in:
Vanessa 2023-06-21 23:30:33 +08:00
parent 3c80f47f7e
commit bf5caa23f8
4 changed files with 5 additions and 9 deletions

View file

@ -52,4 +52,4 @@ export const setAccessAuthCode = () => {
export const getCloudURL = (key: string) => {
const origin = window.siyuan.config.cloudRegion === 0 ? "https://ld246.com" : "https://liuyun.io";
return `${origin}/${key}`;
}
};

View file

@ -1,4 +0,0 @@
import {Dialog} from "../../dialog";
import {isMobile} from "../../util/functions";
import {fetchPost} from "../../util/fetch";