Boy♂Next♂Door

Results 10 issues of Boy♂Next♂Door

Error: 'VueComponent' is not exported by src\assets\images\icons\icon_search_orange.svg, imported by src\components\global\icon\iconManager.ts https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module

Uncaught SyntaxError: The requested module '/src/assets/images/icons/icon_nav_kol.svg?import' does not provide an export named 'VueComponent'

目前在小程序编译后单位默认还是 rem,是否可以判断不同的端分别编译成 rpx 或 rem

.test:: after { content: ''; /* 没有办法编译这个字段 */ }

在小程序中使用 _ 代替 / ,然后使用 postcss 生成时 tailwindcss 不会生成 class,如果在项目中使用 / 的时候就会生成带 _ 的 class,是否能实现在小程序中使用 _ 也能生成带 _ 的 class。包括用 d 代替 . 也是一样的情况

## 新功能描述 我希望能够在我的页面中能够知道有没有富文本视频进入全屏模式 ## 应用场景 由于我们需要在富文本中实现视频滚动自动播放的功能(类似商品详情页底部配置一大堆视频),这种目前在小程序只能通过滚动和监听方式去实现,然而因为视频会进入全屏模式,而小程序的视频全屏也会对页面滚动造成影响,我目前需要知道富文本的视频是否有 进入全屏的状态情况

### 相关平台 微信小程序 **小程序基础库: 3.4.0** **使用框架: React** ### 复现步骤 1. npm install @taro/cli -g 2. taro init project,使用 npm,使用 typescript,使用 gitree 模板,使用 taro-ui 模板 3. npm install 4. npm run...

V-3
F-react
T-weapp

**Describe the bug** 我用的是 taro 构建的微信小程序,在使用 timezong 插件方法时,微信开发工具出现大量的警告,加上大量的倒计时,导致微信开发工具崩溃,目前明确是 timezong 里面使用 newDate 里面的参数导致微信小程序的警告 **Expected behavior** 没有黄色警告 **Information** - Day.js Version [1.11.18] - OS: [windows] - Browser [微信开发工具] 目前我猜到的问题应该是 utc 插件和 timezone...

由于小程序使用 bind:touchmove 会使移动性能下降,导致在手机上面按住移动时不断移动, tooptip 移动显示会在一段时间变得非常卡顿,这是因为 ec-canvas.wxml 使用了 bind 绑定了 touchmove 事件,这边建议修改成 catch:touchmove 事件,性能会明显增加

taro 版本:3.6.34 taro-plugin-tailwind 版本:1.3.4 我在 sass 文件使用 @tailwind components; 时会直接被编译到小程序的 css 文件中,然后我就建了一个 main.css 文件 ```css /* main.css */ @tailwind base; @tailwind components; @tailwind utilities; ``` 这样项目能够编译,但是编译后的 app-origin.wxss 文件报错,原因是引入了 `@tailwind components`...