feature:加入功能,小朋友人脸识别与分类。
This commit is contained in:
10
plugins/kid_photo_extractor/config.toml
Normal file
10
plugins/kid_photo_extractor/config.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[KidPhotoExtractor]
|
||||
enable = true
|
||||
command = ["开始分析照片", "查看照片分析", "清理照片分析", "照片分析时间"]
|
||||
command-format = """
|
||||
📷小朋友照片提取指令:
|
||||
#开始分析照片 [可选:全量] [可选:目录路径] - 开始分析指定目录下的照片(默认增量分析)
|
||||
#查看照片分析 - 查看最近一次分析结果
|
||||
#清理照片分析 - 清理分析数据
|
||||
#照片分析时间 - 查询最后分析时间
|
||||
"""
|
||||
Reference in New Issue
Block a user