mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
8bf263a871
commit
f5a72edcfd
4 changed files with 15 additions and 0 deletions
|
|
@ -31,6 +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";
|
||||
|
||||
export class App {
|
||||
public plugins: import("./plugin").Plugin[] = [];
|
||||
|
|
@ -208,4 +209,5 @@ window.openFileByURL = (openURL) => {
|
|||
window.showKeyboardToolbar = () => {
|
||||
// 防止 Pad 端报错
|
||||
};
|
||||
window.IOSPurchase = IOSPurchase;
|
||||
/// #endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue