aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/stores/instances.svelte.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore(ui): refactor workspace to monorepo苏向夜2026-01-191-109/+0
|
* feat: implement instance management functionalityHsiangNianian2026-01-161-0/+109
Added a new InstancesState class to manage game instances, including loading, creating, deleting, updating, and duplicating instances. Integrated instance selection into the game launch process, ensuring an active instance is selected before starting a game. Updated the types to include instance-related data structures.