diff --git a/README.md b/README.md
index 6666da6f..c1151e46 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
Wot Design Uni
@@ -34,6 +34,7 @@
+ 🚀 文档网站 (官网)
🔥 文档网站 (Netlify)
@@ -52,19 +53,19 @@
扫描二维码访问演示:
-
-
+
+
## 快速上手
-详细说明见 [快速上手](https://wot-design-uni.netlify.app/guide/quickUse.html)
+详细说明见 [快速上手](https://wot-design-uni.cn/guide/quickUse.html)。
## 链接
* [意见反馈](https://github.com/Moonofweisheng/wot-design-uni/issues)
-* [更新日志](https://wot-design-uni.netlify.app/guide/changelog.html)
-* [常见问题](https://wot-design-uni.netlify.app/guide/commonProblems.html)
+* [更新日志](https://wot-design-uni.cn/guide/changelog.html)
+* [常见问题](https://wot-design-uni.cn/guide/commonProblems.html)
* [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
@@ -94,8 +95,8 @@
### 扫码捐赠
-
-
+
+
## LICENSE
diff --git a/docs/.vitepress/theme/components/NavBarTitleAfter.vue b/docs/.vitepress/theme/components/NavBarTitleAfter.vue
new file mode 100644
index 00000000..3a6a2f03
--- /dev/null
+++ b/docs/.vitepress/theme/components/NavBarTitleAfter.vue
@@ -0,0 +1,8 @@
+
+
+
+ {{ packageConfig.version }}
+
diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts
index b1ff9e83..8b59c539 100644
--- a/docs/.vitepress/theme/index.ts
+++ b/docs/.vitepress/theme/index.ts
@@ -1,7 +1,7 @@
/*
* @Author: weisheng
* @Date: 2023-07-27 12:36:30
- * @LastEditTime: 2023-08-24 13:28:59
+ * @LastEditTime: 2023-09-02 01:15:02
* @LastEditors: weisheng
* @Description:
* @FilePath: \wot-design-uni\docs\.vitepress\theme\index.ts
@@ -16,7 +16,7 @@ import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
// import HomeSponsors from './components/HomeSponsors.vue'
-// import AsideSponsors from './components/AsideSponsors.vue'
+import NavBarTitleAfter from './components/NavBarTitleAfter.vue'
import SvgImage from './components/SvgImage.vue'
import frame from './components/frame.vue'
@@ -27,7 +27,7 @@ export default {
Layout() {
return h(Theme.Layout, null, {
// 'home-features-after': () => h(HomeSponsors),
- // 'aside-ads-before': () => h(AsideSponsors),
+ 'nav-bar-title-after': () => h(NavBarTitleAfter),
})
},
enhanceApp({ app }) {
diff --git a/src/uni_modules/wot-design-uni/readme.md b/src/uni_modules/wot-design-uni/readme.md
index 6666da6f..6f96ce96 100644
--- a/src/uni_modules/wot-design-uni/readme.md
+++ b/src/uni_modules/wot-design-uni/readme.md
@@ -1,5 +1,5 @@
-
+
Wot Design Uni
@@ -34,7 +34,7 @@
- 🔥 文档网站 (Netlify)
+ 🔥 文档网站 (Netlify)
## ✨ 特性
@@ -52,19 +52,19 @@
扫描二维码访问演示:
-
-
+
+
## 快速上手
-详细说明见 [快速上手](https://wot-design-uni.netlify.app/guide/quickUse.html)
+详细说明见 [快速上手](https://wot-design-uni.cn/guide/quickUse.html)
## 链接
* [意见反馈](https://github.com/Moonofweisheng/wot-design-uni/issues)
-* [更新日志](https://wot-design-uni.netlify.app/guide/changelog.html)
-* [常见问题](https://wot-design-uni.netlify.app/guide/commonProblems.html)
+* [更新日志](https://wot-design-uni.cn/guide/changelog.html)
+* [常见问题](https://wot-design-uni.cn/guide/commonProblems.html)
* [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
@@ -94,8 +94,8 @@
### 扫码捐赠
-
-
+
+
## LICENSE