DaoBin Xu
DaoBin Xu
这个原点颜色是灰色
> 建议升级到2.x 请问有不升级的方案吗?
在要使用的页面加入usingComponents 可行 ```javascript // pages/home/index.config.ts export default { navigationBarTitleText: '首页', enableShareAppMessage: true, usingComponents: { // 主要是个 iconfont: `../../components/iconfont/${process.env.TARO_ENV}/${process.env.TARO_ENV}` } } 我的版本是 "taro": "3.4.10" "taro-iconfont-cli": "3.3.0", ```
可以使用递归加 promise 这样可以解决取消的问题
Temporarily implemented through events onLoadError and onDOMContentLoaded. These events are not mentioned in the document.

"hls.js": "^1.6.1", "vidstack": "^1.12.13", "vue": "3.4.21", "vite": "5.2.8", node: v20.14.0
vite.config.ts ` import path from 'node:path' import { execSync } from 'node:child_process' import dayjs from 'dayjs' import { defineConfig, loadEnv } from 'vite' import Uni from '@dcloudio/vite-plugin-uni' // @see https://uni-helper.js.org/vite-plugin-uni-pages...
I have resolved the issue and added this configuration to Vite. ` rollupOptions: { output: { manualChunks: (id) => { if (id.includes('vidstack')) { return 'vidstack' } if (id.includes('media-icons')) { return...
我也遇到了这个问题,好像只有在 web-ele里才会出现