bugfix and performance improvements

This commit is contained in:
quantulr
2023-07-31 17:27:13 +08:00
parent 0655aa1fa5
commit 1f5d58558b
20 changed files with 146 additions and 65 deletions

View File

@ -110,5 +110,7 @@ const webSearch = {
viewMatchingResults: "查看匹配结果",
// 专利状态
patentStatus: "专利状态",
// 后台暂未提供
noDataFromBackground: "后台暂未提供",
};
export default webSearch;