支持91制片室和麻豆,优化图片裁剪功能添加了人脸识别模块

This commit is contained in:
hejianjun
2022-01-30 03:37:08 +08:00
parent 9a9d36672f
commit a84452ba1c
8 changed files with 449 additions and 45 deletions

View File

@@ -22,6 +22,8 @@ from . import xcity
from . import dlsite
from . import carib
from . import fc2club
from . import mv91
from . import madou
def get_data_state(data: dict) -> bool: # 元数据获取失败检测
@@ -57,7 +59,9 @@ def get_data_from_json(file_number, oCC): # 从JSON返回元数据
# "javlib": javlib.main,
"dlsite": dlsite.main,
"carib": carib.main,
"fc2club": fc2club.main
"fc2club": fc2club.main,
"mv91": mv91.main,
"madou": madou.main
}
conf = config.getInstance()