fix
This commit is contained in:
@@ -9,6 +9,7 @@ import typer
|
||||
|
||||
# 导入命令模块
|
||||
from python_core.cli.commands import scene_detect
|
||||
from python_core.cli.commands.template import template_app
|
||||
|
||||
app = typer.Typer(
|
||||
name="mixvideo",
|
||||
@@ -17,8 +18,8 @@ app = typer.Typer(
|
||||
|
||||
功能完整的视频处理和管理工具套件:
|
||||
• 🎯 场景检测 - 智能识别视频场景变化
|
||||
• 📋 模板管理 - 视频模板批量导入、列表查看、详情获取
|
||||
• 📤 媒体管理 - 上传、处理、组织视频文件
|
||||
• 📋 模板管理 - 视频模板导入导出
|
||||
• ⚙️ 系统管理 - 配置、状态、存储管理
|
||||
""",
|
||||
rich_markup_mode="rich",
|
||||
@@ -27,6 +28,7 @@ app = typer.Typer(
|
||||
|
||||
# 添加命令组到主应用
|
||||
app.add_typer(scene_detect, name="scene")
|
||||
app.add_typer(template_app, name="template")
|
||||
|
||||
@app.command()
|
||||
def init():
|
||||
|
||||
Reference in New Issue
Block a user