feat: 登录接口联调

This commit is contained in:
DEV_DSW
2025-12-22 11:24:40 +08:00
parent 72d1869f40
commit c467f54dab
10 changed files with 71 additions and 49 deletions

View File

@@ -7,6 +7,7 @@ export enum IPC_EVENTS {
WINDOW_CLOSE = 'window-close',
IS_WINDOW_MAXIMIZED = 'is-window-maximized',
APP_SET_FRAMELESS = 'app:set-frameless',
APP_LOAD_PAGE = 'app:load-page',
TAB_CREATE = 'tab:create',
TAB_LIST = 'tab:list',
TAB_NAVIGATE = 'tab:navigate',