[FR]: Calendar组件能支持在 可选日期start-date 和 end-date 之间 设置某些日期不可选择么? #588
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Reply | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
issue-reply: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Need Reproduce | |
if: github.event.label.name == 'Need Reproduce' | |
uses: actions-cool/issues-helper@v1 | |
with: | |
actions: 'create-comment' | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
你好 @${{ github.event.issue.user.login }}, 我们需要你提供一个最小重现实例以便于我们帮你排查问题。你可以提供一个基于 Taro NutUI4.0 模板项目的 GitHub 仓库链接(`@nutui/nutui-taro`),也可以通过 [CodeSandbox](https://codesandbox.io/s/nutui4-vite-demo-2fw7xh?file=/src/App.vue) 创建一个在线实例(`@nutui/nutui`)。请确保选择准确的版本。 |