未验证 提交 3edd92f1 编写于 作者: Q qkqpttgf 提交者: GitHub

Update nexmoe2.html

上级 f5c7e1e2
......@@ -110,7 +110,9 @@
<a href="<!--PathArrayLink-->"><!--PathArrayName--></a>
<!--PathArrayEnd-->
<div class="mdui-toolbar-spacer"></div>
<!--ShowThumbnailsStart-->
<a href="javascript:thumb();" id="thumb" class="mdui-btn mdui-btn-icon" mdui-tooltip="{content: '切换显示'}"><i class="mdui-icon material-icons">format_list_bulleted</i></a>
<!--ShowThumbnailsEnd-->
</div>
</header>
......@@ -503,7 +505,7 @@ function downall() {
a.click() // 模拟点击
a.remove();
}
<!--ShowThumbnailsStart-->
function thumb(){
if($('#thumb i').text() == "apps"){
$('#thumb i').text("format_list_bulleted");
......@@ -526,8 +528,8 @@ function thumb(){
});
}
}
}
<!--ShowThumbnailsEnd-->
$(function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册