mousheng / lowcoder_CN

🔥🔥🔥开源Retool, Tooljet和Appsmith的替代方案,码匠的开源版
GNU Affero General Public License v3.0
159 stars 47 forks source link

fix: 修复Moment.js文档以及移动端年月周选择器错误 #79

Closed taosiqi closed 7 months ago

taosiqi commented 7 months ago

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to link to that issue.

  1. docs: 将文档中的Moment.js调整为Day.js
  2. fix: 处理移动端年月周选择器使用错误
    1. 年月周【季】度选择器在移动端都是使用的日期选择器,不过是在确认后格式化成具体的dataType,修复后,年月周使用 antd mobile提供的选择器样式, antd mobile不支持季度选择器所以仍使用原有方案。
    2. lowcode测试配置.json

before ->

未修复 after ->

修复完成

Types of changes

What types of changes does your code introduce to Lowcoder?
Put an x in the boxes that apply.

Checklist

You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
Put an x in the boxes that apply.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc.