mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 23:50:13 +01:00
This commit is contained in:
parent
16216796b6
commit
17fc039ad5
5 changed files with 111 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ import {newCardModel} from "../card/newCardTab";
|
|||
import {App} from "../index";
|
||||
import {Constants} from "../constants";
|
||||
import {Model} from "../layout/Model";
|
||||
import {Setting} from "./Setting";
|
||||
|
||||
export class Menu {
|
||||
private menu: SiyuanMenu;
|
||||
|
|
@ -208,4 +209,5 @@ export const API = {
|
|||
Plugin,
|
||||
Dialog,
|
||||
Menu,
|
||||
Setting
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue