feat: add source bbs.pcbeta.com

This commit is contained in:
Ou
2025-04-04 19:51:37 +08:00
parent 72f0c02f84
commit b6db719b46
6 changed files with 55 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

+1
View File
@@ -19,6 +19,7 @@ declare module 'glob:./sources/{*.ts,**/index.ts}' {
export const kuaishou: typeof import('./sources/kuaishou')
export const linuxdo: typeof import('./sources/linuxdo')
export const nowcoder: typeof import('./sources/nowcoder')
export const pcbeta: typeof import('./sources/pcbeta')
export const producthunt: typeof import('./sources/producthunt')
export const solidot: typeof import('./sources/solidot')
export const sputniknewscn: typeof import('./sources/sputniknewscn')
+4
View File
@@ -0,0 +1,4 @@
export default defineSource({
"pcbeta-windows11": defineRSSSource("https://bbs.pcbeta.com/forum.php?mod=rss&fid=563&auth=0"),
"pcbeta-windows": defineRSSSource("https://bbs.pcbeta.com/forum.php?mod=rss&fid=521&auth=0"),
})
+2
View File
@@ -15,6 +15,8 @@
"thepaper": "pengpaixinwen-rebang",
"sputniknewscn": "weixingtongxunshe",
"cankaoxiaoxi": "cankaoxiaoxi",
"pcbeta-windows11": "yuanjingluntan-Windows 11",
"pcbeta-windows": "yuanjingluntan-Windows ziyuanqu",
"cls-telegraph": "cailianshe-dianbao",
"cls-depth": "cailianshe-shendu",
"cls-hot": "cailianshe-remen",
+19 -2
View File
@@ -151,6 +151,24 @@ export const originSources = {
interval: Time.Common,
home: "https://china.cankaoxiaoxi.com",
},
"pcbeta": {
name: "远景论坛",
color: "blue",
column: "tech",
home: "https://bbs.pcbeta.com",
sub: {
windows11: {
title: "Windows 11",
type: "realtime",
interval: Time.Fast,
},
windows: {
title: "Windows 资源",
type: "realtime",
interval: Time.Fast,
},
},
},
"cls": {
name: "财联社",
color: "red",
@@ -315,8 +333,7 @@ export const originSources = {
"ghxi": {
name: "果核剥壳",
column: "china",
color: "green",
type: "realtime",
color: "yellow",
home: "https://www.ghxi.com/",
},
} as const satisfies Record<string, OriginSource>
+29 -2
View File
@@ -165,6 +165,34 @@
"color": "red",
"interval": 1800000
},
"pcbeta": {
"redirect": "pcbeta-windows11",
"name": "远景论坛",
"type": "realtime",
"column": "tech",
"home": "https://bbs.pcbeta.com",
"color": "blue",
"interval": 300000,
"title": "Windows 11"
},
"pcbeta-windows11": {
"name": "远景论坛",
"type": "realtime",
"column": "tech",
"home": "https://bbs.pcbeta.com",
"color": "blue",
"interval": 300000,
"title": "Windows 11"
},
"pcbeta-windows": {
"name": "远景论坛",
"type": "realtime",
"column": "tech",
"home": "https://bbs.pcbeta.com",
"color": "blue",
"interval": 300000,
"title": "Windows 资源区"
},
"cls": {
"redirect": "cls-telegraph",
"name": "财联社",
@@ -389,10 +417,9 @@
},
"ghxi": {
"name": "果核剥壳",
"type": "realtime",
"column": "china",
"home": "https://www.ghxi.com/",
"color": "green",
"color": "yellow",
"interval": 600000
}
}