4 Commits

Author SHA1 Message Date
OpenCode
72a4e8f3b1 feat: update search cards with chunk_id display; sync snippet db 2026-06-01 21:58:33 +08:00
OpenCode
ccfdfb2c20 Fix video playback: calculate time from frame/fps when start_time/end_time not available
- Identity search returns start_frame/end_frame/fps instead of start_time/end_time
- Calculate start_time = start_frame / fps, end_time = end_frame / fps
- Apply same fix to universal search results
2026-05-30 19:37:00 +08:00
OpenCode
39b9fd7da8 Unify API port to 3002 and add video playback to search page
- Change localhost:3003 to localhost:3002 in demo pages
- Add video playback modal to page-api-demo-query.php
- Enhance search results with clickable video chunks
- Update search functions to support identity and universal search
2026-05-30 19:32:46 +08:00
OpenCode
09ef1f000f Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes)
- Plugins: code-snippets (contains all API proxies)
- Languages: zh_TW translations
- Excludes: cache, backups, uploads, logs
2026-05-29 19:07:56 +08:00