diff --git a/README.md b/README.md index a2186a61c00755cb47bbedf3a2daf0c6f9ddbdc1..ea794f6cf3930873876d11fa1fcc8afaa716e1e6 100644 --- a/README.md +++ b/README.md @@ -152,8 +152,6 @@ yarn build ## contribute -[Click Here](https://github.com/xjh22222228/nav/tree/master/data) - Thank you for your [contribution](https://github.com/xjh22222228/nav/issues), men. diff --git a/README_zh-CN.md b/README_zh-CN.md index fe10da02132e104e8a04c06b5d3ecd1d8d79a576..d563b5f0bfc200ea92b7139c66ab3bd5bf1c1892 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -159,8 +159,6 @@ yarn build ## 贡献 -[点击这里](https://github.com/xjh22222228/nav/tree/master/data) - Thank you for your [contribution](https://github.com/xjh22222228/nav/issues), men. diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 2b3d70d31f627c8af6a8c0e5d00de5b739efa88f..867708900f2a2322921a20c6eb817bf9b69a3de1 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -31,6 +31,7 @@ import { NzTagModule } from 'ng-zorro-antd/tag' import { NzRateModule } from 'ng-zorro-antd/rate' import { NzSwitchModule } from 'ng-zorro-antd/switch' import { DragDropModule } from '@angular/cdk/drag-drop' +import { NzCheckboxModule } from 'ng-zorro-antd/checkbox' // components import { AppComponent } from './app.component' @@ -58,6 +59,7 @@ import { HttpClientModule } from '@angular/common/http'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { LogoComponent } from '../components/logo/logo.component'; import { CardComponent } from '../components/card/index.component' +import { MoveSiteComponent } from '../components/move-site/index.component' const appRoutes: Routes = [ { @@ -113,7 +115,8 @@ const appRoutes: Routes = [ ToolbarTitleWebComponent, WebListComponent, LogoComponent, - CardComponent + CardComponent, + MoveSiteComponent ], imports: [ NzModalModule, @@ -138,6 +141,7 @@ const appRoutes: Routes = [ NzTabsModule, NzTagModule, NzRateModule, + NzCheckboxModule, NzSwitchModule, DragDropModule, BrowserModule, diff --git a/src/components/card/index.component.html b/src/components/card/index.component.html index e0bc81550774584a7cd7ce12489a6dd418f5d37f..585fe1bf88118399a0525187dee0cfa3bfad6fd3 100644 --- a/src/components/card/index.component.html +++ b/src/components/card/index.component.html @@ -68,7 +68,8 @@