From 6564593ef44090cca74582d7b32ac979c262b908 Mon Sep 17 00:00:00 2001 From: 艺术家 <10819716+q100102@user.noreply.gitee.com> Date: 星期六, 24 五月 2025 23:53:34 +0800 Subject: [PATCH] 优化 --- 项目代码/伸缩杆/client/index.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/index.html" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/index.html" index 8bf7cc4..c4c824c 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/index.html" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/index.html" @@ -23,6 +23,10 @@ </noscript> --> <div id="app"></div> <script type="module" src="/src/main.js"></script> + <script src="/webControl/jquery-1.12.4.min.js"></script> + <script src="/webControl/jsencrypt.min.js"></script> + <script src="/webControl/web-control_1.2.7.min.js"></script> + <script src="/webControl/webVideoCtrl.js" type="text/javascript"></script> </body> </html> <style> -- Gitblit v1.9.3