提交 1929cc98 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

fix

上级 fdc51f76
......@@ -17,8 +17,8 @@
"icon": "https://avatars.githubusercontent.com/u/95588?s=200&v=4",
"url": "https://git-scm.com/book/zh/v2",
"urls": {
"GitCode": "https://github.com/progit/progit",
"中文文档": "https://github.com/progit/progit2-zh/"
"GitCode": "#",
"中文文档": "#"
}
},
{
......
......@@ -33,7 +33,7 @@ const c: IConfig = {
// Site title
// 网站标题
title: 'CSDN 开发者工具助手推荐',
title: '开源百科(源码、中文文档、工具)',
// Site description
// 网站描述
......@@ -76,7 +76,7 @@ const c: IConfig = {
posterImageUrls: [
'https://codechina_dev.gitcode.host/git/assets/img/pattern2.svg'
],
description: '程序员开发 Git 使用指南'
description: '<h4><a href="https://www.baidu.com/" target="_blank">Git 工具</a><a href="#">Git 学习</a><a href="#">代码托管平台</a></h4>'
}
}
......
<!-- 网站 -->
<div class="container">
<nz-card
[nzActions]="isLogin ? [actionSetting, actionEdit, actionEllipsis] : [actionSetting, actionEdit]"
nzSize="small"
nzHoverable
nzType="inner"
......@@ -39,7 +38,7 @@
<ng-template #avatarTemplate>
<app-logo [src]="dataSource.icon" [name]="dataSource.name"></app-logo>
</ng-template>
<ng-template #actionSetting>
<!-- <ng-template #actionSetting>
<div nz-tooltip [nzTooltipTitle]="copyUrlDone ? $t('_copySuccess') : $t('_copyUrl')">
<i
nz-icon
......@@ -82,7 +81,7 @@
</a>
</ul>
</nz-dropdown-menu>
</ng-template>
</ng-template> -->
</div>
<app-create-web
......
......@@ -233,3 +233,13 @@ textarea.ant-input {
100% { transform: rotate(360deg); }
}
/* CSDN CSS */
.description h4 a {
color: #ffffff;
&:hover {
color: #ff432d;
}
margin: 0 15px;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册