root
c0fa5c503c
fix
2025-07-11 01:42:18 +08:00
root
3462256cce
fix
2025-07-11 01:39:31 +08:00
root
01b6603eec
fix
2025-07-11 01:36:13 +08:00
root
50ca8c1e3a
fix
2025-07-11 01:31:32 +08:00
root
705032657d
fix
2025-07-11 01:29:16 +08:00
root
0dd3565d8c
fi9x
2025-07-11 01:26:27 +08:00
root
d80464c85f
fix
2025-07-11 01:23:41 +08:00
root
c973aaa58c
fix
2025-07-11 01:22:52 +08:00
root
d6dd6109c0
fix
2025-07-11 01:15:23 +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
e377ae46ba
fix
2025-07-11 01:02:25 +08:00
root
426bfff6cd
fix
2025-07-11 00:57:19 +08:00
root
dcae1469bf
fix: data error
2025-07-11 00:50:17 +08:00
root
f824d12e7d
fix: data error
2025-07-11 00:49:42 +08:00
root
49b46e8fc1
fix: data error
2025-07-11 00:47:40 +08:00
root
276e6c9765
fix
2025-07-11 00:45:44 +08:00
root
286e515288
fix
2025-07-11 00:42:29 +08:00
root
a3fa6cbb9c
fix
2025-07-11 00:41:16 +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
197f083e3d
fix
2025-07-11 00:11:07 +08:00
root
e733f91daa
fix
2025-07-11 00:00:12 +08:00
root
07d5463836
fix:
2025-07-10 23:53:26 +08:00
root
538f223217
fix
2025-07-10 23:48:08 +08:00
root
562e49f028
fix
2025-07-10 23:44:04 +08:00
root
b7887caf9d
fix
2025-07-10 23:35:20 +08:00
root
b64c0e7452
fix: 时间轴
2025-07-10 23:29:03 +08:00
root
67aa4f1c22
fix: 新增模板详情页
2025-07-10 23:24:49 +08:00
root
776a0afba9
fix: 重构 模板管理
2025-07-10 23:18:20 +08:00
root
629b4dd42b
fix: 模板片段信息
2025-07-10 23:12:03 +08:00
root
b07992a82a
add template 详情
2025-07-10 23:07:41 +08:00
root
e0fbb1124d
fix: add template track
2025-07-10 23:06:18 +08:00
root
5080ac1e8d
fix: 前端封装 hook
2025-07-10 22:56:24 +08:00
root
e2a7c6d9e2
fix: 重构的通用Python执行器
2025-07-10 22:51:09 +08:00
root
5d684f3c4e
fix: 封装command
2025-07-10 22:45:07 +08:00
root
7e84d27c18
Merge branch 'master' of ssh://gitea.bowongai.com:222/bowong/mxivideo
2025-07-10 22:26:53 +08:00
root
920b0462b5
封装jsonrpc通信机制
2025-07-10 22:26:29 +08:00
imeepos
64f90bc259
kv test
2025-07-10 22:22:22 +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
9f6b6630ce
fix: 模板重复导入问题
2025-07-10 21:30:10 +08:00
root
6b18e51f26
fix: template manager
2025-07-10 21:21:41 +08:00
root
aae64d4d04
template upgrade
2025-07-10 21:21:16 +08:00
root
7edf8b7335
refactor: 移动JSON-RPC模块到公共位置并修复模板导入显示问题
...
- 将JSON-RPC模块从ai_video移动到utils作为公共模块
- 更新所有相关文件的导入路径
- 重构template_manager.py使用标准JSON-RPC协议
- 修复模板导入成功但前端显示失败的问题
- 添加模板相关的错误码定义
- 改进进度报告使用JSON-RPC通知
- 移除旧的直接JSON输出代码
修复内容:
- python_core/utils/jsonrpc.py: 新增公共JSON-RPC模块
- python_core/services/template_manager.py: 使用JSON-RPC协议
- python_core/ai_video/video_generator.py: 更新导入路径
- python_core/ai_video/api_client.py: 更新导入路径
2025-07-10 21:07:14 +08:00
root
855a3bc757
foix
2025-07-10 20:54:35 +08:00
root
a5381e5305
feat: implement Cloudflare KV utility class and React hooks
...
- Add CloudflareKVClient class with full CRUD operations
- Support for batch operations, metadata, and key listing
- Implement useCloudflareKV hook for React components
- Add useKVValue hook for auto-loading specific keys
- Include comprehensive error handling and loading states
- Create demo component showing all functionality
- Add detailed documentation and usage examples
- Support for JSON parsing and custom configurations
- Based on jm_video_ui.md specifications
2025-07-10 20:51:09 +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
1435c72ba6
fix
2025-07-10 20:32:31 +08:00