cooderl / wewe-rss

🤗更优雅的微信公众号订阅方式,支持私有化部署、微信公众号RSS生成(基于微信读书)v2.x
MIT License
5.27k stars 908 forks source link

add wewe-rss.png as build-in base64 resource #224

Closed wyn-ying closed 3 months ago

wyn-ying commented 3 months ago

针对 #220 的建议,将/favicon.ico接口利用起来,之前由 https://r2-assets.111965.xyz/wewe-rss.png 提供的png资源以base64形式写死在代码中。

如果用户通过参数 SERVER_ORIGIN_URL 配置了私有化部署地址,当需要请求png资源时,由SERVER_ORIGIN_URL/favicon.ico接口提供 如果用户没配置私有化部署地址,当需要请求png资源时,仍走原来的 https://r2-assets.111965.xyz/wewe-rss.png 接口

wyn-ying commented 3 months ago

PS: 考虑发个新release不,docker和compose还拉不下来最新代码

cooderl commented 3 months ago

兄弟666