本地版本

main
caishi 3 months ago
parent fa6bbf212c
commit 1c6fa53351

@ -1,6 +1,6 @@
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
import("@easyops-cn/docusaurus-search-local").PluginOptions;
// import("@easyops-cn/docusaurus-search-local").PluginOptions;
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
@ -78,72 +78,23 @@ module.exports = {
],
},
footer: {
style: 'dark',
logo:{
src:"img/gitlink.png"
},
links: [
{
title: '社区',
items: [
{
label: '网站首页',
to: 'https://www.gitlink.org.cn',
},
{
label: '关于我们',
to: 'https://www.gitlink.org.cn/aboutus',
},
{
label: '教学实践',
to: 'https://www.gitlink.org.cn/educoder',
},
{
label: '合作伙伴',
to: 'https://forum.trustie.net/forums/5030/detail',
},
],
},
{
title: '支持与服务',
items: [
{
label: 'API文档',
to: 'https://forgeplus.trustie.net/docs/api',
},
{
label: 'Git常用命令',
to: 'https://git-scm.com',
},
{
label: '引擎使用手册',
to: 'https://forum.gitlink.org.cn/forums/7487/detail',
},
{
label: '服务协议',
to: 'https://forum.trustie.net/forums/5029/detail',
},
],
},
{
title: '加入我们',
items: [
{
label: '官网邮箱gitlink@ccf.org.cn',
to:"https://www.gitlink.org.cn"
},
{
label:'QQ群',
to:'https://www.gitlink.org.cn'
},
{
label:'公众号',
to:'https://www.gitlink.org.cn'
}
],
},
],
copyright: `<p>©Copyright ${new Date().getFullYear()} CCF 开源发展委员会</p><p>Powered by Trustie& IntelliDE 京ICP备13000930号</p>`,
// style: 'dark',
// logo:{
// src:"img/gitlink.png"
// },
// links: [
// {
// title: '关于我们',
// items: [
// {
// label: '根据《“学位论文算法数据库”建设试点方案》及有关要求,计算机学院对第一阶段的数据类型、上传流程及数据描述等进行梳理,明确支持上传的数据类型主要包括代码、数据集、说明文档等,博士研究生应根据具体类型,完成相关数据整理和上传。',
// to:""
// }
// ],
// }
// ],
// 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>`,
},
},
presets: [

@ -18,7 +18,7 @@
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-client-redirects": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@easyops-cn/docusaurus-search-local": "^0.35.0",
"@easyops-cn/docusaurus-search-local": "^0.49.2",
"@mdx-js/react": "1.6.22",
"@node-rs/jieba": "^1.7.0",
"clsx": "1.2.1",

@ -48,9 +48,9 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: #33416b;
}
.footer{
height:450px;
/* height:450px;
position: relative;
background: #1e1e1e;
background: #1e1e1e; */
padding:0px;
}
.container{
@ -135,12 +135,28 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
font-weight: 400;
color: #bdc2d1;
line-height: 28px;
padding: 15px 0;
text-align: center;
background-color: #1b212c;
padding:50px 0px;
display: flex;
align-items: center;
justify-content: center;
font-size: 17px;
}
.container .footer__copyright .text{
text-align: left;
}
.container .footer__copyright img{
width: 300px;
}
.container .footer__copyright .text p:first-child{
font-size: 22px;
margin-bottom: 30px!important;
}
.container .footer__copyright p{
.container .footer__copyright .text p{
margin-bottom: 0px!important;
max-width: 950px;
margin-left: 50px;
}
.aa-Form{
width: unset;

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save