W.H

Results 5 comments of W.H

Reference to the video,you can set an expression to `hasMore`,and all you need just to init `totalCount`: ```js const totalCount = 1 ``` And then: ![image](https://user-images.githubusercontent.com/28257023/175109209-a9fb9434-fd2f-4c1b-9f98-14559d0106a9.png) Besides, after data updated,...

直接在重置表单的方法里对data-picker重新赋值

I meet the same situation as you .Here's my solution. If you update `name` and `email` in `_config.yml` later or you already have `.deploy_git` on your root, then you should...

这个是我的解决方法:https://github.com/wangeditor-team/wangEditor/issues/4041#issuecomment-3026928957

在 `readConfigData` 方法里: https://github.com/labring/FastGPT/blob/main/projects/app/src/service/common/system/index.ts#L26-L47