7 Commits
Author SHA1 Message Date
ZSCGRandGitHub 0271066e27 Update pre-sources.ts 2025-08-19 14:03:18 +08:00
ZSCGRandGitHub f2e4ce36de Update pre-sources.ts 2025-08-19 13:55:57 +08:00
ZSCGRandGitHub cce09de022 Update sources.json 2025-08-19 13:45:58 +08:00
ZSCGRandGitHub 9e37d4449f Update sources.json 2025-08-19 13:42:39 +08:00
ZSCGRandGitHub aff39c1e1b Update pinyin.json 2025-08-19 13:29:29 +08:00
ZSCGRandGitHub 6c22566079 Update pinyin.json 2025-08-18 22:48:38 +08:00
ZSCGRandGitHub cfb48a8c25 Update sources.json 2025-08-18 22:24:58 +08:00
3 changed files with 13 additions and 3 deletions
+3 -1
View File
@@ -36,10 +36,12 @@
"kaopu": "kaopuxinwen",
"jin10": "jinshishuju",
"baidu": "baiduresou",
"linuxdo-latest": "LINUX DO-zuixin",
"linuxdo-hot": "LINUX DO-jinrizuire",
"nowcoder": "niuke",
"sspai": "shaoshupai",
"juejin": "xitujuejin",
"ifeng": "fenghuangwang-redianzixun",
"chongbuluo-latest": "chongbuluo-zuixin",
"chongbuluo-hot": "chongbuluo-zuire"
}
}
-1
View File
@@ -336,7 +336,6 @@ export const originSources = {
column: "tech",
color: "slate",
home: "https://linux.do/",
disable: true,
sub: {
latest: {
title: "最新",
+10 -1
View File
@@ -414,6 +414,15 @@
"color": "blue",
"interval": 600000
},
"linuxdo-hot": {
"name": "LINUX DO",
"type": "hottest",
"column": "tech",
"home": "https://linux.do",
"color": "gray",
"interval": 1800000,
"title": "今日最热"
},
"nowcoder": {
"name": "牛客",
"type": "hottest",
@@ -473,4 +482,4 @@
"interval": 1800000,
"title": "最热"
}
}
}