mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
docs: ✏️ 官网地址迁移至阿里云oss
This commit is contained in:
parent
e5f9fb810a
commit
a98868ae62
17
README.md
17
README.md
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img alt="logo" src="https://wot-design-uni.netlify.app/wot-design.png" width="200">
|
||||
<img alt="logo" src="https://wot-design-uni.cn/wot-design.png" width="200">
|
||||
</p>
|
||||
<h1 align="center">Wot Design Uni</h1>
|
||||
|
||||
@ -34,6 +34,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
🚀 <a href="https://wot-design-uni.cn/">文档网站 (官网)</a>
|
||||
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (Netlify)</a>
|
||||
</p>
|
||||
|
||||
@ -52,19 +53,19 @@
|
||||
扫描二维码访问演示:
|
||||
|
||||
<p>
|
||||
<img src="https://wot-design-uni.netlify.app/wx.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
<img src="https://wot-design-uni.netlify.app/alipay.png" width="200" height="200" />
|
||||
<img src="https://wot-design-uni.cn/wx.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
<img src="https://wot-design-uni.cn/alipay.png" width="200" height="200" />
|
||||
</p>
|
||||
|
||||
## 快速上手
|
||||
|
||||
详细说明见 [快速上手](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 @@
|
||||
### 扫码捐赠
|
||||
|
||||
<p>
|
||||
<img src="https://wot-design-uni.netlify.app/weixinQrcode.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
<img src="https://wot-design-uni.netlify.app/alipayQrcode.jpg" width="200" height="200" />
|
||||
<img src="https://wot-design-uni.cn/weixinQrcode.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
<img src="https://wot-design-uni.cn/alipayQrcode.jpg" width="200" height="200" />
|
||||
</p>
|
||||
|
||||
## LICENSE
|
||||
|
||||
8
docs/.vitepress/theme/components/NavBarTitleAfter.vue
Normal file
8
docs/.vitepress/theme/components/NavBarTitleAfter.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import packageConfig from '../../../../package.json'
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<el-tag text style="vertical-align: middle;margin-left:8px;" size="small" effect="plain">{{ packageConfig.version }}</el-tag>
|
||||
</template>
|
||||
@ -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 }) {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img alt="logo" src="https://wot-design-uni.netlify.app/wot-design.png" width="200">
|
||||
<img alt="logo" src="https://wot-design-uni.cn/wot-design.png" width="200">
|
||||
</p>
|
||||
<h1 align="center">Wot Design Uni</h1>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (Netlify)</a>
|
||||
🔥 <a href="https://wot-design-uni.cn/">文档网站 (Netlify)</a>
|
||||
</p>
|
||||
|
||||
## ✨ 特性
|
||||
@ -52,19 +52,19 @@
|
||||
扫描二维码访问演示:
|
||||
|
||||
<p>
|
||||
<img src="https://wot-design-uni.netlify.app/wx.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
<img src="https://wot-design-uni.netlify.app/alipay.png" width="200" height="200" />
|
||||
<img src="https://wot-design-uni.cn/wx.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
<img src="https://wot-design-uni.cn/alipay.png" width="200" height="200" />
|
||||
</p>
|
||||
|
||||
## 快速上手
|
||||
|
||||
详细说明见 [快速上手](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 @@
|
||||
### 扫码捐赠
|
||||
|
||||
<p>
|
||||
<img src="https://wot-design-uni.netlify.app/weixinQrcode.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
<img src="https://wot-design-uni.netlify.app/alipayQrcode.jpg" width="200" height="200" />
|
||||
<img src="https://wot-design-uni.cn/weixinQrcode.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
<img src="https://wot-design-uni.cn/alipayQrcode.jpg" width="200" height="200" />
|
||||
</p>
|
||||
|
||||
## LICENSE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user