Skip to content

Commit 7049a3b

Browse files
authored
Merge pull request #290 from Ezviz-OpenBiz/develop
demos: update
2 parents a2a0eb1 + ff95d37 commit 7049a3b

File tree

18 files changed

+114
-124
lines changed

18 files changed

+114
-124
lines changed

demos/nginx-demo/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
1. 复制项目根目录下的 `ezuikit.js``ezuikit_static`到 当前目录的`html`
44

5-
2. window 下启动当前目录下的`nginx.exe`
5+
2. nginx 新增 `application/wasm` 支持,当前项目 `conf/mine.types` 中已更新
6+
7+
3. window 下启动当前目录下的`nginx.exe`
68

79
```bash
810

@@ -20,7 +22,7 @@
2022

2123
备注: 同源仅支持 https
2224

23-
## 同源说明
25+
## 同源说明
2426

2527
https://open.ys7.com/help/1772?h=Cross-Origin-Embedder-Policy
2628

@@ -30,4 +32,4 @@ https://open.ys7.com/help/1772?h=Cross-Origin-Embedder-Policy
3032
[Cross-Origin-Opener-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy)
3133

3234

33-
备注: 同源仅支持 https
35+
备注: 同源仅支持 https

demos/nginx-demo/conf/mime.types

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ types {
6767
application/xhtml+xml xhtml;
6868
application/xspf+xml xspf;
6969
application/zip zip;
70+
application/wasm wasm;
7071

7172
application/octet-stream bin exe dll;
7273
application/octet-stream deb;

demos/nginx-demo/html/ezuikit.js

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

demos/nginx-demo/html/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js

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

demos/nginx-demo/html/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js

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

demos/nginx-demo/html/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.

demos/nginx-demo/html/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.

demos/nginx-demo/html/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.

0 commit comments

Comments
 (0)