feat(Header): Add drag and no-drag regions for desktop app

* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
This commit is contained in:
VancySavoki
2025-09-01 17:34:47 +08:00
parent f5d7819fc7
commit d4475a644d
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'pnpm'
cache: 'npm'
- name: Install dependencies
run: npm ci