no message
This commit is contained in:
parent
c7bab019b5
commit
94dacf4b97
@ -125,6 +125,8 @@ class GithubController
|
||||
// 可选
|
||||
// $t = $this->toDayUpd(); freenode是否更新
|
||||
// $t = $this->nodeContryStr(); 地区速度
|
||||
$sDateCode = date("Ymd");
|
||||
|
||||
$oBlade = ModelBlade::where("code", $aArticle["mod"])->first();
|
||||
$aBlade = $oBlade->toArray();
|
||||
|
||||
@ -142,6 +144,12 @@ class GithubController
|
||||
$ex["url_sub_clash"] = "https://".$aArticle["fn_www"]."/clash/v2ray-".date("Ymd").".yaml";
|
||||
$ex["youhui"] = "购买套餐时输入【".$aArticle['sale_code']."】优惠码,可享".$aArticle['sale_rate']."折优惠,折后低至".$aArticle['sale_price']."元/月。";
|
||||
|
||||
$ex["url_github_clash"] = "https://raw.githubusercontent.com/".$aArticle["user_name"]."/".$aArticle["project_name"]."/main/feed/clash-".$sDateCode.".yaml";
|
||||
$ex["url_github_v2ray"] = "https://raw.githubusercontent.com/".$aArticle["user_name"]."/".$aArticle["project_name"]."/main/feed/v2ray-".$sDateCode.".txt";
|
||||
|
||||
$ex["url_github_io_clash"] = "https://".$aArticle["user_name"].".github.io/feed/clash-".$sDateCode.".yaml";
|
||||
$ex["url_github_io_v2ray"] = "https://".$aArticle["user_name"].".github.io/feed/v2ray-".$sDateCode.".txt";
|
||||
|
||||
$ex["huodong"] = $this->getHuodong($aShip);
|
||||
|
||||
$eval = $oBlade->content;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user