33< head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < title > RSS 订阅源目录 - 官方 RSS 与 RSSHub 路由</ title >
6+ < title > Awesome RSSHub Routes - 官方 RSS 与 RSSHub 路由</ title >
77 < meta name ="description " content ="实用的 RSS 订阅源目录,收录官方 RSS 与 RSSHub 路由,支持分类浏览、搜索筛选、OPML 导入和健康检查。 ">
88 < script src ="https://cdn.tailwindcss.com "> </ script >
99 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css ">
4949 < div class ="flex items-center gap-3 ">
5050 < span class ="text-3xl "> 🎯</ span >
5151 < div >
52- < h1 class ="text-xl font-bold gradient-text " data-i18n ="siteName "> RSS 订阅源目录 </ h1 >
52+ < h1 class ="text-xl font-bold gradient-text " data-i18n ="siteName "> Awesome RSSHub Routes </ h1 >
5353 < p class ="text-sm text-gray-500 " data-i18n ="subtitle "> 官方 RSS 与 RSSHub 路由目录,支持搜索、复制和 OPML 导入</ p >
5454 </ div >
5555 </ div >
@@ -150,7 +150,7 @@ <h1 class="text-xl font-bold gradient-text" data-i18n="siteName">RSS 订阅源
150150 // i18n 字典
151151 const i18n = {
152152 zh : {
153- siteName : 'RSS 订阅源目录 ' ,
153+ siteName : 'Awesome RSSHub Routes ' ,
154154 subtitle : '官方 RSS 与 RSSHub 路由目录,支持搜索、复制和 OPML 导入' ,
155155 download : '下载 OPML' ,
156156 totalFeeds : '订阅源总数' ,
@@ -166,10 +166,10 @@ <h1 class="text-xl font-bold gradient-text" data-i18n="siteName">RSS 订阅源
166166 copied : '已复制到剪贴板' ,
167167 loadError : '加载订阅源失败' ,
168168 noData : '暂无检测数据' ,
169- title : 'RSS 订阅源目录 - 官方 RSS 与 RSSHub 路由'
169+ title : 'Awesome RSSHub Routes - 官方 RSS 与 RSSHub 路由'
170170 } ,
171171 en : {
172- siteName : 'RSS Feed Directory ' ,
172+ siteName : 'Awesome RSSHub Routes ' ,
173173 subtitle : 'Official RSS feeds and RSSHub routes with search, copy, and OPML import' ,
174174 download : 'Download OPML' ,
175175 totalFeeds : 'Total Feeds' ,
@@ -185,7 +185,7 @@ <h1 class="text-xl font-bold gradient-text" data-i18n="siteName">RSS 订阅源
185185 copied : 'Copied to clipboard' ,
186186 loadError : 'Failed to load feeds' ,
187187 noData : 'No check data available' ,
188- title : 'RSS Feed Directory - Official RSS and RSSHub Routes'
188+ title : 'Awesome RSSHub Routes - Official RSS and RSSHub Routes'
189189 }
190190 } ;
191191
0 commit comments