From e280517002645ace2b576ff43c9a562132a06111 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 30 Oct 2023 10:03:27 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/9555 --- app/src/plugin/API.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/plugin/API.ts b/app/src/plugin/API.ts index 0c493e998..e7f0504a0 100644 --- a/app/src/plugin/API.ts +++ b/app/src/plugin/API.ts @@ -177,5 +177,6 @@ export const API = { Plugin, Dialog, Menu, - Setting + Setting, + Constants, };