This commit is contained in:
2023-06-29 11:55:02 +08:00
commit 36e95249b1
1236 changed files with 464197 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
2020-07-31      9:53:22
# 按照项目名/仓库名搜索(大小写不敏感)
in:name xxx
# 按照README搜索大小写不敏感
in:readme xxx
# 按照description搜索大小写不敏感
in:description xxx
# stars数大于xxx
stars:>xxx
# forks数大于xxx
forks:>xxx
# 编程语言为xxx
language:xxx
# 最新更新时间晚于YYYY-MM-DD
pushed:>YYYY-MM-DD