leon-kfd / Dashboard

Custom your personal browser start page from some configurable components.
https://doc.howdz.xyz
MIT License
947 stars 116 forks source link

[Feature] RSS 组件 #111

Open yanecc opened 6 months ago

yanecc commented 6 months ago

希望可以添加RSS组件,谢谢!

leon-kfd commented 6 months ago

之前也是考虑过做的,简易版的RSS解析可以原生实现。之前没做是考虑到一个问题,就是基本大多数RSS订阅源都是有CORS限制的,纯浏览器拉取会报跨域的。

xulimeng3306 commented 3 weeks ago

所以现在有可以实现的方式了吗

leon-kfd commented 3 weeks ago

image

推荐用Iframe嵌入follow,单独开发RSS功能代价太大

leon-kfd commented 3 weeks ago

https://www.howdz.xyz/?preview=9G3TW

xulimeng3306 commented 3 weeks ago

好的,谢谢

xulimeng3306 commented 2 weeks ago

请问Iframe 无法嵌入 ttrss 使用吗,我通过Iframe 请求部署的ttrss 服务无法成功访问,但是正常在chrome 上是可以成功访问的

leon-kfd commented 1 week ago

浏览器IFrame嵌入第三方网页,需要第三方网页开启允许iframe嵌入与跨域限制的相关请求头才行的。如果是自己部署的网站,可以查一下nginx配置与项目配置