Vanessa 2025-03-19 18:52:36 +08:00
parent 8bf263a871
commit f5a72edcfd
4 changed files with 15 additions and 0 deletions

View file

@ -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