@@ -2659,4 +2659,8 @@ foot.member_news = Member news | |||||
foot.industry_advisory = Industry Advisory | foot.industry_advisory = Industry Advisory | ||||
foot.help = help | foot.help = help | ||||
foot.copyright= Copyright: New Generation Artificial Intelligence Open Source Open Platform (OpenI) | foot.copyright= Copyright: New Generation Artificial Intelligence Open Source Open Platform (OpenI) | ||||
<<<<<<< Updated upstream | |||||
Platform_Tutorial=Platform Tutorial | Platform_Tutorial=Platform Tutorial | ||||
======= | |||||
foot.advice_feedback=advice feedback | |||||
>>>>>>> Stashed changes |
@@ -2667,4 +2667,8 @@ foot.member_news=成员动态 | |||||
foot.industry_advisory=行业资讯 | foot.industry_advisory=行业资讯 | ||||
foot.help=帮助 | foot.help=帮助 | ||||
foot.copyright= 版权所有:新一代人工智能开源开放平台(OpenI) | foot.copyright= 版权所有:新一代人工智能开源开放平台(OpenI) | ||||
<<<<<<< Updated upstream | |||||
Platform_Tutorial=新手指引 | Platform_Tutorial=新手指引 | ||||
======= | |||||
foot.advice_feedback = 意见反馈 | |||||
>>>>>>> Stashed changes |
@@ -28,6 +28,12 @@ | |||||
</div> | </div> | ||||
<a href="https://git.openi.org.cn/zeizei/OpenI_Learning" class="ui item" target="_blank">{{.i18n.Tr "custom.Platform_Tutorial"}}</a> | <a href="https://git.openi.org.cn/zeizei/OpenI_Learning" class="ui item" target="_blank">{{.i18n.Tr "custom.Platform_Tutorial"}}</a> | ||||
{{if .EnableSwagger}}<a href="/api/swagger" class="ui item">API</a>{{end}} | {{if .EnableSwagger}}<a href="/api/swagger" class="ui item">API</a>{{end}} | ||||
{{if .IsSigned}} | |||||
<a href="https://git.openi.org.cn/zeizei/OpenI_Learning/issues/new" class="ui item" target="_blank">{{.i18n.Tr "custom.foot.advice_feedback"}}</a> | |||||
{{else}} | |||||
<a href="{{AppSubUrl}}/user/login" class="ui item">{{.i18n.Tr "custom.foot.advice_feedback"}}</a> | |||||
{{end}} | |||||
{{template "custom/extra_links_footer" .}} | {{template "custom/extra_links_footer" .}} | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -28,6 +28,11 @@ | |||||
</div> | </div> | ||||
<a href="https://git.openi.org.cn/zeizei/OpenI_Learning" class="ui item" target="_blank">{{.i18n.Tr "custom.Platform_Tutorial"}}</a> | <a href="https://git.openi.org.cn/zeizei/OpenI_Learning" class="ui item" target="_blank">{{.i18n.Tr "custom.Platform_Tutorial"}}</a> | ||||
{{if .EnableSwagger}}<a href="/api/swagger" class="ui item">API</a>{{end}} | {{if .EnableSwagger}}<a href="/api/swagger" class="ui item">API</a>{{end}} | ||||
{{if .IsSigned}} | |||||
<a href="https://git.openi.org.cn/zeizei/OpenI_Learning/issues/new" class="ui item" target="_blank">{{.i18n.Tr "custom.foot.advice_feedback"}}</a> | |||||
{{else}} | |||||
<a href="{{AppSubUrl}}/user/login" class="ui item">{{.i18n.Tr "custom.foot.advice_feedback"}}</a> | |||||
{{end}} | |||||
{{template "custom/extra_links_footer" .}} | {{template "custom/extra_links_footer" .}} | ||||
</div> | </div> | ||||
</div> | </div> | ||||