Commit 1ff6ddf002fcd7dff5a2596f3ce61615409111b1
Merge branch 'sqy_dev' into 'main'
feat:添加layUi组件库和select.zTree组件和格式化format文件和修改右侧数据交互模块 See merge request huang/thingskit-drawio!5
Showing
1 changed file
with
13 additions
and
3 deletions
Too many changes to show.
To preserve performance only 1 of 7 files are displayed.
... | ... | @@ -20,6 +20,16 @@ |
20 | 20 | <script src="./plugins/DefHttp.js"></script> |
21 | 21 | <script src="./js/jquery/jquery-3.3.1.min.js"></script> |
22 | 22 | <script src="./js/jquery.easyui.min.js"></script> |
23 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/layui/2.6.8/css/layui.min.css" integrity="sha512-iQBJbsNHXUcgEIgWThd2dr8tOdKPvICwqjPEZYY81z3eMya44A5MiAqfWSCh+Ee1YzNYkdrI982Qhwgr8LEYOQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | |
24 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/layui/2.6.8/layui.min.js" integrity="sha512-EKrFvch3qTzLFQgjbcjpsRmF8T3UCtc9ojtMAu6dvvP+bV8qYUDOaQ84nwYCkSLT7lbqGoya/Kf+8fyCBE0vRg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | |
25 | + | |
26 | + <!-- 引入select.zTree及相关依赖 --> | |
27 | + <link rel="stylesheet" href="./styles/zTreeStyle.css" type="text/css"> | |
28 | + <link rel="stylesheet" href="./styles/jquery.select.zTree.v1.5.css" type="text/css"> | |
29 | + <script type="text/javascript" src="./js/jquery.ztree.core.min.js"></script> | |
30 | + <script type="text/javascript" src="./js/jquery.ztree.exhide.min.js"></script> | |
31 | + <script type="text/javascript" src="./js/jquery.select.zTree.v1.5.min.js"></script> | |
32 | + | |
23 | 33 | <script type="text/javascript"> |
24 | 34 | /** |
25 | 35 | * URL Parameters and protocol description are here: |
... | ... | @@ -363,10 +373,10 @@ |
363 | 373 | <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"> |
364 | 374 | <link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"> |
365 | 375 | <link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#d89000"> |
366 | - <link rel="stylesheet" type="text/css" href="styles/grapheditor.css"> | |
376 | + <link rel="stylesheet" type="text/css" href="styles/grapheditor.css"> | |
367 | 377 | <link rel="stylesheet" type="text/css" href="styles/easyui.css"> |
368 | - <link rel="preconnect" href="https://storage.googleapis.com"> | |
369 | - <link rel="canonical" href="https://app.diagrams.net"> | |
378 | + <link rel="preconnect" href="https://storage.googleapis.com"> | |
379 | + <link rel="canonical" href="https://app.diagrams.net"> | |
370 | 380 | <link rel="manifest" href="images/manifest.json"> |
371 | 381 | <link rel="shortcut icon" href="favicon.ico"> |
372 | 382 | <style type="text/css"> | ... | ... |