浏览代码

README.md

xiu2 3 年之前
父节点
当前提交
46a730528f
共有 1 个文件被更改,包括 4 次插入14 次删除
  1. 4 14
      index.html

+ 4 - 14
index.html

@@ -8,18 +8,10 @@
 		<meta name="description" content="Updated daily! Popular BitTorrent tracker. | 每天更新!全网热门 BT Tracker,有效提高下载速度!" />
 		<meta name="description" content="Updated daily! Popular BitTorrent tracker. | 每天更新!全网热门 BT Tracker,有效提高下载速度!" />
 		<meta name="author" contect="XIU2,X.I.U,西柚秀" />
 		<meta name="author" contect="XIU2,X.I.U,西柚秀" />
 		<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
 		<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
-		<link rel="icon" type="image/x-icon" href="favicon.ico">
+		<link rel="icon" type="image/x-icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAYUlEQVR42mP0nvzxPwMFgBHdgOYAbji7dsNX0g1IseeEs+cc/E68AVty+Ehyus+UT4PNAGxhEKDLiqGBYCDCYuHh+3/DzYANl38zyAsywfmwRDYIDUAGyGmD6DCgqgHEAADqpnHxT0ZWTwAAAABJRU5ErkJggg==">
 		<link rel="stylesheet" href="https://cdn.staticfile.org/docsify/4.12.1/themes/vue.css" />
 		<link rel="stylesheet" href="https://cdn.staticfile.org/docsify/4.12.1/themes/vue.css" />
-		<link rel="stylesheet" href="https://cdn.staticaly.com/gh/boopathikumar018/docsify-darklight-theme/master/dist/style.min.css" title="docsify-darklight-theme" type="text/css" />
-		<style  type="text/css">a {text-decoration:none}
-		summary {cursor: pointer;}
-		::-webkit-scrollbar {width: 0px;height: 0px}
-		.markdown-section blockquote p {font-weight: normal;margin-left: 0;}
-		.markdown-section hr {border-bottom-color: var(--hrColor, #EEEEEE);}
-		article > img, p > img {opacity: var(--imgOpacity, 1);}
-		.markdown-section td, .markdown-section th {border-color: var(--tdthBorderColor, #DDDDDD);}
-		.sidebar {background-color: var(--sidebarBackground, #FFFFFF);}</style>
-		<script>if(location.href == "https://trackerslist.com/" && window.navigator.language.slice(0,2) == "zh") {location.hash="#/zh"}</script>
+		<style  type="text/css">a {text-decoration:none} summary {cursor: pointer;} ::-webkit-scrollbar {width: 0px;height: 0px} .markdown-section blockquote p {font-weight: normal;margin-left: 0;}</style>
+		<script>if(location.hash == "" && window.navigator.language.slice(0,2) == "zh") {location.hash="#/zh"}</script>
 	</head>
 	</head>
 	<body>
 	<body>
 		<div id="app">Load...</div>
 		<div id="app">Load...</div>
@@ -31,11 +23,9 @@
 				auto2top:true,
 				auto2top:true,
 				noEmoji: true,
 				noEmoji: true,
 				themeColor:'#4B93F1',
 				themeColor:'#4B93F1',
-				alias:{'/en': 'README', '/zh': 'README-ZH'},
-				darklightTheme: {defaultTheme : 'light', dark: {background : '#22272E', sidebarBackground : '#2D333B', codeBackgroundColor : '#2D333B', blockQuoteColor : '#768390', textColor : '#ADBAC7', sidebarSublink: '#768390', accent : '#4285DD', hrColor : '#1B293B', tdthBorderColor : '#4F5964', imgOpacity : 0.7}, light: {sidebarBackground : '#FFFFFF', accent : '#4B93F1', hrColor : '#EEEEEE', tdthBorderColor : '#DDDDDD', imgOpacity : 1}}
+				alias:{'/en': 'README', '/zh': 'README-ZH'}
 			}
 			}
 		</script>
 		</script>
 		<script src="https://cdn.staticfile.org/docsify/4.12.1/docsify.min.js"></script>
 		<script src="https://cdn.staticfile.org/docsify/4.12.1/docsify.min.js"></script>
-		<script src="https://cdn.staticaly.com/gh/boopathikumar018/docsify-darklight-theme/master/dist/index.min.js" type="text/javascript"></script>
 	</body>
 	</body>
 </html>
 </html>