File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
331 . 复制项目根目录下的 ` 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
2022
2123备注: 同源仅支持 https
2224
23- ## 同源说明
25+ ## 同源说明
2426
2527https://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
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments