72 lines
2.2 KiB
PHP
Executable File
72 lines
2.2 KiB
PHP
Executable File
<?php
|
||
namespace App\Services\Github\Mod\FreeNode;
|
||
|
||
use App\Services\Github\Mod\Base;
|
||
//use App\Services\TomTool\Http;
|
||
|
||
class D extends Base {
|
||
|
||
// public $aShip; // 必须,注入
|
||
|
||
public function Get($aArticle)
|
||
{
|
||
|
||
// if (!$this->todayUpd()) {
|
||
// return false;
|
||
// }
|
||
|
||
// tomd($aArticle, 1);
|
||
|
||
$sContent = "# 免费v2ray/clash节点订阅 每日自动更新
|
||
翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子
|
||
|
||
免费节点来自:".$aArticle["fn_www"]."
|
||
|
||
## 客户端下载
|
||
|
||
| 名称 | 操作系统 | 地址 |
|
||
|------|----------|------|
|
||
| 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订阅链接
|
||
|
||
- ".$aArticle["ex_feed_clash_url"]."
|
||
|
||
### V2ray订阅链接
|
||
|
||
- ".$aArticle["ex_feed_v2ray_url"]."
|
||
|
||
## 更多clash节点订阅 :
|
||
|
||
### 性价比机场推荐:[".$aArticle["ex_ship_name"]."](https://".$aArticle["ex_ship_www"].")
|
||
|
||
".$aArticle["ex_ship"]["good_str"]."
|
||
|
||
".$aArticle["ex_ship"]["youhui_str"]."
|
||
|
||
点击进入[".$aArticle["ex_ship_www"]."机场官网](https://".$aArticle["ex_ship_www"].")。
|
||
|
||
#### 更新于:".date("Y-m-d H:i:s");
|
||
|
||
// $t = ["test1","test2"];
|
||
// $t = json_encode($t);
|
||
//
|
||
// tomd($t, 1);
|
||
|
||
tomd($sContent, 1);
|
||
|
||
return $sContent;
|
||
|
||
}
|
||
|
||
}
|