h7ml

Results 18 issues of h7ml

#### 描述问题: ``amis``打包太大了,详情看[打包分析](https://dev.iotn2n.com/report.html) 打包后的总文件大小``33.39mb``,其中``amis``占``9.4mb``,``amis``依赖包``monaco-editor``占``15.64md`` #### 截图或视频: ![image](https://user-images.githubusercontent.com/55233292/163158476-2bf3e3e3-e725-43fb-ae11-d57021e08173.png) ![image](https://user-images.githubusercontent.com/55233292/163158771-a2cbf8aa-3677-4106-acce-b39a0d8e0865.png) ![image](https://user-images.githubusercontent.com/55233292/163158395-a9dae507-c460-42ac-8af6-06b3a9691f9f.png) #### 如何复现(请务必完整填写下面内容): 1. 你是如何使用 amis 的? ``npm`` 2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 ``amis:1.5.3`` 3. 粘贴有问题的完整 `amis schema` 代码: ``` [report.html](https://dev.iotn2n.com/report.html) ```

need confirm

feat: (action) Cache node modules

npm run dev:h5 后报错 ValidationError: CopyPlugin Invalid Options

I need to parse a 16 bit microsecond timestamp Now i have this format with microsecond ```1651107155498222``` I checked the relevant [documents ](https://momentjs.com/docs/#/displaying/format/)and found that the moment only supports parsing...

### Clear and concise description of the problem Due to frequent blocking when deploying to Vercel, Cloudflare is also a good solution. I hope to have ### Suggested solution https://docs.astro.build/en/guides/integrations-guide/cloudflare/...

enhancement
Deploy

fix: li shows 2 incomplete numbers by @whatqiu

#### 💻 变更类型 | Change Type - [x] ✨ feat: Customize user metadata and avatar information Add custom metadata fields to MetaData type for more personalized user information. Also, include...

hi,Ovilia。When I click the ituring link in the example, I jump to the wrong address. Maybe you should correct it https://github.com/Ovilia/ThreeExample.js/blob/c90a5bf0711b7a7dd42d2a5fe3d9506b3032dcb7/index.html#L34 https://github.com/Ovilia/ThreeExample.js/blob/c90a5bf0711b7a7dd42d2a5fe3d9506b3032dcb7/index.html#L41 https://github.com/Ovilia/ThreeExample.js/blob/c90a5bf0711b7a7dd42d2a5fe3d9506b3032dcb7/index.html#L48 https://github.com/Ovilia/ThreeExample.js/blob/c90a5bf0711b7a7dd42d2a5fe3d9506b3032dcb7/index.html#L57 https://github.com/Ovilia/ThreeExample.js/blob/c90a5bf0711b7a7dd42d2a5fe3d9506b3032dcb7/index.html#L83 https://github.com/Ovilia/ThreeExample.js/blob/c90a5bf0711b7a7dd42d2a5fe3d9506b3032dcb7/index.html#L96 https://github.com/Ovilia/ThreeExample.js/blob/c90a5bf0711b7a7dd42d2a5fe3d9506b3032dcb7/index.html#L105 http://www.ituring.com.cn/book/miniarticle/56575 ![image](https://user-images.githubusercontent.com/55233292/171280427-a07c58ea-d5a1-464d-bd65-4bab9e1e41d2.png)

我将 [sync gitee](https://github.com/h7ml/h7ml/blob/main/.github/workflows/sync-repo.yml#L11) 配置拷贝为sync gitlab gitlab action 如下 - action ``` gitlab: runs-on: ubuntu-latest steps: - name: Mirror the Github organization repos to gitlab. uses: Yikun/hub-mirror-action@master with: src: github/user dst:...

feature
priority/wishlist

### 🐛 bug 描述 根据[dumi文档](https://d.umijs.org/theme/default#preferscolor) 配置组件库文档站点 > 对于组件库文档站点来说,建议根据组件库对暗色模式的适配情况来选择是否配置 switch 为 false,避免用户切换主题色后组件 demo 的样式出现异常。 ### 📷 复现步骤 ```ts export default defineConfig({ // ... prefersColor: { default: 'light', switch: false }, //...