Skip to content

Commit 1e9edc7

Browse files
committed
feat: update 8.2.0
1 parent 8985ec9 commit 1e9edc7

File tree

15 files changed

+692
-648
lines changed

15 files changed

+692
-648
lines changed

demos/with-electron/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## with-electron
2+
3+
### 资源
4+
5+
复制 `ezuikit_static``ezuikit.js` 复制到 `src` 目录下
6+
7+
## 运行
8+
9+
```bash
10+
## 安装依赖
11+
pnpm install
12+
13+
## 开发环境运行
14+
pnpm run dev
15+
16+
## 构建app
17+
pnpm run build
18+
```
19+
20+
## 麦克风权限
21+
22+
- macOS 要在 `Info.plist` 里加麦克风声明。
23+
- Electron 主进程可用 `setPermissionRequestHandler` 允许麦克风权限。
24+
- 渲染进程用 `getUserMedia` 获取权限。
25+
26+
https://developer.apple.com/documentation/bundleresources/requesting-authorization-for-media-capture-on-macos?language=objc

demos/with-electron/src/ezuikit.js

Lines changed: 72 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/with-electron/src/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/with-electron/src/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/with-electron/src/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

demos/with-electron/src/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

demos/with-electron/src/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)