Skip to content

Commit 64437bd

Browse files
committed
docs: restore repository name in display headers
Bring the repository name back to the README, site title, and banner so the project keeps its recognizable branding while staying away from Awesome-specific badges and framing. Made-with: Cursor
1 parent 629d51c commit 64437bd

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# RSS Feed Directory
1+
# Awesome RSSHub Routes
22

33
[![GitHub stars](https://img.shields.io/github/stars/JackyST0/awesome-rsshub-routes?style=social)](https://github.com/JackyST0/awesome-rsshub-routes)
44
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
55
[![Check Feeds](https://github.com/JackyST0/awesome-rsshub-routes/actions/workflows/check-feeds.yml/badge.svg)](https://github.com/JackyST0/awesome-rsshub-routes/actions/workflows/check-feeds.yml)
66

77
<p align="center">
8-
<img src="assets/banner.svg" alt="RSS Feed Directory" width="100%">
8+
<img src="assets/banner.svg" alt="Awesome RSSHub Routes" width="100%">
99
</p>
1010

1111
[中文](./readme-zh.md) | **English**

assets/banner.svg

Lines changed: 1 addition & 1 deletion
Loading

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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">
@@ -49,7 +49,7 @@
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

readme-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# 🎯 RSS 订阅源目录
1+
# 🎯 Awesome RSSHub Routes
22

33
[![GitHub stars](https://img.shields.io/github/stars/JackyST0/awesome-rsshub-routes?style=social)](https://github.com/JackyST0/awesome-rsshub-routes)
44
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
55
[![Check Feeds](https://github.com/JackyST0/awesome-rsshub-routes/actions/workflows/check-feeds.yml/badge.svg)](https://github.com/JackyST0/awesome-rsshub-routes/actions/workflows/check-feeds.yml)
66

77
<p align="center">
8-
<img src="assets/banner.svg" alt="RSS 订阅源目录" width="100%">
8+
<img src="assets/banner.svg" alt="Awesome RSSHub Routes" width="100%">
99
</p>
1010

1111
**中文** | [English](./README.md)

0 commit comments

Comments
 (0)