phy-lei

Results 11 issues of phy-lei

Bug Type: **`Build`** ## Environment - Vue Version: `3.2.37` - Element Plus Version: `2.2.12` - Browser / OS: `chrome` - Build Tool: `Webpack` ## Reproduction ### Related Component - `All`...

inactive

### Describe the bug ![CPT2404081709-226x97](https://github.com/cuixueshe/earthworm/assets/58167763/d2570b3a-c839-4dbb-b228-d7687cd3fd4b) ### Reproduction _No response_ ### Validations - [X] Read the [Contributing Guidelines](https://github.com/cuixueshe/earthworm/blob/main/CONTRIBUTING.md). - [X] Check that there isn't [already an issue](https://github.com/cuixueshe/earthworm/issues) that reports the same...

bug

密码输入框添加显示密码的icon,参考element-plus的实现 ![image](https://github.com/cuixueshe/earthworm/assets/58167763/ffb01b7a-84fb-456c-8917-c694728bad5e) ![image](https://github.com/cuixueshe/earthworm/assets/58167763/85def5aa-20ce-401c-9c4e-0e7726ba5e0b) 涉及到的改动: - 修改wrap布局,将input及icon作为flex布局 - 去掉input的foucs及默认样式 - 修改浏览器input的默认填充样式,改为与背景色同色 修复密码输入过长时,眼睛icon会重叠 ![image](https://github.com/cuixueshe/earthworm/assets/58167763/c9f961c9-1c2f-47af-a1b3-f5ba1b14e804)

### Description 对于nuxt而言,感觉unocss与其更加贴切,并且项目上有很多图标都是直接写svg标签的,这对于可读性来说略差,unocss有比较好的集成icon,这在tailwindcss中icon的集成丰富程度并没有unocss高。 若考虑迁移的话,难点: - 兼容tailwindcss样式 - theme的暗夜白天模式 - daisyui插件兼容 迁移后优点: - icon统一管理,项目上不再充斥svg,可读性变高 - 官方标配

**这个 PR 做了什么?** (简要描述所做更改) 兼容solid在h5端的适配,与 #15512 pr有所关联,这个pr也的代码也会有15512的代码,由于代码量多,为了减少review的工作量,可以先合并15512,在review这个 **这个 PR 是什么类型?** (至少选择一个) - [x] 错误修复(Bugfix) issue: fix #15501 - [x] 新功能(Feature) - [ ] 代码重构(Refactor) - [ ] TypeScript 类型定义修改(Typings) -...

F-solid

**这个 PR 做了什么?** (简要描述所做更改) **这个 PR 是什么类型?** (至少选择一个) - [x] 错误修复(Bugfix) issue: fix #15501 - [ ] 新功能(Feature) - [ ] 代码重构(Refactor) - [ ] TypeScript 类型定义修改(Typings) - [ ]...

T-weapp
F-solid

### 相关平台 微信小程序 **重现链接仓库地址** https://github.com/phy-lei/taro-solid-vite **taro version** 4.0.0-beta.45 **小程序基础库: 3.4.0** **使用框架: Solidjs** ![image](https://github.com/NervJS/taro/assets/58167763/6f61b1fe-2f47-4958-b1d6-1083405c0725) ### 复现步骤 拉取仓库,pnpm i,pnpm build:weapp - 先点击add - 在点击set styles ### 期望结果 add数字保持不变,随机数保持不变 ### 实际结果 add数字变为0,随机数改变 ###...

V-3
T-weapp
F-solid

**这个 PR 做了什么?** (简要描述所做更改) 修改taro api request的complete配置中res的参数类型,这个类型与successCallback是一致的: ![image](https://github.com/NervJS/taro/assets/58167763/a08c268f-6d21-45f6-88e4-6356cdbd81b9) **这个 PR 是什么类型?** (至少选择一个) - [ ] 错误修复(Bugfix) issue: fix # - [ ] 新功能(Feature) - [ ] 代码重构(Refactor) - [x] TypeScript...

A-typings

**这个 PR 做了什么?** (简要描述所做更改) 将solid的编译器在react分离解藕 **这个 PR 是什么类型?** (至少选择一个) - [ ] 错误修复(Bugfix) - [x] 新功能(Feature) - [ ] 代码重构(Refactor) - [ ] TypeScript 类型定义修改(Typings) - [ ] 文档修改(Docs) -...

F-solid

bug关联 #509 - 传入data推断出data的类型 ![image](https://github.com/user-attachments/assets/f55311e8-3a33-4497-97ee-25d6b4df8cca) - 传入requestApi支持推断出api的返回data的类型 ![image](https://github.com/user-attachments/assets/3cd3c55a-f026-483f-a7c2-846fe08a5938)