From 9f6b8cc03a0ec6302a2ce715c80b3585e008f8ea Mon Sep 17 00:00:00 2001 From: aijunhao Date: Wed, 21 Dec 2022 17:36:42 +0800 Subject: [PATCH] feat(module: all): support Angular 15 --- scripts/site/_site/src/app/app.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/site/_site/src/app/app.component.ts b/scripts/site/_site/src/app/app.component.ts index 699bc670..04dae391 100644 --- a/scripts/site/_site/src/app/app.component.ts +++ b/scripts/site/_site/src/app/app.component.ts @@ -22,7 +22,7 @@ export class AppComponent implements OnInit, AfterViewInit { docsearch = null; kitchenUrl = window.location.origin + '/#/kitchen-sink?lang=zh-CN'; language = 'zh'; - versionList = ['0.12.x', '1.0.6', '2.0.7', '3.0.3', '4.0.0', '5.0.1', '6.0.0', '7.0.0']; + versionList = ['0.12.x', '1.0.6', '2.0.7', '3.0.3', '4.0.0', '5.0.3', '6.0.2', '7.0.1']; versionMap = { '0.12.x': '0.12.5', '1.0.6': '2001.0.6', @@ -33,7 +33,7 @@ export class AppComponent implements OnInit, AfterViewInit { '6.0.2': '2016.0.2', '7.0.1': '2017.0.1' }; - currentVersion = '7.0.0'; + currentVersion = '7.0.1'; isHomeURL = true; isKitchenURL = false; demoTitle = '';