File tree Expand file tree Collapse file tree 6 files changed +25
-35
lines changed
src/uni_modules/wot-design-uni Expand file tree Collapse file tree 6 files changed +25
-35
lines changed Original file line number Diff line number Diff line change 4747
4848<p align =" center " >
4949 ✈️ <a href =" https://wot-design-uni.pages.dev/ " >文档网站 (推荐)</a >  ;
50- <!-- 🚀 <a href="https://wot-design-uni.cn">文档网站 (备用 )</a> -->
51- 🔥 <a href =" https://wot-design-uni.netlify.app/ " >文档网站 (备用 )</a >  ;
50+ 🚀 <a href =" https://wot-design-uni.cn " >文档网站 (Vercel )</a >  ;
51+ 🔥 <a href =" https://wot-design-uni.netlify.app/ " >文档网站 (Netlify )</a >  ;
5252 🚫 <a href =" https://wot-design-uni.gitee.io/ " >文档网站 (Gitee暂时下线)</a >
5353</p >
5454
Original file line number Diff line number Diff line change 22
33如果使用 ` Github ` 等平台无法解决你的问题,可以加群,请确保你的提问清晰明了,用词礼貌文明,非常感谢你的支持!
44
5- *** [ 提问的智慧] ( https://lug.ustc.edu.cn/wiki/doc/smart-questions/ ) ,可以帮助你快速提出正确的问题,获得更快的解答。* **
5+ ** _ [ 提问的智慧] ( https://lug.ustc.edu.cn/wiki/doc/smart-questions/ ) ,可以帮助你快速提出正确的问题,获得更快的解答。_ **
66
77## 沟通案例
88
99下面介绍几个沟通案例,通过这些案例我们将了解哪些提问方式最容易使问题得到解决
1010
1111### 正确案例
12- *** 仔细察看文档和常见问题后确认未解决再提问,提问时详细描述自己的问题,并提供复现demo以便他人协助排查问题。例如:***
1312
14- 我在使用` Button ` 组件的` custom-class ` 属性来自定义样式时遇到了自定义样式不生效的问题,我阅读了官方文档和常见问题,但仍然无法解决,我将我的最小复现demo整理到复现仓库了,请问能否帮助排查问题?
13+ ** _ 仔细察看文档和常见问题后确认未解决再提问,提问时详细描述自己的问题,并提供复现 demo 以便他人协助排查问题。例如:_ **
14+
15+ 我在使用` Button ` 组件的` custom-class ` 属性来自定义样式时遇到了自定义样式不生效的问题,我阅读了官方文档和常见问题,但仍然无法解决,我将我的最小复现 demo 整理到复现仓库了,请问能否帮助排查问题?
1516
1617### 错误案例
17- *** 提问时随意发言,不阅读文档,不提供复现demo,不提供详细问题描述,充满质疑和抱怨,例如:***
1818
19- - 错误案例1:这button真逆天,` custom-class ` 用不了?
20- - 错误案例2:你们这个组件怎么这么垃圾,` custom-class ` 属性用不了,我自定义样式都不生效,你们能不能修复一下?
21- - 错误案例3:?这个组件有bug?我自定义样式都不生效???
22-
19+ ** _ 提问时随意发言,不阅读文档,不提供复现 demo,不提供详细问题描述,充满质疑和抱怨,例如:_ **
2320
24- ### QQ群
21+ - 错误案例 1:这 button 真逆天,` custom-class ` 用不了?
22+ - 错误案例 2:你们这个组件怎么这么垃圾,` custom-class ` 属性用不了,我自定义样式都不生效,你们能不能修复一下?
23+ - 错误案例 3:?这个组件有 bug?我自定义样式都不生效???
2524
26- <div style =" display : inline-block ; padding-top : 36px ;" >
27- <img style =" width : 250px ; height : 250px ;" :src =" QQ " />
28- </div >
25+ ### QQ 群
2926
27+ 1 群已满,可以加 2 群。
28+
29+ <div style =" display : flex ;gap :24px " >
30+ <img style =" width : 250px ; height : 250px ;" :src =" QQ1 " />
31+ <img style =" width : 250px ; height : 250px ;" :src =" QQ2 " />
32+ </div >
3033
3134<script >
32- import QQ from ' /QQ.png'
35+ import QQ1 from ' /QQ1.png'
36+ import QQ2 from ' /QQ2.png'
37+
3338
3439export default {
3540 data () {
3641 return {
37- QQ
42+ QQ1 ,
43+ QQ2
3844 }
3945 }
4046}
41- </script >
47+ </script >
Original file line number Diff line number Diff line change @@ -48,20 +48,4 @@ features:
4848footer : false
4949---
5050
51- <script setup lang =" ts " >
52- import { onMounted } from ' vue'
53- onMounted (()=> {
54- if (window .location .hostname === ' wot-design-uni.cn' ) {
55- ElMessageBox .confirm (' 您正在访问的站点不稳定,是否跳转至更稳定的 wot-design-uni.pages.dev ?' , ' 提示' , {
56- confirmButtonText: ' 确定' ,
57- cancelButtonText: ' 取消' ,
58- type: ' warning'
59- }).then (() => {
60- window .location .href = ' https://wot-design-uni.pages.dev/' ;
61- }).catch (() => {
62- // 用户点击取消按钮时的操作
63- });
64- }
65- })
6651
67- </script >
Original file line number Diff line number Diff line change 4545
4646<p align =" center " >
4747 ✈️ <a href =" https://wot-design-uni.pages.dev/ " >文档网站 (推荐)</a >  ;
48- 🚀 <a href =" https://wot-design-uni.cn " >文档网站 (备用 )</a >  ;
49- 🔥 <a href =" https://wot-design-uni.netlify.app/ " >文档网站 (备用 )</a >  ;
48+ 🚀 <a href =" https://wot-design-uni.cn " >文档网站 (Vercel )</a >  ;
49+ 🔥 <a href =" https://wot-design-uni.netlify.app/ " >文档网站 (Netlify )</a >  ;
5050 🚫 <a href =" https://wot-design-uni.gitee.io/ " >文档网站 (Gitee暂时下线)</a >
5151</p >
5252
You can’t perform that action at this time.
0 commit comments