feat: 显示共享媒体识别统计

This commit is contained in:
jxxghp
2026-07-30 17:50:16 +08:00
parent ca2f3da7a5
commit 55e3a8cba2
6 changed files with 113 additions and 2 deletions
+4
View File
@@ -1839,6 +1839,10 @@ export interface RecognitionCacheData {
recognized: number
// 未识别数量
unrecognized: number
// 共享识别成功命中数量
shared_recognized: number
// 是否开启共享识别
shared_recognize_enabled: boolean
// 缓存数据
data: RecognitionCacheItem[]
}