From e111979831a85ea246b406006bc91a5455802e4b Mon Sep 17 00:00:00 2001 From: mokeyjay Date: Sat, 23 Jul 2022 02:08:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E6=B3=A8=E5=9B=BE=E5=BA=8A=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E4=BD=8D=E7=BD=AE=EF=BC=9B=E8=B0=83=E6=95=B4=E5=9B=BE?= =?UTF-8?q?=E5=BA=8A=E6=8E=A8=E8=8D=90=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ImageHosting/Catbox.php | 2 +- app/ImageHosting/Chkaja.php | 2 +- app/ImageHosting/Imgstop.php | 2 +- app/ImageHosting/Imgtg.php | 2 +- app/ImageHosting/Imgurl.php | 2 +- app/ImageHosting/Pngcm.php | 2 +- app/ImageHosting/Saoren.php | 2 +- app/ImageHosting/Tsesze.php | 2 +- config.php | 4 +--- 9 files changed, 9 insertions(+), 11 deletions(-) diff --git a/app/ImageHosting/Catbox.php b/app/ImageHosting/Catbox.php index 29bdf2f..04d3cc9 100644 --- a/app/ImageHosting/Catbox.php +++ b/app/ImageHosting/Catbox.php @@ -6,7 +6,7 @@ use app\Libs\Log; /** - * 猫盒 + * 猫盒(美国) * Class Catbox * @package app\ImageHosting * @url https://catbox.moe/ diff --git a/app/ImageHosting/Chkaja.php b/app/ImageHosting/Chkaja.php index fbe47dc..4dc061a 100644 --- a/app/ImageHosting/Chkaja.php +++ b/app/ImageHosting/Chkaja.php @@ -6,7 +6,7 @@ use app\Libs\Log; /** - * 愛上傳 + * 愛上傳(Cloudflare) * Class Chkaja * @package app\ImageHosting * @url https://img.chkaja.com/ diff --git a/app/ImageHosting/Imgstop.php b/app/ImageHosting/Imgstop.php index a311837..4743ed8 100644 --- a/app/ImageHosting/Imgstop.php +++ b/app/ImageHosting/Imgstop.php @@ -7,7 +7,7 @@ use app\Libs\Str; /** - * 映画の图床 + * 映画の图床(国内大厂 CDN) * Class Imgstop * @package app\ImageHosting * @url https://imgs.top/ diff --git a/app/ImageHosting/Imgtg.php b/app/ImageHosting/Imgtg.php index 3b2618e..ecbf46b 100644 --- a/app/ImageHosting/Imgtg.php +++ b/app/ImageHosting/Imgtg.php @@ -6,7 +6,7 @@ use app\Libs\Log; /** - * Imgtg + * Imgtg(国内 CDN 但是鉴黄超级严格) * Class Imgtg * @package app\ImageHosting * @url https://Imgtg.com/ diff --git a/app/ImageHosting/Imgurl.php b/app/ImageHosting/Imgurl.php index 9323cf9..8ee2cd9 100644 --- a/app/ImageHosting/Imgurl.php +++ b/app/ImageHosting/Imgurl.php @@ -6,7 +6,7 @@ use app\Libs\Log; /** - * Imgurl + * Imgurl(AWS) * Class Imgurl * @package app\ImageHosting * @url https://www.imgurl.org/ diff --git a/app/ImageHosting/Pngcm.php b/app/ImageHosting/Pngcm.php index a33f430..f97960a 100644 --- a/app/ImageHosting/Pngcm.php +++ b/app/ImageHosting/Pngcm.php @@ -7,7 +7,7 @@ use app\Libs\Str; /** - * Pngcm + * Pngcm(欧洲。有时会莫名把图 404 掉) * Class Pngcm * @package app\ImageHosting * @url https://png.cm/ diff --git a/app/ImageHosting/Saoren.php b/app/ImageHosting/Saoren.php index cf901a7..f647a6c 100644 --- a/app/ImageHosting/Saoren.php +++ b/app/ImageHosting/Saoren.php @@ -7,7 +7,7 @@ use app\Libs\Str; /** - * 骚人图床 + * 骚人图床(国内) * Class Saoren * @package app\ImageHosting * @url https://tu.sao.ren/ diff --git a/app/ImageHosting/Tsesze.php b/app/ImageHosting/Tsesze.php index b3330e5..94b6574 100644 --- a/app/ImageHosting/Tsesze.php +++ b/app/ImageHosting/Tsesze.php @@ -6,7 +6,7 @@ use app\Libs\Log; /** - * Tsesze(268608 的英文首字母缩写) + * Tsesze(268608 的英文首字母缩写。貌似是阿里云单机,带宽不是很够的样子) * Class Tsesze * @package app\ImageHosting * @url https://www.268608.com/ diff --git a/config.php b/config.php index 90c811f..923088e 100644 --- a/config.php +++ b/config.php @@ -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'], /** * 图床扩展配置信息