diff --git a/README.md b/README.md
index a247aafa..e847dd38 100755
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ To see more in [devui.design](https://devui.design/home).
## Angular Support
-Now supports Angular `^17.0.0`
+Now supports Angular `^18.0.0`
## Getting Started
diff --git a/README_zh_CN.md b/README_zh_CN.md
index da3aabc2..a4e95f45 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -23,7 +23,7 @@ DevUI Design设计系统包含了DevUI规则、设计语言和最佳实践的资
## Angular版本
-当前支持的angular版本`^17.0.0`
+当前支持的angular版本`^18.0.0`
## 快速开始
diff --git a/devui-commons/src/constant.ts b/devui-commons/src/constant.ts
new file mode 100644
index 00000000..a897d6be
--- /dev/null
+++ b/devui-commons/src/constant.ts
@@ -0,0 +1,6 @@
+export const LinkMap: Record = {
+ codesandbox: 'https://codesandbox.io/api/v1/sandboxes/define?module=/src/app/app.component.ts',
+ versionRelease: 'https://github.com/DevCloudFE/ng-devui/releases',
+ gitcodeLink: 'https://gitcode.com/DevCloudFE',
+ vueDevuiLink: 'https://vue-devui.github.io',
+};
diff --git a/devui-commons/src/header/header.component.html b/devui-commons/src/header/header.component.html
index fa91a9f9..9cf09ac8 100644
--- a/devui-commons/src/header/header.component.html
+++ b/devui-commons/src/header/header.component.html
@@ -47,6 +47,13 @@
+