This commit is contained in:
parent
68b0cd0e40
commit
da2475deab
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue