This commit is contained in:
parent
512d15425a
commit
385c823030
1 changed files with 8 additions and 0 deletions
8
app/src/plugin/commandPanel.ts
Normal file
8
app/src/plugin/commandPanel.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import {Dialog} from "../dialog";
|
||||
|
||||
export const commandPanel = () => {
|
||||
const panel = new Dialog({
|
||||
title: window.siyuan.languages.commandPanel,
|
||||
content:`<div></div>`
|
||||
})
|
||||
}
|
Loading…
Add table
Reference in a new issue