mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
🚨
This commit is contained in:
parent
a80c0434e6
commit
31e1798ff2
9 changed files with 8 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ import {fetchSyncPost} from "../util/fetch";
|
|||
import {App} from "../index";
|
||||
import {Plugin} from "./index";
|
||||
/// #if !MOBILE
|
||||
import {exportLayout, resizeTopBar, saveLayout} from "../layout/util";
|
||||
import {resizeTopBar} from "../layout/util";
|
||||
/// #endif
|
||||
import {API} from "./API";
|
||||
import {getFrontend, isMobile, isWindow} from "../util/functions";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
import {App} from "../index";
|
||||
import {Plugin} from "../plugin";
|
||||
import {getAllModels} from "../layout/getAll";
|
||||
import {exportLayout, resizeTopBar, saveLayout} from "../layout/util";
|
||||
import {Constants} from "../constants";
|
||||
import {resizeTopBar} from "../layout/util";
|
||||
|
||||
export const uninstall = (app: App, name: string) => {
|
||||
app.plugins.find((plugin: Plugin, index) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue