-
Notifications
You must be signed in to change notification settings - Fork 741
Open
Description
btcloud/app/command/UpdateAll.php
Line 60 in 3d5cb3c
| 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
Labels
No labels