diff --git a/shared/sources.ts b/shared/sources.ts
index 8675b27..7e95120 100644
--- a/shared/sources.ts
+++ b/shared/sources.ts
@@ -21,6 +21,7 @@ export const originSources = {
name: "酷安",
type: "hottest",
color: "green",
+ title: "今日最热",
home: "https://coolapk.com",
},
"wallstreetcn": {
@@ -31,7 +32,7 @@ export const originSources = {
},
"sputniknewscn": {
name: "俄罗斯卫星通讯社",
- color: "yellow",
+ color: "orange",
home: "https://sputniknews.cn",
},
"cankaoxiaoxi": {
diff --git a/src/components/header.tsx b/src/components/header.tsx
index bc607bb..b3ad988 100644
--- a/src/components/header.tsx
+++ b/src/components/header.tsx
@@ -54,21 +54,19 @@ function RefreshButton() {
export function Header() {
return (
<>
-
-
+
+
+
+
+ News
+ Now
+
+
+
+ {`v${Version}`}
+
+
+
diff --git a/src/components/section/card.tsx b/src/components/section/card.tsx
index 239441d..4b1decb 100644
--- a/src/components/section/card.tsx
+++ b/src/components/section/card.tsx
@@ -42,7 +42,7 @@ export const CardWrapper = forwardRef(({ id, isDragg
{sources[id].name}
- {sources[id]?.title && {sources[id].title}}
+ {sources[id]?.title && {sources[id].title}}
-
+