fix: 去掉 ngChina 广告

This commit is contained in:
Zhicheng WANG 2020-02-06 08:18:53 +08:00
parent 643782a150
commit 1c3923e7f7
2 changed files with 1 additions and 12 deletions

View File

@ -23,12 +23,6 @@
{ {
"url": "translations/cn/home", "url": "translations/cn/home",
"title": "关于中文版" "title": "关于中文版"
},
{
"title": "2019 ngChina @ 杭州",
"tooltip": "2019 ngChina 开发者大会",
"url": "https://ng-china.org",
"highlight": true
} }
], ],
"TopBarNarrow": [ "TopBarNarrow": [
@ -777,11 +771,6 @@
"tooltip": "分割线", "tooltip": "分割线",
"divider": true "divider": true
}, },
{
"title": "2019 ngChina @ 杭州",
"tooltip": "2019 ngChina 开发者大会",
"url": "https://ng-china.org"
},
{ {
"title": "互助问答", "title": "互助问答",
"tooltip": "github 上的中文互助问答区", "tooltip": "github 上的中文互助问答区",

View File

@ -12,7 +12,7 @@
"aio-use-npm": "node tools/ng-packages-installer restore .", "aio-use-npm": "node tools/ng-packages-installer restore .",
"aio-check-local": "node tools/ng-packages-installer check .", "aio-check-local": "node tools/ng-packages-installer check .",
"ng": "yarn check-env && ng", "ng": "yarn check-env && ng",
"start": "yarn check-env && ng serve --configuration=fast", "start": "yarn check-env && ng serve --configuration=fast --port=4201",
"preview": "http-server-spa ./dist index.html 4200", "preview": "http-server-spa ./dist index.html 4200",
"prebuild": "yarn setup", "prebuild": "yarn setup",
"build": "yarn ~~build", "build": "yarn ~~build",