File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
1 . 复制项目根目录下的 ` ezuikit.js ` 和 ` ezuikit_static ` 到 当前目录的` html ` 下
4
4
5
- 2 . window 下启动当前目录下的` nginx.exe `
5
+ 2 . nginx 新增 ` application/wasm ` 支持,当前项目 ` conf/mine.types ` 中已更新
6
+
7
+ 3 . window 下启动当前目录下的` nginx.exe `
6
8
7
9
``` bash
8
10
20
22
21
23
备注: 同源仅支持 https
22
24
23
- ## 同源说明
25
+ ## 同源说明
24
26
25
27
https://open.ys7.com/help/1772?h=Cross-Origin-Embedder-Policy
26
28
@@ -30,4 +32,4 @@ https://open.ys7.com/help/1772?h=Cross-Origin-Embedder-Policy
30
32
[ Cross-Origin-Opener-Policy] ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy )
31
33
32
34
33
- 备注: 同源仅支持 https
35
+ 备注: 同源仅支持 https
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ types {
67
67
application/xhtml+xml xhtml;
68
68
application/xspf+xml xspf;
69
69
application/zip zip;
70
+ application/wasm wasm;
70
71
71
72
application/octet-stream bin exe dll;
72
73
application/octet-stream deb;
You can’t perform that action at this time.
0 commit comments