xiu2 3 lat temu
rodzic
commit
59a75680d3
2 zmienionych plików z 2 dodań i 5 usunięć
  1. 0 4
      README.md
  2. 2 1
      index.html

+ 0 - 4
README.md

@@ -37,8 +37,6 @@ _You can judge whether there is a problem with the BT configuration and network
 - **HTTP(S) Tracker list:** (67 trackers)  
  _**[https://trackerslist.../http.txt](https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection/http.txt)**_  
 
-> The above link has been changed to the **Cloudflare CDN** address to improve speed and stability.
-
 <details>
 <summary><strong><code>[Click to expand] - View alternate address</code></strong></summary>
 
@@ -66,8 +64,6 @@ _You can judge whether there is a problem with the BT configuration and network
 - _**[https://trackerslist.../all_aria2.txt](https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection/all_aria2.txt)**_  
 - _**[https://trackerslist.../http_aria2.txt](https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection/http_aria2.txt)**_  
 
-> The above link has been changed to the **Cloudflare CDN** address to improve speed and stability.
-
 </details>
 
 After copying the contents of the Aria2 Format Tracker file, paste it into the `bt-tracker=` tail in the `aria2.conf` configuration file. Example:

+ 2 - 1
index.html

@@ -4,7 +4,7 @@
 		<meta charset="UTF-8" />
 		<title>XIU2/TrackersListCollection</title>
 		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
-		<meta name="keywords" content="Tracker,Trackers,TrackerList,TrackersList,BT,BitTorrent,XIU2,X.I.U,西柚秀,qBittorrent,qBittorrent,BitComet,比特彗星,全网热门Tracker" />
+		<meta name="keywords" content="Tracker,Trackers,TrackerList,TrackersList,BT,BitTorrent,XIU2,X.I.U,西柚秀,qBittorrent,BitComet,比特彗星,全网热门Tracker" />
 		<meta name="description" content="Updated daily! Popular BitTorrent tracker. | 每天更新!全网热门 BT Tracker,有效提高下载速度!" />
 		<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" />
@@ -12,6 +12,7 @@
 		<link rel="stylesheet" href="https://cdn.staticfile.org/docsify/4.12.1/themes/vue.css" />
 		<link rel="stylesheet" href="https://fastly.jsdelivr.net/npm/docsify-darklight-theme@latest/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);}