Files
chuan 14e8087aac feat: add design preview site with search and filtering functionality
- Implemented a new web interface for previewing designs, allowing users to search and filter by category.
- Created `app.js` to handle state management, event binding, and rendering of design records.
- Developed `index.html` as the main structure for the design gallery, including search input and design list.
- Added `styles.css` for styling the design gallery and ensuring a responsive layout.
- Updated Rust backend to support site generation, including new commands for building and serving the site.
- Refactored catalog parsing to support new data structure for design entries.
- Enhanced the sync process to collect site records and generate appropriate URLs for previews.
- Introduced a new serving mechanism for the generated site, allowing local previews of designs.
2026-04-20 23:18:02 +08:00

15 lines
131 B
Plaintext

# Rust build artifacts
/target/
# Runtime logs
/logs/
/site/
# OS/editor noise
.DS_Store
Thumbs.db
*.tmp
/.vscode/
/.vs/
/.idea/