Files
imagefind/ui-prototype/src/mockData.js
T

50 lines
6.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const videos = [
{ id: "v1", title: "海风抵达之前", duration: "18:42", year: "2026", quality: "4K", scene: "coast", tags: ["旅行", "海边"], progress: 0, collection: "沿海公路日记", description: "从清晨的港口出发,沿着海岸线记录风、光线和路上的片刻。" },
{ id: "v2", title: "城市醒来时", duration: "12:16", year: "2026", quality: "4K", scene: "city", tags: ["城市", "延时"], progress: 0.32, collection: "城市切片", description: "清晨六点到九点的街道声音与城市光影。" },
{ id: "v3", title: "山谷里的夏天", duration: "26:08", year: "2025", quality: "1080P", scene: "valley", tags: ["自然", "露营"], progress: 0, collection: "周末出走", description: "雨后的山谷、营地和一场迟到的日落。" },
{ id: "v4", title: "咖啡店的下午三点", duration: "09:48", year: "2026", quality: "4K", scene: "cafe", tags: ["生活", "人物"], progress: 0.68, collection: "生活记录", description: "窗边的谈话、咖啡机和午后斜着落下来的光。" },
{ id: "v5", title: "穿过北方的雪", duration: "31:25", year: "2025", quality: "4K HDR", scene: "snow", tags: ["旅行", "雪景"], progress: 0, collection: "冬季路线", description: "一段穿过北方森林与雪原的自驾记录。" },
{ id: "v6", title: "岛屿慢慢靠近", duration: "15:36", year: "2026", quality: "4K", scene: "island", tags: ["航拍", "海岛"], progress: 0, collection: "沿海公路日记", description: "从渡轮甲板到岛屿上空,记录靠岸的完整过程。" },
{ id: "v7", title: "厨房里的第一场雨", duration: "08:57", year: "2026", quality: "1080P", scene: "kitchen", tags: ["生活", "雨天"], progress: 0, collection: "生活记录", description: "雨滴、蒸汽和一顿慢慢完成的晚餐。" },
{ id: "v8", title: "夜行列车 0719", duration: "22:03", year: "2025", quality: "4K", scene: "train", tags: ["铁路", "夜景"], progress: 0.11, collection: "在路上", description: "从站台到清晨,夜行列车上的光和声音。" },
{ id: "v9", title: "给六月留一段蓝色", duration: "13:20", year: "2026", quality: "4K", scene: "blue", tags: ["随拍", "夏天"], progress: 0, collection: "城市切片", description: "六月的天空、玻璃幕墙和一些没有计划的镜头。" },
{ id: "v10", title: "旧相机与新街区", duration: "17:54", year: "2025", quality: "1080P", scene: "film", tags: ["街拍", "胶片"], progress: 0, collection: "城市切片", description: "带着旧相机重新走过正在改变的街区。" },
{ id: "v11", title: "森林边缘的声音", duration: "29:11", year: "2026", quality: "4K", scene: "forest", tags: ["自然", "环境音"], progress: 0, collection: "周末出走", description: "风吹过林缘、溪水和远处鸟鸣组成的声音记录。" },
{ id: "v12", title: "灯熄灭以后", duration: "11:06", year: "2025", quality: "4K", scene: "night", tags: ["城市", "夜景"], progress: 0, collection: "城市切片", description: "商店打烊之后,街道留下来的微光。" }
];
export const searchResults = [
{ id: "s1", videoId: "v1", at: "08:24", range: "08:2108:31", type: "画面语义", score: "96%", text: "海边公路、橙色日落与移动中的车辆", scene: "coast" },
{ id: "s2", videoId: "v6", at: "04:16", range: "04:1004:24", type: "OCR 文字", score: "91%", text: "画面识别到:下一站 · 蓝湾码头", scene: "island" },
{ id: "s3", videoId: "v4", at: "06:38", range: "06:3106:49", type: "音频识别", score: "88%", text: "“今天的光线很像去年在海边的那个下午。”", scene: "cafe" },
{ id: "s4", videoId: "v9", at: "02:52", range: "02:4903:02", type: "人物识别", score: "86%", text: "检测到人物:南熏", scene: "blue" }
];
export const collections = [
{ id: "c1", name: "沿海公路日记", count: 8, duration: "2 小时 48 分", scene: "coast", description: "沿海路线、岛屿与港口的连续记录。", chapters: ["出发前", "沿海公路", "岛屿与码头"] },
{ id: "c2", name: "城市切片", count: 12, duration: "3 小时 06 分", scene: "city", description: "不同时间、天气与街区里的城市片段。", chapters: ["清晨", "午后", "夜间"] },
{ id: "c3", name: "周末出走", count: 6, duration: "1 小时 55 分", scene: "valley", description: "短途露营、山谷与森林中的环境记录。", chapters: ["抵达", "营地", "返程"] },
{ id: "c4", name: "生活记录", count: 15, duration: "2 小时 31 分", scene: "cafe", description: "不用整理得很正式,也值得留下来的日常。", chapters: ["家", "朋友", "下雨天"] }
];
export const uploadTasks = [
{ id: "u1", name: "岛屿航拍素材-02.mp4", size: "3.8 GB", state: "active", progress: 64, stage: "转存至 WebDAV", detail: "2.4 GB / 3.8 GB · 38.6 MB/s", collection: "沿海公路日记" },
{ id: "u2", name: "城市延时-清晨.mp4", size: "1.2 GB", state: "waiting", progress: 100, stage: "等待媒体分析", detail: "上传已完成 · 排队第 2 位", collection: "城市切片" },
{ id: "u3", name: "旧相机测试片段.mov", size: "684 MB", state: "failed", progress: 46, stage: "转存失败", detail: "网络连接已中断,可从 312 MB 继续", collection: "城市切片" },
{ id: "u4", name: "厨房里的第一场雨.mp4", size: "826 MB", state: "done", progress: 100, stage: "已入库", detail: "今天 00:48 完成", videoId: "v7", collection: "生活记录" },
{ id: "u5", name: "北方雪原-完整片.mp4", size: "5.1 GB", state: "done", progress: 100, stage: "已入库", detail: "昨天 23:16 完成", videoId: "v5", collection: "冬季路线" }
];
export const people = [
{ id: "p1", name: "南熏", count: 18, scene: "portrait1", role: "已命名" },
{ id: "p2", name: "小林", count: 9, scene: "portrait2", role: "已命名" },
{ id: "p3", name: "未命名人物 03", count: 6, scene: "portrait3", role: "待确认" },
{ id: "p4", name: "未命名人物 04", count: 4, scene: "portrait4", role: "待确认" }
];
export const tagGroups = [
{ name: "内容类型", selection: "单选", tags: [["旅行", 16], ["生活", 12], ["素材", 9], ["纪录", 7]] },
{ name: "场景", selection: "多选", tags: [["海边", 8], ["城市", 14], ["自然", 11], ["室内", 6], ["夜景", 5]] },
{ name: "画质", selection: "单选", tags: [["4K", 22], ["1080P", 19], ["HDR", 6]] }
];