fix: 修正搜索页部分错误
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m59s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m59s
- 对于搜索页中的‘相关问题’与‘文档资料’,修正条目标签显示 - 调整页面刷新逻辑: 将用户刷新有PerformSearch改为useAsyncData的Refresh机制
This commit is contained in:
@ -14,7 +14,8 @@
|
||||
"sections": {
|
||||
"product": "Products",
|
||||
"solution": "Solutions",
|
||||
"support": "Support",
|
||||
"faq": "Faqs",
|
||||
"document": "Documents",
|
||||
"default": "Other"
|
||||
}
|
||||
},
|
||||
|
||||
@ -14,7 +14,8 @@
|
||||
"sections": {
|
||||
"product": "产品",
|
||||
"solution": "解决方案",
|
||||
"support": "服务支持",
|
||||
"faq": "相关问题",
|
||||
"document": "文档资料",
|
||||
"default": "其他内容"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user