|
|
@@ -0,0 +1,222 @@ |
|
|
|
{{template "base/head" .}} |
|
|
|
<div class="explore seach"> |
|
|
|
<div class="repos--seach"> |
|
|
|
<div class="ui container"> |
|
|
|
<div class="ui two column centered grid"> |
|
|
|
<div class="ui two column centered grid"> |
|
|
|
<form class="fourteen wide mobile ten wide tablet ten wide computer column ui form ignore-dirty" style="margin-top:1.2rem"> |
|
|
|
<div class="ui fluid action input"> |
|
|
|
<input name="q" value="openi" placeholder="搜索..." autofocus=""> |
|
|
|
<input type="hidden" name="topic" value=""> |
|
|
|
<input type="hidden" name="tab" value=""> |
|
|
|
<input type="hidden" name="sort" value="hot"> |
|
|
|
<button class="ui green button">搜索</button> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="ui container seachnav"> |
|
|
|
<div class="ui secondary pointing menu"> |
|
|
|
<a class="active item"> |
|
|
|
项目 |
|
|
|
<span class="ui circular mini label">56</span> |
|
|
|
</a> |
|
|
|
<a class="item"> |
|
|
|
数据集 |
|
|
|
<span class="ui circular mini label">32</span> |
|
|
|
</a> |
|
|
|
<a class="item"> |
|
|
|
任务 |
|
|
|
<span class="ui circular mini label">10</span> |
|
|
|
</a> |
|
|
|
<a class="item"> |
|
|
|
合并请求 |
|
|
|
<span class="ui circular mini label">4</span> |
|
|
|
</a> |
|
|
|
<a class="item"> |
|
|
|
用户 |
|
|
|
<span class="ui circular mini label">70</span> |
|
|
|
</a> |
|
|
|
<a class="item"> |
|
|
|
组织 <span class="ui circular mini label">3</span> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="ui container"> |
|
|
|
|
|
|
|
找到“<strong class="highlight">OpenI</strong>”相关项目约为 56 个 |
|
|
|
|
|
|
|
<div class="ui right floated secondary filter menu"> |
|
|
|
<!-- Sort --> |
|
|
|
<div class="ui right dropdown type jump item"> |
|
|
|
<span class="text"> |
|
|
|
{{.i18n.Tr "repo.issues.filter_sort"}} |
|
|
|
<i class="dropdown icon"></i> |
|
|
|
</span> |
|
|
|
<div class="menu"> |
|
|
|
<a class="{{if eq .SortType "newest"}}active{{end}} item" href="{{$.Link}}?sort=newest&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.filter_sort.latest"}}</a> |
|
|
|
<a class="{{if eq .SortType "oldest"}}active{{end}} item" href="{{$.Link}}?sort=oldest&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.filter_sort.oldest"}}</a> |
|
|
|
<a class="{{if eq .SortType "alphabetically"}}active{{end}} item" href="{{$.Link}}?sort=alphabetically&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.label.filter_sort.alphabetically"}}</a> |
|
|
|
<a class="{{if eq .SortType "reversealphabetically"}}active{{end}} item" href="{{$.Link}}?sort=reversealphabetically&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.label.filter_sort.reverse_alphabetically"}}</a> |
|
|
|
<a class="{{if eq .SortType "recentupdate"}}active{{end}} item" href="{{$.Link}}?sort=recentupdate&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.filter_sort.recentupdate"}}</a> |
|
|
|
<a class="{{if eq .SortType "leastupdate"}}active{{end}} item" href="{{$.Link}}?sort=leastupdate&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.filter_sort.leastupdate"}}</a> |
|
|
|
<a class="{{if eq .SortType "moststars"}}active{{end}} item" href="{{$.Link}}?sort=moststars&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.filter_sort.moststars"}}</a> |
|
|
|
<a class="{{if eq .SortType "feweststars"}}active{{end}} item" href="{{$.Link}}?sort=feweststars&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.filter_sort.feweststars"}}</a> |
|
|
|
<a class="{{if eq .SortType "mostforks"}}active{{end}} item" href="{{$.Link}}?sort=mostforks&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.filter_sort.mostforks"}}</a> |
|
|
|
<a class="{{if eq .SortType "fewestforks"}}active{{end}} item" href="{{$.Link}}?sort=fewestforks&q={{$.Keyword}}&topic={{$.Topic}}&tab={{$.TabName}}">{{.i18n.Tr "repo.issues.filter_sort.fewestforks"}}</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="ui divider" style="margin-top: 1.25rem;"></div> |
|
|
|
|
|
|
|
<div class="ui very relaxed divided list"> |
|
|
|
<!--项目--> |
|
|
|
<div class="item"> |
|
|
|
{{if .RelAvatarLink}} |
|
|
|
<img class="ui avatar image" src="{{.RelAvatarLink}}"> |
|
|
|
{{end}} |
|
|
|
<div class="content"> |
|
|
|
<div class="ui header"> |
|
|
|
<!--a class="name" href="/OpenI/Paddle"> <span class="highlight">OpenI</span> <span>/</span> <strong>Paddle</strong></a> |
|
|
|
<span class="middle"><svg class="svg octicon-repo-clone" width="16" height="16" aria-hidden="true"><use xlink:href="#octicon-repo-clone"></use></svg></span--> |
|
|
|
|
|
|
|
<a class="name" href="{{.Link}}"> |
|
|
|
{{if or $.PageIsExplore $.PageIsProfileStarList }}{{if .Owner}}{{.Owner.Name}} <span>/</span> {{end}}{{end}}<strong>{{.Name}}</strong> |
|
|
|
{{if .IsArchived}}<i class="archive icon archived-icon"></i>{{end}} |
|
|
|
</a> |
|
|
|
{{if .IsPrivate}} |
|
|
|
<span class="middle text gold">{{svg "octicon-lock" 16}}</span> |
|
|
|
{{else if .IsFork}} |
|
|
|
<span class="middle">{{svg "octicon-repo-forked" 16}}</span> |
|
|
|
{{else if .IsMirror}} |
|
|
|
<span class="middle">{{svg "octicon-repo-clone" 16}}</span> |
|
|
|
{{else if .Owner}} |
|
|
|
{{if .Owner.Visibility.IsPrivate}} |
|
|
|
<span class="text gold">{{svg "octicon-lock" 16}}</span> |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="description"> |
|
|
|
{{if .DescriptionHTML}}<p class="has-emoji">{{.DescriptionHTML}}</p>{{end}} |
|
|
|
{{if .Topics }} |
|
|
|
<div class="ui tags"> |
|
|
|
{{range .Topics}} |
|
|
|
{{if ne . "" }}<a href="{{AppSubUrl}}/explore/repos?q={{.}}&topic={{$.Topic}}"><div class="ui small label topic">{{.}}</div></a>{{end}} |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
{{end}} |
|
|
|
<p class="time"> |
|
|
|
{{svg "octicon-eye" 16}} {{.NumWatches}} |
|
|
|
<span class="am-ml-10"></span> |
|
|
|
{{svg "octicon-git-branch" 16}} {{.NumForks}} |
|
|
|
<span class="am-ml-10"></span> |
|
|
|
{{svg "octicon-star" 16}} {{.NumStars}} |
|
|
|
<span class="am-ml-10"></span> |
|
|
|
{{$.i18n.Tr "org.repo_updated"}} {{TimeSinceUnix .UpdatedUnix $.i18n.Lang}} |
|
|
|
{{if .PrimaryLanguage }} |
|
|
|
<span class="text grey"><i class="color-icon" style="background-color: {{.PrimaryLanguage.Color}}"></i>{{ .PrimaryLanguage.Language }}</span> |
|
|
|
{{end}} |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!--数据集--> |
|
|
|
<div class="item"> |
|
|
|
|
|
|
|
<div class="content"> |
|
|
|
<div class="ui right metas"> |
|
|
|
{{if .Task}} |
|
|
|
<span class="text grey">{{svg "octicon-tasklist" 16}} {{$.i18n.Tr (printf "dataset.task.%s" .Task)}}</span> |
|
|
|
{{end}} |
|
|
|
{{if .Category}} |
|
|
|
<span class="text grey">{{svg "octicon-tag" 16}}{{$.i18n.Tr (printf "dataset.category.%s" .Category)}}</span> |
|
|
|
{{end}} |
|
|
|
<span class="text grey">{{svg "octicon-flame" 16}} {{.DownloadTimes}}</span> |
|
|
|
</div> |
|
|
|
<div class="ui header"> |
|
|
|
<a class="name" href="/OpenI/Paddle"> zeizei <span>/</span> <strong><span class="highlight">OpenI</span>_test</strong></a> |
|
|
|
<span class="middle"><svg class="svg octicon-repo-clone" width="16" height="16" aria-hidden="true"><use xlink:href="#octicon-repo-clone"></use></svg></span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="description"> |
|
|
|
{{if .Description}} |
|
|
|
<p class="has-emoji">{{.Description}}</p> |
|
|
|
{{else if .Repo.DescriptionHTML}} |
|
|
|
<p class="has-emoji">{{.Repo.DescriptionHTML}}</p> |
|
|
|
{{end}} |
|
|
|
<p class="time">{{$.i18n.Tr "org.repo_updated"}} {{TimeSinceUnix .UpdatedUnix $.i18n.Lang}}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!--任务、合并请求--> |
|
|
|
<div class="item"> |
|
|
|
|
|
|
|
<div class="content"> |
|
|
|
<div class="ui header"> |
|
|
|
<a class="name" href="/OpenI/Paddle"> wx<span class="highlight">OpenI</span>d ,qq<span class="highlight">OpenI</span>d,等这些id,就是微信号,qq号吗?</a> |
|
|
|
</div> |
|
|
|
<div class="description"> |
|
|
|
<p class="has-emoji">是否修改包名: 否 ### 描述(无法理解工单,将直接关闭) 就想确认下user表中的各种openid,不是就是账号?? wxOpenid 对应 微信号?? qqOpenid 对应 qq号?? 不是特别清楚,望给个确认的说法。。。。谢谢!!! 不是特别清楚,望给个确认的说法。。。。谢谢!!</p> |
|
|
|
|
|
|
|
<p class="time"> |
|
|
|
<i class="ri-code-box-line"></i> <a class="am-text grey" herf="https://git.openi.org.cn/AINET/Networks-For-AI">OpenI / aiforge #1131</a> <i class="ri-information-line am-ml-10"></i> 开启中 <i class="ri-message-2-line am-ml-10"></i> 8 <span class="am-ml-10"></span>最后更新于 <span class="time-since poping up" title="" data-content="2022年01月10日 14时20分03秒" data-variation="inverted tiny">1 个月前</span> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!--用户--> |
|
|
|
<div class="item members"> |
|
|
|
|
|
|
|
<img class="ui avatar image" src="https://git.openi.org.cn/user/avatar/avadesian/48"> |
|
|
|
<div class="content"> |
|
|
|
<div class="ui header"> |
|
|
|
<a class="name" href="/OpenI/Paddle">avadesian</a> |
|
|
|
</div> |
|
|
|
<div class="description"> |
|
|
|
<p class="has-emoji"> |
|
|
|
<i class="ri-mail-line"></i> yahuimns@163.com |
|
|
|
<i class="ri-time-line am-ml-10"></i> 加入于 Sep 22, 2021 |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!--组织--> |
|
|
|
<div class="item members"> |
|
|
|
|
|
|
|
<img class="ui avatar image" src="https://git.openi.org.cn/user/avatar/OpenI/100"> |
|
|
|
<div class="content"> |
|
|
|
<div class="ui header"> |
|
|
|
<a class="name" href="/OpenI/Paddle">OpenI</a> 启智社区 |
|
|
|
</div> |
|
|
|
<div class="description"> |
|
|
|
<p class="has-emoji"> |
|
|
|
<i class="ri-map-pin-2-line"></i> 中国 |
|
|
|
<span class="am-ml-10"></span> |
|
|
|
<i class="ri-links-line"></i> <a href="https://openi.org.cn" target="_blank">https://openi.org.cn</a> |
|
|
|
<i class="ri-time-line am-ml-10"></i> 加入于 Sep 22, 2021 |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div><!--seach list end--> |
|
|
|
|
|
|
|
<!--pages--> |
|
|
|
{{template "base/paginate" .}} |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="am-mt-30"></div> |
|
|
|
|
|
|
|
{{template "base/footer" .}} |