Vanessa 2024-01-01 23:25:27 +08:00
parent 68b0cd0e40
commit da2475deab
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import {Dialog} from "../../dialog";
import {pathPosix} from "../../util/pathName";
import {replaceLocalPath} from "../../editor/rename";
import {setStorageVal} from "../util/compatibility";
import {isPaidUser, needSubscribe} from "../../util/needSubscribe";
import {isPaidUser} from "../../util/needSubscribe";
export const saveExport = (option: IExportOptions) => {
/// #if !BROWSER

View file

@ -12,7 +12,7 @@ import {highlightRender} from "../render/highlightRender";
import {processRender} from "../util/processCode";
import {openByMobile, setStorageVal} from "../util/compatibility";
import {showFileInFolder} from "../../util/pathName";
import {isPaidUser, needSubscribe} from "../../util/needSubscribe";
import {isPaidUser} from "../../util/needSubscribe";
export const afterExport = (exportPath: string, msgId: string) => {
/// #if !BROWSER