diff --git a/app/src/plugin/commandPanel.ts b/app/src/plugin/commandPanel.ts new file mode 100644 index 000000000..2ddfda4be --- /dev/null +++ b/app/src/plugin/commandPanel.ts @@ -0,0 +1,8 @@ +import {Dialog} from "../dialog"; + +export const commandPanel = () => { + const panel = new Dialog({ + title: window.siyuan.languages.commandPanel, + content:`
` + }) +}