mxivideo/src-tauri
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
..
capabilities fix: 根据 Tauri v2 官方文档修复窗口控制功能 2025-07-10 10:26:03 +08:00
icons first commit 2025-07-10 09:41:40 +08:00
src refactor: extract common Python execution patterns into reusable shared code 2025-07-10 20:45:54 +08:00
.gitignore first commit 2025-07-10 09:41:40 +08:00
Cargo.toml fix: 修复文件选择功能 - 添加 Tauri 对话框支持 2025-07-10 11:40:23 +08:00
build.rs first commit 2025-07-10 09:41:40 +08:00
tauri.conf.json fix: 根据 Tauri v2 官方文档修复窗口控制功能 2025-07-10 10:26:03 +08:00