Go to file
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
renderer Add sync functionality and remove configuration HTML 2025-01-08 01:00:49 +08:00
.gitignore Initial commit 2025-01-07 01:59:14 +08:00
main.js Add sync functionality and remove configuration HTML 2025-01-08 01:00:49 +08:00
package-lock.json handle config save 2025-01-07 12:12:40 +08:00
package.json handle config save 2025-01-07 12:12:40 +08:00