diff --git a/theme/renexmoe.html b/theme/renexmoe.html index 780a384..4effaf0 100644 --- a/theme/renexmoe.html +++ b/theme/renexmoe.html @@ -17,13 +17,11 @@ <!--Title--> - - - - - - - + + + + + @@ -120,6 +118,18 @@
+ +
  • + account_circle + 登录 +
  • + + +
  • + account_circle + 管理 +
  • +
  • brightness_4 深色模式 @@ -163,8 +173,7 @@
  • - -
    +
    @@ -227,8 +235,25 @@ -
    -
    +
    +
    +
    +
    +
    登录
    +
    +
    + lock + + +
    +
    +
    + + +
    +
    +
    +
    @@ -334,7 +359,7 @@
    -
    +
    @@ -392,7 +417,9 @@ document.getElementById('nextpageform').submit(); } +var $ = mdui.JQ; var $$ = mdui.JQ; +var jQuery = mdui.JQ; $$(function() { $$('.file .iframe').each(function() { $$(this).on('click', function() { @@ -426,10 +453,7 @@ $$(function() { }); }); window.TC=window.TC||{}; -jQuery(".file .audio").click(function(e){ - e.preventDefault(); - TC.preview_audio(this); -}); +$$(".file .audio").on('click',function(e){e.preventDefault();TC.preview_audio(this);}); TC.preview_audio = function(aud){ if(!TC.aplayer){ TC.aplayerList=[]; @@ -600,7 +624,16 @@ function darkmod_use(){ } else { mainbody.classList.add("mdui-theme-layout-dark");darkmod = 1; }}; -//$(document).pjax('a', '#pjax-main' , {fragment:'#pjax-main', timeout:8000}); +function login() { + $$("content").write("") +} +//var pjax = new Pjax({ +// selectors :[ +// "content" +// ], +// debug: true, +// timeout: 8000 +//})