Skip to content

跳过不更新的插件无效 #302

@imnpc

Description

@imnpc

if($type == 0 && ($plugin['type']==8 || $plugin['type']==12 || in_array($plugin['name'], \app\lib\BtPlugins::$skip_plugins)) || $type == 1 && $plugin['type']==12 || $plugin['type']==10 || $plugin['type']==5) continue;

经过测试,如果API接口源站是 专业版/企业版,跳过是无效的,只有免费版才行,需要在下面增加一行:

if(in_array($plugin['name'], \app\lib\BtPlugins::$skip_plugins)) continue;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions