root
|
2a9199ca16
|
fix
|
2025-07-12 22:18:45 +08:00 |
root
|
7ee8bcab54
|
fix: bug
|
2025-07-12 20:46:30 +08:00 |
root
|
e0fbb1124d
|
fix: add template track
|
2025-07-10 23:06:18 +08:00 |
root
|
920b0462b5
|
封装jsonrpc通信机制
|
2025-07-10 22:26:29 +08:00 |
root
|
bda9eb1a6b
|
feat: 更通用的 带进度条的 python通信方式
|
2025-07-10 22:01:59 +08:00 |
root
|
aae64d4d04
|
template upgrade
|
2025-07-10 21:21:16 +08:00 |
root
|
04e5990376
|
refactor: extract common Python execution patterns into reusable shared code
- Create python_executor.rs module with unified Python command execution
- Remove duplicate execute_python_command functions from ai_video.rs and template.rs
- Eliminate 553 lines of duplicate code across both files
- Improve error handling and JSON-RPC message parsing consistency
- Fix template import 'Unknown error' issue by using unified JSON parsing
- Add configurable timeout and encoding settings
- Ensure consistent UTF-8 encoding across all Python executions
|
2025-07-10 20:45:54 +08:00 |
root
|
c73aeb58e9
|
feat: 添加完整的模板管理系统
🎉 新功能:
- 批量导入模板功能,支持文件夹结构解析
- 自动解析 draft_content.json 并提取轨道/素材信息
- 智能素材管理,自动复制到统一资源目录
- 路径转换为相对路径,确保模板可移植性
- 现代化的模板管理界面,支持网格/列表视图
- 搜索和筛选功能
- 模板详情预览和删除功能
🏗️ 技术实现:
- Python: TemplateManager 核心服务类
- Rust/Tauri: 跨平台命令处理和进程管理
- React/TypeScript: 响应式前端界面
- JSON-RPC: 前后端通信协议
📁 文件结构:
- 模板存储在 attachments/templates/{uuid}/ 目录
- 素材统一管理在 resources/ 子目录
- 元数据存储在 templates.json 文件
✅ 已测试功能:
- 批量导入多个模板
- 模板列表显示和搜索
- 模板详情查看
- 模板删除操作
- CLI 命令行接口
这个系统为视频编辑提供了强大的模板管理能力,
支持从外部导入模板并自动处理素材依赖关系。
|
2025-07-10 20:14:49 +08:00 |