no message
This commit is contained in:
parent
893528e157
commit
e8a846e739
@ -172,7 +172,7 @@ class CronController
|
||||
// 设置文件权限
|
||||
chmod($sshConfigFile, 0600);
|
||||
|
||||
echo "SSH config updated successfully.";
|
||||
echo "SSH config updated successfully.\n";
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -219,6 +219,54 @@ https://clashfreenode.com/feed/clash-".date('Ymd').".yaml
|
||||
|
||||
}
|
||||
|
||||
public function E($aArticle)
|
||||
{
|
||||
$sContent = "# 免费v2ray/clash节点订阅 每日自动更新
|
||||
翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子
|
||||
|
||||
免费节点来自:https://clashfreenode.com
|
||||
|
||||
## 客户端下载
|
||||
|
||||
| 名称 | 操作系统 | 地址 |
|
||||
|------|----------|------|
|
||||
| SingBox | Mac/Linux/Android/Ios | [https://sing-box.sagernet.org/clients/](https://sing-box.sagernet.org/clients/) |
|
||||
| FlClash | Mac/Linux/Windows/Android | [https://github.com/chen08209/FlClash](https://github.com/chen08209/FlClash) |
|
||||
| Clash Verge | Mac/Linux/Windows | [https://github.com/clash-verge-rev/clash-verge-rev](https://github.com/clash-verge-rev/clash-verge-rev) |
|
||||
| Clash Meta Android | Android | [https://github.com/MetaCubeX/ClashMetaForAndroid](https://github.com/MetaCubeX/ClashMetaForAndroid) |
|
||||
| ClashX Meta | Mac | [https://github.com/MetaCubeX/ClashX.Meta](https://github.com/MetaCubeX/ClashX.Meta) |
|
||||
| V2RayN | Windows | [https://github.com/2dust/v2rayN](https://github.com/2dust/v2rayN) |
|
||||
| V2RayNG | Android | [https://github.com/2dust/v2rayNG](https://github.com/2dust/v2rayNG) |
|
||||
| V2RayU | Mac | [https://github.com/yanue/V2rayU](https://github.com/yanue/V2rayU) |
|
||||
|
||||
## 订阅链接:
|
||||
|
||||
### Clash订阅链接
|
||||
|
||||
- https://clashfreenode.com/feed/clash-".date('Ymd').".yaml
|
||||
|
||||
### V2ray订阅链接
|
||||
|
||||
- https://clashfreenode.com/feed/v2ray-".date('Ymd').".txt
|
||||
|
||||
## 更多clash节点订阅 :
|
||||
|
||||
### 性价比机场推荐:[福云](https://fuuu.cloud)
|
||||
|
||||
* 价格低 - 目前七折优惠,折后低至8元。
|
||||
|
||||
* 速度快 - 晚高峰看youtube高清不卡顿。
|
||||
|
||||
* 稳定 - 稳定运营二年多,海外团队。
|
||||
|
||||
购买套餐时输入【".$aArticle['sale_code']."】享".$aArticle['sale_rate']."折优惠,点击进入[福云机场官网](https://fuuu.cloud)。
|
||||
|
||||
#### 更新于:".date("Y-m-d H:i:s");
|
||||
|
||||
return $sContent;
|
||||
|
||||
}
|
||||
|
||||
public function Test($aArticle)
|
||||
{
|
||||
if (!$this->todayUpd()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user