모드동기화용 런쳐
Go to file
이정수 b493637b8d Add mod version management functionality. Introduced IPC handlers for retrieving and setting local mod versions, along with a synchronization process for managing mod updates. Enhanced the UI to display mod version status and integrated checks for version mismatches, improving user feedback during mod synchronization. 2026-01-30 11:24:48 +09:00
docs Implement launcher profile fetching guide and update API interactions. Added detailed documentation for the Launcher API, including profile login and fetch methods. Modified main process to handle profile fetching with session management, and updated renderer components to utilize the new profile fetching functionality. 2026-01-28 16:01:21 +09:00
src Add mod version management functionality. Introduced IPC handlers for retrieving and setting local mod versions, along with a synchronization process for managing mod updates. Enhanced the UI to display mod version status and integrated checks for version mismatches, improving user feedback during mod synchronization. 2026-01-30 11:24:48 +09:00
.gitignore Initial commit 2026-01-27 08:17:58 +00:00
README.md Refactor configuration handling and update README. Moved server-related constants to a shared config module for better maintainability. Updated TypeScript configuration to include shared directory. Enhanced README with additional context. 2026-01-29 17:59:58 +09:00
package.json Update package.json and config.ts for new simulation feature. Added a build command for mod synchronization and included a new configuration for the mod repository URL. 2026-01-30 11:08:51 +09:00
tsconfig.json Refactor configuration handling and update README. Moved server-related constants to a shared config module for better maintainability. Updated TypeScript configuration to include shared directory. Enhanced README with additional context. 2026-01-29 17:59:58 +09:00
tsconfig.main.json Refactor configuration handling and update README. Moved server-related constants to a shared config module for better maintainability. Updated TypeScript configuration to include shared directory. Enhanced README with additional context. 2026-01-29 17:59:58 +09:00
vite.config.ts Implement initial project structure and setup 2026-01-27 17:54:22 +09:00
yarn.lock Enhance server health check functionality and update development script. Added server health check logic in main process, integrated with preload and renderer components, and modified the dev script to include a build step for the main process. 2026-01-28 12:27:31 +09:00

README.md

spt-launcher

모드동기화용 런쳐