Vanessa 2024-05-08 10:39:26 +08:00
parent ab3550d44d
commit 523d8d762b
4 changed files with 15 additions and 10 deletions

View file

@ -93,6 +93,7 @@ export abstract class Constants {
public static readonly CB_GET_ROOTSCROLL = "cb-get-rootscroll"; // 如果为 rootID 就滚动到指定位置,必有 rootID
public static readonly CB_GET_HTML = "cb-get-html"; // 直接渲染,不需要再 /api/block/getDocInfo否则搜索表格无法定位
public static readonly CB_GET_HISTORY = "cb-get-history"; // 历史渲染
public static readonly CB_GET_OPENNEW = "cb-get-opennew"; // 编辑器只读后新建文件需为临时解锁状态
// localstorage
public static readonly LOCAL_ZOOM = "local-zoom";