11
11
</ head >
12
12
13
13
< body >
14
+ < div id ="header " style ="position: fixed; left: 0; top: 0; ">
15
+ < p style ="color: gray "> 请使用chrome浏览器</ p >
16
+ </ div >
14
17
< div id ="TreePlayground " @mousemove ='onTPMouseMove($event) ' @touchmove ='onTPMouseMove($event) '>
15
18
<!-- Top Toolbar -->
16
19
< div class ="top-toolbar ">
@@ -48,8 +51,8 @@ <h4>Scale: <label v-text="commonParams.treeScale + '%'"></h4>
48
51
< div class ="right-message "> {{ messages.right }}</ div >
49
52
<!-- Internal Tree Nodes -->
50
53
< binnode v-for ="(node, ind) in structInfo.nodes " :node ="node " :key ="'node' + ind "
51
- :class ="{'active-node': node.active, 'visited-node': node.visited} " @remove-below =" onRemoveBelow "
52
- @remove-one ="onRemoveOne " @intr-update ="onIntrUpdate ">
54
+ :class ="{'active-node': node.active, 'visited-node': node.visited, 'deprecated-node': node.deprecated} "
55
+ @remove-below =" onRemoveBelow " @remove- one ="onRemoveOne " @intr-update ="onIntrUpdate ">
53
56
</ binnode >
54
57
<!-- External Tree Nodes -->
55
58
< extr-binnode v-show ="showExtr " v-for ="(node, ind) in structInfo.extrNodes " :node ="node "
@@ -71,6 +74,7 @@ <h4>Scale: <label v-text="commonParams.treeScale + '%'"></h4>
71
74
< div id ="footer " style ="position: fixed; left: 0; bottom: 0; "> Copyright @ 2020 NitroMelon
72
75
< a href ="https://github.com/hwc0919/TreePlayground " target ="_blank "> Source Code</ a >
73
76
< a href ="https://github.com/hwc0919/TreePlayground/issues " target ="_blank "> Bug report</ a >
77
+ 喜欢的话< a href ="https://github.com/hwc0919/TreePlayground/stargazers " target ="_blank "> ⤤给个赞</ a > 哦
74
78
</ div >
75
79
< script src ="./bundle.js "> </ script >
76
80
</ body >
0 commit comments