diff --git a/.github/ISSUE_TEMPLATE/feature-report.zh-CN.yml b/.github/ISSUE_TEMPLATE/feature-report.zh-CN.yml
index 390bec80..eb13c77b 100644
--- a/.github/ISSUE_TEMPLATE/feature-report.zh-CN.yml
+++ b/.github/ISSUE_TEMPLATE/feature-report.zh-CN.yml
@@ -8,7 +8,7 @@
# # 欢迎你的参与 Quark Design 的新功能建议。
# 在发布一个 Issue 前,请确保:
-# - 在 [常见问题](https://quarkc.hellobike.com/#/zh-CN/guide/notice)、[更新日志](https://quarkc.hellobike.com/#/zh-CN/guide/changelog) 和 [旧Issue列表](https://github.com/hellof2e/quark-design/issues) 中搜索过你的问题。(你的问题可能已有人提出,也可能已在最新版本中被修正)
+# - 在 [常见问题](https://quark-ecosystem.github.io/quarkc-docs/#/zh-CN/guide/notice)、[更新日志](https://quark-ecosystem.github.io/quarkc-docs/#/zh-CN/guide/changelog) 和 [旧Issue列表](https://github.com/hellof2e/quark-design/issues) 中搜索过你的问题。(你的问题可能已有人提出,也可能已在最新版本中被修正)
# - 如果你发现一个已经关闭的旧 Issue 在最新版本中仍然存在,不要在旧 Issue 下面留言,请建一个新的 issue。
# - type: textarea
diff --git a/README.md b/README.md
index 8b29cc47..fdb9fda0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
@@ -36,7 +36,7 @@ Next-gen frontend component library, it can be used in any framework or no frame
## Documentation
-For full documentation, visit [https://quark-design.hellobike.com](https://quark-design.hellobike.com/).
+For full documentation, visit [https://quark-ecosystem.github.io/quarkd-docs](https://quark-ecosystem.github.io/quarkd-docs).
## Install
@@ -50,7 +50,9 @@ npm install quarkd
import "quarkd/lib/button";
// like a normal div tag `xx
`, can be used in any browser.
-Button
+
+ Button
+;
```
```html
@@ -61,7 +63,7 @@ import "quarkd/lib/button";
Button
// svelte
-Button
+Button
// angular
Button
@@ -80,4 +82,3 @@ For help, discussion about best practices, or any other conversation that would
## Contributing
If you're interested in contributing to quark design, please read our [contributing docs](https://github.com/hellof2e/quark-design/blob/main/CONTRIBUTING.md) **before submitting a pull request**.
-
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 57daa49c..08a1e460 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -1,5 +1,5 @@
-
+
@@ -38,24 +38,17 @@
---
-## 文档(组件库源码只有一份!技术栈不同,给出如下文档示例)
+## 文档
-> 组件库源码只有一份!技术栈不同,给出如下文档说明
-
-更多介绍,请访问。
-
-- [Vue Doc](https://vue-quarkd.hellobike.com)
-- [React Doc](https://react-quarkd.hellobike.com)
-- [Vanilla Javascript Doc(work in progress...)](https://vanilla-quarkd.hellobike.com)
-- [Angular Doc(work in progress...)](https://angular-quarkd.hellobike.com)
-- [Svelte Doc(work in progress...)](https://svelte-quarkd.hellobike.com)
+完整文档请访问: [https://quark-ecosystem.github.io/quarkd-docs](https://quark-ecosystem.github.io/quarkd-docs).
## 使用示例
+
```js
-import "quarkd/lib/button"
+import "quarkd/lib/button";
// 就像一个普通的 div 标签 `xx
`, 可以在任何浏览器被使用
-Button
+Button;
```
```html
@@ -66,13 +59,12 @@ import "quarkd/lib/button"
Button
// svelte
-Button
+Button
// angular
Button
```
-
## Vs Code 插件
[Visual Studio | Marketplace](https://marketplace.visualstudio.com/items?itemName=quarkd.quarkd-vscode-extension)
diff --git a/example/src/sites/doc/components/Header.vue b/example/src/sites/doc/components/Header.vue
index 1e5635d4..9f8d7a65 100644
--- a/example/src/sites/doc/components/Header.vue
+++ b/example/src/sites/doc/components/Header.vue
@@ -2,12 +2,12 @@