mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
chore: remove sources
This commit is contained in:
parent
24cf2a5a75
commit
c3b6ae1f01
@ -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"),
|
||||
|
@ -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: "代码",
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user