From e8a846e7394f7f1bc75ad81505be50799c3772b2 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 18 Apr 2025 21:50:24 +0800 Subject: [PATCH] no message --- app/Http/Controllers/CronController.php | 2 +- app/Services/Github/Mod/FreeNode.php | 48 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/app/Http/Controllers/CronController.php b/app/Http/Controllers/CronController.php index 9d3fc87..332bda6 100755 --- a/app/Http/Controllers/CronController.php +++ b/app/Http/Controllers/CronController.php @@ -172,7 +172,7 @@ class CronController // 设置文件权限 chmod($sshConfigFile, 0600); - echo "SSH config updated successfully."; + echo "SSH config updated successfully.\n"; } diff --git a/app/Services/Github/Mod/FreeNode.php b/app/Services/Github/Mod/FreeNode.php index 71340a2..b2af1a6 100755 --- a/app/Services/Github/Mod/FreeNode.php +++ b/app/Services/Github/Mod/FreeNode.php @@ -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()) {