BluesCurry

Results 13 issues of BluesCurry

css 代码是这样的 ```css [class*=taroify-] { -webkit-tap-highlight-color: transparent; } ``` 编译出来的css是这样的 ``` [classcover-image, cover-view, movable-area, movable-view, scroll-view, swiper, swiper-item, view, icon, progree, rich-text, text, button, checkbox, checkbox-group, editor, form, input, label,...

bug

我提了一个RP,https://github.com/margox/braft-extensions/pull/67 辛苦关注一下 @margox

看了下编译出来的代码,小程序端的 Iconfont 组件没有接收 `style` 这个properties

### 相关平台 H5 ### 复现仓库 [https://github.com/bluescurry/taro-debug](https://github.com/bluescurry/taro-debug) **浏览器版本: Chrome 104.0.5112.101** **使用框架: React** ### 复现步骤 1. 从首页点击“跳转到商品页”进入商品页 2. 在商品页点击“点击返回首页”返回首页 3. 在点击浏览器返回 ### 期望结果 直接从商品页返回首页 ### 实际结果 又打开了一个首页地址,点浏览器返回就返回到了上一个首页,并且白屏了 ### 环境信息 ``` 👽 Taro...

V-3
F-react
T-h5

比如下面的代码,在微信小程序中编译出来的样式是`class="text- ddd"`,正常应该是`class="text---h-ddd-"` ```tsx import { View } from '@tarojs/components'; const styles = 'text-[#ddd]'; const Demo = () => { return 123; }; export default Demo; ```

(请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。) **(重要!问题分类)** * 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues * 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues * 图像识别、设备控制相关问题 -> 按下面的步骤 **描述问题bug** 执行 `text("18519004293", enter=False)` 输入内容,页面只展示了 18590093 **相关截图** (贴出遇到问题时的截图内容,如果有的话) (在AirtestIDE里产生的图像和设备相关的问题,请贴一些AirtestIDE控制台黑窗口相关报错信息) https://github.com/AirtestProject/Airtest/assets/19237129/d52f4ed8-b848-444e-b66c-5c58efba536e **复现步骤** 1. Go to '...' 2....

你好,我想学习下源码,clone完项目后执行 `npm i` 报错,请问这个该怎么解决呢

xcode 版本是 15.0 IOS 版本是 17.0 报错信息如下: 2023-10-17 17:59:34.757279+0800 WebDriverAgentRunner-Runner[475:7718] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSXPCInterfaceProxy_XCTMessagingChannel_RunnerToDaemon _XCT_exchangeProtocolVersion:reply:]: unrecognized selector sent to instance 0x2807d4050' *** First throw...

koa-mapper 确实是一个非常好用的 router 扩展库,现在我在把自己的 koa 重构为 ts,但是 koa-mapper 并没有声明文件,是否有考虑添加一个声明文件呢^_^

enhancement

declare type IUser = Record; ![image](https://github.com/d-kimuson/ts-type-expand/assets/19237129/9f8bc322-479b-4950-a825-2d979e1c2f3b)

bug