Giter Site home page Giter Site logo

Comments (3)

vertex-app avatar vertex-app commented on July 28, 2024

js 规则可以做到,不懂 js 的话没办法,不会为了这个单独做功能。

from vertex.

chuxinshuo avatar chuxinshuo commented on July 28, 2024

js 规则可以做到,不懂 js 的话没办法,不会为了这个单独做功能。

好的,谢谢答复,总归是有可能性,自己不懂JS,反复看了你的 WIKI 和 殊途佬的规则(博客已经打不开,在别处看到)写的 JS,照葫芦画瓢写的,大佬抽空可以指点一下吗?

(maindata, torrent) => {
const categoryList = [
"不想",
"删的",
"种子",
"加",
"这些",
"分类"
];
if (
usedSpace >= 10010241024*1024 && category("分类A")
) {
return true;
}
return false;
};

from vertex.

chuxinshuo avatar chuxinshuo commented on July 28, 2024

js 规则可以做到,不懂 js 的话没办法,不会为了这个单独做功能。

好的,谢谢答复,总归是有可能性,自己不懂JS,反复看了你的 WIKI 和 殊途佬的规则(博客已经打不开,在别处看到)写的 JS,照葫芦画瓢写的,大佬抽空可以指点一下吗?

(maindata, torrent) => { const categoryList = [ "不想", "删的", "种子", "加", "这些", "分类" ]; if ( usedSpace >= 100_1024_1024*1024 && category("分类A") ) { return true; } return false; };

这是统计所有种子的空间,请问做到统计指定分类的空间呢?谢谢大佬

from vertex.

Related Issues (20)

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.