特征+具體描述

特征就是被圈起來的(還有一些其他的):
比如第一個紅框就是項目名,如果我們要對這個項目進行搜索:
in:name EasyPhotos
搜索出來的結(jié)果:

當然我們還可以進行多條件搜索,比如要搜索項目名為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語言編寫的項目