mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-18 05:33:18 +08:00
- Added a new function to retrieve the Video Parse API URL from settings, improving flexibility in API configuration. - Updated SettingsModal.vue to include an input field for the Video Parse API URL, allowing users to customize their settings. - Refactored the handling of video parsing API URL in the fetchGameVideoUrl function to utilize the new settings-based approach. - Enhanced the settings store to include videoParseApiUrl, ensuring consistent access across components.