mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
1cd7febe63
commit
4d6c9ea446
6 changed files with 39 additions and 58 deletions
|
|
@ -31,7 +31,7 @@ import {hideAllElements} from "./protyle/ui/hideElements";
|
|||
import {loadPlugins, reloadPlugin} from "./plugin/loader";
|
||||
import "./assets/scss/base.scss";
|
||||
import {reloadEmoji} from "./emoji";
|
||||
import {IOSPurchase} from "./util/iOSPurchase";
|
||||
import {processIOSPurchaseResponse} from "./util/iOSPurchase";
|
||||
|
||||
export class App {
|
||||
public plugins: import("./plugin").Plugin[] = [];
|
||||
|
|
@ -209,5 +209,5 @@ window.openFileByURL = (openURL) => {
|
|||
window.showKeyboardToolbar = () => {
|
||||
// 防止 Pad 端报错
|
||||
};
|
||||
window.IOSPurchase = IOSPurchase;
|
||||
window.processIOSPurchaseResponse = processIOSPurchaseResponse;
|
||||
/// #endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue