Vanessa 2024-10-23 16:14:44 +08:00
parent 814a4ec3ac
commit c856c8725b
3 changed files with 4 additions and 3 deletions

View file

@ -172,7 +172,7 @@ const getModelByDockType = (type: TDock | string) => {
/// #else
return getDockByType(type).data[type];
/// #endif
}
};
export const API = {
adaptHotkey: updateHotkeyTip,