no message
This commit is contained in:
parent
119df33497
commit
2c66233011
@ -65,9 +65,13 @@ final class FnSitePublish
|
||||
|
||||
$aDylj = [];
|
||||
foreach ($aSiteFnClient as $sSiteFnClient) {
|
||||
$sSiteFnClientNick = $sSiteFnClient;
|
||||
if ($sSiteFnClient == "v2ray") {
|
||||
$sSiteFnClientNick = "v2ray\shadowrocket\小火箭";
|
||||
}
|
||||
$sFeedLink = "https://".FreenodeHelperService::urlFeedToday($oSite->code_short, $sSiteFnClient);
|
||||
$str = "";
|
||||
$str .= "<b>".$sSiteFnClient."订阅链接:</b>\n\n";
|
||||
$str .= "<b>".$sSiteFnClientNick."订阅链接:</b>\n\n";
|
||||
$str .= "<a href='javascript:;' data-clipboard-text='".$sFeedLink."' class='copy-permalink'>
|
||||
<span class='subCopy'><i class='iconfont icon-link'></i> ".$sFeedLink."</span></a>";
|
||||
$aDylj[$sSiteFnClient] = $str;
|
||||
|
||||
@ -58,7 +58,7 @@ final class ShadowRocketPublish
|
||||
"title" => '「'.date("n月j日").'」'.date("Y").'年最新免费苹果账号(小火箭账号、shadowrocket id)',
|
||||
"title_sub" => "本次更新共{$iShadowRocketIdsCount}个免费苹果账号,可用于使用小火箭(shadowrocket)。",
|
||||
"tags" => ["ios", "shadowrocket", "小火箭", "小火箭账号", "shadowrocket id", "免费苹果账号"],
|
||||
"7like" => 9
|
||||
"7like" => rand(3, 13),
|
||||
];
|
||||
|
||||
$aApiPath = json_decode($oSiteFnb->api_path, true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user