This commit is contained in:
github-actions[bot]
2026-08-24 10:30:39 +00:00
parent 1bf4aa1b85
commit f57791eb16
6 changed files with 98 additions and 0 deletions
+3
View File
@@ -7591,6 +7591,9 @@
"/scau/yjsy": [
"Chunssu"
],
"/schwabnetwork/markets": [
"hutianyu2006"
],
"/science/blogs/:name?": [
"TomHodson"
],
+5
View File
@@ -17309,6 +17309,11 @@
source:[ "/208/list.htm",
"/" ],
target:"/scau/yjsy" } ] },
"schwabnetwork.com":{ _name:"Schwab Network",
".":[ { title:"市场新闻",
docs:"https://docs.rsshub.app/routes/finance",
source:[ "/markets" ],
target:"/schwabnetwork/markets" } ] },
"science.org":{ _name:"Science Magazine",
".":[ { title:"Blogs",
docs:"https://docs.rsshub.app/routes/journal",
+13
View File
@@ -37616,6 +37616,19 @@
}
]
},
"schwabnetwork.com": {
"_name": "Schwab Network",
".": [
{
"title": "市场新闻",
"docs": "https://docs.rsshub.app/routes/finance",
"source": [
"/markets"
],
"target": "/schwabnetwork/markets"
}
]
},
"science.org": {
"_name": "Science Magazine",
".": [
+1
View File
@@ -2847,6 +2847,7 @@ export type RoutePath =
| `/sass/gs/:type`
| `/scau/yjsy`
| `/scau/yzb`
| `/schwabnetwork/markets`
| `/science/blogs/:name?`
| `/science/cover`
| `/science/current/:journal?`
+38
View File
@@ -103507,6 +103507,44 @@ export default {
"url": "yzb.scau.edu.cn",
"lang": "zh-CN"
},
"schwabnetwork": {
"routes": {
"/markets": {
"path": "/markets",
"categories": [
"finance"
],
"view": 5,
"example": "/schwabnetwork/markets",
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"schwabnetwork.com/markets"
]
}
],
"name": "市场新闻",
"maintainers": [
"hutianyu2006"
],
"url": "schwabnetwork.com/markets",
"location": "markets.tsx",
"module": () => import('@/routes/schwabnetwork/markets.tsx')
}
},
"apiRoutes": {},
"name": "Schwab Network",
"url": "schwabnetwork.com",
"description": "Charles Schwab Media Productions Company"
},
"science": {
"routes": {
"/blogs/:name?": {
+38
View File
@@ -103507,6 +103507,44 @@
"url": "yzb.scau.edu.cn",
"lang": "zh-CN"
},
"schwabnetwork": {
"routes": {
"/markets": {
"path": "/markets",
"categories": [
"finance"
],
"view": 5,
"example": "/schwabnetwork/markets",
"features": {
"requireConfig": false,
"requirePuppeteer": false,
"antiCrawler": false,
"supportBT": false,
"supportPodcast": false,
"supportScihub": false
},
"radar": [
{
"source": [
"schwabnetwork.com/markets"
]
}
],
"name": "市场新闻",
"maintainers": [
"hutianyu2006"
],
"url": "schwabnetwork.com/markets",
"location": "markets.tsx",
"module": "() => import('@/routes/schwabnetwork/markets.tsx')"
}
},
"apiRoutes": {},
"name": "Schwab Network",
"url": "schwabnetwork.com",
"description": "Charles Schwab Media Productions Company"
},
"science": {
"routes": {
"/blogs/:name?": {