app_name} 当前版本 {$this->app_version}"); Log::info("使用说明请移步 https://github.com/lkeme/BiliHelper-personal 查看。"); if (PHP_SAPI != 'cli') { die("Please run this script from command line ."); } if (version_compare(PHP_VERSION, '7.0.0', '<')) { die("Please upgrade PHP version > 7.0.0 ."); } // if (version_compare(PHP_VERSION, '8.0.0', '>')) { // die("Please upgrade PHP version < 8.0.0 ."); // } return $this; } }