BarracksDataTwo/public/player/使用前必读.txt

6 lines
616 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1、demo_window_simple_playback.html、demo_window_simple_preview.html为简化版demo可在此基础上开发
2、demo_window_integration.html为包含了所有功能的demo可参照此demo来开发、验证功能、排查问题
3、demo_for_iframe.html、demo_embedded_for_iframe.html为iframe对接场景demo前者嵌入了后者。验证iframe对接需要运行webs.exe模拟WEB服务或将这两个文件放到WEB服务器中通过IP:PORT的方式访问如http:127.0.0.1:80/demo_for_iframe.html。
4、其它js文件为demo依赖文件
5、demo_with_QTWebserver目录中提供了新的本地web服务器当webs.exe在部分操作系统中不可用时可使用此目录下新的web服务器具体参考此目录中的使用前必读文件。