bug fix and performance improvements

This commit is contained in:
quantulr
2023-07-31 15:40:23 +08:00
parent 0933d20717
commit 0655aa1fa5
46 changed files with 587 additions and 209 deletions

View File

@ -108,5 +108,7 @@ const webSearch = {
"请输入技术需求内容和详细的技术指标",
// 查看匹配结果
viewMatchingResults: "查看匹配结果",
// 专利状态
patentStatus: "专利状态",
};
export default webSearch;