OneManager 登錄頁面美化
說明
最近沉迷上了OneManager,可以綁定Onedrive/阿里云盤,就是后臺和登錄界面的樣式不大好看,有些簡陋,所以打算出一期OneManager登錄頁面的美化教程。
所用的圖標(biāo)是OneManager內(nèi)置renexmoe主題里面的。感謝renexmoe/MDUI。
來看看效果吧


是不是精致了許多呢,一勞永逸,來試試吧。
注意
修改前請先備份原文件,避免出現(xiàn)某些意外狀況,不承擔(dān)責(zé)任。
教程
修改OneManager安裝目錄下的common.php文件的1181~1194行(可能有偏差,根據(jù)自己情況)
<body>
<div>
......
</body>';
替換為
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/186526/renexmoe-cdn@v1.3/css/app.css"><meta name="theme-color" content="#fff" />
<body>
? ? <div class="mdui-col-md-6 mdui-col-offset-md-3">
? <br />
? <center>
? ? <div class="mdui-typo-title">
? ? ? ' . getconstStr('InputPassword') . '
? ? ? ' . $name . '
? ? </div>
? </center>
? <form action="" method="post" onsubmit="return sha1loginpass(this);">
? ? <div class="mdui-textfield mdui-textfield-floating-label">
? ? ? <i class="mdui-icon material-icons">https</i
? ? ? ><label class="mdui-textfield-label"></label
? ? ? ><input id="password1" name="password1" class="mdui-textfield-input" type="password" />
? ? </div>
? ? <br />
? ? <input name="timestamp" type="hidden"/>
? ? <button
? ? ? class="mdui-center mdui-btn mdui-btn-raised mdui-ripple mdui-color-theme"
? ? >
? ? ? <i class="mdui-icon material-icons">fingerprint</i> 登錄
? </button>
? </form>
</div>
</body>';
保存后就可以有全新的登錄頁面了!
如果輸入密碼后無法登錄或其它問題可以評論,我修改后測試正常。
第一次投專欄,如果撞車應(yīng)該是巧合。歡迎訪問個人博客 http://flyme.cf/