feat(桌面与监控): 完善工作台导航和登录活动定位
- 优化桌面标签、上下文标题、前进后退、导航栏隐藏和原生菜单体验 - 补充登录会话 IP 采集、地理位置回退、管理端展示及数据库迁移 - 更新桌面发布检查、运维文档和前后端测试覆盖
This commit is contained in:
@@ -13,30 +13,37 @@ export {
|
||||
DEFAULT_DESKTOP_SHORTCUTS,
|
||||
DESKTOP_SHORTCUTS_CHANGED_EVENT,
|
||||
DESKTOP_SHORTCUTS_KEY,
|
||||
DESKTOP_SIDEBAR_VISIBLE_KEY,
|
||||
DESKTOP_THEME_CHANGED_EVENT,
|
||||
DESKTOP_THEME_KEY,
|
||||
applyDesktopThemePreference,
|
||||
clearLegacyDesktopRouteHistoryPreference,
|
||||
desktopShortcutFromKeyboardEvent,
|
||||
formatDesktopShortcut,
|
||||
initializeDesktopThemePreference,
|
||||
isDesktopFavoriteRoute,
|
||||
readDesktopFavoriteRoutes,
|
||||
readDesktopShortcutPreferences,
|
||||
readDesktopSidebarVisible,
|
||||
readDesktopThemePreference,
|
||||
resetDesktopShortcutPreferences,
|
||||
resolveDesktopShortcutAction,
|
||||
setDesktopShortcutPreference,
|
||||
setDesktopSidebarVisible,
|
||||
setDesktopThemePreference,
|
||||
toggleDesktopFavoriteRoute,
|
||||
type DesktopRoutePreference,
|
||||
type DesktopShortcutAction,
|
||||
type DesktopShortcutPreferences,
|
||||
type DesktopThemePreference,
|
||||
type ResolvedDesktopTheme,
|
||||
type SetDesktopShortcutResult,
|
||||
} from "./desktopUiPreferences";
|
||||
export {
|
||||
DESKTOP_MENU_COMMAND_EVENT,
|
||||
initializeDesktopMenuShortcutSync,
|
||||
listenDesktopMenuCommand,
|
||||
syncDesktopMenuShortcuts,
|
||||
type DesktopMenuCommand,
|
||||
} from "./desktopMenu";
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user