Able to read news across pages

This commit is contained in:
2025-01-25 22:48:14 +08:00
parent d91192a11a
commit 48a04b09a4
4 changed files with 51 additions and 17 deletions

View File

@ -5,4 +5,5 @@ type NewsSource struct {
Label string `json:"label"`
Type string `json:"type"`
Source string `json:"source"`
Depth int `json:"depth"`
}