Delete theme directory
							parent
							
								
									544035b07a
								
							
						
					
					
						commit
						de32475a1b
					
				| 
						 | 
				
			
			@ -1,577 +0,0 @@
 | 
			
		|||
<!DOCTYPE html>
 | 
			
		||||
<html lang="<!--constStr@language-->">
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
    <title><!--Title--></title>
 | 
			
		||||
    <link rel="shortcut icon" href="<!--base_path-->favicon.ico" type="image/x-icon">
 | 
			
		||||
    <!--https://p.sfx.ms/images/favicon.ico-->
 | 
			
		||||
    <style>
 | 
			
		||||
        /* 通用样式 */
 | 
			
		||||
        /* 用于消除默认自带样式 */
 | 
			
		||||
        html, body {
 | 
			
		||||
            width: 100%;
 | 
			
		||||
            height: 100%;
 | 
			
		||||
            margin: 0;
 | 
			
		||||
            padding: 0;
 | 
			
		||||
            color: #333;
 | 
			
		||||
            font-family: "Segoe UI", Tahoma, Arial, sans-serif;
 | 
			
		||||
            overflow: hidden;
 | 
			
		||||
        }
 | 
			
		||||
        a { 
 | 
			
		||||
            text-decoration: none;
 | 
			
		||||
        }
 | 
			
		||||
        ul { 
 | 
			
		||||
            list-style: none;
 | 
			
		||||
        }
 | 
			
		||||
        input[type="radio"] {
 | 
			
		||||
            margin: 0;
 | 
			
		||||
            outline: none;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /* 兼容样式 */
 | 
			
		||||
        body {
 | 
			
		||||
            -webkit-user-select:none;
 | 
			
		||||
            -moz-user-select:none;
 | 
			
		||||
            -ms-user-select:none;
 | 
			
		||||
            user-select:none;
 | 
			
		||||
        }
 | 
			
		||||
        select:-moz-focusring {
 | 
			
		||||
            color: transparent;
 | 
			
		||||
            text-shadow: 0 0 0 #000;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /* 自定义样式 */
 | 
			
		||||
        .container {
 | 
			
		||||
            margin-left: auto;
 | 
			
		||||
            margin-right: auto;
 | 
			
		||||
            max-width: 1100px;
 | 
			
		||||
        }
 | 
			
		||||
        .pull-left { 
 | 
			
		||||
            float: left; 
 | 
			
		||||
        }
 | 
			
		||||
        .pull-right { 
 | 
			
		||||
            float: right; 
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /* 字体外部引用 */
 | 
			
		||||
        @font-face {
 | 
			
		||||
            font-family: 'iconfont';  /* project id 1634400 */
 | 
			
		||||
            src: url('//at.alicdn.com/t/font_1634400_9yg8f5s278.eot');
 | 
			
		||||
            src: url('//at.alicdn.com/t/font_1634400_9yg8f5s278.eot?#iefix') format('embedded-opentype'),
 | 
			
		||||
            url('//at.alicdn.com/t/font_1634400_9yg8f5s278.woff2') format('woff2'),
 | 
			
		||||
            url('//at.alicdn.com/t/font_1634400_9yg8f5s278.woff') format('woff'),
 | 
			
		||||
            url('//at.alicdn.com/t/font_1634400_9yg8f5s278.ttf') format('truetype'),
 | 
			
		||||
            url('//at.alicdn.com/t/font_1634400_9yg8f5s278.svg#iconfont') format('svg');
 | 
			
		||||
        }
 | 
			
		||||
        .iconfont {
 | 
			
		||||
            font-family:"iconfont" !important;
 | 
			
		||||
            font-size:16px;font-style:normal;
 | 
			
		||||
            -webkit-font-smoothing: antialiased;
 | 
			
		||||
            -webkit-text-stroke-width: 0.2px;
 | 
			
		||||
            -moz-osx-font-smoothing: grayscale;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /* header */
 | 
			
		||||
        header {
 | 
			
		||||
            width: 100%;
 | 
			
		||||
            /*height: 88px;*/
 | 
			
		||||
            line-height: 48px;
 | 
			
		||||
            font-size: 16px;
 | 
			
		||||
            background-color: #0078D4;
 | 
			
		||||
        }
 | 
			
		||||
        header nav {
 | 
			
		||||
            margin: 0 auto;
 | 
			
		||||
            padding: 0 10px;
 | 
			
		||||
            height: 48px;
 | 
			
		||||
            color: #FFF;
 | 
			
		||||
            box-sizing: border-box;
 | 
			
		||||
        }
 | 
			
		||||
        header nav a {
 | 
			
		||||
            color: #FFF;
 | 
			
		||||
            font-weight: 600;
 | 
			
		||||
        }
 | 
			
		||||
        header nav .lang .language { outline: none; }
 | 
			
		||||
        header .control {
 | 
			
		||||
            height: 40px;
 | 
			
		||||
            line-height: 40px;
 | 
			
		||||
            background-color: #f4f4f4;
 | 
			
		||||
        }
 | 
			
		||||
        header .control .control-item {
 | 
			
		||||
            padding-left: 10px;
 | 
			
		||||
            padding-right: 10px;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /* main */
 | 
			
		||||
        main { 
 | 
			
		||||
            position: relative;
 | 
			
		||||
            height: 100%;
 | 
			
		||||
        }
 | 
			
		||||
        main .scroll {
 | 
			
		||||
            overflow-y: scroll;
 | 
			
		||||
            position: absolute;
 | 
			
		||||
            top: 0;
 | 
			
		||||
            right: 0;
 | 
			
		||||
            bottom: 0;
 | 
			
		||||
            left: 0;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list {
 | 
			
		||||
            padding-left: 32px;
 | 
			
		||||
            padding-right: 32px;
 | 
			
		||||
            height: 32px;
 | 
			
		||||
            line-height: 32px;
 | 
			
		||||
            font-size: 12px;
 | 
			
		||||
            box-sizing: border-box;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-title h1 {
 | 
			
		||||
            margin: 0;
 | 
			
		||||
            padding: 32px;
 | 
			
		||||
            font-size: 20px;
 | 
			
		||||
            font-weight: 100;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-items:hover { 
 | 
			
		||||
            background-color: #F4F4F4;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-items:hover .main-items-radio { 
 | 
			
		||||
            display: inline-block!important; 
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .inner-container {
 | 
			
		||||
            display: flex;
 | 
			
		||||
            justify-content: flex-start;
 | 
			
		||||
            width: 100%;
 | 
			
		||||
            height: 32px;
 | 
			
		||||
            border-bottom: 1px solid #FFF;
 | 
			
		||||
            box-sizing: border-box;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .inner-container > div {
 | 
			
		||||
            padding-left: 12px;
 | 
			
		||||
            padding-right: 8px;
 | 
			
		||||
            box-sizing: border-box;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-item-title { 
 | 
			
		||||
            border-bottom: 1px solid #EAEAEA;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-radio-box {
 | 
			
		||||
            width: 48px;
 | 
			
		||||
            height: 32px;
 | 
			
		||||
            line-height: 40px;
 | 
			
		||||
            text-align: center;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-radio-box .main-items-radio {
 | 
			
		||||
            display: none;
 | 
			
		||||
            width: 18px;
 | 
			
		||||
            height: 18px;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-radio-box .main-items-radio[currstatus=true] {
 | 
			
		||||
            display: block;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-icon {
 | 
			
		||||
            min-width: 38px;
 | 
			
		||||
            height: 32px;
 | 
			
		||||
            line-height: 32px;
 | 
			
		||||
            text-align: center;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-title .main-items-icon {
 | 
			
		||||
            height: 32px!important;
 | 
			
		||||
            line-height: 9px!important;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-title .main-items-icon:hover,
 | 
			
		||||
        main .main-item-list .main-items-displayName:hover,
 | 
			
		||||
        main .main-item-list .main-items-dateModified:hover,
 | 
			
		||||
        main .main-item-list .main-items-size:hover { 
 | 
			
		||||
            background-color: #EAEAEA; 
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-icon .iconfont {
 | 
			
		||||
            font-size: 20px;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-icon img {
 | 
			
		||||
            display: inline-block;
 | 
			
		||||
            width: 20px;
 | 
			
		||||
            height: 20px;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-items {
 | 
			
		||||
            display: flex;
 | 
			
		||||
            justify-content: flex-start;
 | 
			
		||||
            border-bottom: 1px solid #F4F4F4;
 | 
			
		||||
            box-sizing: border-box;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-displayName,
 | 
			
		||||
        main .main-item-list .main-items-fileName { 
 | 
			
		||||
            width: 520px;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-dateModified,
 | 
			
		||||
        main .main-item-list .main-items-dateTime { 
 | 
			
		||||
            width: 250px; 
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-size,
 | 
			
		||||
        main .main-item-list .main-items-fileSize { 
 | 
			
		||||
            width: 180px;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-radio-box,
 | 
			
		||||
        main .main-item-list .main-items-icon,
 | 
			
		||||
        main .main-item-list .main-items-fileName,
 | 
			
		||||
        main .main-item-list .main-items-dateTime,
 | 
			
		||||
        main .main-item-list .main-items-fileSize {
 | 
			
		||||
            padding: 11px 8px 11px 12px;
 | 
			
		||||
            height: 42px;
 | 
			
		||||
            line-height: 22px;
 | 
			
		||||
            font-family: "Microsoft Yahei UI", Verdana, Simsun, "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
 | 
			
		||||
            white-space: nowrap;
 | 
			
		||||
            text-overflow: ellipsis;
 | 
			
		||||
            box-sizing: border-box;
 | 
			
		||||
            /*overflow: hidden;*/
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-fileName a {
 | 
			
		||||
            color: inherit;
 | 
			
		||||
        }
 | 
			
		||||
        main .main-item-list .main-items-fileName a:hover {
 | 
			
		||||
            text-decoration: underline;
 | 
			
		||||
        }
 | 
			
		||||
        .more-disk{
 | 
			
		||||
            vertical-align: middle;
 | 
			
		||||
            overflow: hidden;
 | 
			
		||||
            text-overflow:ellipsis;
 | 
			
		||||
            white-space: nowrap;
 | 
			
		||||
            display: inline-block;
 | 
			
		||||
            max-width: 100px;
 | 
			
		||||
        }
 | 
			
		||||
        .more-disk div{
 | 
			
		||||
            list-style:none;
 | 
			
		||||
            position:absolute;
 | 
			
		||||
            display:none;background:#ffffff;border-radius:5px;margin:0 0 0 -10px;/*padding:0 7px;*/color:#205D67;z-index:1;
 | 
			
		||||
            box-shadow: 0 0.5em 3em rgba(161,177,204,.4);
 | 
			
		||||
        }
 | 
			
		||||
        .more-disk:hover div{display:block}
 | 
			
		||||
        .more-disk div li{line-height:normal;padding: 3px 10px;}
 | 
			
		||||
        .more-disk div li a{text-decoration: none; color:rgba(0,0,0,.3);}
 | 
			
		||||
        .more-disk div li a:hover{color:rgba(0,0,0,.87);}
 | 
			
		||||
        .more-disk div li a[now]{color:rgba(0,0,0,1);}
 | 
			
		||||
    </style>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
    <header>
 | 
			
		||||
        <nav class="container">
 | 
			
		||||
            <div class="title pull-left">
 | 
			
		||||
                <a href="<!--base_path-->"><!--Sitename--></a>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="pull-right"><!--
 | 
			
		||||
<!--LoginStart-->
 | 
			
		||||
                <a class="pull-left" onclick="/*login();*/"><!--constStr@Login--></a>
 | 
			
		||||
<!--LoginEnd-->
 | 
			
		||||
<!--AdminStart-->
 | 
			
		||||
                <a class="pull-left" onclick="logout();"><!--constStr@Logout--></a>
 | 
			
		||||
<!--AdminEnd-->
 | 
			
		||||
                 | -->
 | 
			
		||||
                <div class="pull-right lang">
 | 
			
		||||
                    <select name="language" id="language" class="language" onchange="changelanguage(this.options[this.options.selectedIndex].value)">
 | 
			
		||||
                        <option value="">Language</option>
 | 
			
		||||
<!--SelectLanguageStart-->
 | 
			
		||||
                        <option value="<!--SelectLanguageKey-->" <!--SelectLanguageSelected-->><!--SelectLanguageValue--></option>
 | 
			
		||||
<!--SelectLanguageEnd-->
 | 
			
		||||
                    </select>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </nav>
 | 
			
		||||
<!--AdminStart-->
 | 
			
		||||
        <div class="control">
 | 
			
		||||
            <div class="container">
 | 
			
		||||
                <div class="control-item">
 | 
			
		||||
                    <button class="control-items">
 | 
			
		||||
                        <i class="iconfont control-items-icon"></i>
 | 
			
		||||
                        <span class="control-items-content"><!--constStr@Create--></span>
 | 
			
		||||
                    </button>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
<!--AdminEnd-->
 | 
			
		||||
    </header>
 | 
			
		||||
    <main>
 | 
			
		||||
        <!--ListStart-->
 | 
			
		||||
        <div class="scroll">
 | 
			
		||||
            <div class="container">
 | 
			
		||||
                <div class="main-title">
 | 
			
		||||
                    <h1 class="main-title-path">
 | 
			
		||||
                        <a href="<!--base_path-->"><!--constStr@Home--></a>
 | 
			
		||||
<!--DiskPathArrayStart-->
 | 
			
		||||
                        >
 | 
			
		||||
                        <a href="<!--PathArrayLink-->"><!--PathArrayName--></a>
 | 
			
		||||
<!--DiskPathArrayEnd-->
 | 
			
		||||
                    </h1>
 | 
			
		||||
                </div>
 | 
			
		||||
<!--IsFileStart-->
 | 
			
		||||
                <div class="main-item-list">
 | 
			
		||||
                    <div class="main-items main-item-title">
 | 
			
		||||
                        <div class="inner-container">
 | 
			
		||||
                            <div>
 | 
			
		||||
                            <div style="margin: 24px">
 | 
			
		||||
                                <textarea id="url" title="url" rows="1" style="width: 100%; margin-top: 2px;" readonly><!--FileEncodeUrl--></textarea>
 | 
			
		||||
                                <a href="<!--FileEncodeUrl-->"><ion-icon name="download" style="line-height: 16px;vertical-align: middle;"></ion-icon> <!--constStr@Download--></a>
 | 
			
		||||
                            </div>
 | 
			
		||||
                            </div>
 | 
			
		||||
                            <div>
 | 
			
		||||
                                <!--IsimgFileStart-->
 | 
			
		||||
                                <img src="<!--FileDownUrl-->" alt="<!--FileName-->" onload="if (this.offsetWidth>document.getElementById('url').offsetWidth) this.style.width='100%';" />
 | 
			
		||||
                                <!--IsimgFileEnd-->
 | 
			
		||||
                                <!--IsvideoFileStart-->
 | 
			
		||||
                                <div id="video-a0"></div>
 | 
			
		||||
                                <!--IsvideoFileEnd-->
 | 
			
		||||
                            </div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
<!--IsFileEnd-->
 | 
			
		||||
<!--IsFolderStart-->
 | 
			
		||||
                <div class="main-item-list">
 | 
			
		||||
                    <div class="main-items main-item-title">
 | 
			
		||||
                        <div class="inner-container">
 | 
			
		||||
<!--AdminStart-->
 | 
			
		||||
                            <div class="main-items-radio-box">
 | 
			
		||||
                                <!-- <input class="main-items-radio main-items-check-all" type="radio" name="" id=""> -->
 | 
			
		||||
                            </div>
 | 
			
		||||
<!--AdminEnd-->
 | 
			
		||||
                            <div class="main-items-icon">
 | 
			
		||||
                                <i class="iconfont"></i>
 | 
			
		||||
                            </div>
 | 
			
		||||
                            <div class="main-items-displayName"><!--constStr@File--></div>
 | 
			
		||||
                            <div class="main-items-dateModified"><!--constStr@EditTime--></div>
 | 
			
		||||
                            <div class="main-items-size"><!--constStr@Size--></div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
<!--FolderListStart-->
 | 
			
		||||
                    <div class="main-items">
 | 
			
		||||
<!--AdminStart-->
 | 
			
		||||
                        <div class="main-items-radio-box">
 | 
			
		||||
                            <input class="main-items-radio" type="radio" checked name="file" id="">
 | 
			
		||||
                        </div>
 | 
			
		||||
<!--AdminEnd-->
 | 
			
		||||
                        <div class="main-items-icon">
 | 
			
		||||
                            <img src="https://spoprod-a.akamaihd.net/files/fabric/assets/item-types-fluent/20/folder.svg" alt="folder icon">
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="main-items-fileName">
 | 
			
		||||
                            <a href="<!--FileEncodeReplaceUrl-->/"><!--FileEncodeReplaceName--></a>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="main-items-dateTime" ><!--lastModifiedDateTime--></div>
 | 
			
		||||
                        <div class="main-items-fileSize" ><!--size--></div>
 | 
			
		||||
                    </div>
 | 
			
		||||
<!--FolderListEnd-->
 | 
			
		||||
<!--FileListStart-->
 | 
			
		||||
                    <div class="main-items">
 | 
			
		||||
<!--AdminStart-->
 | 
			
		||||
                        <div class="main-items-radio-box">
 | 
			
		||||
                            <input class="main-items-radio" type="radio" checked name="file" id="">
 | 
			
		||||
                        </div>
 | 
			
		||||
<!--AdminEnd-->
 | 
			
		||||
                        <div class="main-items-icon">
 | 
			
		||||
                            <i class="iconfont"></i>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="main-items-fileName">
 | 
			
		||||
                            <a href="<!--FileEncodeReplaceUrl-->?preview" target="_blank"><!--FileEncodeReplaceName--></a>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="main-items-dateTime" ><!--lastModifiedDateTime--></div>
 | 
			
		||||
                        <div class="main-items-fileSize" ><!--size--></div>
 | 
			
		||||
                    </div>
 | 
			
		||||
<!--FileListEnd-->
 | 
			
		||||
                </div>
 | 
			
		||||
<!--IsFolderEnd-->
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
<!--ListEnd-->
 | 
			
		||||
    </main>
 | 
			
		||||
    <footer>
 | 
			
		||||
        <!-- OneDrive程序 -->
 | 
			
		||||
    </footer>
 | 
			
		||||
    <div id="mask" class="mask" style="display:none;"></div>
 | 
			
		||||
<!--LoginStart-->
 | 
			
		||||
    <div id="login_div" class="operatediv" style="display:none">
 | 
			
		||||
        <div style="margin:50px">
 | 
			
		||||
            <a onclick="operatediv_close('login')" class="operatediv_close"><!--constStr@Close--></a>
 | 
			
		||||
	        <center>
 | 
			
		||||
	            <form action="<!--IsPreview?-->admin" method="post">
 | 
			
		||||
		        <input id="login_input" name="password1" type="password" placeholder="<!--constStr@InputPassword-->">
 | 
			
		||||
		        <input type="submit" value="<!--constStr@Login-->">
 | 
			
		||||
	            </form>
 | 
			
		||||
            </center>
 | 
			
		||||
        </div>
 | 
			
		||||
	</div>
 | 
			
		||||
<!--LoginEnd-->
 | 
			
		||||
    <script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
 | 
			
		||||
    <script>
 | 
			
		||||
<!--AdminStart-->
 | 
			
		||||
        window.onload = function () 
 | 
			
		||||
        {
 | 
			
		||||
            // 获取所有radios元素
 | 
			
		||||
            var allRadios = document.getElementsByClassName("main-items-radio");
 | 
			
		||||
            RegisterRadioClick(allRadios);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 为所有radio注册点击事件
 | 
			
		||||
        function RegisterRadioClick(radios) 
 | 
			
		||||
        {
 | 
			
		||||
            if (radios != null) 
 | 
			
		||||
            {
 | 
			
		||||
                var radio;
 | 
			
		||||
                for (var i = 0; i < radios.length ; i++) 
 | 
			
		||||
                {
 | 
			
		||||
                    // 获取单个radio元素
 | 
			
		||||
                    radio = radios[i];
 | 
			
		||||
                    // 为每个radio元素设置当前状态为:False
 | 
			
		||||
                    //radio.setAttribute("currStatus", "false");
 | 
			
		||||
                    // 页面刚加载后,取消因缓存的checked属性
 | 
			
		||||
                    radio.checked = false;
 | 
			
		||||
                    // 为页面中每个radio元素注册点击事件
 | 
			
		||||
                    radio.onclick = function()
 | 
			
		||||
                    {
 | 
			
		||||
                        // 获取当前点击对象的自定义属性
 | 
			
		||||
                        var currStatus = this.getAttribute("currStatus");
 | 
			
		||||
                        AllRadioCurrentStatus2False(radios);
 | 
			
		||||
                        if (currStatus === "true") 
 | 
			
		||||
                        {
 | 
			
		||||
                            AllRadioCurrentStatus2False(radios);
 | 
			
		||||
                            this.setAttribute("currStatus", false);
 | 
			
		||||
                            this.checked = false;
 | 
			
		||||
                        }
 | 
			
		||||
                        else 
 | 
			
		||||
                        {
 | 
			
		||||
                            this.setAttribute("currStatus", true);
 | 
			
		||||
                            this.checked = true;
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // 把页面里所有radio元素自定义属性变成为false
 | 
			
		||||
        // 不然会出现需要点击两次才会被选中
 | 
			
		||||
        function AllRadioCurrentStatus2False(radios)
 | 
			
		||||
        {
 | 
			
		||||
            for (var i = 0; i < radios.length; i++)
 | 
			
		||||
            {
 | 
			
		||||
                radios[i].setAttribute("currStatus", false);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
<!--AdminEnd-->
 | 
			
		||||
        function changelanguage(str)
 | 
			
		||||
    {
 | 
			
		||||
        if (str=='Language') str = '';
 | 
			
		||||
        document.cookie='language='+str+'; path=/';
 | 
			
		||||
        location.href = location.href;
 | 
			
		||||
    }
 | 
			
		||||
<!--ListStart-->
 | 
			
		||||
    /*var root = '<!--base_disk_path-->';
 | 
			
		||||
    function path_format(path) {
 | 
			
		||||
        path = '/' + path + '/';
 | 
			
		||||
        while (path.indexOf('//') !== -1) {
 | 
			
		||||
            path = path.replace('//', '/')
 | 
			
		||||
        }
 | 
			
		||||
        return path
 | 
			
		||||
    }
 | 
			
		||||
    document.querySelectorAll('.main-title-path').forEach(function (e) {
 | 
			
		||||
        var path = e.innerText;
 | 
			
		||||
        if (path.substr(path.length-1)=='/') path = path.substr(0, path.length-1);
 | 
			
		||||
        var paths = path.split('/');
 | 
			
		||||
        e.innerHTML = '<a href="' + root + '"><!--constStr@Home--></a> > ';
 | 
			
		||||
        if (paths <= 2) return;
 | 
			
		||||
        for (var i = 1; i < paths.length - 1; i++) {
 | 
			
		||||
            var to = path_format(root + paths.slice(0, i + 1).join('/'));
 | 
			
		||||
            e.innerHTML += '<a href="' + to + '">' + paths[i] + '</a> > '
 | 
			
		||||
        }
 | 
			
		||||
        e.innerHTML += paths[paths.length - 1];
 | 
			
		||||
        e.innerHTML = e.innerHTML.replace(/\s\/\s$/, '')
 | 
			
		||||
    });*/
 | 
			
		||||
<!--IsFileStart-->
 | 
			
		||||
    var $url = document.getElementById('url');
 | 
			
		||||
    if ($url) {
 | 
			
		||||
        //$url.innerHTML = location.protocol + '//' + location.host + $url.innerHTML;
 | 
			
		||||
        let url = location.href;
 | 
			
		||||
        url = url.substr(0, url.length-8);
 | 
			
		||||
        $url.innerHTML = url.replace(/&/g, '&amp;');
 | 
			
		||||
        $url.style.height = $url.scrollHeight + 'px';
 | 
			
		||||
    }
 | 
			
		||||
<!--IsvideoFileStart-->
 | 
			
		||||
    function loadResources(type, src, callback) {
 | 
			
		||||
        let script = document.createElement(type);
 | 
			
		||||
        let loaded = false;
 | 
			
		||||
        if (typeof callback === 'function') {
 | 
			
		||||
            script.onload = script.onreadystatechange = () => {
 | 
			
		||||
                if (!loaded && (!script.readyState || /loaded|complete/.test(script.readyState))) {
 | 
			
		||||
                    script.onload = script.onreadystatechange = null;
 | 
			
		||||
                    loaded = true;
 | 
			
		||||
                    callback();
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        if (type === 'link') {
 | 
			
		||||
            script.href = src;
 | 
			
		||||
            script.rel = 'stylesheet';
 | 
			
		||||
        } else {
 | 
			
		||||
            script.src = src;
 | 
			
		||||
        }
 | 
			
		||||
        document.getElementsByTagName('head')[0].appendChild(script);
 | 
			
		||||
    }
 | 
			
		||||
    function addVideos(videos) {
 | 
			
		||||
        let host = 'https://s0.pstatp.com/cdn/expire-1-M';
 | 
			
		||||
        let unloadedResourceCount = 4;
 | 
			
		||||
        let callback = (() => {
 | 
			
		||||
            return () => {
 | 
			
		||||
                if (!--unloadedResourceCount) {
 | 
			
		||||
                    createDplayers(videos);
 | 
			
		||||
                }
 | 
			
		||||
            };
 | 
			
		||||
        })(unloadedResourceCount, videos);
 | 
			
		||||
        loadResources(
 | 
			
		||||
            'link',
 | 
			
		||||
            host + '/dplayer/1.25.0/DPlayer.min.css',
 | 
			
		||||
            callback
 | 
			
		||||
        );
 | 
			
		||||
        loadResources(
 | 
			
		||||
            'script',
 | 
			
		||||
            host + '/dplayer/1.25.0/DPlayer.min.js',
 | 
			
		||||
            callback
 | 
			
		||||
        );
 | 
			
		||||
        loadResources(
 | 
			
		||||
            'script',
 | 
			
		||||
            host + '/hls.js/0.12.4/hls.light.min.js',
 | 
			
		||||
            callback
 | 
			
		||||
        );
 | 
			
		||||
        loadResources(
 | 
			
		||||
            'script',
 | 
			
		||||
            host + '/flv.js/1.5.0/flv.min.js',
 | 
			
		||||
            callback
 | 
			
		||||
        );
 | 
			
		||||
    }
 | 
			
		||||
    function createDplayers(videos) {
 | 
			
		||||
        for (i = 0; i < videos.length; i++) {
 | 
			
		||||
            console.log(videos[i]);
 | 
			
		||||
            new DPlayer({
 | 
			
		||||
                container: document.getElementById('video-a' + i),
 | 
			
		||||
                screenshot: true,
 | 
			
		||||
                video: {
 | 
			
		||||
                    url: videos[i]
 | 
			
		||||
                }
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    addVideos(['<!--FileDownUrl-->']);
 | 
			
		||||
<!--IsvideoFileEnd-->
 | 
			
		||||
<!--IsFileEnd-->
 | 
			
		||||
<!--ListEnd-->
 | 
			
		||||
<!--AdminStart-->
 | 
			
		||||
        function logout() {
 | 
			
		||||
            document.cookie = "admin=; path=/";
 | 
			
		||||
            location.href = location.href;
 | 
			
		||||
        }
 | 
			
		||||
<!--AdminEnd-->
 | 
			
		||||
<!--LoginStart-->
 | 
			
		||||
        function login() {
 | 
			
		||||
            document.getElementById('mask').style.display='';
 | 
			
		||||
                //document.getElementById('mask').style.width=document.documentElement.scrollWidth+'px';
 | 
			
		||||
            document.getElementById('mask').style.height=document.documentElement.scrollHeight<window.innerHeight?window.innerHeight:document.documentElement.scrollHeight+'px';
 | 
			
		||||
            document.getElementById('login_div').style.display='';
 | 
			
		||||
            document.getElementById('login_div').style.left=(document.body.clientWidth-document.getElementById('login_div').offsetWidth)/2 +'px';
 | 
			
		||||
            document.getElementById('login_div').style.top=(window.innerHeight-document.getElementById('login_div').offsetHeight)/2+document.body.scrollTop +'px';
 | 
			
		||||
            document.getElementById('login_input').focus();
 | 
			
		||||
        }
 | 
			
		||||
<!--LoginEnd-->
 | 
			
		||||
    </script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,27 +0,0 @@
 | 
			
		|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 | 
			
		||||
<html>
 | 
			
		||||
 <head>
 | 
			
		||||
  <title><!--Sitename--> /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
 | 
			
		||||
 </head>
 | 
			
		||||
 <body>
 | 
			
		||||
<h1><!--Sitename--> /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></h1>
 | 
			
		||||
  <table>
 | 
			
		||||
   <tr><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr>
 | 
			
		||||
   <tr><th colspan="4"><hr></th></tr>
 | 
			
		||||
<!--BackArrowStart-->
 | 
			
		||||
   <tr><td><a href="<!--BackArrowUrl-->">Parent Directory</a>       </td><td> </td><td align="right">  - </td><td> </td></tr>
 | 
			
		||||
<!--BackArrowEnd-->
 | 
			
		||||
<!--ListStart-->
 | 
			
		||||
<!--IsFolderStart-->
 | 
			
		||||
<!--FolderListStart-->
 | 
			
		||||
   <tr><td><a href="<!--FileEncodeReplaceUrl-->/"><!--FileEncodeReplaceName-->/</a></td><td align="right"><!--lastModifiedDateTime--></td><td align="right">  - </td><td> </td></tr>
 | 
			
		||||
<!--FolderListEnd-->
 | 
			
		||||
<!--FileListStart-->
 | 
			
		||||
   <tr><td><a href="<!--FileEncodeReplaceUrl-->"><!--FileEncodeReplaceName--></a></td><td align="right"><!--lastModifiedDateTime--></td><td align="right"><!--size--></td><td> </td></tr>
 | 
			
		||||
<!--FileListEnd-->
 | 
			
		||||
<!--IsFolderEnd-->
 | 
			
		||||
<!--ListEnd-->
 | 
			
		||||
   <tr><th colspan="4"><hr></th></tr>
 | 
			
		||||
  </table>
 | 
			
		||||
 </body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										1652
									
								
								theme/classic.html
								
								
								
								
							
							
						
						
									
										1652
									
								
								theme/classic.html
								
								
								
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1703
									
								
								theme/flatcard.html
								
								
								
								
							
							
						
						
									
										1703
									
								
								theme/flatcard.html
								
								
								
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
				
			
			@ -1,24 +0,0 @@
 | 
			
		|||
<html>
 | 
			
		||||
    <head>
 | 
			
		||||
        <title><!--Sitename--> - /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
 | 
			
		||||
    </head>
 | 
			
		||||
    <body>
 | 
			
		||||
        <H1><!--Sitename--> - /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></H1><hr>
 | 
			
		||||
        <table>
 | 
			
		||||
<!--BackArrowStart-->
 | 
			
		||||
            <tr><td colspan="3"><A HREF="<!--BackArrowUrl-->">[To Parent Directory]</A></td></tr>
 | 
			
		||||
<!--BackArrowEnd-->
 | 
			
		||||
<!--ListStart-->
 | 
			
		||||
<!--IsFolderStart-->
 | 
			
		||||
<!--FolderListStart-->
 | 
			
		||||
            <tr><td><!--lastModifiedDateTime--></td><td align="right" width="20%"><dir></td><td><A HREF="<!--FileEncodeReplaceUrl-->/"><!--FileEncodeReplaceName--></A></td></tr>
 | 
			
		||||
<!--FolderListEnd-->
 | 
			
		||||
<!--FileListStart-->
 | 
			
		||||
            <tr><td><!--lastModifiedDateTime--></td><td align="right" width="20%"><!--size--></td><td><A HREF="<!--FileEncodeReplaceUrl-->"><!--FileEncodeReplaceName--></A></td></tr>
 | 
			
		||||
<!--FileListEnd-->
 | 
			
		||||
<!--IsFolderEnd-->
 | 
			
		||||
<!--ListEnd-->
 | 
			
		||||
        </table>
 | 
			
		||||
        <hr>
 | 
			
		||||
    </body>
 | 
			
		||||
</html>
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
				
			
			@ -1,377 +0,0 @@
 | 
			
		|||
<!--IconValuesStart-->
 | 
			
		||||
{
 | 
			
		||||
    "music":"audiotrack",
 | 
			
		||||
    "video":"ondemand_video",
 | 
			
		||||
    "img":"image",
 | 
			
		||||
    "default":"insert_drive_file"
 | 
			
		||||
}
 | 
			
		||||
<!--IconValuesEnd-->
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="<!--constStr@language-->">
 | 
			
		||||
<head>
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"/>
 | 
			
		||||
	<title><!--Title--></title>
 | 
			
		||||
	<link rel="icon" href="<!--base_path-->favicon.ico" type="image/x-icon">
 | 
			
		||||
	<link rel="shortcut icon" href="<!--base_path-->favicon.ico" type="image/x-icon">
 | 
			
		||||
	<link rel="stylesheet" href="//cdnjs.loli.net/ajax/libs/mdui/0.4.1/css/mdui.css">
 | 
			
		||||
	<style>
 | 
			
		||||
        body{background-color:#f2f5fa;padding-bottom:60px;<!--BackgroundStart-->background-position:center bottom;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url("<!--BackgroundUrl-->");<!--BackgroundEnd-->}
 | 
			
		||||
        .nexmoe-item{margin:20px -8px 0!important;padding:15px!important;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 .5em 3em rgba(161,177,204,.4);box-shadow:0 .5em 3em rgba(161,177,204,.4);background-color:#fff}
 | 
			
		||||
        .mdui-img-fluid,.mdui-video-fluid{border-radius:5px;border:1px solid #eee}
 | 
			
		||||
        .mdui-list{padding:0}
 | 
			
		||||
        .mdui-list-item{margin:0!important;border-radius:5px;padding:0 10px 0 5px!important;border:1px solid #eee;margin-bottom:10px!important}
 | 
			
		||||
        .mdui-list-item:last-child{margin-bottom:0!important}
 | 
			
		||||
        .mdui-list-item:first-child{border:none}
 | 
			
		||||
        .mdui-toolbar{width:auto;margin-top:60px!important}
 | 
			
		||||
        .mdui-appbar .mdui-toolbar{height:56px;font-size:16px}
 | 
			
		||||
        .mdui-toolbar>*{padding:0 6px;margin:0 2px;}
 | 
			
		||||
        .mdui-toolbar>.mdui-typo-headline{padding:0 16px 0 0}
 | 
			
		||||
        .mdui-toolbar>i{padding:0}
 | 
			
		||||
        .mdui-toolbar>a{padding:0 16px;line-height:30px;border-radius:30px;border:1px solid #eee;opacity:.87}
 | 
			
		||||
        .mdui-toolbar>a:hover,a.mdui-typo-headline,a.active{opacity:1}
 | 
			
		||||
        .mdui-container{max-width:980px}
 | 
			
		||||
        .mdui-list>.th{background-color:initial}
 | 
			
		||||
        .mdui-list-item>a{width:100%;line-height:48px}
 | 
			
		||||
        .mdui-toolbar>a:last-child{opacity:1;background-color:#1e89f2;color:#ffff}
 | 
			
		||||
        .more-disk{display: inline-block;max-width: 100px;}
 | 
			
		||||
        .more-disk div{
 | 
			
		||||
            list-style:none;
 | 
			
		||||
            position:absolute;display:none;background:#ffffff;border-radius:5px;margin:0 0 0 -10px;/*padding:0 7px;*/color:#205D67;z-index:1;
 | 
			
		||||
            box-shadow: 0 0.5em 3em rgba(161,177,204,.4);
 | 
			
		||||
        }
 | 
			
		||||
        .more-disk:hover div{display:block}
 | 
			
		||||
        .more-disk div li{line-height:normal;padding: 3px 10px;}
 | 
			
		||||
        .more-disk div li a{text-decoration: none; color:rgba(0,0,0,.3);}
 | 
			
		||||
        .more-disk div li a:hover{color:rgba(0,0,0,.87);}
 | 
			
		||||
        .more-disk div li a[now]{color:rgba(0,0,0,1);}
 | 
			
		||||
        @media screen and (max-width:980px){
 | 
			
		||||
            .mdui-list-item .mdui-text-right{display:none}
 | 
			
		||||
            .mdui-container{width:100%!important;margin:0}
 | 
			
		||||
            /*.mdui-toolbar>*{display:none}*/
 | 
			
		||||
            .mdui-toolbar>a:last-child,.mdui-toolbar>.mdui-typo-headline,.mdui-toolbar>i:first-child{display:block}
 | 
			
		||||
        }
 | 
			
		||||
    </style>
 | 
			
		||||
    <!--customCss-->
 | 
			
		||||
	<script src="//cdnjs.loli.net/ajax/libs/mdui/0.4.1/js/mdui.min.js"></script>
 | 
			
		||||
</head>
 | 
			
		||||
<body class="mdui-theme-primary-blue-grey mdui-theme-accent-blue">
 | 
			
		||||
	<div class="mdui-container">
 | 
			
		||||
	    <div class="mdui-container-fluid">
 | 
			
		||||
            <div class="mdui-toolbar nexmoe-item" id="toolbar">
 | 
			
		||||
                <a href="<!--base_path-->"><!--Sitename--></a>
 | 
			
		||||
<!--MultiDiskAreaStart-->
 | 
			
		||||
                <i class="mdui-icon material-icons mdui-icon-dark" style="margin:0;">chevron_right</i>
 | 
			
		||||
                <div class="more-disk">
 | 
			
		||||
                    <span><!--DiskNameNow--></span>
 | 
			
		||||
                    <div>
 | 
			
		||||
<!--MultiDisksStart-->
 | 
			
		||||
                        <li><a href="<!--MultiDisksUrl-->" <!--MultiDisksNow-->><!--MultiDisksName--></a></li>
 | 
			
		||||
<!--MultiDisksEnd-->
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
<!--MultiDiskAreaEnd-->
 | 
			
		||||
<!--PathArrayStart-->
 | 
			
		||||
                <i class="mdui-icon material-icons mdui-icon-dark" style="margin:0;">chevron_right</i>
 | 
			
		||||
                <a href="<!--PathArrayLink-->"><!--PathArrayName--></a>
 | 
			
		||||
<!--PathArrayEnd-->
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
<!--ListStart-->
 | 
			
		||||
        <div class="mdui-container-fluid">
 | 
			
		||||
<!--EncryptedStart-->
 | 
			
		||||
            <div class="mdui-col-md-6 mdui-col-offset-md-3">
 | 
			
		||||
              <!--<center><h1 class="mdui-typo-display-2-opacity">这是一个受保护的文件夹,您需要提供访问密码才能查看。</h1></center>-->
 | 
			
		||||
              <form action="" method="post">
 | 
			
		||||
                  <div class="mdui-textfield mdui-textfield-floating-label">
 | 
			
		||||
                    <i class="mdui-icon material-icons">https</i>
 | 
			
		||||
                    <label class="mdui-textfield-label"><!--constStr@InputPassword--></label>
 | 
			
		||||
                    <input name="password1" class="mdui-textfield-input" type="password"/>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <br>
 | 
			
		||||
                  <button type="submit" class="mdui-center mdui-btn mdui-btn-raised mdui-ripple mdui-color-theme">
 | 
			
		||||
                      <i class="mdui-icon material-icons">fingerprint</i>
 | 
			
		||||
                      <!--constStr@Submit-->
 | 
			
		||||
                  </button>
 | 
			
		||||
              </form>
 | 
			
		||||
            </div>
 | 
			
		||||
<!--EncryptedEnd-->
 | 
			
		||||
<!--GuestUploadStart-->
 | 
			
		||||
<!--
 | 
			
		||||
            <div class="nexmoe-item" style="padding: 100px!important;">
 | 
			
		||||
                <div class="mdui-typo-display-3-opacity" style="text-align:center;">OneImages</div>
 | 
			
		||||
                <form action="" method="post" enctype="multipart/form-data">
 | 
			
		||||
                    <input class="mdui-center" type="file" style="margin: 50px 0;" name="file" />
 | 
			
		||||
                    <div class="mdui-row-xs-3">
 | 
			
		||||
                        <div class="mdui-col"></div>
 | 
			
		||||
                        <div class="mdui-col">
 | 
			
		||||
                            <button class="mdui-btn mdui-btn-block mdui-color-theme-accent mdui-ripple"><!--constStr@Upload--></button>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </form>
 | 
			
		||||
            </div>
 | 
			
		||||
-->
 | 
			
		||||
<!--GuestUploadEnd-->
 | 
			
		||||
<!--HeadomfStart-->
 | 
			
		||||
<div class="mdui-typo mdui-shadow-3" style="padding: 20px;margin: 20px 0">
 | 
			
		||||
<!--HeadomfContent-->
 | 
			
		||||
</div>
 | 
			
		||||
<!--HeadomfEnd-->
 | 
			
		||||
<!--HeadmdStart-->
 | 
			
		||||
<div class="mdui-typo mdui-shadow-3 markdown" style="padding: 20px;margin: 20px 0">
 | 
			
		||||
<!--HeadmdContent-->
 | 
			
		||||
</div>
 | 
			
		||||
<!--HeadmdEnd-->
 | 
			
		||||
<!--IsFileStart-->
 | 
			
		||||
<!--IsimgFileStart-->
 | 
			
		||||
            <div class="nexmoe-item">
 | 
			
		||||
                <img class="mdui-img-fluid mdui-center" src="<!--FileDownUrl-->"/>
 | 
			
		||||
            </div>
 | 
			
		||||
<!--IsimgFileEnd-->
 | 
			
		||||
<!--IstxtFileStart-->
 | 
			
		||||
            <div class="nexmoe-item">
 | 
			
		||||
                <pre id="editor" style="white-space: pre-wrap;"><!--TxtContent--></pre>
 | 
			
		||||
            </div>
 | 
			
		||||
<!--IstxtFileEnd-->
 | 
			
		||||
<!--IsmusicFileStart-->
 | 
			
		||||
            <div class="nexmoe-item">
 | 
			
		||||
                <audio class="mdui-center" src="<!--FileDownUrl-->" controls autoplay style="width: 100%;" ></audio>
 | 
			
		||||
            </div>
 | 
			
		||||
<!--IsmusicFileEnd-->
 | 
			
		||||
<!--IsofficeFileStart-->
 | 
			
		||||
            <div class="nexmoe-item">
 | 
			
		||||
                <iframe id="office-a" src="https://view.officeapps.live.com/op/view.aspx?src=<!--FileEncodeDownUrl-->" style="width: 100%;height: 800px" frameborder="0"></iframe>
 | 
			
		||||
            </div>
 | 
			
		||||
<!--IsofficeFileEnd-->
 | 
			
		||||
<!--IsvideoFileStart-->
 | 
			
		||||
            <link class="dplayer-css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/dplayer/dist/DPlayer.min.css">
 | 
			
		||||
            <script src="https://cdn.jsdelivr.net/npm/dplayer/dist/DPlayer.min.js"></script>
 | 
			
		||||
            <div class="nexmoe-item">
 | 
			
		||||
                <div class="mdui-center" id="dplayer"></div>
 | 
			
		||||
            </div>
 | 
			
		||||
            <script>
 | 
			
		||||
                const dp = new DPlayer({
 | 
			
		||||
                    container: document.getElementById('dplayer'),
 | 
			
		||||
                    lang:'zh-cn',
 | 
			
		||||
                    video: {
 | 
			
		||||
                        url: '<!--FileDownUrl-->',
 | 
			
		||||
                        type: 'auto'
 | 
			
		||||
                    }
 | 
			
		||||
                });
 | 
			
		||||
            </script>
 | 
			
		||||
<!--IsvideoFileEnd-->
 | 
			
		||||
<!--IsOtherFileStart-->
 | 
			
		||||
            <div class="nexmoe-item"><!--constStr@FileNotSupport--></div>
 | 
			
		||||
<!--IsOtherFileEnd-->
 | 
			
		||||
            <a href="<!--FileEncodeReplaceUrl-->" class="mdui-fab mdui-fab-fixed mdui-ripple mdui-color-theme-accent"><i class="mdui-icon material-icons">file_download</i></a>
 | 
			
		||||
<!--IsFileEnd-->
 | 
			
		||||
<!--IsFolderStart-->
 | 
			
		||||
    <style>
 | 
			
		||||
    .thumb .th{
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
    .thumb .mdui-text-right{
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
    .thumb .mdui-list-item a ,.thumb .mdui-list-item {
 | 
			
		||||
        width:217px;
 | 
			
		||||
        height: 230px;
 | 
			
		||||
        float: left;
 | 
			
		||||
        margin: 10px 10px !important;
 | 
			
		||||
    }
 | 
			
		||||
    .thumb .mdui-col-xs-12,.thumb .mdui-col-sm-7{
 | 
			
		||||
        width:100% !important;
 | 
			
		||||
        height:230px;
 | 
			
		||||
    }
 | 
			
		||||
    .thumb .mdui-list-item .mdui-icon{
 | 
			
		||||
        font-size:100px;
 | 
			
		||||
        display: block;
 | 
			
		||||
        margin-top: 40px;
 | 
			
		||||
        color: #7ab5ef;
 | 
			
		||||
    }
 | 
			
		||||
    .thumb .mdui-list-item span{
 | 
			
		||||
        float: left;
 | 
			
		||||
        display: block;
 | 
			
		||||
        text-align: center;
 | 
			
		||||
        width:100%;
 | 
			
		||||
        position: absolute;
 | 
			
		||||
        top: 180px;
 | 
			
		||||
    }
 | 
			
		||||
    </style>
 | 
			
		||||
    <div class="nexmoe-item">
 | 
			
		||||
 | 
			
		||||
    <div class="mdui-row">
 | 
			
		||||
        <ul class="mdui-list">
 | 
			
		||||
            <li class="mdui-list-item th">
 | 
			
		||||
              <div class="mdui-col-xs-12 mdui-col-sm-7"><!--constStr@File--> <i class="mdui-icon material-icons icon-sort" data-sort="name" data-order="downward">expand_more</i></div>
 | 
			
		||||
              <div class="mdui-col-sm-3 mdui-text-right"><!--constStr@EditTime--> <i class="mdui-icon material-icons icon-sort" data-sort="date" data-order="downward">expand_more</i></div>
 | 
			
		||||
              <div class="mdui-col-sm-2 mdui-text-right"><!--constStr@Size--> <i class="mdui-icon material-icons icon-sort" data-sort="size" data-order="downward">expand_more</i></div>
 | 
			
		||||
            </li>
 | 
			
		||||
<!--BackArrowStart-->
 | 
			
		||||
            <li class="mdui-list-item mdui-ripple">
 | 
			
		||||
                <a href="<!--BackArrowUrl-->">
 | 
			
		||||
                  <div class="mdui-col-xs-12 mdui-col-sm-7">
 | 
			
		||||
                    <i class="mdui-icon material-icons">arrow_upward</i>
 | 
			
		||||
                    ..
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="mdui-col-sm-3 mdui-text-right"></div>
 | 
			
		||||
                  <div class="mdui-col-sm-2 mdui-text-right"></div>
 | 
			
		||||
                  </a>
 | 
			
		||||
            </li>
 | 
			
		||||
<!--BackArrowEnd-->
 | 
			
		||||
 | 
			
		||||
<!--FolderListStart-->
 | 
			
		||||
            <li class="mdui-list-item mdui-ripple">
 | 
			
		||||
                <a href="<!--FileEncodeReplaceUrl-->/">
 | 
			
		||||
                  <div class="mdui-col-xs-12 mdui-col-sm-7 mdui-text-truncate">
 | 
			
		||||
                    <i class="mdui-icon material-icons">folder_open</i>
 | 
			
		||||
                    <span><!--FileEncodeReplaceName--></span>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="mdui-col-sm-3 mdui-text-right"><!--lastModifiedDateTime--></div>
 | 
			
		||||
                  <div class="mdui-col-sm-2 mdui-text-right"><!--size--></div>
 | 
			
		||||
                  </a>
 | 
			
		||||
            </li>
 | 
			
		||||
<!--FolderListEnd-->
 | 
			
		||||
<!--FileListStart-->
 | 
			
		||||
            <li class="mdui-list-item file mdui-ripple">
 | 
			
		||||
                <a href="<!--FileEncodeReplaceUrl-->?preview" target="_blank">
 | 
			
		||||
                  <div class="mdui-col-xs-12 mdui-col-sm-7 mdui-text-truncate">
 | 
			
		||||
                    <i class="mdui-icon material-icons"><!--IconValue--></i>
 | 
			
		||||
                    <span><!--FileEncodeReplaceName--></span>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="mdui-col-sm-3 mdui-text-right"><!--lastModifiedDateTime--></div>
 | 
			
		||||
                  <div class="mdui-col-sm-2 mdui-text-right"><!--size--></div>
 | 
			
		||||
                  </a>
 | 
			
		||||
            </li>
 | 
			
		||||
<!--FileListEnd-->
 | 
			
		||||
 | 
			
		||||
<!--MorePageStart-->
 | 
			
		||||
            <form action="" method="POST" id="nextpageform">
 | 
			
		||||
                <input type="hidden" id="pagenum" name="pagenum" value="">
 | 
			
		||||
                <li class="mdui-list-item th">
 | 
			
		||||
                    <div class="mdui-col-sm-6 mdui-left mdui-text-left">
 | 
			
		||||
<!--PrePageStart-->
 | 
			
		||||
                        <a onclick="nextpage(<!--PrePageNum-->);" class="mdui-btn mdui-btn-raised"><!--constStr@PrePage--></a>
 | 
			
		||||
<!--PrePageEnd-->
 | 
			
		||||
<!--NextPageStart-->
 | 
			
		||||
                        <a onclick="nextpage(<!--NextPageNum-->);" class="mdui-btn mdui-btn-raised"><!--constStr@NextPage--></a>
 | 
			
		||||
<!--NextPageEnd-->
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="mdui-col-sm-6 mdui-right mdui-text-right">
 | 
			
		||||
                        <div class="mdui-right mdui-text-right"><span class="mdui-chip-title">Page: <!--MorePageListStart--><!--MorePageListEnd--><!--MorePageListNowStart--><!--PageNum--><!--MorePageListNowEnd-->/<!--MaxPageNum--></span></div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </li>
 | 
			
		||||
            </form>
 | 
			
		||||
<!--MorePageEnd-->
 | 
			
		||||
        </ul>
 | 
			
		||||
    </div>
 | 
			
		||||
    </div>
 | 
			
		||||
<!--ReadmemdStart-->
 | 
			
		||||
    <div class="mdui-typo mdui-shadow-3 markdown" style="padding: 20px;margin: 20px 0">
 | 
			
		||||
<!--ReadmemdContent-->
 | 
			
		||||
    </div>
 | 
			
		||||
<!--ReadmemdEnd-->
 | 
			
		||||
<!--FootomfStart-->
 | 
			
		||||
<div class="mdui-typo mdui-shadow-3" style="padding: 20px;margin: 20px 0">
 | 
			
		||||
<!--FootomfContent-->
 | 
			
		||||
</div>
 | 
			
		||||
<!--FootomfEnd-->
 | 
			
		||||
    </div>
 | 
			
		||||
<!--ShowThumbnailsStart-->
 | 
			
		||||
    <a href="javascript:thumb();" class="mdui-fab mdui-fab-fixed mdui-ripple mdui-color-theme-accent"><i class="mdui-icon material-icons">format_list_bulleted</i></a>
 | 
			
		||||
<!--ShowThumbnailsEnd-->
 | 
			
		||||
<!--IsFolderEnd-->
 | 
			
		||||
<!--ListEnd-->
 | 
			
		||||
<!--MdRequireStart--><link rel="stylesheet" href="//unpkg.zhimg.com/github-markdown-css@3.0.1/github-markdown.css">
 | 
			
		||||
<script type="text/javascript" src="//unpkg.zhimg.com/marked@0.6.2/marked.min.js"></script><!--MdRequireEnd-->
 | 
			
		||||
    <script>
 | 
			
		||||
<!--MorePageStart-->
 | 
			
		||||
    function nextpage(num) {
 | 
			
		||||
        document.getElementById('pagenum').value=num;
 | 
			
		||||
        document.getElementById('nextpageform').submit();
 | 
			
		||||
    }
 | 
			
		||||
<!--MorePageEnd-->
 | 
			
		||||
    $ = mdui.JQ;
 | 
			
		||||
    $.fn.extend({
 | 
			
		||||
        sortElements: function (comparator, getSortable) {
 | 
			
		||||
            getSortable = getSortable || function () { return this; };
 | 
			
		||||
            var placements = this.map(function () {
 | 
			
		||||
                var sortElement = getSortable.call(this),
 | 
			
		||||
                    parentNode = sortElement.parentNode,
 | 
			
		||||
                    nextSibling = parentNode.insertBefore(
 | 
			
		||||
                        document.createTextNode(''),
 | 
			
		||||
                        sortElement.nextSibling
 | 
			
		||||
                    );
 | 
			
		||||
                return function () {
 | 
			
		||||
                    parentNode.insertBefore(this, nextSibling);
 | 
			
		||||
                    parentNode.removeChild(nextSibling);
 | 
			
		||||
                };
 | 
			
		||||
            });
 | 
			
		||||
            return [].sort.call(this, comparator).each(function (i) {
 | 
			
		||||
                placements[i].call(getSortable.call(this));
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    function downall() {
 | 
			
		||||
         let dl_link_list = Array.from(document.querySelectorAll("li a"))
 | 
			
		||||
             .map(x => x.href) // 所有list中的链接
 | 
			
		||||
             .filter(x => x.slice(-1) != "/"); // 筛选出非文件夹的文件下载链接
 | 
			
		||||
         let blob = new Blob([dl_link_list.join("\r\n")], {
 | 
			
		||||
             type: 'text/plain'
 | 
			
		||||
         }); // 构造Blog对象
 | 
			
		||||
         let a = document.createElement('a'); // 伪造一个a对象
 | 
			
		||||
         a.href = window.URL.createObjectURL(blob); // 构造href属性为Blob对象生成的链接
 | 
			
		||||
         a.download = "folder_download_link.txt"; // 文件名称,你可以根据你的需要构造
 | 
			
		||||
         a.click() // 模拟点击
 | 
			
		||||
         a.remove();
 | 
			
		||||
    }
 | 
			
		||||
<!--ShowThumbnailsStart-->
 | 
			
		||||
    function thumb(){
 | 
			
		||||
        if($('.mdui-fab i').text() == "apps"){
 | 
			
		||||
            $('.mdui-fab i').text("format_list_bulleted");
 | 
			
		||||
            $('.nexmoe-item').removeClass('thumb');
 | 
			
		||||
            $('.nexmoe-item .mdui-icon').show();
 | 
			
		||||
            $('.nexmoe-item .mdui-list-item').css("background","");
 | 
			
		||||
        }else{
 | 
			
		||||
            $('.mdui-fab i').text("apps");
 | 
			
		||||
            $('.nexmoe-item').addClass('thumb');
 | 
			
		||||
            $('.mdui-col-xs-12 i.mdui-icon').each(function(){
 | 
			
		||||
                if($(this).text() == "image"){
 | 
			
		||||
                    var thumbnails = $(this).parent().parent().attr('href');
 | 
			
		||||
                    thumbnails = thumbnails.substr(0, thumbnails.length-8)+'?thumbnails&location';
 | 
			
		||||
                    $(this).hide();
 | 
			
		||||
                    $(this).parent().parent().parent().css("background","url("+thumbnails+")  no-repeat center top");
 | 
			
		||||
                }
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
    }	
 | 
			
		||||
<!--ShowThumbnailsEnd-->
 | 
			
		||||
    $(function(){
 | 
			
		||||
        $('.file a').each(function(){
 | 
			
		||||
            $(this).on('click', function () {
 | 
			
		||||
                var form = $('<form target=_blank method=post></form>').attr('action', $(this).attr('href')).get(0);
 | 
			
		||||
                $(document.body).append(form);
 | 
			
		||||
                form.submit();
 | 
			
		||||
                $(form).remove();
 | 
			
		||||
                return false;
 | 
			
		||||
            });
 | 
			
		||||
        });
 | 
			
		||||
        $('.icon-sort').on('click', function () {
 | 
			
		||||
            let sort_type = $(this).attr("data-sort"), sort_order = $(this).attr("data-order");
 | 
			
		||||
            let sort_order_to = (sort_order === "less") ? "more" : "less";
 | 
			
		||||
            $('li[data-sort]').sortElements(function (a, b) {
 | 
			
		||||
                let data_a = $(a).attr("data-sort-" + sort_type), data_b = $(b).attr("data-sort-" + sort_type);
 | 
			
		||||
                let rt = data_a.localeCompare(data_b, undefined, {numeric: true});
 | 
			
		||||
                return (sort_order === "more") ? 0-rt : rt;
 | 
			
		||||
            });
 | 
			
		||||
            $(this).attr("data-order", sort_order_to).text("expand_" + sort_order_to);
 | 
			
		||||
        });
 | 
			
		||||
    });
 | 
			
		||||
    document.querySelectorAll('.markdown').forEach(function (e) {
 | 
			
		||||
        e.innerHTML = marked(e.innerHTML);
 | 
			
		||||
    });
 | 
			
		||||
    </script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,580 +0,0 @@
 | 
			
		|||
<!--IconValuesStart-->
 | 
			
		||||
{
 | 
			
		||||
    "music":"audiotrack",
 | 
			
		||||
    "video":"ondemand_video",
 | 
			
		||||
    "img":"image",
 | 
			
		||||
    "default":"insert_drive_file"
 | 
			
		||||
}
 | 
			
		||||
<!--IconValuesEnd-->
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="<!--constStr@language-->">
 | 
			
		||||
<head>
 | 
			
		||||
	<meta charset="utf-8">
 | 
			
		||||
	<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"/>
 | 
			
		||||
	<title><!--Title--></title>
 | 
			
		||||
	<link rel="stylesheet" href="//cdnjs.loli.net/ajax/libs/mdui/0.4.1/css/mdui.css">
 | 
			
		||||
	<script src="//cdnjs.loli.net/ajax/libs/mdui/0.4.1/js/mdui.min.js"></script>
 | 
			
		||||
	<script src="//cdn.bootcss.com/jquery/1.12.3/jquery.min.js"></script>	
 | 
			
		||||
	<script src="//cdn.staticfile.org/layer/2.3/layer.js"></script>
 | 
			
		||||
	<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css">
 | 
			
		||||
	<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">
 | 
			
		||||
	<link rel="icon" href="<!--base_path-->favicon.ico" type="image/x-icon">
 | 
			
		||||
    <link rel="shortcut icon" href="<!--base_path-->favicon.ico" type="image/x-icon">
 | 
			
		||||
 | 
			
		||||
	 <style>
 | 
			
		||||
		body{<!--BackgroundStart-->background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:url("<!--BackgroundUrl-->");<!--BackgroundEnd-->}
 | 
			
		||||
		.mdui-appbar .mdui-toolbar{
 | 
			
		||||
			height:64px;
 | 
			
		||||
			font-size: 15px;
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-toolbar>*{
 | 
			
		||||
			padding: 0 6px;
 | 
			
		||||
			margin: 0 2px;
 | 
			
		||||
			opacity:0.5;
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-toolbar>.mdui-typo-headline{
 | 
			
		||||
			padding: 0 1px 0 0;
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-toolbar>i{
 | 
			
		||||
			padding: 0;
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-toolbar>a:hover,a.mdui-typo-headline,a.active{
 | 
			
		||||
			opacity:1;
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-container{
 | 
			
		||||
			max-width:950px;
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-list-item{
 | 
			
		||||
			-webkit-transition:none;
 | 
			
		||||
			transition:none;
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-list>.th{
 | 
			
		||||
			background-color:initial;
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-list-item>a{
 | 
			
		||||
			width:100%;
 | 
			
		||||
			line-height: 48px
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-list-item{
 | 
			
		||||
			margin: 2px 0px;
 | 
			
		||||
			padding:0;
 | 
			
		||||
		}
 | 
			
		||||
		.mdui-toolbar>a:last-child{
 | 
			
		||||
			opacity:1;
 | 
			
		||||
		}
 | 
			
		||||
		#instantclick-bar {
 | 
			
		||||
        		background: white;
 | 
			
		||||
        	}
 | 
			
		||||
		.mdui-video-fluid {
 | 
			
		||||
            height: -webkit-fill-available;
 | 
			
		||||
		}
 | 
			
		||||
		.dplayer-video-wrap .dplayer-video {
 | 
			
		||||
			height: -webkit-fill-available !important;
 | 
			
		||||
		}
 | 
			
		||||
		.gslide iframe, .gslide video {
 | 
			
		||||
            height: -webkit-fill-available;
 | 
			
		||||
		}
 | 
			
		||||
		@media screen and (max-width:950px)	{		
 | 
			
		||||
			.mdui-list-item .mdui-text-right{
 | 
			
		||||
				display: none;
 | 
			
		||||
			}
 | 
			
		||||
			.mdui-container{
 | 
			
		||||
				width:100% !important;
 | 
			
		||||
				margin:0px;
 | 
			
		||||
			}
 | 
			
		||||
			.mdui-toolbar>*{				
 | 
			
		||||
				display: none;
 | 
			
		||||
			}
 | 
			
		||||
			.mdui-toolbar>a:last-child,.mdui-toolbar>a:nth-last-of-type(2),.mdui-toolbar>.mdui-typo-headline,.mdui-toolbar>i:first-child,.mdui-toolbar-spacer{
 | 
			
		||||
				display: block;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		.spec-col{padding:.9em;display:flex;align-items:center;white-space:nowrap;flex:1 50%;min-width:225px}
 | 
			
		||||
		.spec-type{font-size:1.35em}
 | 
			
		||||
		.spec-value{font-size:1.25em}
 | 
			
		||||
		.spec-text{float:left}
 | 
			
		||||
		.device-section{padding-top:30px}
 | 
			
		||||
		.spec-device-img{height:auto;height:340px;padding-bottom:30px}
 | 
			
		||||
		#dl-header{margin:0}
 | 
			
		||||
		#dl-section{padding-top:10px}
 | 
			
		||||
		#dl-latest{position:relative;top:50%;transform:translateY(-50%)}
 | 
			
		||||
	</style>
 | 
			
		||||
</head>
 | 
			
		||||
<body class=" mdui-appbar-with-toolbar mdui-theme-primary-indigo mdui-theme-accent-pink">
 | 
			
		||||
	<header class="mdui-appbar mdui-appbar-fixed mdui-color-theme mdui-appbar-inset">	
 | 
			
		||||
        <div class="mdui-toolbar mdui-color-theme">
 | 
			
		||||
            <span class="mdui-btn  mdui-typo-headline mdui-btn-icon mdui-ripple mdui-ripple-white" mdui-drawer="{target: '#main-drawer', swipe: true}" mdui-tooltip="{content: '菜单'}"><i class="mdui-icon material-icons">menu</i></span>
 | 
			
		||||
            <a href="<!--base_path-->" class="mdui-typo-headline"><!--Sitename--></a>
 | 
			
		||||
<!--PathArrayStart-->
 | 
			
		||||
                <i class="mdui-icon material-icons mdui-icon-dark" style="margin:0;">chevron_right</i>
 | 
			
		||||
                <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>
 | 
			
		||||
 | 
			
		||||
<div class="mdui-drawer mdui-drawer-close mdui-color-indigo-50" id="main-drawer">
 | 
			
		||||
	<div class="mdui-grid-tile">
 | 
			
		||||
		<!--<a><img src="//image.suning.cn/uimg/ZR/share_order/158562104413864293.jpg"/></a>-->
 | 
			
		||||
		<div class="mdui-grid-tile-actions mdui-grid-tile-actions-gradient">
 | 
			
		||||
			<div class="mdui-grid-tile-text">
 | 
			
		||||
				<div class="mdui-grid-tile-title"><!--Title--></div>
 | 
			
		||||
				<div class="mdui-grid-tile-subtitle">OneManager</div>
 | 
			
		||||
            </div>
 | 
			
		||||
   		 </div>
 | 
			
		||||
	</div>   
 | 
			
		||||
	<div class="mdui-list" mdui-collapse="{accordion: true}">
 | 
			
		||||
		<a href="<!--base_path-->" class="mdui-list-item mdui-ripple">
 | 
			
		||||
			<i class="mdui-list-item-icon mdui-icon material-icons">home</i>
 | 
			
		||||
			<div class="mdui-list-item-content"><!--constStr@Home--></div>
 | 
			
		||||
        </a>
 | 
			
		||||
<!--MultiDiskAreaStart-->
 | 
			
		||||
<!--MultiDisksStart-->
 | 
			
		||||
        <a href="<!--MultiDisksUrl-->" class="mdui-list-item mdui-ripple" <!--MultiDisksNow-->>
 | 
			
		||||
			<i class="mdui-list-item-icon mdui-icon material-icons">cloud</i>
 | 
			
		||||
			<div class="mdui-list-item-content"><!--MultiDisksName--></div>
 | 
			
		||||
        </a>
 | 
			
		||||
<!--MultiDisksEnd-->
 | 
			
		||||
<!--MultiDiskAreaEnd-->
 | 
			
		||||
        <a href="https://github.com/qkqpttgf/OneManager-php" class="mdui-list-item mdui-ripple">
 | 
			
		||||
            <i class="mdui-list-item-icon mdui-icon material-icons">code</i>
 | 
			
		||||
            <div class="mdui-list-item-content">Github</div>
 | 
			
		||||
        </a>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<!--ListStart-->
 | 
			
		||||
 | 
			
		||||
<!--EncryptedStart-->
 | 
			
		||||
<div class="mdui-col-md-6 mdui-col-offset-md-3">
 | 
			
		||||
    <!--<center><h1 class="mdui-typo-display-2-opacity">这是一个受保护的文件夹,您需要提供访问密码才能查看。</h1></center>-->
 | 
			
		||||
    <form action="" method="post">
 | 
			
		||||
        <div class="mdui-textfield mdui-textfield-floating-label">
 | 
			
		||||
          <i class="mdui-icon material-icons">https</i>
 | 
			
		||||
          <label class="mdui-textfield-label"><!--constStr@InputPassword--></label>
 | 
			
		||||
          <input name="password1" class="mdui-textfield-input" type="password"/>
 | 
			
		||||
        </div>
 | 
			
		||||
        <br>
 | 
			
		||||
        <button type="submit" class="mdui-center mdui-btn mdui-btn-raised mdui-ripple mdui-color-theme">
 | 
			
		||||
            <i class="mdui-icon material-icons">fingerprint</i>
 | 
			
		||||
            <!--constStr@Submit-->
 | 
			
		||||
        </button>
 | 
			
		||||
    </form>
 | 
			
		||||
  </div>
 | 
			
		||||
<!--EncryptedEnd-->
 | 
			
		||||
<!--GuestUploadStart-->
 | 
			
		||||
<!--
 | 
			
		||||
            <div class="nexmoe-item" style="padding: 100px!important;">
 | 
			
		||||
                <div class="mdui-typo-display-3-opacity" style="text-align:center;">OneImages</div>
 | 
			
		||||
                <form action="" method="post" enctype="multipart/form-data">
 | 
			
		||||
                    <input class="mdui-center" type="file" style="margin: 50px 0;" name="file" />
 | 
			
		||||
                    <div class="mdui-row-xs-3">
 | 
			
		||||
                        <div class="mdui-col"></div>
 | 
			
		||||
                        <div class="mdui-col">
 | 
			
		||||
                            <button class="mdui-btn mdui-btn-block mdui-color-theme-accent mdui-ripple"><!--constStr@Upload--></button>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </form>
 | 
			
		||||
            </div>
 | 
			
		||||
-->
 | 
			
		||||
<!--GuestUploadEnd-->
 | 
			
		||||
 | 
			
		||||
<!--IsFileStart-->
 | 
			
		||||
<div class="mdui-container-fluid">
 | 
			
		||||
<!--IsimgFileStart-->
 | 
			
		||||
<div class="nexmoe-item">
 | 
			
		||||
    <img class="mdui-img-fluid mdui-center" src="<!--FileDownUrl-->"/>
 | 
			
		||||
</div>
 | 
			
		||||
<!--IsimgFileEnd-->
 | 
			
		||||
<!--IstxtFileStart-->
 | 
			
		||||
<div class="nexmoe-item">
 | 
			
		||||
    <pre id="editor" style="white-space: pre-wrap;"><!--TxtContent--></pre>
 | 
			
		||||
</div>
 | 
			
		||||
<!--IstxtFileEnd-->
 | 
			
		||||
<!--IsmusicFileStart-->
 | 
			
		||||
<div class="nexmoe-item">
 | 
			
		||||
    <audio class="mdui-center" src="<!--FileDownUrl-->" controls autoplay style="width: 100%;" ></audio>
 | 
			
		||||
</div>
 | 
			
		||||
<!--IsmusicFileEnd-->
 | 
			
		||||
<!--IsofficeFileStart-->
 | 
			
		||||
<div class="nexmoe-item">
 | 
			
		||||
    <iframe id="office-a" src="https://view.officeapps.live.com/op/view.aspx?src=<!--FileEncodeDownUrl-->" style="width: 100%;height: 800px" frameborder="0"></iframe>
 | 
			
		||||
</div>
 | 
			
		||||
<!--IsofficeFileEnd-->
 | 
			
		||||
<!--IsvideoFileStart-->
 | 
			
		||||
<link class="dplayer-css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/dplayer/dist/DPlayer.min.css">
 | 
			
		||||
<script src="https://cdn.jsdelivr.net/npm/dplayer/dist/DPlayer.min.js"></script>
 | 
			
		||||
<div class="nexmoe-item">
 | 
			
		||||
    <div class="mdui-center" id="dplayer"></div>
 | 
			
		||||
</div>
 | 
			
		||||
<script>
 | 
			
		||||
    const dp = new DPlayer({
 | 
			
		||||
        container: document.getElementById('dplayer'),
 | 
			
		||||
        lang:'zh-cn',
 | 
			
		||||
        video: {
 | 
			
		||||
            url: '<!--FileDownUrl-->',
 | 
			
		||||
            type: 'auto'
 | 
			
		||||
        }
 | 
			
		||||
    });
 | 
			
		||||
</script>
 | 
			
		||||
<!--IsvideoFileEnd-->
 | 
			
		||||
<!--IsOtherFileStart-->
 | 
			
		||||
<div class="nexmoe-item"><!--constStr@FileNotSupport--></div>
 | 
			
		||||
<!--IsOtherFileEnd-->
 | 
			
		||||
</div>
 | 
			
		||||
<a href="<!--FileEncodeReplaceUrl-->" class="mdui-fab mdui-fab-fixed mdui-ripple mdui-color-theme-accent"><i class="mdui-icon material-icons">file_download</i></a>
 | 
			
		||||
 | 
			
		||||
<!--IsFileEnd-->
 | 
			
		||||
 | 
			
		||||
<!--IsFolderStart-->
 | 
			
		||||
<div class="mdui-container">
 | 
			
		||||
	<div class="mdui-container-fluid"></div>
 | 
			
		||||
    <div class="mdui-container-fluid">
 | 
			
		||||
<!--HeadomfStart-->
 | 
			
		||||
<div class="mdui-typo mdui-shadow-3" style="padding: 20px;margin: 20px 0">
 | 
			
		||||
    <!--HeadomfContent-->
 | 
			
		||||
</div>
 | 
			
		||||
<!--HeadomfEnd-->
 | 
			
		||||
<!--HeadmdStart-->
 | 
			
		||||
<div class="mdui-typo mdui-shadow-3 markdown" style="padding: 20px;margin: 20px 0">
 | 
			
		||||
<!--HeadmdContent-->
 | 
			
		||||
</div>
 | 
			
		||||
<!--HeadmdEnd-->
 | 
			
		||||
        <style>
 | 
			
		||||
            .thumb .th{
 | 
			
		||||
                display: none;
 | 
			
		||||
            }
 | 
			
		||||
            .thumb .mdui-text-right{
 | 
			
		||||
                display: none;
 | 
			
		||||
            }
 | 
			
		||||
            .thumb .mdui-list-item a ,.thumb .mdui-list-item {
 | 
			
		||||
                width:213px;
 | 
			
		||||
                height: 230px;
 | 
			
		||||
                float: left;
 | 
			
		||||
                margin: 10px 10px !important;
 | 
			
		||||
            }
 | 
			
		||||
            
 | 
			
		||||
            .thumb .mdui-col-xs-12,.thumb .mdui-col-sm-7{
 | 
			
		||||
                width:100% !important;
 | 
			
		||||
                height:230px;
 | 
			
		||||
            }
 | 
			
		||||
            
 | 
			
		||||
            .thumb .mdui-list-item .mdui-icon{
 | 
			
		||||
                font-size:100px;
 | 
			
		||||
                display: block;
 | 
			
		||||
                margin-top: 40px;
 | 
			
		||||
                color: #7ab5ef;
 | 
			
		||||
            }
 | 
			
		||||
            .thumb .mdui-list-item span{
 | 
			
		||||
                float: left;
 | 
			
		||||
                display: block;
 | 
			
		||||
                text-align: center;
 | 
			
		||||
                width:100%;
 | 
			
		||||
                position: absolute;
 | 
			
		||||
                top: 180px;
 | 
			
		||||
            }
 | 
			
		||||
            .thumb .forcedownload {
 | 
			
		||||
                display: none;
 | 
			
		||||
            }
 | 
			
		||||
            </style>
 | 
			
		||||
 | 
			
		||||
            <div class="nexmoe-item">
 | 
			
		||||
                <div class="mdui-row">
 | 
			
		||||
                    <ul class="mdui-list">
 | 
			
		||||
                        <li class="mdui-list-item th" style="padding-right:36px;">
 | 
			
		||||
                            <div class="mdui-col-xs-12 mdui-col-sm-7"><!--constStr@File--> <i class="mdui-icon material-icons icon-sort" data-sort="name" data-order="downward">expand_more</i></div>
 | 
			
		||||
                            <div class="mdui-col-sm-3 mdui-text-right"><!--constStr@EditTime--> <i class="mdui-icon material-icons icon-sort" data-sort="date" data-order="downward">expand_more</i></div>
 | 
			
		||||
                            <div class="mdui-col-sm-2 mdui-text-right"><!--constStr@Size--> <i class="mdui-icon material-icons icon-sort" data-sort="size" data-order="downward">expand_more</i></div>
 | 
			
		||||
                        </li>
 | 
			
		||||
<!--BackArrowStart-->
 | 
			
		||||
		<li class="mdui-list-item mdui-ripple">
 | 
			
		||||
			<a href="<!--BackArrowUrl-->">
 | 
			
		||||
			  <div class="mdui-col-xs-12 mdui-col-sm-7">
 | 
			
		||||
				<i class="mdui-icon material-icons">arrow_upward</i>
 | 
			
		||||
		    	..
 | 
			
		||||
			  </div>
 | 
			
		||||
			  <div class="mdui-col-sm-3 mdui-text-right"></div>
 | 
			
		||||
			  <div class="mdui-col-sm-2 mdui-text-right"></div>
 | 
			
		||||
		  	</a>
 | 
			
		||||
		</li>
 | 
			
		||||
<!--BackArrowEnd-->
 | 
			
		||||
		
 | 
			
		||||
<!--FolderListStart-->
 | 
			
		||||
		<li class="mdui-list-item mdui-ripple" data-sort data-sort-name="<!--FileEncodeReplaceName-->" data-sort-date="<!--lastModifiedDateTime-->" data-sort-size="<!--size-->" style="padding-right:36px;">
 | 
			
		||||
			<a href="<!--FileEncodeReplaceUrl-->/">
 | 
			
		||||
			  <div class="mdui-col-xs-12 mdui-col-sm-7 mdui-text-truncate">
 | 
			
		||||
				<i class="mdui-icon material-icons">folder_open</i>
 | 
			
		||||
		    	<span><!--FileEncodeReplaceName--></span>
 | 
			
		||||
			  </div>
 | 
			
		||||
			  <div class="mdui-col-sm-3 mdui-text-right"><!--lastModifiedDateTime--></div>
 | 
			
		||||
			  <div class="mdui-col-sm-2 mdui-text-right"><!--size--></div>
 | 
			
		||||
		  	</a>
 | 
			
		||||
		</li>
 | 
			
		||||
<!--FolderListEnd-->
 | 
			
		||||
<!--FileListStart-->
 | 
			
		||||
		<li class="mdui-list-item file mdui-ripple" data-sort data-sort-name="<!--FileEncodeReplaceName-->" data-sort-date="<!--lastModifiedDateTime-->" data-sort-size="<!--size-->" data-readypreview="<!--FileExt-->">
 | 
			
		||||
			<a class="<!--FileExtType-->" data-name="<!--FileEncodeReplaceName-->" href="<!--FileEncodeReplaceUrl-->?preview" target="_blank">
 | 
			
		||||
              <!--<?php if(isImage($item['name']) and $_COOKIE["image_mode"] == "1"):?>
 | 
			
		||||
			  <img class="mdui-img-fluid" src="<?php echo get_absolute_path($root.$path).rawurlencode($item['name']); ?>">
 | 
			
		||||
              <?php else:?>-->
 | 
			
		||||
              <div class="mdui-col-xs-12 mdui-col-sm-7 mdui-text-truncate">
 | 
			
		||||
				<i class="mdui-icon material-icons"><!--IconValue--></i>
 | 
			
		||||
		    	<span><!--FileEncodeReplaceName--></span>
 | 
			
		||||
			  </div>
 | 
			
		||||
			  <div class="mdui-col-sm-3 mdui-text-right"><!--lastModifiedDateTime--></div>
 | 
			
		||||
			  <div class="mdui-col-sm-2 mdui-text-right"><!--size--></div>
 | 
			
		||||
		  	</a>
 | 
			
		||||
 | 
			
		||||
			<div class="forcedownload "  >
 | 
			
		||||
 			      <a title="<!--constStr@Download-->" href="<!--FileEncodeReplaceUrl-->">
 | 
			
		||||
			          <button class="mdui-btn mdui-ripple mdui-btn-icon"><i class="mdui-icon material-icons">file_download</i></button>
 | 
			
		||||
			      </a>
 | 
			
		||||
			</div>
 | 
			
		||||
        </li>
 | 
			
		||||
<!--FileListEnd-->
 | 
			
		||||
 | 
			
		||||
<!--MorePageStart-->
 | 
			
		||||
<form action="" method="POST" id="nextpageform">
 | 
			
		||||
    <input type="hidden" id="pagenum" name="pagenum" value="">
 | 
			
		||||
		  <li class="mdui-list-item th">
 | 
			
		||||
		    <div class="mdui-col-sm-6 mdui-left mdui-text-left">
 | 
			
		||||
<!--PrePageStart-->
 | 
			
		||||
		        <a onclick="nextpage(<!--PrePageNum-->);" class="mdui-btn mdui-btn-raised"><!--constStr@PrePage--></a>
 | 
			
		||||
<!--PrePageEnd-->
 | 
			
		||||
<!--NextPageStart-->
 | 
			
		||||
		        <a onclick="nextpage(<!--NextPageNum-->);" class="mdui-btn mdui-btn-raised"><!--constStr@NextPage--></a>
 | 
			
		||||
<!--NextPageEnd-->
 | 
			
		||||
		    </div>
 | 
			
		||||
		    <div class="mdui-col-sm-6 mdui-right mdui-text-right">
 | 
			
		||||
		      <div class="mdui-right mdui-text-right"><span class="mdui-chip-title">Page: <!--MorePageListStart--><!--MorePageListEnd--><!--MorePageListNowStart--><!--PageNum--><!--MorePageListNowEnd-->/<!--MaxPageNum--></span></div>
 | 
			
		||||
            </div>
 | 
			
		||||
          </li>
 | 
			
		||||
        </form>
 | 
			
		||||
<!--MorePageEnd-->
 | 
			
		||||
 | 
			
		||||
	</ul>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
<!--ReadmemdStart-->
 | 
			
		||||
<div class="mdui-typo mdui-shadow-3 markdown" style="padding: 20px;margin: 20px 0">
 | 
			
		||||
<!--ReadmemdContent-->
 | 
			
		||||
</div>
 | 
			
		||||
<!--ReadmemdEnd-->
 | 
			
		||||
<!--FootomfStart-->
 | 
			
		||||
<div class="mdui-typo mdui-shadow-3" style="padding: 20px;margin: 20px 0">
 | 
			
		||||
<!--FootomfContent-->
 | 
			
		||||
</div>
 | 
			
		||||
<!--FootomfEnd-->
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
<!--IsFolderEnd-->
 | 
			
		||||
<!--ListEnd-->
 | 
			
		||||
<script src="//cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js"></script>
 | 
			
		||||
<script src="//cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.js"></script>
 | 
			
		||||
<!--MdRequireStart--><link rel="stylesheet" href="//unpkg.zhimg.com/github-markdown-css@3.0.1/github-markdown.css">
 | 
			
		||||
<script type="text/javascript" src="//unpkg.zhimg.com/marked@0.6.2/marked.min.js"></script><!--MdRequireEnd-->
 | 
			
		||||
<script>
 | 
			
		||||
<!--MorePageStart-->
 | 
			
		||||
    function nextpage(num) {
 | 
			
		||||
        document.getElementById('pagenum').value=num;
 | 
			
		||||
        document.getElementById('nextpageform').submit();
 | 
			
		||||
    }
 | 
			
		||||
<!--MorePageEnd-->
 | 
			
		||||
var $$ = mdui.JQ;
 | 
			
		||||
$$(function() {
 | 
			
		||||
    $$('.file .iframe').each(function() {
 | 
			
		||||
        $$(this).on('click', function() {
 | 
			
		||||
            url=$$(this).attr('href');
 | 
			
		||||
            //url=url.substr(0,url.length-8);
 | 
			
		||||
            layer.open({
 | 
			
		||||
              type: 2,
 | 
			
		||||
              title: '<a target="_blank" href="'+url+'">'+ $$(this).find('span').text()+'(点击新窗口打开)</a>', //jia,
 | 
			
		||||
              //shadeClose: true,
 | 
			
		||||
              move: false,
 | 
			
		||||
              shade: false,
 | 
			
		||||
              maxmin: true, 
 | 
			
		||||
              area: ['100%', '100%'],
 | 
			
		||||
              content: url //le
 | 
			
		||||
              ,min: function(layero){
 | 
			
		||||
                  //zi;  
 | 
			
		||||
                  layero.css({top: '90%'})
 | 
			
		||||
              }
 | 
			
		||||
            });
 | 
			
		||||
            return false;
 | 
			
		||||
        });
 | 
			
		||||
    });
 | 
			
		||||
	$('.file .dl').each(function () {
 | 
			
		||||
        $(this).on('click', function () {
 | 
			
		||||
            var form = $('<form target=_blank method=post></form>').attr('action', $(this).attr('href')).get(0);
 | 
			
		||||
            $(document.body).append(form);
 | 
			
		||||
            form.submit();
 | 
			
		||||
            $(form).remove();
 | 
			
		||||
            return false;
 | 
			
		||||
        });
 | 
			
		||||
    });
 | 
			
		||||
}); 
 | 
			
		||||
window.TC=window.TC||{};
 | 
			
		||||
jQuery(".file .audio").click(function(e){
 | 
			
		||||
            e.preventDefault();
 | 
			
		||||
            TC.preview_audio(this);
 | 
			
		||||
});
 | 
			
		||||
TC.preview_audio = function(aud){
 | 
			
		||||
    if(!TC.aplayer){
 | 
			
		||||
        TC.aplayerList=[];
 | 
			
		||||
        jQuery(".file .audio").each(function(){
 | 
			
		||||
            var ext = jQuery(this).data("readypreview");
 | 
			
		||||
                var n = jQuery(this).find("span").text();
 | 
			
		||||
                var l = n.replace("."+ext,".lrc");
 | 
			
		||||
                var la = jQuery('a[data-name="'+l+'"]');
 | 
			
		||||
                var lrc = undefined;
 | 
			
		||||
                if(la.length>0){
 | 
			
		||||
                    lrc = la[0].href+"?s";
 | 
			
		||||
                }
 | 
			
		||||
                TC.aplayerList.push({
 | 
			
		||||
                    name:n,
 | 
			
		||||
                    url:this.href.substr(0,this.href.length-8),
 | 
			
		||||
                    artist:" ",
 | 
			
		||||
                    lrc:lrc
 | 
			
		||||
                });
 | 
			
		||||
        })
 | 
			
		||||
        jQuery('<div id="aplayer">').appendTo("body");
 | 
			
		||||
        TC.aplayer = new APlayer({
 | 
			
		||||
            container: document.getElementById('aplayer'),
 | 
			
		||||
            fixed: true,
 | 
			
		||||
            audio: TC.aplayerList,
 | 
			
		||||
            lrcType: 3
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
    var k=-1;
 | 
			
		||||
    for(var i in TC.aplayerList){
 | 
			
		||||
        if(TC.aplayerList[i].name==jQuery(aud).data("name")){
 | 
			
		||||
            k=i;
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    if(k>=0){
 | 
			
		||||
        TC.aplayer.list.switch(k);
 | 
			
		||||
        TC.aplayer.play();
 | 
			
		||||
        TC.aplayer.setMode("normal");
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
$ = mdui.JQ;
 | 
			
		||||
$.fn.extend({
 | 
			
		||||
    sortElements: function (comparator, getSortable) {
 | 
			
		||||
        getSortable = getSortable || function () { return this; };
 | 
			
		||||
 | 
			
		||||
        var placements = this.map(function () {
 | 
			
		||||
            var sortElement = getSortable.call(this),
 | 
			
		||||
                parentNode = sortElement.parentNode,
 | 
			
		||||
                nextSibling = parentNode.insertBefore(
 | 
			
		||||
                    document.createTextNode(''),
 | 
			
		||||
                    sortElement.nextSibling
 | 
			
		||||
                );
 | 
			
		||||
 | 
			
		||||
            return function () {
 | 
			
		||||
                parentNode.insertBefore(this, nextSibling);
 | 
			
		||||
                parentNode.removeChild(nextSibling);
 | 
			
		||||
            };
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        return [].sort.call(this, comparator).each(function (i) {
 | 
			
		||||
            placements[i].call(getSortable.call(this));
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
var lightbox = GLightbox();
 | 
			
		||||
function downall() {
 | 
			
		||||
     let dl_link_list = Array.from(document.querySelectorAll("li a"))
 | 
			
		||||
         .map(x => x.href) // 所有list中的链接
 | 
			
		||||
         .filter(x => x.slice(-1) != "/"); // 筛选出非文件夹的文件下载链接
 | 
			
		||||
 | 
			
		||||
     let blob = new Blob([dl_link_list.join("\r\n")], {
 | 
			
		||||
         type: 'text/plain'
 | 
			
		||||
     }); // 构造Blog对象
 | 
			
		||||
     let a = document.createElement('a'); // 伪造一个a对象
 | 
			
		||||
     a.href = window.URL.createObjectURL(blob); // 构造href属性为Blob对象生成的链接
 | 
			
		||||
     a.download = "folder_download_link.txt"; // 文件名称,你可以根据你的需要构造
 | 
			
		||||
     a.click() // 模拟点击
 | 
			
		||||
     a.remove();
 | 
			
		||||
}
 | 
			
		||||
<!--ShowThumbnailsStart-->
 | 
			
		||||
function thumb(){
 | 
			
		||||
	if($('#thumb i').text() == "apps"){
 | 
			
		||||
		$('#thumb i').text("format_list_bulleted");
 | 
			
		||||
		$('.nexmoe-item').removeClass('thumb');
 | 
			
		||||
		$('.nexmoe-item .mdui-icon').show();
 | 
			
		||||
		$('.nexmoe-item .mdui-list-item').css("background","");
 | 
			
		||||
	}else{
 | 
			
		||||
		$('#thumb i').text("apps");
 | 
			
		||||
		$('.nexmoe-item').addClass('thumb');
 | 
			
		||||
		$('.mdui-col-xs-12 i.mdui-icon').each(function(){
 | 
			
		||||
			//if($(this).text() == "image" || $(this).text() == "ondemand_video"){
 | 
			
		||||
            if($(this).text() == "image"){
 | 
			
		||||
				var thumbnails = $(this).parent().parent().attr('href');
 | 
			
		||||
				//var thumb =(href.indexOf('?') == -1)?'?t=220':'&t=220';
 | 
			
		||||
                thumbnails = thumbnails.substr(0, thumbnails.length-8)+'?thumbnails&location';
 | 
			
		||||
				$(this).hide();
 | 
			
		||||
				//$(this).parent().parent().parent().css("background","url("+href+thumb+")  no-repeat center top");
 | 
			
		||||
                $(this).parent().parent().parent().css("background","url("+thumbnails+")  no-repeat center top");
 | 
			
		||||
			}
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
<!--ShowThumbnailsEnd-->
 | 
			
		||||
$(function(){
 | 
			
		||||
	$('.icon-sort').on('click', function () {
 | 
			
		||||
        let sort_type = $(this).attr("data-sort"), sort_order = $(this).attr("data-order");
 | 
			
		||||
        let sort_order_to = (sort_order === "less") ? "more" : "less";
 | 
			
		||||
 | 
			
		||||
        $('li[data-sort]').sortElements(function (a, b) {
 | 
			
		||||
            let data_a = $(a).attr("data-sort-" + sort_type), data_b = $(b).attr("data-sort-" + sort_type);
 | 
			
		||||
            let rt = data_a.localeCompare(data_b, undefined, {numeric: true});
 | 
			
		||||
            return (sort_order === "more") ? 0-rt : rt;
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        $(this).attr("data-order", sort_order_to).text("expand_" + sort_order_to);
 | 
			
		||||
    });
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
var ckname='image_mode';
 | 
			
		||||
function getCookie(name) 
 | 
			
		||||
{
 | 
			
		||||
    var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)");
 | 
			
		||||
    if(arr=document.cookie.match(reg))
 | 
			
		||||
        return unescape(arr[2]); 
 | 
			
		||||
    else
 | 
			
		||||
        return null; 
 | 
			
		||||
} 
 | 
			
		||||
function setCookie(key,value,day){
 | 
			
		||||
	var exp = new Date(); 
 | 
			
		||||
	exp.setTime(exp.getTime() - 1); 
 | 
			
		||||
	var cval=getCookie(key); 
 | 
			
		||||
	if(cval!=null) 
 | 
			
		||||
	document.cookie= key + "="+cval+";expires="+exp.toGMTString(); 
 | 
			
		||||
	var date = new Date();
 | 
			
		||||
	var nowDate = date.getDate();
 | 
			
		||||
	date.setDate(nowDate + day);
 | 
			
		||||
	var cookie = key+"="+value+"; expires="+date;
 | 
			
		||||
	document.cookie = cookie;
 | 
			
		||||
	return cookie;
 | 
			
		||||
}
 | 
			
		||||
$('#image_view').on('click', function () {
 | 
			
		||||
	if($(this).prop('checked') == true){
 | 
			
		||||
		setCookie(ckname,1,1);
 | 
			
		||||
		window.location.href=window.location.href;
 | 
			
		||||
	}else{
 | 
			
		||||
		setCookie(ckname,0,1);
 | 
			
		||||
		window.location.href=window.location.href;
 | 
			
		||||
	}
 | 
			
		||||
});
 | 
			
		||||
document.querySelectorAll('.markdown').forEach(function (e) {
 | 
			
		||||
    e.innerHTML = marked(e.innerHTML);
 | 
			
		||||
});
 | 
			
		||||
</script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,24 +0,0 @@
 | 
			
		|||
<html>
 | 
			
		||||
    <head>
 | 
			
		||||
        <title><!--Sitename--> - /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
 | 
			
		||||
    </head>
 | 
			
		||||
    <body>
 | 
			
		||||
        <H1><!--Sitename--> - /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></H1><hr>
 | 
			
		||||
        <table>
 | 
			
		||||
<!--BackArrowStart-->
 | 
			
		||||
            <tr><td colspan="3"><A HREF="<!--BackArrowUrl-->">../</A></td></tr>
 | 
			
		||||
<!--BackArrowEnd-->
 | 
			
		||||
<!--ListStart-->
 | 
			
		||||
<!--IsFolderStart-->
 | 
			
		||||
<!--FolderListStart-->
 | 
			
		||||
            <tr><td><A HREF="<!--FileEncodeReplaceUrl-->/"><!--FileEncodeReplaceName-->/</A></td><td align="right"><!--lastModifiedDateTime--></td><td align="right">-</td></tr>
 | 
			
		||||
<!--FolderListEnd-->
 | 
			
		||||
<!--FileListStart-->
 | 
			
		||||
            <tr><td><A HREF="<!--FileEncodeReplaceUrl-->"><!--FileEncodeReplaceName--></A></td><td align="right"><!--lastModifiedDateTime--></td><td align="right"><!--size--></td></tr>
 | 
			
		||||
<!--FileListEnd-->
 | 
			
		||||
<!--IsFolderEnd-->
 | 
			
		||||
<!--ListEnd-->
 | 
			
		||||
        </table>
 | 
			
		||||
        <hr>
 | 
			
		||||
    </body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										1595
									
								
								theme/onemoe.html
								
								
								
								
							
							
						
						
									
										1595
									
								
								theme/onemoe.html
								
								
								
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1256
									
								
								theme/purecool.html
								
								
								
								
							
							
						
						
									
										1256
									
								
								theme/purecool.html
								
								
								
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
				
			
			@ -1,515 +0,0 @@
 | 
			
		|||
<!DOCTYPE html>
 | 
			
		||||
<html lang="zh-CN">
 | 
			
		||||
  <head>
 | 
			
		||||
    <link rel="preconnect" href="https://cdn.jsdelivr.net" />
 | 
			
		||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
 | 
			
		||||
<link rel="preconnect" href="https://fonts.gstatic.com" />
 | 
			
		||||
<meta charset="utf-8" />
 | 
			
		||||
<link
 | 
			
		||||
  rel="shortcut icon"
 | 
			
		||||
  href="<!--base_path-->favicon.ico"
 | 
			
		||||
  type="image/x-icon"
 | 
			
		||||
/>
 | 
			
		||||
<meta
 | 
			
		||||
  name="viewport"
 | 
			
		||||
  content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"
 | 
			
		||||
/>
 | 
			
		||||
<title><!--Title--></title>
 | 
			
		||||
<meta name="description" content="A Onemanager-PHP site with Theme-renexmoe" />
 | 
			
		||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/186526/renexmoe-cdn@v1.3/css/app.css"><meta name="theme-color" content="#fff" />
 | 
			
		||||
<!--BackgroundStart-->
 | 
			
		||||
<style>
 | 
			
		||||
  body {
 | 
			
		||||
    --bg: url("<!--BackgroundUrl-->");
 | 
			
		||||
    background-repeat: no-repeat;
 | 
			
		||||
    background-size: cover;
 | 
			
		||||
    background-attachment: fixed;
 | 
			
		||||
    background-image: var(--bg);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .mdui-shadow-3 {
 | 
			
		||||
    background: rgba(255, 255, 255, 0.5);
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
<script>
 | 
			
		||||
  window.disableddarkmode = true;
 | 
			
		||||
</script>
 | 
			
		||||
<!--BackgroundEnd-->
 | 
			
		||||
<!--BackgroundMStart-->
 | 
			
		||||
<style>
 | 
			
		||||
  body {
 | 
			
		||||
    --bg: url("<!--BackgroundMUrl-->");
 | 
			
		||||
    background-repeat: no-repeat;
 | 
			
		||||
    background-size: cover;
 | 
			
		||||
    background-attachment: fixed;
 | 
			
		||||
    background-image: var(--bg);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .mdui-shadow-3 {
 | 
			
		||||
    background: rgba(255, 255, 255, 0.5);
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
<script>
 | 
			
		||||
  window.disableddarkmode = true;
 | 
			
		||||
</script>
 | 
			
		||||
<!--BackgroundMEnd-->
 | 
			
		||||
 | 
			
		||||
  </head>
 | 
			
		||||
  <body
 | 
			
		||||
    class="mdui-appbar-with-toolbar mdui-theme-layout-auto mdui-loaded mdui-theme-accent-pink"
 | 
			
		||||
  >
 | 
			
		||||
    <header
 | 
			
		||||
  class="mdui-appbar mdui-appbar-fixed mdui-shadow-0 mdui-appbar-scroll-toolbar-hide"
 | 
			
		||||
>
 | 
			
		||||
  <div class="mdui-toolbar">
 | 
			
		||||
  <span
 | 
			
		||||
    class="mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white"
 | 
			
		||||
    onclick='mdui.$("body").toggleClass("mdui-drawer-body-left");'
 | 
			
		||||
    id="toggle-drawer"
 | 
			
		||||
    ><i class="mdui-icon material-icons">menu</i></span
 | 
			
		||||
  >
 | 
			
		||||
  <a
 | 
			
		||||
    class="mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white mdui-hidden-sm-up"
 | 
			
		||||
    onclick="window.history.back()"
 | 
			
		||||
  >
 | 
			
		||||
    <i class="mdui-icon material-icons">arrow_back</i>
 | 
			
		||||
  </a>
 | 
			
		||||
  <a href="<!--base_path-->" class="mdui-typo-headline">
 | 
			
		||||
    <!--Sitename-->
 | 
			
		||||
  </a>
 | 
			
		||||
  <!--PathArrayStart-->
 | 
			
		||||
  <i class="mdui-icon material-icons mdui-hidden-xs" style="margin: 0"
 | 
			
		||||
    >chevron_right</i
 | 
			
		||||
  ><a href="<!--PathArrayLink-->" class="mdui-typo-subheading mdui-hidden-xs">
 | 
			
		||||
    <!--PathArrayName--></a
 | 
			
		||||
  >
 | 
			
		||||
  <!--PathArrayEnd-->
 | 
			
		||||
  <div class="mdui-toolbar-spacer"></div>
 | 
			
		||||
  <!--AdminStart--><a
 | 
			
		||||
    href="javascript:;"
 | 
			
		||||
    class="mdui-btn mdui-btn-icon mdui-ripple mdui-hidden-sm-up refresh"
 | 
			
		||||
    ><i class="mdui-icon material-icons">refresh</i></a
 | 
			
		||||
  >
 | 
			
		||||
  <!--AdminEnd-->
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
</header>
 | 
			
		||||
 | 
			
		||||
    <div class="mdui-drawer mdui-drawer-close" id="main-drawer">
 | 
			
		||||
  <div class="mdui-list" mdui-collapse="{accordion: true}">
 | 
			
		||||
    <!--LoginStart-->
 | 
			
		||||
<li class="mdui-list-item mdui-ripple" href="?admin" >
 | 
			
		||||
  <a class="mdui-list-item-icon mdui-icon material-icons">account_circle</a>
 | 
			
		||||
  <a class="mdui-list-item-content" href="?admin">登录</a>
 | 
			
		||||
</li>
 | 
			
		||||
<!--LoginEnd-->
 | 
			
		||||
<!--AdminStart-->
 | 
			
		||||
<li class="mdui-list-item mdui-ripple" href="?setup">
 | 
			
		||||
  <a class="mdui-list-item-icon mdui-icon material-icons" href="?setup"
 | 
			
		||||
    >account_circle</a
 | 
			
		||||
  ><a class="mdui-list-item-content" href="?setup">管理</a>
 | 
			
		||||
</li>
 | 
			
		||||
<li
 | 
			
		||||
  class="mdui-list-item mdui-ripple"
 | 
			
		||||
  onclick="document.cookie=``;window.location.reload();"
 | 
			
		||||
  id="logout"
 | 
			
		||||
>
 | 
			
		||||
  <i class="mdui-icon material-icons mdui-list-item-icon">exit_to_app</i>
 | 
			
		||||
  <div class="mdui-list-item-content">退出登陆</div>
 | 
			
		||||
</li>
 | 
			
		||||
<li class="mdui-list-item mdui-ripple" id="checkupdate">
 | 
			
		||||
  <i class="mdui-icon material-icons mdui-list-item-icon">update</i>
 | 
			
		||||
  <div class="mdui-list-item-content">检查主题更新</div>
 | 
			
		||||
</li>
 | 
			
		||||
<div class="mdui-divider"></div>
 | 
			
		||||
<!--AdminEnd-->
 | 
			
		||||
 | 
			
		||||
    <li
 | 
			
		||||
      class="mdui-list-item mdui-ripple"
 | 
			
		||||
      href="javascript:void(0);"
 | 
			
		||||
      onclick="renexmoe.toggle_theme();"
 | 
			
		||||
    >
 | 
			
		||||
      <a class="mdui-list-item-icon mdui-icon material-icons">brightness_4</a
 | 
			
		||||
      ><a class="mdui-list-item-content">深色模式</a>
 | 
			
		||||
    </li>
 | 
			
		||||
    <li class="mdui-list-item mdui-ripple">
 | 
			
		||||
      <a
 | 
			
		||||
        href="<!--base_path-->"
 | 
			
		||||
        class="mdui-list-item-icon mdui-icon material-icons"
 | 
			
		||||
        >home</a
 | 
			
		||||
      ><a href="<!--base_path-->" class="mdui-list-item-content" id="home">
 | 
			
		||||
        <!--constStr@Home--></a
 | 
			
		||||
      >
 | 
			
		||||
    </li>
 | 
			
		||||
    <!--MultiDiskAreaStart-->
 | 
			
		||||
<div class="mdui-divider"></div>
 | 
			
		||||
<!--MultiDisksStart-->
 | 
			
		||||
<li class="mdui-list-item mdui-ripple">
 | 
			
		||||
  <a
 | 
			
		||||
    href="<!--MultiDisksUrl-->"
 | 
			
		||||
    class="mdui-list-item-icon mdui-icon material-icons"
 | 
			
		||||
    >cloud</a
 | 
			
		||||
  >
 | 
			
		||||
  <a
 | 
			
		||||
    href="<!--MultiDisksUrl-->"
 | 
			
		||||
    class="mdui-list-item-content mdui-text-truncate disk_name"
 | 
			
		||||
  >
 | 
			
		||||
    <!--MultiDisksName-->
 | 
			
		||||
  </a>
 | 
			
		||||
</li>
 | 
			
		||||
<!--MultiDisksEnd-->
 | 
			
		||||
<div class="mdui-divider"></div>
 | 
			
		||||
<!--MultiDiskAreaEnd-->
 | 
			
		||||
 | 
			
		||||
    <a
 | 
			
		||||
      href="https://github.com/qkqpttgf/OneManager-php"
 | 
			
		||||
      class="mdui-list-item mdui-ripple"
 | 
			
		||||
      ><i class="mdui-list-item-icon mdui-icon material-icons">code</i>
 | 
			
		||||
      <div class="mdui-list-item-content">Github</div>
 | 
			
		||||
    </a>
 | 
			
		||||
    <li
 | 
			
		||||
      class="mdui-list-item mdui-ripple"
 | 
			
		||||
      href="javascript:void(0);"
 | 
			
		||||
      id="about_theme"
 | 
			
		||||
    >
 | 
			
		||||
      <i class="mdui-list-item-icon mdui-icon material-icons">info</i>
 | 
			
		||||
      <div class="mdui-list-item-content">关于该主题</div>
 | 
			
		||||
    </li>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
    <div class="mdui-container">
 | 
			
		||||
  <ul class="mdui-menu" id="admin-menu">
 | 
			
		||||
  <li class="mdui-menu-item">
 | 
			
		||||
    <a href="javascript:;" class="mdui-ripple back"
 | 
			
		||||
      ><i class="mdui-menu-item-icon mdui-icon material-icons">arrow_back</i
 | 
			
		||||
      >返回上一页</a
 | 
			
		||||
    >
 | 
			
		||||
  </li>
 | 
			
		||||
  <!--AdminStart-->
 | 
			
		||||
  <li class="mdui-menu-item">
 | 
			
		||||
    <a href="javascript:;" class="mdui-ripple refresh"
 | 
			
		||||
      ><i class="mdui-menu-item-icon mdui-icon material-icons">refresh</i
 | 
			
		||||
      >刷新缓存</a
 | 
			
		||||
    >
 | 
			
		||||
  </li>
 | 
			
		||||
  <!--AdminEnd-->
 | 
			
		||||
</ul>
 | 
			
		||||
<i id="mouseplace" style="position: absolute"></i>
 | 
			
		||||
 | 
			
		||||
<div class="mdui-dialog" id="login_input">
 | 
			
		||||
  <div class="mdui-dialog-title">登录</div>
 | 
			
		||||
  <div class="mdui-dialog-content" style="height: 108px">
 | 
			
		||||
    <div class="mdui-textfield mdui-textfield-floating-label">
 | 
			
		||||
      <i class="mdui-icon material-icons">lock</i
 | 
			
		||||
      ><label class="mdui-textfield-label">密码</label
 | 
			
		||||
      ><input
 | 
			
		||||
        class="mdui-textfield-input"
 | 
			
		||||
        name="password1"
 | 
			
		||||
        type="password"
 | 
			
		||||
        onkeydown="if(event.keyCode==13) document.querySelector('#login_btn').click();"
 | 
			
		||||
      />
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="mdui-dialog-actions">
 | 
			
		||||
    <button class="mdui-btn mdui-ripple" mdui-dialog-close="" id="login_close">取消</button
 | 
			
		||||
    ><button
 | 
			
		||||
      id="login_btn"
 | 
			
		||||
      class="mdui-btn mdui-ripple"
 | 
			
		||||
      type="submit"
 | 
			
		||||
      value="登录"
 | 
			
		||||
    >
 | 
			
		||||
      登录
 | 
			
		||||
    </button>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 <!--EncryptedStart-->
 | 
			
		||||
<div class="mdui-col-md-6 mdui-col-offset-md-3">
 | 
			
		||||
  <br />
 | 
			
		||||
  <center>
 | 
			
		||||
    <div class="mdui-typo-title">
 | 
			
		||||
      这是一个受保护的文件夹,您需要提供访问密码才能查看。
 | 
			
		||||
    </div>
 | 
			
		||||
  </center>
 | 
			
		||||
  <form action="" method="post">
 | 
			
		||||
    <div class="mdui-textfield mdui-textfield-floating-label">
 | 
			
		||||
      <i class="mdui-icon material-icons">https</i
 | 
			
		||||
      ><label class="mdui-textfield-label"> <!--constStr@InputPassword--></label
 | 
			
		||||
      ><input name="password1" class="mdui-textfield-input" type="password" />
 | 
			
		||||
    </div>
 | 
			
		||||
    <br /><button
 | 
			
		||||
      type="submit"
 | 
			
		||||
      class="mdui-center mdui-btn mdui-btn-raised mdui-ripple mdui-color-theme"
 | 
			
		||||
    >
 | 
			
		||||
      <i class="mdui-icon material-icons">fingerprint</i>
 | 
			
		||||
      <!--constStr@Submit-->
 | 
			
		||||
    </button>
 | 
			
		||||
  </form>
 | 
			
		||||
</div>
 | 
			
		||||
<!--EncryptedEnd-->
 | 
			
		||||
 | 
			
		||||
  <!--IsFolderStart-->
 | 
			
		||||
<!--HeadomfStart-->
 | 
			
		||||
<div class="mdui-typo mdui-shadow-3" style="padding: 20px; margin: 20px 0">
 | 
			
		||||
  <!--HeadomfContent-->
 | 
			
		||||
</div>
 | 
			
		||||
<!--HeadomfEnd-->
 | 
			
		||||
<!--HeadmdStart-->
 | 
			
		||||
<div class="mdui-chip mdui-ripple mdui-hidden-xs">
 | 
			
		||||
  <span class="mdui-chip-icon"
 | 
			
		||||
    ><i class="mdui-icon material-icons">face</i></span
 | 
			
		||||
  ><span class="mdui-chip-title">HEAD.md</span>
 | 
			
		||||
</div>
 | 
			
		||||
<div
 | 
			
		||||
  class="mdui-typo mdui-shadow-3 markdown"
 | 
			
		||||
  style="padding: 20px; margin: 20px 0; overflow-x: scroll"
 | 
			
		||||
  id="head"
 | 
			
		||||
>
 | 
			
		||||
  <pre><code id="head-md"><!--HeadmdContent--></code></pre>
 | 
			
		||||
</div>
 | 
			
		||||
<!--HeadmdEnd-->
 | 
			
		||||
 | 
			
		||||
<div class="mdui-row mdui-shadow-3" style="margin: 20px 0; border-radius: 8px">
 | 
			
		||||
  <ul class="mdui-list" id="file-list">
 | 
			
		||||
    <li class="mdui-list-item mdui-ripple">
 | 
			
		||||
      <div class="mdui-row mdui-col-xs-12">
 | 
			
		||||
        <div class="mdui-col-xs-12 mdui-col-sm-7">
 | 
			
		||||
          <!--constStr@File--><i
 | 
			
		||||
            class="mdui-icon material-icons icon-sort"
 | 
			
		||||
            data-sort="name"
 | 
			
		||||
            data-order="downward"
 | 
			
		||||
            >expand_more</i
 | 
			
		||||
          >
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="mdui-col-sm-3 mdui-text-right">
 | 
			
		||||
          <!--constStr@EditTime--><i
 | 
			
		||||
            class="mdui-icon material-icons icon-sort"
 | 
			
		||||
            data-sort="date"
 | 
			
		||||
            data-order="downward"
 | 
			
		||||
            >expand_more</i
 | 
			
		||||
          >
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="mdui-col-sm-2 mdui-text-right">
 | 
			
		||||
          <!--constStr@Size--><i
 | 
			
		||||
            class="mdui-icon material-icons icon-sort"
 | 
			
		||||
            data-sort="size"
 | 
			
		||||
            data-order="downward"
 | 
			
		||||
            >expand_more</i
 | 
			
		||||
          >
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </li>
 | 
			
		||||
    <!--BackArrowStart-->
 | 
			
		||||
    <li class="mdui-list-item mdui-ripple back-page">
 | 
			
		||||
      <div class="mdui-row mdui-col-sm-12">
 | 
			
		||||
        <a href="<!--BackArrowUrl-->">
 | 
			
		||||
          <div class="mdui-col-xs-7">
 | 
			
		||||
            <i class="mdui-icon material-icons">arrow_upward</i>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="mdui-col-xs-3 mdui-text-right"></div>
 | 
			
		||||
          <div class="mdui-col-xs-2 mdui-text-right"></div>
 | 
			
		||||
        </a>
 | 
			
		||||
      </div>
 | 
			
		||||
    </li>
 | 
			
		||||
    <!--BackArrowEnd-->
 | 
			
		||||
    <!--FolderListStart-->
 | 
			
		||||
<li
 | 
			
		||||
  class="mdui-list-item mdui-ripple"
 | 
			
		||||
  data-sort
 | 
			
		||||
  data-sort-name="<!--FileEncodeReplaceName-->"
 | 
			
		||||
  data-sort-date="<!--lastModifiedDateTime-->"
 | 
			
		||||
  data-sort-size="<!--size-->"
 | 
			
		||||
  style="padding-right: 36px"
 | 
			
		||||
>
 | 
			
		||||
  <div class="mdui-row mdui-col-sm-12">
 | 
			
		||||
    <a href="<!--FileEncodeReplaceUrl-->/">
 | 
			
		||||
      <div class="mdui-col-xs-12 mdui-col-sm-7 mdui-text-truncate">
 | 
			
		||||
        <i class="mdui-icon material-icons">folder_open</i
 | 
			
		||||
        ><span> <!--FileEncodeReplaceName--></span>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="mdui-col-sm-3 mdui-text-right">
 | 
			
		||||
        <!--lastModifiedDateTime-->
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="mdui-col-sm-2 mdui-text-right">
 | 
			
		||||
        <!--size-->
 | 
			
		||||
      </div>
 | 
			
		||||
    </a>
 | 
			
		||||
  </div>
 | 
			
		||||
</li>
 | 
			
		||||
<!--FolderListEnd-->
 | 
			
		||||
 <!--FileListStart-->
 | 
			
		||||
<li
 | 
			
		||||
  class="mdui-list-item file mdui-ripple"
 | 
			
		||||
  data-sort
 | 
			
		||||
  data-sort-name="<!--FileEncodeReplaceName-->"
 | 
			
		||||
  data-sort-date="<!--lastModifiedDateTime-->"
 | 
			
		||||
  data-sort-size="<!--size-->"
 | 
			
		||||
  data-readypreview="<!--FileExt-->"
 | 
			
		||||
>
 | 
			
		||||
  <div class="mdui-row mdui-col-sm-12">
 | 
			
		||||
    <div class="mdui-col-xs-12 mdui-col-sm-7 mdui-text-truncate">
 | 
			
		||||
      <a
 | 
			
		||||
        class="<!--FileExtType-->"
 | 
			
		||||
        data-name="<!--FileEncodeReplaceName-->"
 | 
			
		||||
        href="<!--FileEncodeReplaceUrl-->?preview"
 | 
			
		||||
        aria-label="File"
 | 
			
		||||
      >
 | 
			
		||||
        <i class="mdui-icon material-icons"> <!--IconValue--></i>
 | 
			
		||||
        <span> <!--FileEncodeReplaceName--></span>
 | 
			
		||||
      </a>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="mdui-col-sm-3 mdui-text-right">
 | 
			
		||||
      <!--lastModifiedDateTime-->
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="mdui-col-sm-2 mdui-text-right">
 | 
			
		||||
      <!--size-->
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="forcedownload mdui-text-right">
 | 
			
		||||
    <a
 | 
			
		||||
      title="<!--constStr@Download-->"
 | 
			
		||||
      aria-label="Download"
 | 
			
		||||
      href="<!--FileEncodeReplaceUrl-->"
 | 
			
		||||
      target="_blank"
 | 
			
		||||
      ><button class="mdui-btn mdui-ripple mdui-btn-icon">
 | 
			
		||||
        <i class="mdui-icon material-icons">file_download</i>
 | 
			
		||||
      </button></a
 | 
			
		||||
    >
 | 
			
		||||
  </div>
 | 
			
		||||
</li>
 | 
			
		||||
<!--FileListEnd-->
 | 
			
		||||
 | 
			
		||||
  </ul>
 | 
			
		||||
</div>
 | 
			
		||||
<!--ReadmemdStart-->
 | 
			
		||||
<div class="mdui-chip mdui-ripple mdui-hidden-xs">
 | 
			
		||||
  <span class="mdui-chip-icon"
 | 
			
		||||
    ><i class="mdui-icon material-icons">face</i></span
 | 
			
		||||
  ><span class="mdui-chip-title">README.md</span>
 | 
			
		||||
</div>
 | 
			
		||||
<div
 | 
			
		||||
  class="mdui-typo mdui-shadow-3 markdown"
 | 
			
		||||
  style="padding: 20px; margin: 20px 0; overflow-x: scroll"
 | 
			
		||||
  id="readme"
 | 
			
		||||
>
 | 
			
		||||
  <pre><code id="readme-md"><!--ReadmemdContent--></code></pre>
 | 
			
		||||
</div>
 | 
			
		||||
<!--ReadmemdEnd-->
 | 
			
		||||
<!--FootomfStart-->
 | 
			
		||||
<div class="mdui-typo mdui-shadow-3" style="padding: 20px; margin: 20px 0">
 | 
			
		||||
  <!--FootomfContent-->
 | 
			
		||||
</div>
 | 
			
		||||
<!--FootomfEnd-->
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  document.querySelector("#admin-menu").innerHTML +=
 | 
			
		||||
    '<li class="mdui-menu-item"><a href="javascript:void(0);"class="mdui-ripple getalllink"><i class="mdui-menu-item-icon mdui-icon material-icons">link</i>批量链接</a></li>';
 | 
			
		||||
</script>
 | 
			
		||||
<script>
 | 
			
		||||
  window.MorePage = undefined;
 | 
			
		||||
</script>
 | 
			
		||||
<!--MorePageStart-->
 | 
			
		||||
<script>
 | 
			
		||||
    window.MorePage = [
 | 
			
		||||
    <!--MorePageListNowStart-->
 | 
			
		||||
      <!--PageNum-->,
 | 
			
		||||
    <!--MorePageListNowEnd-->
 | 
			
		||||
    <!--MorePageListStart-->
 | 
			
		||||
        <!--PageNum-->,
 | 
			
		||||
    <!--MorePageListEnd-->
 | 
			
		||||
    ];
 | 
			
		||||
  </script>
 | 
			
		||||
<!--MorePageEnd-->
 | 
			
		||||
 | 
			
		||||
<!--IsFolderEnd-->
 | 
			
		||||
 <!--IsFileStart-->
 | 
			
		||||
<div
 | 
			
		||||
  id="file"
 | 
			
		||||
  class="mdui-shadow-3"
 | 
			
		||||
  style="padding: 5px; margin: 20px 0px; padding: 20px; border-radius: 8px"
 | 
			
		||||
>
 | 
			
		||||
  <!--IsimgFileStart-->
 | 
			
		||||
<img class="mdui-img-fluid mdui-center mdui-m-t-5" src="<!--FileDownUrl-->" />
 | 
			
		||||
<!--IsimgFileEnd-->
 | 
			
		||||
 <!--IsmusicFileStart-->
 | 
			
		||||
<audio
 | 
			
		||||
  class="mdui-center"
 | 
			
		||||
  src="<!--FileDownUrl-->"
 | 
			
		||||
  controls
 | 
			
		||||
  autoplay
 | 
			
		||||
  style="width: 100%; margin-top: 10%; margin-bottom: 10%"
 | 
			
		||||
></audio>
 | 
			
		||||
<!--IsmusicFileEnd-->
 | 
			
		||||
 | 
			
		||||
  <!--IsvideoFileStart-->
 | 
			
		||||
<video
 | 
			
		||||
  class="mdui-video-fluid"
 | 
			
		||||
  controls
 | 
			
		||||
  style="margin-top: 20px; margin-bottom: 20px"
 | 
			
		||||
>
 | 
			
		||||
  <source src="<!--FileDownUrl-->" />
 | 
			
		||||
  <p>
 | 
			
		||||
    Your browser doesn't support HTML5 video. Here is a
 | 
			
		||||
    <a href="<!--FileDownUrl-->">link to the video</a> instead.
 | 
			
		||||
  </p>
 | 
			
		||||
</video>
 | 
			
		||||
<!--IsvideoFileEnd-->
 | 
			
		||||
 <!--IsofficeFileStart-->
 | 
			
		||||
<iframe
 | 
			
		||||
  id="office-a"
 | 
			
		||||
  src="https://view.officeapps.live.com/op/view.aspx?src=<!--FileEncodeDownUrl-->"
 | 
			
		||||
  style="width: 100%; height: 800px"
 | 
			
		||||
  frameborder="0"
 | 
			
		||||
></iframe>
 | 
			
		||||
<!--IsofficeFileEnd-->
 | 
			
		||||
 | 
			
		||||
  <!--IspdfFileStart-->
 | 
			
		||||
<embed src="<!--FileEncodeReplaceUrl-->" type="application/pdf" />
 | 
			
		||||
<!--IspdfFileEnd-->
 | 
			
		||||
 <!--IstxtFileStart-->
 | 
			
		||||
<pre
 | 
			
		||||
  id="editor"
 | 
			
		||||
  style="
 | 
			
		||||
    white-space: pre-wrap;
 | 
			
		||||
    font-family: JetBrains Mono, Fira Code, Sarasa Mono SC, Cascadia Code, Menlo,
 | 
			
		||||
      Consolas, monaco, Noto Sans SC;
 | 
			
		||||
  "
 | 
			
		||||
><code id="code"><!--TxtContent--></code></pre>
 | 
			
		||||
<script>
 | 
			
		||||
  document.querySelector("#admin-menu").innerHTML +=
 | 
			
		||||
    '<li class="mdui-menu-item"><a href="javascript:void(0);"class="mdui-ripple highlight"><i class="mdui-menu-item-icon mdui-icon material-icons">style</i>markdown解析</a></li>';
 | 
			
		||||
  document.querySelector(
 | 
			
		||||
    ".mdui-toolbar"
 | 
			
		||||
  ).innerHTML += `<a href="javascript:;" class="mdui-btn mdui-btn-icon mdui-ripple mdui-hidden-sm-up highlight"><i class="mdui-icon material-icons">style</i></a>`;
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<!--IstxtFileEnd-->
 | 
			
		||||
 | 
			
		||||
  <!--IsOtherFileStart-->
 | 
			
		||||
  <!--constStr@FileNotSupport-->
 | 
			
		||||
  <!--IsOtherFileEnd-->
 | 
			
		||||
</div>
 | 
			
		||||
<a
 | 
			
		||||
  href="<!--FileEncodeReplaceUrl-->"
 | 
			
		||||
  target="_blank"
 | 
			
		||||
  class="mdui-fab mdui-fab-fixed mdui-ripple mdui-color-theme-accent"
 | 
			
		||||
  ><i class="mdui-icon material-icons">file_download</i></a
 | 
			
		||||
>
 | 
			
		||||
<script>
 | 
			
		||||
  document.querySelector("#admin-menu").innerHTML +=
 | 
			
		||||
    '<li class="mdui-menu-item"><a href="javascript:void(0);"class="mdui-ripple downloadurl"><i class="mdui-menu-item-icon mdui-icon material-icons">cloud_download</i>下载链接</a></li>';
 | 
			
		||||
  document.querySelector(
 | 
			
		||||
    ".mdui-toolbar"
 | 
			
		||||
  ).innerHTML += `<a href="javascript:;" class="mdui-btn mdui-btn-icon mdui-ripple mdui-hidden-sm-up downloadurl"><i class="mdui-icon material-icons">cloud_download</i></a>`;
 | 
			
		||||
</script>
 | 
			
		||||
<!--IsFileEnd-->
 | 
			
		||||
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
  </body>
 | 
			
		||||
  <!--IconValuesStart-->
 | 
			
		||||
  { "music":"audiotrack", "video":"ondemand_video", "img":"image",
 | 
			
		||||
  "pdf":"picture_as_pdf", "default":"insert_drive_file"}
 | 
			
		||||
  <!--IconValuesEnd-->
 | 
			
		||||
  <script src="https://cdn.jsdelivr.net/gh/186526/renexmoe-cdn@v1.3/js/app@1b381f3c.a4f2dc4618121eac37e2.js"></script><script src="https://cdn.jsdelivr.net/gh/186526/renexmoe-cdn@v1.3/js/app@28a13772.98a11cc0c1cf2495c3d8.js"></script><script src="https://cdn.jsdelivr.net/gh/186526/renexmoe-cdn@v1.3/js/app@34e3d95a.2f8dbf552095a86a7f1b.js"></script><script src="https://cdn.jsdelivr.net/gh/186526/renexmoe-cdn@v1.3/js/app@798ab416.9ed46bb752b71a3c13a4.js"></script><script src="https://cdn.jsdelivr.net/gh/186526/renexmoe-cdn@v1.3/js/app@9c50beac.30955a99f08c9574cd14.js"></script><script src="https://cdn.jsdelivr.net/gh/186526/renexmoe-cdn@v1.3/js/app@f0256996.956ea71aa357ba3fdc28.js"></script><script src="https://cdn.jsdelivr.net/gh/186526/renexmoe-cdn@v1.3/js/webpack-runtime.93708ab3e9cb84dcc01a.js"></script>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										1809
									
								
								theme/tfo.html
								
								
								
								
							
							
						
						
									
										1809
									
								
								theme/tfo.html
								
								
								
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
		Reference in New Issue