8 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
48ef06a07a Add WordPress database backup (split into 50MB parts)
- 563MB MySQL dump split into 12 parts
- wp_snippets, wp_posts, wp_options, wp_postmeta
- Use: cat database/wordpress_tables_part_* | mysql -u wp_user -p wordpress
2026-05-29 19:16:21 +08:00
OpenCode
7ca909179f Add WordPress database backup (561MB) with git-lfs
- Full MySQL dump of wordpress database
- Includes wp_snippets (all API proxies)
- Includes wp_posts, wp_options, wp_postmeta
- Uses git-lfs for large file handling
2026-05-29 19:13:32 +08:00
OpenCode
3d008235be Add WordPress database backup with git-lfs
- Full MySQL dump: 561MB
- Using git-lfs for large file storage
- Includes all wp_* tables
2026-05-29 19:12:20 +08:00
OpenCode
f2a0347dab Add WordPress database backup (split into 50MB parts)
- Total: 561MB MySQL dump
- Split into ~12 parts for git compatibility
- Includes wp_snippets, wp_posts, wp_options, etc.
2026-05-29 19:11:43 +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