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
This commit is contained in:
OpenCode
2026-05-30 19:32:46 +08:00
parent 48ef06a07a
commit 39b9fd7da8
4 changed files with 335 additions and 22 deletions

View File

@@ -207,7 +207,7 @@ get_header();
</style>
<script>
const API_BASE = 'http://localhost:3003/api/v1';
const API_BASE = 'http://localhost:3002/api/v1';
async function loadDashboard() {
const uuid = document.getElementById('dashboard_uuid').value.trim();