web-infra-dev / rspress

🦀💨 A fast Rspack-based static site generator.
https://rspress.dev
MIT License
1.46k stars 137 forks source link

[Bug]: Context doesn't work for custom-link #1571

Closed Huxpro closed 1 week ago

Huxpro commented 1 week ago

Version

N/A

Details

  {
    "type": "custom-link",
    "context": "new",
    "label": "Rspeedy",
    "link": "..."
  },

Image

It seems like the reason is that custom-link generated a directly and bypass the data-context logics. Maybe we can wrap it with a div. .rspress-sidebar-item?

Reproduce link

Internal

Reproduce Steps

Internal