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,
|
coolapk,
|
||||||
cankaoxiaoxi,
|
cankaoxiaoxi,
|
||||||
sputniknewscn,
|
sputniknewscn,
|
||||||
"peopledaily": defineRSSSource("https://feedx.net/rss/people.xml", {
|
|
||||||
hiddenDate: true,
|
|
||||||
}),
|
|
||||||
"douyin": defineFallbackSource("douyin"),
|
"douyin": defineFallbackSource("douyin"),
|
||||||
"aljazeeracn": defineRSSSource("https://feedx.net/rss/aljazeera.xml"),
|
|
||||||
"toutiao": defineFallbackSource("toutiao"),
|
"toutiao": defineFallbackSource("toutiao"),
|
||||||
"wallstreetcn": defineRSSHubSource("/wallstreetcn/live"),
|
"wallstreetcn": defineRSSHubSource("/wallstreetcn/live"),
|
||||||
"36kr-quick": defineRSSHubSource("/36kr/newsflashes"),
|
"36kr-quick": defineRSSHubSource("/36kr/newsflashes"),
|
||||||
|
@ -13,11 +13,11 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
china: {
|
china: {
|
||||||
name: "国内",
|
name: "国内",
|
||||||
sources: ["peopledaily", "toutiao", "zhihu", "cankaoxiaoxi"],
|
sources: ["toutiao", "zhihu", "cankaoxiaoxi"],
|
||||||
},
|
},
|
||||||
world: {
|
world: {
|
||||||
name: "国外",
|
name: "国际",
|
||||||
sources: ["aljazeeracn", "sputniknewscn", "zaobao"],
|
sources: ["sputniknewscn", "zaobao"],
|
||||||
},
|
},
|
||||||
code: {
|
code: {
|
||||||
name: "代码",
|
name: "代码",
|
||||||
|
@ -25,11 +25,6 @@ export const originSources = {
|
|||||||
name: "俄罗斯卫星通讯社",
|
name: "俄罗斯卫星通讯社",
|
||||||
home: "https://sputniknews.cn",
|
home: "https://sputniknews.cn",
|
||||||
},
|
},
|
||||||
"aljazeeracn": {
|
|
||||||
name: "半岛电视台",
|
|
||||||
interval: Time.half,
|
|
||||||
home: "https://chinese.aljazeera.net",
|
|
||||||
},
|
|
||||||
"cankaoxiaoxi": {
|
"cankaoxiaoxi": {
|
||||||
name: "参考消息",
|
name: "参考消息",
|
||||||
interval: Time.half,
|
interval: Time.half,
|
||||||
@ -83,11 +78,6 @@ export const originSources = {
|
|||||||
name: "IT之家",
|
name: "IT之家",
|
||||||
home: "https://www.ithome.com",
|
home: "https://www.ithome.com",
|
||||||
},
|
},
|
||||||
"peopledaily": {
|
|
||||||
name: "人民日报",
|
|
||||||
interval: 3 * 60 * 60 * 1000,
|
|
||||||
home: "http://paper.people.com.cn",
|
|
||||||
},
|
|
||||||
} as const satisfies Record<string, OriginSource>
|
} as const satisfies Record<string, OriginSource>
|
||||||
|
|
||||||
export const sources = genSources()
|
export const sources = genSources()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user