楼主请问这个问题可以讲解下吗 ,官网下载源码安装的定时任务从未执行!请将 http://pay01.maccloud.cn/CloudreveInstaller/Cron 加入到您的定时任务列队中(如Crontab)。访问后是这样的[0]  HttpException在App.php线583
控制器不存在:app \ index \ controller \ CloudreveInstaller
    try {
        $instance = Loader::controller(
            $controller,
            $config['url_controller_layer'],
            $config['controller_suffix'],
            $config['empty_controller']
        );
    } catch (ClassNotFoundException $e) {
        throw new HttpException(404, 'controller not exists:' . $e->getClass());
    }
    // 获取当前操作名
    $action = $actionName . $config['action_suffix'];
    $vars = [];
    if (is_callable([$instance, $action])) {
        // 执行操作方法
        $call = [$instance, $action];
调用堆栈
在App.php第583行中
在App :: module上([['index','CloudreveInstaller','Cron'],['app_host'=>'','app_debug'=> true,'app_trace'=> false,...],false)在App.php第456行
在App :: exec(['type'=>'module','module'=> ['index','CloudreveInstaller','Cron']],['app_host'=>'','app_debug'=> true,'app_trace'=> 假,...])在App.php第139行中
在应用 ::在运行()start.php线19
在index.php第18行的 require('/ www/wwwroot/pay01.m ... ')