chore: remove sources

This commit is contained in:
Ou 2024-10-09 19:15:28 +08:00
parent 24cf2a5a75
commit c3b6ae1f01
3 changed files with 3 additions and 17 deletions

View File

@ -17,11 +17,7 @@ export const sourcesFn = {
coolapk,
cankaoxiaoxi,
sputniknewscn,
"peopledaily": defineRSSSource("https://feedx.net/rss/people.xml", {
hiddenDate: true,
}),
"douyin": defineFallbackSource("douyin"),
"aljazeeracn": defineRSSSource("https://feedx.net/rss/aljazeera.xml"),
"toutiao": defineFallbackSource("toutiao"),
"wallstreetcn": defineRSSHubSource("/wallstreetcn/live"),
"36kr-quick": defineRSSHubSource("/36kr/newsflashes"),

View File

@ -13,11 +13,11 @@ export const metadata: Metadata = {
},
china: {
name: "国内",
sources: ["peopledaily", "toutiao", "zhihu", "cankaoxiaoxi"],
sources: ["toutiao", "zhihu", "cankaoxiaoxi"],
},
world: {
name: "国",
sources: ["aljazeeracn", "sputniknewscn", "zaobao"],
name: "国",
sources: ["sputniknewscn", "zaobao"],
},
code: {
name: "代码",

View File

@ -25,11 +25,6 @@ export const originSources = {
name: "俄罗斯卫星通讯社",
home: "https://sputniknews.cn",
},
"aljazeeracn": {
name: "半岛电视台",
interval: Time.half,
home: "https://chinese.aljazeera.net",
},
"cankaoxiaoxi": {
name: "参考消息",
interval: Time.half,
@ -83,11 +78,6 @@ export const originSources = {
name: "IT之家",
home: "https://www.ithome.com",
},
"peopledaily": {
name: "人民日报",
interval: 3 * 60 * 60 * 1000,
home: "http://paper.people.com.cn",
},
} as const satisfies Record<string, OriginSource>
export const sources = genSources()