export type Active = { key: "frames" | "actions" | "subtitles" | "paths"; ndx: number; }; export const title = { actions: "动作", paths: "路径", subtitles: "字幕", frames: "", };