Spaces:
Sleeping
Sleeping
fix: 修复header中的html标签笔误 (#972)
Browse files* Update header_title.html
typo
* 修复因修复typo导致的格式错误
太奇怪了,我怎么会犯这种错误
---------
Co-authored-by: Keldos <[email protected]>
web_assets/html/header_title.html
CHANGED
@@ -1,20 +1,11 @@
|
|
1 |
<div style="display:inline-flex;">
|
2 |
-
<
|
3 |
-
|
4 |
<svg viewBox="0 0 24 24" fill="currentColor">
|
5 |
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path>
|
6 |
</svg>
|
7 |
-
</
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
</buttom>
|
12 |
-
<div class="gb_Ec gb_Jc gb_p" aria-label="Close" role="button" tabindex="0"><svg viewBox="0 0 24 24">
|
13 |
-
<path
|
14 |
-
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z">
|
15 |
-
</path>
|
16 |
-
</svg></div> -->
|
17 |
-
<div style="margin-left: 6px;">
|
18 |
-
<div>{app_title}</div>
|
19 |
-
</div>
|
20 |
</div>
|
|
|
1 |
<div style="display:inline-flex;">
|
2 |
+
<button id="chuanhu-menu-btn" onclick='menuClick()' class="chuanhu-ui-btn hover-round-btn"
|
3 |
+
style="visibility: visible; width:42px; height:42px; margin-right:5px;">
|
4 |
<svg viewBox="0 0 24 24" fill="currentColor">
|
5 |
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path>
|
6 |
</svg>
|
7 |
+
</button>
|
8 |
+
</div>
|
9 |
+
<div style="margin-left: 6px;">
|
10 |
+
<div>{app_title}</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
</div>
|