Giter VIP home page Giter VIP logo

rss-reader's Issues

[feature]前端配置订阅源

目前rss源是通过修改config.json来实现的,不方便之处:
1、需要ssh到服务器修改config
2、修改完成后还需重启docker容器

希望前端配置订阅源,实时前端刷新,那就很方便了

优化文本溢出情况

大佬能不能优化下RSS条目标题的文本框,根据文本多少改变文本框高度,就像今日热榜那样的可以多行显示不截断

前端刷新需要增加下配置

因VPS在国外,前端刷新的体验非常不好,希望增加一个配置的地方。其实前端不刷新也没有关系的

在移动设备中页面顶部的倒计时显示并卡住

在移动设备中,停止发送heartbeat,但是页面顶部的倒计时却显示并卡住。

是否可以考虑下countdown这块单独拿出来倒计时,只有当ws断开时,触发countdown停止?

          if (!isMobile && this.autoUpdatePush > 0) {
            setInterval(sendHeartbeat, 60000);
            setInterval(() => {
              if (this.countdown > 0) {
                this.countdown--;
              } else {
                this.countdown = 60;
              }
            }, 1000);
          }

rss更新不及时

我不清楚它的更新逻辑是什么,是每次刷新页面吗,我订阅了好几个rss,但是无论我刷新多少次页面等多长时间自动刷新,下面的时间都不会更新,内容也不会更新,而rss已经更新了,能不能改成实时刷新的呢,或者等那个时间到了自动更新所有rss

能支持在ARM架构的服务器上执行吗?

不太确定是不是ARM服务器的原因,但报exec ./rss-reader: exec format error这个错误,排查了执行权限、端口号冲突的,都没有发现问题,所以来请教下

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.