aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/icons
Commit message (Collapse)AuthorAgeFilesLines
* feat: improve toast and logo苏向夜2026-03-0253-50/+9
|
* chore: apply prek auto-fixes [skip ci]HsiangNianian2026-01-161-1/+1
|
* feat: update release workflow and enhance README with supported platforms ↵HsiangNianian2026-01-1333-0/+0
| | | | and installation details; remove unused Android and iOS icon assets
* chore: Add iOS app icon (83.5x83.5@2x) to projectHsiangNianian2026-01-1350-0/+0
|
* feat: update README with build instructions and enhance SVG icon for better ↵HsiangNianian2026-01-135-19/+37
| | | | visualization
* feat: update SVG icon to enhance axes representation with arrows for better ↵HsiangNianian2026-01-137-4/+10
| | | | visualization
* feat: update SVG icon with grid pattern and axes for improved visualizationHsiangNianian2026-01-137-2/+23
|
* feat: add Minecraft DropOut launcher with version fetching and basic UIHsiangNianian2026-01-137-0/+5
- Implemented version manifest fetching from Mojang API. - Created launcher configuration and main launcher logic. - Added SVG and PNG icons for the application. - Developed a simple HTML/CSS interface for the launcher. - Integrated Tauri commands for backend communication. - Added utility functions for file operations and config parsing.