aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-161-0/+1
| | | | Implemented new commands for managing the AI assistant, including health checks, chat interactions, and model listings for both Ollama and OpenAI. Enhanced the configuration system to support raw JSON editing and added a dedicated AssistantConfig structure for better management of assistant settings. This update significantly improves the user experience by providing comprehensive control over AI interactions and configurations.
* feat: add Fabric and Forge type definitions and update mod.rs for mod loader ↵HsiangNianian2026-01-141-0/+4
| | | | support
* feat: implement Microsoft account token refresh and storage management; add ↵HsiangNianian2026-01-131-0/+2
| | | | Java detection functionality
* chore(style): format codeHsiangNianian2026-01-131-2/+2
|
* feat: Add config moduleHsiangNianian2026-01-131-0/+1
|
* Implement library rules validation and zip extraction utilityHsiangNianian2026-01-131-0/+1
| | | | | | - Added `is_library_allowed` function to evaluate library permissions based on defined rules. - Introduced `rule_matches` helper function to check OS compatibility for rules. - Created `extract_zip` function to handle zip file extraction, including directory creation and skipping of META-INF entries.
* feat: implement download functionality with progress monitoring and version ↵HsiangNianian2026-01-131-0/+1
| | | | management
* feat: add offline account management and version fetching functionalityHsiangNianian2026-01-131-0/+2
|
* feat: add Minecraft DropOut launcher with version fetching and basic UIHsiangNianian2026-01-131-0/+1
- 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.