Commit Graph

7 Commits

Author SHA1 Message Date
Tiger Ren d5a4eac1ae Add sync functionality and remove configuration HTML
- Implemented 'start-sync' IPC event in main.js to initiate synchronization with provided configuration.
- Added a 'Sync Now' button in index.html to trigger the sync process.
- Updated renderer.js to handle sync button click, ensuring both destination folder and OneDrive source path are set before proceeding.
- Removed obsolete config.html file as its functionality is now integrated into the main application flow.
- Enhanced styles for the new sync button in styles.css.
2025-01-08 01:00:49 +08:00
Tiger Ren 1c7fc924f3 Enhance video download functionality by adding cookie handling and improved request headers. Enable remote module in web preferences and log cookies for debugging. Update renderer to include session management for better cookie access. 2025-01-08 00:21:16 +08:00
Tiger Ren 28e4e07b83 successfully intercept the mp4 request (but 401 response get, as cookie not sent) 2025-01-07 14:27:40 +08:00
Tiger Ren 11b95dfde5 handle config save 2025-01-07 12:12:40 +08:00
Tiger Ren 8b519a85bc make configuration slideble 2025-01-07 11:46:02 +08:00
Tiger Ren f082223f2a add config.html page 2025-01-07 11:24:51 +08:00
Tiger Ren af7b0d88cf Initial commit 2025-01-07 01:59:14 +08:00