feat: add Chinese finance dataset feeds

This commit is contained in:
2026-07-23 20:36:11 +08:00
parent b053c3874a
commit 4b38a42607

View File

@@ -19,6 +19,8 @@ var defaultDatasetSources = []struct {
{Name: "华尔街日报热门", URL: "https://wsj.buzzing.cc/feed.json", IconURL: "https://wsj.buzzing.cc/apple-touch-icon.png"},
{Name: "Product Hunt", URL: "https://ph.buzzing.cc/feed.json", IconURL: "https://ph.buzzing.cc/apple-touch-icon.png"},
{Name: "Dev.to", URL: "https://dev.buzzing.cc/feed.json", IconURL: "https://dev.buzzing.cc/apple-touch-icon.png"},
{Name: "财联社-热门", URL: "https://rsshub.app/cls/hot"},
{Name: "金十数据-快讯", URL: "https://rsshub.app/jin10"},
}
// InitDataset creates the default Buzzing RSS sources for the default account when the source table is empty.