Skip to content

Commit

Permalink
标注图床网络位置;调整图床推荐顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyjay committed Jul 22, 2022
1 parent d3af71e commit e111979
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/ImageHosting/Catbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use app\Libs\Log;

/**
* 猫盒
* 猫盒(美国)
* Class Catbox
* @package app\ImageHosting
* @url https://catbox.moe/
Expand Down
2 changes: 1 addition & 1 deletion app/ImageHosting/Chkaja.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use app\Libs\Log;

/**
* 愛上傳
* 愛上傳(Cloudflare)
* Class Chkaja
* @package app\ImageHosting
* @url https://img.chkaja.com/
Expand Down
2 changes: 1 addition & 1 deletion app/ImageHosting/Imgstop.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use app\Libs\Str;

/**
* 映画の图床
* 映画の图床(国内大厂 CDN)
* Class Imgstop
* @package app\ImageHosting
* @url https://imgs.top/
Expand Down
2 changes: 1 addition & 1 deletion app/ImageHosting/Imgtg.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use app\Libs\Log;

/**
* Imgtg
* Imgtg(国内 CDN 但是鉴黄超级严格)
* Class Imgtg
* @package app\ImageHosting
* @url https://Imgtg.com/
Expand Down
2 changes: 1 addition & 1 deletion app/ImageHosting/Imgurl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use app\Libs\Log;

/**
* Imgurl
* Imgurl(AWS)
* Class Imgurl
* @package app\ImageHosting
* @url https://www.imgurl.org/
Expand Down
2 changes: 1 addition & 1 deletion app/ImageHosting/Pngcm.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use app\Libs\Str;

/**
* Pngcm
* Pngcm(欧洲。有时会莫名把图 404 掉)
* Class Pngcm
* @package app\ImageHosting
* @url https://png.cm/
Expand Down
2 changes: 1 addition & 1 deletion app/ImageHosting/Saoren.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use app\Libs\Str;

/**
* 骚人图床
* 骚人图床(国内)
* Class Saoren
* @package app\ImageHosting
* @url https://tu.sao.ren/
Expand Down
2 changes: 1 addition & 1 deletion app/ImageHosting/Tsesze.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use app\Libs\Log;

/**
* Tsesze(268608 的英文首字母缩写)
* Tsesze(268608 的英文首字母缩写。貌似是阿里云单机,带宽不是很够的样子
* Class Tsesze
* @package app\ImageHosting
* @url https://www.268608.com/
Expand Down
4 changes: 1 addition & 3 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,16 @@

/**
* 图床名称
* 可多选:baidu、imgstop、pngcm、saoren、imgtg、tsesze、catbox、imgurl、chkaja、smms、tietuku、local
* (推荐度按照顺序从高到低)
*
* 推荐填写多个图床,如果其中一个图床上传失败,则将按照顺序继续尝试其他图床
*
* Image-Hosting
* Multiple choice: baidu, imgstop, pngcm, saoren, imgtg, tsesze, catbox, imgurl, chkaja, smms, tietuku, local
* (Recommendation is ranked from highest to lowest)
*
* It is recommended to fill in more than one image-hosting, if one of them fails to upload, it will continue to try other image-hosting in order
*/
'image_hosting' => ['baidu', 'imgstop', 'pngcm', 'saoren', 'imgtg', 'tsesze', 'catbox', 'imgurl', 'chkaja', 'local'],
'image_hosting' => ['baidu', 'imgstop', 'saoren', 'tsesze', 'imgtg', 'chkaja', 'pngcm', 'catbox', 'imgurl', 'local'],

/**
* 图床扩展配置信息
Expand Down

0 comments on commit e111979

Please sign in to comment.