File tree Expand file tree Collapse file tree 4 files changed +17
-2862
lines changed Expand file tree Collapse file tree 4 files changed +17
-2862
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ assignees: ''
2727
2828如果适用,请添加屏幕截图以帮助解释您的问题。 (If applicable, add screenshots to help explain your problem.)
2929
30+ ** 前端框架和版本 (Front end framework and version):**
31+
32+ - Framework: [ e.g. iOS]
33+ - Build Tools [ e.g. vite]
34+ - Version [ e.g. 18]
35+ - Node Version [ e.g. 18.0.0]
36+
3037** PC 请填写以下信息 (please complete the following information):**
3138
3239- OS: [ e.g. iOS]
Original file line number Diff line number Diff line change 2626<iframe src =" ..." allow =" microphone;" ></iframe >
2727```
2828
29+ ## Chrome 超过16个摄像头不播放
30+
31+ Chrome 浏览器单页面 WebGL 上下文数量有限(一般为 16 个),超过后无法再创建新上下文。开发时应注意合理复用和管理,避免超过限制。
32+
33+
2934## vue3 响应式及 Proxy
3035
3136由于 vue3 响应式原理(Proxy),使用响应式存储实例可能导致 SDK 异常。请开发者使用 [ vue markRaw] ( https://cn.vuejs.org/api/reactivity-advanced#markraw ) 或 非响应式的变量进行存储实例
Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "ezuikit-js" : " 8.1.14" ,
13- "vue" : " ^3.2.41 "
13+ "vue" : " 3.4.37 "
1414 },
1515 "devDependencies" : {
16- "@vitejs/plugin-vue" : " ^3.2.0 " ,
16+ "@vitejs/plugin-vue" : " 5.1.2 " ,
1717 "terser" : " ^5.36.0" ,
18- "typescript" : " ^4.6.4 " ,
19- "vite" : " ^3.2 .0" ,
20- "vue-tsc" : " ^1 .0.9 "
18+ "typescript" : " ^5.3.3 " ,
19+ "vite" : " 5.4 .0" ,
20+ "vue-tsc" : " 2 .0.29 "
2121 }
2222}
You can’t perform that action at this time.
0 commit comments