TinsFox
TinsFox
 在前端明文存储密码,而且登陆页也没有记住用户的选项,默认就记住用户了吗?这个设计不好吧
##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message follows commit guidelines ##### Description...
**问题描述** cli创建的项目使用 pnpm 安装依赖无法启动  cli 创建的项目不能使用Monorepo lerna管理。依赖无法读取,报错 缺少 xxx 平台插件 **复现步骤** [复现问题的步骤] pnpm: 使用cli创建项目,使用pnpm安装依赖,启动项目 Monorepo: lerna init,在packages下创建cli项目,安装依赖后启动项目
# 重构文档 1. 修正 `sidebar.ts` 使用静态,不用cli生成 2. 修正 `nav` 4. 修正组件文档 url 后缀 5. 暴露组件总览 6. 暴露未完成组件(暴露出来了别人才能只有有哪些还在开发的,通过状态或者是组件的文档去声明就好了)
This issue provides visibility into API & Demo discussions and their statuses. ## Basic 基础组件 - [x] #72 - [x] #76 ## Layout - [ ] #112 - [ ]...
是否有计划升级到vite呢?提高开发启动的速度
### Which React Vant packages are impacted? - [X] `react-vant` (React Vant core) - [ ] `react-vant-icons`(React Vant Icon) ### What version of React Vant are you using? 2.0.0-alpha.22 ###...
### What is the new or updated feature that you are suggesting? 增加一个时间范围选择器 ### Why should this feature be included? 在问卷的使用场景下,会有输入时间范围的需求 [antd time-range-picker](https://ant.design/components/time-picker-cn/#components-time-picker-demo-range-picker)
**Is your feature request related to a problem? Please describe.** 参考淘宝App的样式以及产品的建议,搜索框加上`搜索按钮` 并内嵌与搜索框里面的做法,可以使得转化率有效提升,传统的搜索栏样式无法满足  **Describe the solution you'd like** 增加API设置样式以达到类似淘宝App搜索栏的效果
在与后端对接使用中,验证的背景图跟滑块还有滑块的位置都是由后端返回的,请问现在的API可以实现这样的配置吗