forked from Gitlink/gitlink_help_center
底部信息
This commit is contained in:
parent
1c6fa53351
commit
eae6afc139
|
|
@ -23,10 +23,10 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
metadata:[
|
||||
{name:"Keywords",content:"Gitlink,forgeplus,GitLink,gitLink,GitLink,gitlink,帮助中心"},
|
||||
{name:"Keywords",content:"学位论文算法,帮助中心"},
|
||||
{name:"hostname",content:"gitlink.org.cn"},
|
||||
{property:"og:site_name",content:"GitLink"},
|
||||
{property:"og:image:alt",content:"GitLink(确实开源)是中国计算机学会CCF官方指定的开源创新服务平台 - Gitlink/forgeplus:GitLink(确实开源)是中国计算机学会CCF官方指定的开源创新服务平台 for gitlink Gitlink/forgeplus for git"}
|
||||
{property:"og:site_name",content:"学位论文算法"},
|
||||
{property:"og:image:alt",content:"学位论文算法"}
|
||||
],
|
||||
prism: {
|
||||
theme: lightCodeTheme,
|
||||
|
|
@ -55,7 +55,7 @@ module.exports = {
|
|||
// height: '32px',
|
||||
alt: 'gitlink',
|
||||
src: 'img/gitlink.png',
|
||||
href:"https://www.gitlink.org.cn/"
|
||||
href:"/"
|
||||
// srcDark: 'img/logo-dark.png',
|
||||
},
|
||||
items: [
|
||||
|
|
@ -94,7 +94,7 @@ module.exports = {
|
|||
// }
|
||||
// ],
|
||||
// copyright: `<p>©Copyright ${new Date().getFullYear()} CCF 开源发展委员会</p><p>Powered by Trustie& IntelliDE 京ICP备13000930号</p>`,
|
||||
copyright: `<img src="/img/gitlink.png" /><div class="text"><p>关于我们</p><p>根据《“学位论文算法数据库”建设试点方案》及有关要求,计算机学院对第一阶段的数据类型、上传流程及数据描述等进行梳理,明确支持上传的数据类型主要包括代码、数据集、说明文档等,博士研究生应根据具体类型,完成相关数据整理和上传。</p></div>`,
|
||||
copyright: `<img src="/img/gitlink.png" /><div class="text"><p>关于我们</p><p>根据《“学位论文算法数据库”建设试点方案》及有关要求,计算机学院对第一阶段的数据类型、上传流程及数据描述等进行梳理,明确支持上传的数据类型主要包括代码、数据集、说明文档等,博士研究生应根据具体类型,完成相关数据整理和上传。</p><p style="margin-top:20px">工具下载</p><p><a>git32位安装下载</a><a>git64位安装下载</a></p></div>`,
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
|
|
|
|||
|
|
@ -149,15 +149,20 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
|
|||
.container .footer__copyright img{
|
||||
width: 300px;
|
||||
}
|
||||
.container .footer__copyright .text p:first-child{
|
||||
.container .footer__copyright .text p:nth-child(2n+1){
|
||||
font-size: 22px;
|
||||
margin-bottom: 30px!important;
|
||||
margin-left: 50px;
|
||||
margin-bottom: 10px!important;
|
||||
}
|
||||
.container .footer__copyright .text p{
|
||||
margin-bottom: 0px!important;
|
||||
max-width: 950px;
|
||||
margin-left: 50px;
|
||||
}
|
||||
.container .footer__copyright .text p a{
|
||||
color: #bdc2d1;
|
||||
margin-right: 25px;
|
||||
}
|
||||
.aa-Form{
|
||||
width: unset;
|
||||
flex:1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue