forked from Gitlink/forgeplus-react
Merge pull request '修改Wiki和视频路径' (#367) from tongChong/forgeplus-react:hotfix_gitlink into gitlink_server
This commit is contained in:
commit
4f40755af1
|
@ -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,
|
||||
});
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue