Skip to content

fix(source): update fastbull express selectors for new page structure - #335

Open
imxv wants to merge 1 commit into
ourongxing:mainfrom
imxv:fix/fastbull-selectors
Open

fix(source): update fastbull express selectors for new page structure#335
imxv wants to merge 1 commit into
ourongxing:mainfrom
imxv:fix/fastbull-selectors

Conversation

@imxv

@imxv imxv commented Mar 28, 2026

Copy link
Copy Markdown

Summary

  • fastbull 改版页面结构,.title_name<a> 变为 <span>,不再有 href
  • 链接移到了 [data-href] 属性上,日期从 data-date 改为 [data-time]
  • 更新选择器适配新结构,已验证可正常获取 30 条快讯数据

Closes #334

Test plan

  • pnpm dev 启动后访问"实时"tab,确认法布财经快讯正常展示
  • 确认每条新闻有标题、链接和时间

fastbull changed their HTML structure:
- `.title_name` is now a `<span>` instead of `<a>`, no longer has `href`
- Link moved to `[data-href]` attribute on share button
- Date moved from `data-date` to `[data-time]` attribute

Update selectors to match the new structure.

Closes ourongxing#334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

法布财经快讯数据源失效(页面结构变更)

1 participant