Update pre-sources.ts
This commit is contained in:
+12
-10
@@ -330,22 +330,24 @@ export const originSources = {
|
||||
color: "blue",
|
||||
type: "hottest",
|
||||
home: "https://www.baidu.com",
|
||||
},
|
||||
"hupu": {
|
||||
name: "虎扑",
|
||||
home: "https://hupu.com",
|
||||
column: "china",
|
||||
title: "主干道热帖",
|
||||
type: "hottest",
|
||||
color: "red",
|
||||
},
|
||||
"linuxdo": {
|
||||
name: "LINUX DO",
|
||||
home: "https://linux.do/",
|
||||
column: "tech",
|
||||
color: "slate",
|
||||
home: "https://linux.do/",
|
||||
sub: {
|
||||
latest: {
|
||||
title: "最新",
|
||||
home: "https://linux.do/latest",
|
||||
},
|
||||
hot: {
|
||||
title: "今日最热",
|
||||
type: "hottest",
|
||||
color: "slate",
|
||||
interval: Time.Common,
|
||||
home: "https://linux.do/hot",
|
||||
},
|
||||
},
|
||||
},
|
||||
"ghxi": {
|
||||
name: "果核剥壳",
|
||||
|
||||
Reference in New Issue
Block a user