fix
This commit is contained in:
0
python_core/project/__Init__.py
Normal file
0
python_core/project/__Init__.py
Normal file
0
python_core/project/commands/__init__.py
Normal file
0
python_core/project/commands/__init__.py
Normal file
4
python_core/project/commands/create.py
Normal file
4
python_core/project/commands/create.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# 创建项目
|
||||
# 不需要工作流
|
||||
|
||||
# {config.projects_dir}/{project.name}
|
||||
5
python_core/project/commands/del.py
Normal file
5
python_core/project/commands/del.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
# 删除项目及项目下的资源
|
||||
# 不需要工作流
|
||||
# {config.projects_dir}/{project.name}
|
||||
8
python_core/project/commands/detail.py
Normal file
8
python_core/project/commands/detail.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
# 获取项目详情
|
||||
# 不需要工作流
|
||||
# 项目详情:{config.projects_dir}/{project.name}/project.json
|
||||
# 素材:{config.projects_dir}/{project.name}/material.json
|
||||
# 模板:{config.projects_dir}/{project.name}/template.json
|
||||
# 成品:{config.projects_dir}/{project.name}/product.json
|
||||
|
||||
4
python_core/project/commands/export.py
Normal file
4
python_core/project/commands/export.py
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
# 控制剪映 导出项目
|
||||
# 需要工作流
|
||||
5
python_core/project/commands/import.py
Normal file
5
python_core/project/commands/import.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
# 导入素材
|
||||
# 需要工作流
|
||||
# 1. 导入文件
|
||||
# 2. 导入文件夹
|
||||
3
python_core/project/commands/list.py
Normal file
3
python_core/project/commands/list.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# 获取所有项目
|
||||
# 不需要工作流
|
||||
# {config.projects_dir}/projects.json
|
||||
2
python_core/project/commands/mix.py
Normal file
2
python_core/project/commands/mix.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# 混剪
|
||||
# 需要工作流
|
||||
0
python_core/project/services/__init__.py
Normal file
0
python_core/project/services/__init__.py
Normal file
0
python_core/project/types/__init__.py
Normal file
0
python_core/project/types/__init__.py
Normal file
0
python_core/project/utils/__init__.py
Normal file
0
python_core/project/utils/__init__.py
Normal file
0
python_core/project/workflows/__init__.py
Normal file
0
python_core/project/workflows/__init__.py
Normal file
3
python_core/project/workflows/import_dir.py
Normal file
3
python_core/project/workflows/import_dir.py
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
# 导入文件夹
|
||||
1
python_core/project/workflows/import_file.py
Normal file
1
python_core/project/workflows/import_file.py
Normal file
@@ -0,0 +1 @@
|
||||
# 导入文件
|
||||
Reference in New Issue
Block a user