Skip to content

Commit 4bc23a5

Browse files
authored
Merge pull request #372 from Ezviz-OpenBiz/develop
update
2 parents 4f878d6 + 61e4628 commit 4bc23a5

File tree

4 files changed

+17
-2862
lines changed

4 files changed

+17
-2862
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
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) 或 非响应式的变量进行存储实例

demos/vue3-demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
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
}

0 commit comments

Comments
 (0)