Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbccc committed May 12, 2019
1 parent e7bf70a commit abc20f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Tools/CrawlerUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function get_crawler_config(){
if(file_exists($cffn)){
$a = include $cffn;
}else{
$a = include app_path()."/inc/urlconfig.php";
$a = include config_path()."/urlconfig.php";
}
return $a;
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ composer install

php artisan migrate

替换 avbook\app\inc\urlconfig.php 文件中的域名为最新域名
替换 avbook/config/urlconfig.php 文件中的域名为最新域名

php artisan avbook:avmoo #启动avmoo爬虫

Expand Down

0 comments on commit abc20f8

Please sign in to comment.