feat(source): add jin10

* feat(source): add jin10
* chore: update source jin10

---------

Co-authored-by: onlylhf <[email protected]>
This commit is contained in:
Ou
2024-10-27 00:06:01 +08:00
committed by GitHub
co-authored by onlylhf
parent a29657033a
commit 4daeb0edd4
4 changed files with 53 additions and 0 deletions
+6
View File
@@ -266,6 +266,12 @@ export const originSources = {
desc: "不一定靠谱,多看多思考",
home: "https://kaopu.news/",
},
"jin10": {
name: "金十数据",
column: "finance",
color: "red",
home: "https://www.jin10.com",
},
} as const satisfies Record<string, OriginSource>
export const sources = genSources()