mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-11-04 14:36:24 +00:00 
			
		
		
		
	perf: 优化插件搜索逻辑,避免重复关键词
This commit is contained in:
		@@ -181,8 +181,6 @@ async def npm_search(keywords: list[str]) -> list[StorePlugin]:
 | 
			
		||||
                    plugin.desc,
 | 
			
		||||
                    plugin.author,
 | 
			
		||||
                    plugin.module_name,
 | 
			
		||||
                    plugin.project_link,
 | 
			
		||||
                    plugin.homepage,
 | 
			
		||||
                    ' '.join([tag.label for tag in plugin.tags])
 | 
			
		||||
            ]
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user