root
|
5b32c5749a
|
fix
|
2025-07-11 18:26:07 +08:00 |
root
|
0036200d1f
|
fix: scope **
|
2025-07-11 18:25:03 +08:00 |
root
|
18e0f49b0c
|
test d盘能否访问
|
2025-07-11 18:24:10 +08:00 |
root
|
7fa995501a
|
test scope
|
2025-07-11 18:22:16 +08:00 |
root
|
5a90495561
|
fix
|
2025-07-11 17:59:20 +08:00 |
root
|
3f519fbc72
|
fix
|
2025-07-11 17:47:40 +08:00 |
root
|
067b3764d2
|
fix
|
2025-07-11 17:46:27 +08:00 |
root
|
ebdcaee5a4
|
fix: 添加一键混剪 按钮
|
2025-07-11 15:35:33 +08:00 |
root
|
efcaa2e493
|
fix
|
2025-07-11 15:22:36 +08:00 |
root
|
5e8e58033b
|
fix
|
2025-07-11 15:21:44 +08:00 |
root
|
6671f590e9
|
fix
|
2025-07-11 15:14:52 +08:00 |
root
|
ed2ef14718
|
fix
|
2025-07-11 15:00:12 +08:00 |
root
|
c2e219c125
|
fix
|
2025-07-11 14:19:45 +08:00 |
root
|
954c0c457d
|
fix: 命令行闪现问题
|
2025-07-11 13:58:18 +08:00 |
root
|
060730165a
|
fix: 命令行窗口闪现问题
|
2025-07-11 13:54:30 +08:00 |
root
|
346762499e
|
fix: command
|
2025-07-11 12:00:08 +08:00 |
root
|
5d17181c5a
|
fix
|
2025-07-11 11:58:35 +08:00 |
root
|
44a669b6fc
|
检查文件是否存在
|
2025-07-11 11:39:11 +08:00 |
root
|
47b156c68a
|
fix: 播放器问题
|
2025-07-11 11:28:57 +08:00 |
root
|
6e62d72ff6
|
fix
|
2025-07-11 11:25:56 +08:00 |
root
|
766d59cdf0
|
fix: 播放器播放问题
|
2025-07-11 11:18:14 +08:00 |
root
|
074a6b7834
|
fix: 素材管理
|
2025-07-11 11:08:48 +08:00 |
root
|
9e95d73087
|
fix
|
2025-07-11 10:51:38 +08:00 |
root
|
d6983ab824
|
模特管理
|
2025-07-11 10:26:05 +08:00 |
root
|
01b6603eec
|
fix
|
2025-07-11 01:36:13 +08:00 |
root
|
a9b411bc41
|
fix
|
2025-07-11 01:15:06 +08:00 |
root
|
aaf96c5aed
|
fix
|
2025-07-11 01:09:20 +08:00 |
root
|
426bfff6cd
|
fix
|
2025-07-11 00:57:19 +08:00 |
root
|
f7e72162ad
|
fix: bug
|
2025-07-11 00:35:50 +08:00 |
root
|
a56336b63e
|
fix
|
2025-07-11 00:34:04 +08:00 |
root
|
010080f61e
|
素材分类管理
|
2025-07-11 00:29:09 +08:00 |
root
|
e0fbb1124d
|
fix: add template track
|
2025-07-10 23:06:18 +08:00 |
root
|
5d684f3c4e
|
fix: 封装command
|
2025-07-10 22:45:07 +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
|
f9e67bfc3d
|
fix: template
|
2025-07-10 21:36:40 +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 |
root
|
3728bb007b
|
fix
|
2025-07-10 19:32:44 +08:00 |
root
|
946673c699
|
fix
|
2025-07-10 19:27:14 +08:00 |
root
|
8ae1718172
|
fix
|
2025-07-10 19:18:38 +08:00 |
root
|
6fc4c8ba97
|
fix
|
2025-07-10 17:35:59 +08:00 |
root
|
12efdc60ab
|
fkix
|
2025-07-10 17:35:06 +08:00 |
root
|
6fdd1b280d
|
fix
|
2025-07-10 17:34:01 +08:00 |
root
|
988b4d10c8
|
fix: 添加拷贝按钮
|
2025-07-10 16:06:55 +08:00 |
root
|
841fcee7b3
|
fix
|
2025-07-10 15:29:23 +08:00 |
root
|
995526ec57
|
fix
|
2025-07-10 15:27:21 +08:00 |
root
|
6bab8d8499
|
fix: python -m 运行方式
|
2025-07-10 14:49:51 +08:00 |
root
|
1ff49a3c26
|
refactor: 统一使用相对导入,规范 Python 包结构
🏗️ **Python 包结构规范化**:
1. **导入方式统一**:
- 移除所有 sys.path.append() hack 方式
- 统一使用相对导入 (from ..config import settings)
- 符合 Python 包管理最佳实践
2. **包结构简化**:
- 简化 python_core/__init__.py,移除复杂依赖
- 避免包初始化时的循环导入问题
- 清理不必要的 try-except 导入逻辑
3. **模块运行方式**:
- 支持标准的模块运行: python -m python_core.ai_video.video_generator
- Rust 代码使用 -m 参数调用 Python 模块
- 相对导入在模块运行时正常工作
4. **涉及文件修改**:
- python_core/__init__.py: 简化包初始化
- python_core/ai_video/video_generator.py: 相对导入
- python_core/ai_video/cloud_storage.py: 移除 fallback 逻辑
- python_core/ai_video/api_client.py: 统一相对导入
- python_core/video_processing/core.py: 相对导入
- python_core/audio_processing/core.py: 相对导入
- python_core/utils/logger.py: 相对导入
- python_core/services/*.py: 统一相对导入
- src-tauri/src/commands/ai_video.rs: 使用模块运行方式
5. **代码质量提升**:
- 移除重复的 sys.path 操作
- 清理冗余的 try-except 导入
- 统一的错误处理方式
- 更清晰的模块依赖关系
✅ **改进效果**:
- 符合 Python 最佳实践 ✓
- 代码结构更清晰 ✓
- 易于维护和测试 ✓
- 消除 hack 式路径操作 ✓
- 支持标准模块运行 ✓
现在整个 Python 包结构规范且易于维护!
|
2025-07-10 14:47:32 +08:00 |