mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 09:08:51 +08:00
docs: ✏️ 文档地址更新并增加QQ2群二维码
This commit is contained in:
parent
b322264c9a
commit
ef1ad011f2
@ -47,8 +47,8 @@
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (推荐)</a>
|
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (推荐)</a>
|
||||||
<!-- 🚀 <a href="https://wot-design-uni.cn">文档网站 (备用)</a> -->
|
🚀 <a href="https://wot-design-uni.cn">文档网站 (Vercel)</a>
|
||||||
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (备用)</a>
|
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (Netlify)</a>
|
||||||
🚫 <a href="https://wot-design-uni.gitee.io/">文档网站 (Gitee暂时下线)</a>
|
🚫 <a href="https://wot-design-uni.gitee.io/">文档网站 (Gitee暂时下线)</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@ -2,40 +2,46 @@
|
|||||||
|
|
||||||
如果使用 `Github` 等平台无法解决你的问题,可以加群,请确保你的提问清晰明了,用词礼貌文明,非常感谢你的支持!
|
如果使用 `Github` 等平台无法解决你的问题,可以加群,请确保你的提问清晰明了,用词礼貌文明,非常感谢你的支持!
|
||||||
|
|
||||||
***[提问的智慧](https://lug.ustc.edu.cn/wiki/doc/smart-questions/),可以帮助你快速提出正确的问题,获得更快的解答。***
|
**_[提问的智慧](https://lug.ustc.edu.cn/wiki/doc/smart-questions/),可以帮助你快速提出正确的问题,获得更快的解答。_**
|
||||||
|
|
||||||
## 沟通案例
|
## 沟通案例
|
||||||
|
|
||||||
下面介绍几个沟通案例,通过这些案例我们将了解哪些提问方式最容易使问题得到解决
|
下面介绍几个沟通案例,通过这些案例我们将了解哪些提问方式最容易使问题得到解决
|
||||||
|
|
||||||
### 正确案例
|
### 正确案例
|
||||||
***仔细察看文档和常见问题后确认未解决再提问,提问时详细描述自己的问题,并提供复现demo以便他人协助排查问题。例如:***
|
|
||||||
|
|
||||||
我在使用`Button`组件的`custom-class`属性来自定义样式时遇到了自定义样式不生效的问题,我阅读了官方文档和常见问题,但仍然无法解决,我将我的最小复现demo整理到复现仓库了,请问能否帮助排查问题?
|
**_仔细察看文档和常见问题后确认未解决再提问,提问时详细描述自己的问题,并提供复现 demo 以便他人协助排查问题。例如:_**
|
||||||
|
|
||||||
|
我在使用`Button`组件的`custom-class`属性来自定义样式时遇到了自定义样式不生效的问题,我阅读了官方文档和常见问题,但仍然无法解决,我将我的最小复现 demo 整理到复现仓库了,请问能否帮助排查问题?
|
||||||
|
|
||||||
### 错误案例
|
### 错误案例
|
||||||
***提问时随意发言,不阅读文档,不提供复现demo,不提供详细问题描述,充满质疑和抱怨,例如:***
|
|
||||||
|
|
||||||
- 错误案例1:这button真逆天,`custom-class`用不了?
|
**_提问时随意发言,不阅读文档,不提供复现 demo,不提供详细问题描述,充满质疑和抱怨,例如:_**
|
||||||
- 错误案例2:你们这个组件怎么这么垃圾,`custom-class`属性用不了,我自定义样式都不生效,你们能不能修复一下?
|
|
||||||
- 错误案例3:?这个组件有bug?我自定义样式都不生效???
|
|
||||||
|
|
||||||
|
|
||||||
### QQ群
|
- 错误案例 1:这 button 真逆天,`custom-class`用不了?
|
||||||
|
- 错误案例 2:你们这个组件怎么这么垃圾,`custom-class`属性用不了,我自定义样式都不生效,你们能不能修复一下?
|
||||||
|
- 错误案例 3:?这个组件有 bug?我自定义样式都不生效???
|
||||||
|
|
||||||
<div style="display: inline-block; padding-top: 36px;">
|
### QQ 群
|
||||||
<img style="width: 250px; height: 250px;" :src="QQ" />
|
|
||||||
|
1 群已满,可以加 2 群。
|
||||||
|
|
||||||
|
<div style="display: flex;gap:24px">
|
||||||
|
<img style="width: 250px; height: 250px;" :src="QQ1" />
|
||||||
|
<img style="width: 250px; height: 250px;" :src="QQ2" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import QQ from '/QQ.png'
|
import QQ1 from '/QQ1.png'
|
||||||
|
import QQ2 from '/QQ2.png'
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
QQ
|
QQ1,
|
||||||
|
QQ2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -48,20 +48,4 @@ features:
|
|||||||
footer: false
|
footer: false
|
||||||
---
|
---
|
||||||
|
|
||||||
<script setup lang="ts">
|
|
||||||
import { onMounted } from 'vue'
|
|
||||||
onMounted(()=>{
|
|
||||||
if (window.location.hostname === 'wot-design-uni.cn') {
|
|
||||||
ElMessageBox.confirm('您正在访问的站点不稳定,是否跳转至更稳定的 wot-design-uni.pages.dev ?', '提示', {
|
|
||||||
confirmButtonText: '确定',
|
|
||||||
cancelButtonText: '取消',
|
|
||||||
type: 'warning'
|
|
||||||
}).then(() => {
|
|
||||||
window.location.href = 'https://wot-design-uni.pages.dev/';
|
|
||||||
}).catch(() => {
|
|
||||||
// 用户点击取消按钮时的操作
|
|
||||||
});
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|||||||
BIN
docs/public/QQ1.png
Normal file
BIN
docs/public/QQ1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
docs/public/QQ2.png
Normal file
BIN
docs/public/QQ2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@ -45,8 +45,8 @@
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (推荐)</a>
|
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (推荐)</a>
|
||||||
🚀 <a href="https://wot-design-uni.cn">文档网站 (备用)</a>
|
🚀 <a href="https://wot-design-uni.cn">文档网站 (Vercel)</a>
|
||||||
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (备用)</a>
|
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (Netlify)</a>
|
||||||
🚫 <a href="https://wot-design-uni.gitee.io/">文档网站 (Gitee暂时下线)</a>
|
🚫 <a href="https://wot-design-uni.gitee.io/">文档网站 (Gitee暂时下线)</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user