Jack Zhang

Results 23 issues of Jack Zhang

方案: - https://www.npmjs.com/package/json-node-normalizer - https://www.npmjs.com/package/g-custom-form - https://www.npmjs.com/package/json-schemify

## 调研 ### notion notion 的图库是在点击图片之后弹出来的,它包含 `上传`、`网络链接`、`网络图库` ![image](https://user-images.githubusercontent.com/19297757/134761878-0875964e-f55b-4168-839e-e7c26ac1d3e7.png) ![image](https://user-images.githubusercontent.com/19297757/134761884-83644360-219d-4452-abff-f78f1abdcb83.png) ![image](https://user-images.githubusercontent.com/19297757/134761896-21a5f419-a7fb-43e0-8cb3-c5fce448322a.png) ### google docs 表单 Google Docs 是通过右侧图标按钮点击后弹窗的,但是其可选的内容就比较多了,包括了 `上传`、`相机`、`网址`、`照片`(以前上传)、`google 搜索` ![image](https://user-images.githubusercontent.com/19297757/134762140-670e883d-6594-4857-8c86-705bc931af1b.png) ![image](https://user-images.githubusercontent.com/19297757/134762079-37f663c8-13e2-436a-84f4-74c959b351b7.png) ![image](https://user-images.githubusercontent.com/19297757/134762092-4e00c86a-b0d9-499d-90db-f32e1f52d51f.png) ![image](https://user-images.githubusercontent.com/19297757/134762097-7bf9755e-99b7-464e-9194-4a4e4b3ee29f.png) ![image](https://user-images.githubusercontent.com/19297757/134762128-12fff248-a591-428f-b389-8246cedc79c8.png) ### 即速应用 ![image](https://user-images.githubusercontent.com/19297757/134762420-7b70bb1f-79a4-4d8b-b1d2-fdd5144c9f92.png) ![image](https://user-images.githubusercontent.com/19297757/134762438-95e899aa-9690-449e-bd1d-b322fe2e232b.png) ![image](https://user-images.githubusercontent.com/19297757/134762465-bf697dc3-5c34-4855-8c17-2073e40c1d69.png) ![image](https://user-images.githubusercontent.com/19297757/134762475-4ec7b316-5739-4ab6-b94d-e1743c0a555e.png)...

如果仅是无只读模式则不需要有 pro 那一步的包装,如果组件模式是 onChange 和 value 属性,则不需要 antd 的那一层包装。

参考 https://www.yuque.com/chaojie-vjiel/vbwzgu/cqtrgb

从远端获取的数据可能不满足需求,我们需要进行格式化,一种方式对 response 直接进行处理,另一种方式提供基于 form-item 的配置方式,不过最终调用的都是 response 的格式化代码。

提供阿里云或者其他云获取 node 端获取 sts 临时上传凭证的封装,或者给出示例。

问题 issue:https://github.com/micro-zoe/micro-app/issues/501 电脑配置: i7-10700K 3,8 赫兹(不同电脑配置可能相差较大) 1、CSS:在没有缓存的情况下,一个 antd CSS 在的电脑上需要花费 45ms,有缓存的情况下,这部分可以完全省略。 2、JS:缓存效果取决于是否使用了 plugin 以及 plugin 的复杂度和 JS 的数量、大小等,有缓存的情况下,这部分也可以完全省略。 - [x] 功能代码 - [ ] 测试用例 ![微信截图_20220730112259](https://user-images.githubusercontent.com/19297757/181870689-ff2a251d-df7c-4a4b-af1e-3f7ded3ca1a6.png)

问题: 昨日 @bailicangdu 大佬提交的代码,并没有跑测试用例,导致报错很多,具体如下: ![微信截图_20220729211307](https://user-images.githubusercontent.com/19297757/181768097-4aee0180-f408-4a5f-9b0d-1e5b68bb9f8e.png) 解决方案: 1、希望能临时修复这个问题 2、是否应该在 DEV 分支、PR 提交等场景,触发 GITHUB CI 跑测试用例

discussion