From b6db719b46f9ad70804ffdf50dc3e018b6325162 Mon Sep 17 00:00:00 2001 From: Ou Date: Fri, 4 Apr 2025 19:51:37 +0800 Subject: [PATCH] feat: add source bbs.pcbeta.com --- public/icons/pcbeta.png | Bin 0 -> 300 bytes server/glob.d.ts | 1 + server/sources/pcbeta.ts | 4 ++++ shared/pinyin.json | 2 ++ shared/pre-sources.ts | 21 +++++++++++++++++++-- shared/sources.json | 31 +++++++++++++++++++++++++++++-- 6 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 public/icons/pcbeta.png create mode 100644 server/sources/pcbeta.ts diff --git a/public/icons/pcbeta.png b/public/icons/pcbeta.png new file mode 100644 index 0000000000000000000000000000000000000000..2f1c30592b0a5aefcc7d46c70bd4bf6f707eb0ed GIT binary patch literal 300 zcmV+{0n`48P)3lb005*(L_t(I%jJ_>62l+}MH3TWAn5*ATYT1OW7_}l1$dMT zj9dC)+p_>b$LtVFU^TPx=L~p?#Ym+TxcX7U09+h~frf87;PYLFSh#%7-s(M4XaGoV zD;3*qEUJ9y8sq`0ic-ku$7dHt^z>MK`f5{Ds~#UB;0myR1Gxm;0M{blz@p6pphG_m yO3j0kyglh=)WFf2n%Wo33eeV_R_lKJzjy)k2RsCDz;o^Z0000 diff --git a/shared/sources.json b/shared/sources.json index 7906c84..8be2d4c 100644 --- a/shared/sources.json +++ b/shared/sources.json @@ -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 } } \ No newline at end of file