mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 13:08:06 +01:00
✨ enable plugin
This commit is contained in:
parent
f3d1acd166
commit
85496345ef
4 changed files with 105 additions and 41 deletions
7
app/src/types/index.d.ts
vendored
7
app/src/types/index.d.ts
vendored
|
|
@ -298,6 +298,13 @@ declare interface IDockTab {
|
|||
hotkeyLangId?: string // 常量中无法存变量
|
||||
}
|
||||
|
||||
declare interface IPluginData {
|
||||
name: string,
|
||||
js: string,
|
||||
css: string,
|
||||
i18n: IObject
|
||||
}
|
||||
|
||||
declare interface IPluginDockTab {
|
||||
position: TPluginDockPosition,
|
||||
size: { width: number, height: number },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue