Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决bug:下拉菜单和搜索条目的重复性问题 #18

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

paithfinder
Copy link
Collaborator

Resolves:#17

  • 修改searchSuggestions 计算属性 使用 Set 来存储已添加的建议,避免重复
  • 按照 SoC、产品名称、厂商名称的顺序进行匹配 改进了建议的显示格式
  • 修改了 handleSuggestionClick 函数: 根据建议类型选择合适的搜索关键词

paithfinder added a commit that referenced this pull request Mar 4, 2025
- 修改searchSuggestions 计算属性
使用 Set 来存储已添加的建议,避免重复
- 按照 SoC、产品名称、厂商名称的顺序进行匹配
改进了建议的显示格式
- 修改了 handleSuggestionClick 函数:
根据建议类型选择合适的搜索关键词
Resolves:#18
Signed-off-by: Mingle Tan <mingle.oerv@isrc.iscas.ac.cn>
- 修改searchSuggestions 计算属性
使用 Set 来存储已添加的建议,避免重复
- 按照 SoC、产品名称、厂商名称的顺序进行匹配
改进了建议的显示格式
- 修改了 handleSuggestionClick 函数:
根据建议类型选择合适的搜索关键词
Resolves:#18
Signed-off-by: Mingle Tan <mingle.oerv@isrc.iscas.ac.cn>
@SalimTerryLi SalimTerryLi merged commit 75dfba4 into main Mar 4, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants