refactor: simplify version change detection in alpha workflow
chore: alpha delete old release then release new one
fix: update alpha workflow to handle missing ALPHA_LOGS and improve release notes generation
fix: update job dependencies in alpha workflow to include delete_otld_release
* refactor: improve proxy group UI and spacing
- Increased spacing in proxy-groups.tsx by adjusting the right position
of the alphabet selector to provide better visual separation
- Enhanced spacing in proxy-render.tsx with larger margins and padding
- Increased group item margins from 8px to 10px with 16px horizontal spacing
- Expanded border radius from 8px to 10px for smoother appearance
- Improved ProxyHead component spacing with pl: 3, pr: 3.5
- Enhanced grid spacing in proxy collection items from 1 to 1.5
- Adjusted padding for better visual hierarchy
These changes create a more polished, spacious layout with improved
readability and touch targets.
* - Update package.json with improved dev and build scripts:
- Add fast-dev profile to development scripts
- Configure build:fast with fast-release profile
- Add clean command for cargo cleaning
- Added fast compilation profiles in Cargo.toml
- fast-dev profile with max codegen units and disabled optimizations
- fast-release profile with debugging support and faster build time
- Added new npm scripts for quick development iterations
- dev:fast command for standard development without extra features
- build:fast command for quick release builds
- Updated default dev command to use verge-dev feature flag
- Both profiles retain debug symbols and disable stripping for better debugging