no message
This commit is contained in:
parent
a8eca4e94e
commit
b2e4ca8e2e
@ -109,17 +109,14 @@ final class FnTgPublish
|
||||
throw new \Exception("没得到sThumb >>> ".$sResult);
|
||||
}
|
||||
|
||||
$iImgId = $aResult["aData"]["img_id"] ?? 0;
|
||||
$sInput = "thumb_a.jpg";
|
||||
$sPattern = '/thumb_./u';
|
||||
$sReplacement = 'full';
|
||||
$sImgUrl = preg_replace($sPattern, $sReplacement, $sImgUrl);
|
||||
|
||||
$sTitle = "「".date("m月d日")."」最新免费节点,SSR/V2ray/Clash/Shadowrocket";
|
||||
|
||||
$sStr = $sTitle."\n\n👉 https://".$sSiteDomain."/a/fn".date("Ymd").".html";
|
||||
|
||||
// $sImgUrl = "https://".$sSiteDomain."/site/".$sSiteCode."/images/article/".$iImgId.".png";
|
||||
// $sImgUrl = "https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png";
|
||||
// $sImgUrl = "https://clashfreenode.com/site/clashfreenode.com/images/article/5.png";
|
||||
// $sImgUrl = "https://gips3.baidu.com/it/u=1821127123,1149655687&fm=3028&app=3028&f=JPEG&fmt=auto?w=720&h=1280";
|
||||
// $sImgUrl = "";
|
||||
|
||||
$r = TeleSlave::start($sSiteCode, $sSiteCode)
|
||||
// ->enableSlaveQueue(false)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user