石朝辉

Results 6 issues of 石朝辉

## 问题描述 Taro 项目打包为 h5 后 ImagePreview 组件未渲染出图片(image 组件未被解析渲染)。 ![DOM](https://user-images.githubusercontent.com/10704756/179671040-2e302bea-dc62-4cc5-8369-d839fd0ce995.png) ## 最小可复现仓库 无 ## 预期的行为和实际行为 **预期行为:** 渲染图片 **实际行为:** image 组件未被解析渲染 ## 复现步骤,具体代码 ``` ... const url = "https://plusart-test-1256401106.cos.ap-guangzhou.myqcloud.com/art_images/1657693005513_544a7a4e.png" ``` ##...

请更新一下 x5 的 jar 包,最新版本已经是 v4.3 了,当前库还是 v3.6 。

当设置以下属性时图片比较清晰。 `pixelRatio: 2, width: 375, height: 550` 当 height 变成 750 的时候,生成的图片就很模糊,要把 pixelRatio 设置的很大也不行。请问要怎么处理?

### Describe the bug 如下代码,`wkv h5` 和 `wkv not h5` 两条日志都会打印出来。 ```js // #ifdef H5 console.log('wkv h5') // #endif // #ifndef H5 console.log('wkv not h5') // #endif ``` 如下代码,运行报错 `Identifier...

您好,现在我这边有禁用滚动的需要,希望可以暴露出来 scrollY 属性。

The ${user} variable cannot be used on Windows, because the username is stored in process.env.USERNAME instead of process.env.USER on Windows