Commit Graph

2 Commits

Author SHA1 Message Date
7a20655557 feat(group): Added group management functionality
- Added database interaction logic, supported inserting new group data, and integrated the Tauri SQL plugin for local data storage
- Added a floating button on the nodes page to redirect to the addGroup page
- Modified the app icon and title to improve the user experience
- Adjusted the Tauri configuration file, optimized window settings, and app identifiers
2025-10-13 17:29:37 +08:00
2a18061700 feat(app): Added sidebar navigation and new page routes
- Added Nodes and Settings page routes
- Updated component import paths
- Imported database connection dependencies
2025-10-10 09:09:19 +08:00