特征+具体描述
特征就是被圈起来的(还有一些其他的):
比如第一个红框就是项目名,如果我们要对这个项目进行搜索:
in:name EasyPhotos
搜索出来的结果:
当然我们还可以进行多条件搜索,比如要搜索项目名为EasyPhotos,并且stars超过1000的:
in:name HuanTanSheng stars:>1000
image.png
常用特征有:
in:name example 名字中有"example"
in:readme example readme中有"example"
in:description example 描述中有"example"
stars:>1000
forks:>1000
pushed>2020-01-19 020-01-19后有更新的
language:java 用java语言编写的项目