add 搜索结果保存与查询

This commit is contained in:
jxxghp
2023-07-08 13:53:40 +08:00
parent f77164f90a
commit 6f3209f95d
7 changed files with 38 additions and 27 deletions

View File

@ -34,6 +34,8 @@ class EventType(Enum):
class SystemConfigKey(Enum):
# 用户已安装的插件
UserInstalledPlugins = "UserInstalledPlugins"
# 搜索结果
SearchResults = "SearchResults"
# 站点框架