fix: 去掉 ngChina 广告
This commit is contained in:
parent
643782a150
commit
1c3923e7f7
@ -23,12 +23,6 @@
|
||||
{
|
||||
"url": "translations/cn/home",
|
||||
"title": "关于中文版"
|
||||
},
|
||||
{
|
||||
"title": "2019 ngChina @ 杭州",
|
||||
"tooltip": "2019 ngChina 开发者大会",
|
||||
"url": "https://ng-china.org",
|
||||
"highlight": true
|
||||
}
|
||||
],
|
||||
"TopBarNarrow": [
|
||||
@ -777,11 +771,6 @@
|
||||
"tooltip": "分割线",
|
||||
"divider": true
|
||||
},
|
||||
{
|
||||
"title": "2019 ngChina @ 杭州",
|
||||
"tooltip": "2019 ngChina 开发者大会",
|
||||
"url": "https://ng-china.org"
|
||||
},
|
||||
{
|
||||
"title": "互助问答",
|
||||
"tooltip": "github 上的中文互助问答区",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"aio-use-npm": "node tools/ng-packages-installer restore .",
|
||||
"aio-check-local": "node tools/ng-packages-installer check .",
|
||||
"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",
|
||||
"prebuild": "yarn setup",
|
||||
"build": "yarn ~~build",
|
||||
|
Loading…
x
Reference in New Issue
Block a user