Merge pull request '修改Wiki和视频路径' (#367) from tongChong/forgeplus-react:hotfix_gitlink into gitlink_server

This commit is contained in:
xxq250 2022-05-05 18:04:26 +08:00
commit 4f40755af1
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ class Attachment extends Component {
show_video: status === "preview",
video_url:
status === "preview"
? "https://forgeplus.trustie.net" + result.data.url
? "https://www.gitlink.org.cn" + result.data.url
: undefined,
move_spin: false,
});

View File

@ -10,7 +10,7 @@ body {
.wiki-main {
width: 1200px;
min-height: 400px;
margin: 20px auto;
margin: 20px auto 60px;
.ant-btn-primary {
background-color: $wikiColor;

View File

@ -19,7 +19,7 @@ function Footnav() {
</ul>
<ul>
<li className="thehead">支持与服务</li>
<li><a href="https://forgeplus.trustie.net/docs/api">API文档</a></li>
<li><a href="https://www.gitlink.org.cn/docs/api">API文档</a></li>
<li><a href="https://git-scm.com">Git常用命令</a></li>
<li><a href="https://forum.trustie.net/forums/3080/detail">DevOps使用文档</a></li>
<li><a href='https://www.trustie.net/agreement'>服务协议</a></li>

View File

@ -94,7 +94,7 @@ function Index(props) {
CCF开源发展委员会首批执行委员名单发布
</li>
</a>
<a href="https://forgeplus.trustie.net/Gitlink/forgeplus" target="_blank" className="font-18">
<a href="https://www.gitlink.org.cn/Gitlink/forgeplus" target="_blank" className="font-18">
<li>
平台精选仓库GitLink/GitLink
</li>