refactor: 使用 Manticore Search 替换 SeekDB

This commit is contained in:
kuaifan
2026-01-01 03:16:03 +00:00
parent 10c6177a9f
commit 48ef4cfdef
24 changed files with 1017 additions and 1102 deletions

View File

@@ -55,7 +55,7 @@ class Apps
'drawio' => 'Drawio',
'minder' => 'Minder',
'search' => 'ZincSearch',
'seekdb' => 'SeekDB',
'manticore' => 'Manticore Search',
default => $appId,
};
throw new ApiException("应用「{$name}」未安装", [], 0, false);