提交 2577acb1 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

Merge branch 'master' into xxm

......@@ -11,6 +11,7 @@ pages:
- npm run build
artifacts:
paths:
- public
- public
expire_in: 1 day
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
node_modules
\ No newline at end of file
> 您需要按照下列要求填写开源项目,我们将对您填写的内容进行审核,审核通过以后由 Gitcode 运营人员将填写好的项目补充到[开源导航页面](https://codechina_dev.gitcode.host/git2/#/sim)。同时您可以收到 CSDN Gitcode 团队为答谢您为开源社区所做贡献而提供的精美礼品一份
> 您需要按照下列要求填写开源项目,我们将对您填写的内容进行审核,通过以后会由 Gitcode 运营人员将填写好的项目补充到[开源百科页面](https://codechina_dev.gitcode.host/git2/#/sim)。同时可以获得 CSDN Gitcode 团队为您邮寄的精美礼品一份,以答谢您为开源社区所做出的贡献
### 项目所属三级分类
- 一级`必须`):请从这里选择一个
['Git工具','WEB前端','Python','Java','C/C++','人工智能','数据库','操作系统','云原生','大数据','物联网','芯片','区块链','工业互联网','大前端','开发环境与工具','移动端','智能硬件','企业应用','低代码','文档翻译','边缘计算','游戏/娱乐','建站系统','车载应用','智能家居','自动驾驶','量子计算']
### 项目所属领域
- 分类`必须`):请从这里选择一个
编程语言,大前端,人工智能,数据库,操作系统/芯片,云原生,大数据,物联网,区块链,企业应用,边缘计算,游戏/娱乐,量子计算
如:人工智能
- 二级(`必须`): 请自行填写
如:自然语言处理
- 三级(`可选`): 请自行填写
如:智能对话
### 项目详情
- 项目名称
......@@ -27,10 +18,10 @@
- 项目官网地址
- Gitcode 代码托管地址
- Gitcode 代码托管地址(可选,访问https://gitcode.net/查看)
- Github 代码托管地址
- 其他代码托管平台地址(可选)
- 英文文档地址(可选)
......@@ -39,4 +30,7 @@
- 中文文档地址(可选)
- 其他文档地址(可选)
\ No newline at end of file
- 其他文档地址(可选)
- 贡献者(网名/实名 `不超过8字`
## Content contribution
我们接受并鼓励您为 https://git.csdn.net 开源导航站点贡献内容,您可以通过创建 issue 的方式告诉我们您希望在该站点展示哪些内容。
我们将对您提交的内容进行认真审核,审核通过后您所提交的内容将会被显示在开源导航上,同时您将会收到来自 CSDN Gitcode 官方的精美答谢礼品一份。
......@@ -7,6 +6,6 @@
## Development contribution
代码贡献,您可到作者 github 项目中提 pr。
代码贡献,您可到作者 github 项目中提 pr。
[contribution](https://github.com/xjh22222228/nav/issues)
此差异已折叠。
......@@ -41,7 +41,7 @@ const c: IConfig = {
// Site keywords
// 网站关键字
keywords: '导航,开发者工具,GitHub开源项目推荐',
keywords: '编程语言,java,python,大前端,人工智能,数据库,操作系统/芯片,云原生,大数据,物联网,区块链,企业应用,边缘计算,游戏/娱乐,量子计算',
// Default theme: Light | Sim | Side | App | Shortcut
// 默认主题: Light | Sim | Side | App | Shortcut
......@@ -76,7 +76,7 @@ const c: IConfig = {
posterImageUrls: [
'https://codechina_dev.gitcode.host/git/assets/img/pattern2.svg'
],
description: '<h4><a href="https://bbs.csdn.net/topics/603471283" target="_blank">Git 上手</a><a href="https://gitcode.net/" target="_blank">代码托管平台</a><a href="https://bbs.csdn.net/forums/opensource?typeId=285&category=18" target="_blank">开源科普</a></h4>'
description: '<h4><a href="https://bbs.csdn.net/topics/603471283" target="_blank">Git 上手</a><a href="https://gitcode.net/" target="_blank">GitCode</a><a href="https://bbs.csdn.net/forums/opensource?typeId=285&category=18" target="_blank">开源科普</a><a href="https://bbs.csdn.net/topics/603483762" target="_blank">我要贡献内容 🙋‍♂️</a></h4>'
}
}
......
......@@ -12,7 +12,7 @@
"homepage": "https://github.com/xjh22222228/nav",
"scripts": {
"ng": "ng",
"start": "ng serve --port=7000",
"start": "ng serve --port=7000 --disable-host-check",
"setup": "tsc nav.config.ts && ts-node ./scripts/build.mjs",
"build": "npm run setup && ng build --prod --base-href ./",
"lint": "eslint --cache --ext .js,.ts ./src"
......
......@@ -5,7 +5,7 @@
nzHoverable
nzType="inner"
>
<div class="rate">
<div class="rate" *ngIf="dataSource.rate && dataSource.rate!=0">
<nz-rate
[ngModel]="dataSource.rate"
[nzDisabled]="!isLogin"
......@@ -13,6 +13,9 @@
(ngModelChange)="onRateChange($event)"
>
</nz-rate>
<div *ngIf="dataSource.createdAt && dataSource.createdAt.length<8" style="float:right;margin-block-start: 0.5em;max-width: 140px;">
{{ dataSource.createdAt + "贡献"}}
</div>
</div>
<a [href]="dataSource.url" target="_blank" rel="noreferer noopener">
<nz-card-meta
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册