aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core
Commit message (Collapse)AuthorAgeFilesLines
* feat: add offline account management and version fetching functionalityHsiangNianian2026-01-134-4/+85
|
* feat: add Minecraft DropOut launcher with version fetching and basic UIHsiangNianian2026-01-132-0/+32
- 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.