File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
packages/components/picker Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11name : 反馈 Bug
2- description : 通过 github 模板进行 Bug 反馈。
2+ description : 通过 GitHub 模板进行 Bug 反馈。
33title : " [组件名称] 描述问题的标题"
44labels : [🐞 bug, 🧐 unconfirmed]
55body :
@@ -11,21 +11,21 @@ body:
1111
1212 在发布一个 Issue 前,请确保:
1313 - 在 [常见问题](https://tdesign.tencent.com/about/faq)、[更新日志](https://tdesign.tencent.com/about/release) 和 [旧Issue列表](https://github.com/Tencent/tdesign-miniprogram/issues?q=is%3Aissue) 中搜索过你的问题。(你的问题可能已有人提出,也可能已在最新版本中被修正)
14- - 如果你发现一个已经关闭的旧 Issue 在最新版本中仍然存在,不要在旧 Issue 下面留言,请建一个新的 issue 。
14+ - 如果你发现一个已经关闭的旧 Issue 在最新版本中仍然存在,不要在旧 Issue 下面留言,请建一个新的 Issue 。
1515
1616 - type : input
1717 id : version
1818 attributes :
1919 label : tdesign-miniprogram 版本
20- description : 请检查在最新项目版本中能否重现此 issue 。
20+ description : 请检查在最新项目版本中能否重现此 Issue 。
2121 placeholder : 请填写
2222 validations :
2323 required : true
2424
25- - type : input
25+ - type : textarea
2626 id : reproduce
2727 attributes :
28- label : 重现链接
28+ label : 重现代码
2929 description : 请提供尽可能精简的 [代码片段](https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html) 或 GitHub 仓库的链接。请不要填无关链接,否则你的 Issue 将被关闭。
3030 placeholder : 请填写
3131
Original file line number Diff line number Diff line change 11name : 反馈新功能
2- description : 通过 github 模板进行新功能反馈。
2+ description : 通过 GitHub 模板进行新功能反馈。
33title : " [组件名称] 描述问题的标题"
44labels : [💪🏻 enhancement, 🧐 unconfirmed]
55body :
1111
1212 在发布一个 Issue 前,请确保:
1313 - 在 [常见问题](https://tdesign.tencent.com/about/faq)、[更新日志](https://tdesign.tencent.com/about/release) 和 [旧Issue列表](https://github.com/Tencent/tdesign-miniprogram/issues?q=is%3Aissue) 中搜索过你的问题。(你的问题可能已有人提出,也可能已在最新版本中被修正)
14- - 如果你发现一个已经关闭的旧 Issue 在最新版本中仍然存在,不要在旧 Issue 下面留言,请建一个新的 issue 。
14+ - 如果你发现一个已经关闭的旧 Issue 在最新版本中仍然存在,不要在旧 Issue 下面留言,请建一个新的 Issue 。
1515
1616 - type : textarea
1717 id : functionContent
Original file line number Diff line number Diff line change 33<t-popup
44 wx:if="{{usePopup}}"
55 class="class"
6+ close-on-overlay-click="{{autoClose}}"
67 visible="{{visible}}"
78 placement="bottom"
89 using-custom-navbar="{{usingCustomNavbar || popupProps.usingCustomNavbar}}"
You can’t perform that action at this time.
0 commit comments