github/app/Services/Github/Mod/Doc.php
2025-04-17 16:42:56 +08:00

66 lines
3.1 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
namespace App\Services\Github\Mod;
use App\Services\TomTool\Http;
class JichangTuijian {
public function A($aArticle)
{
$sContent = "# Clash官网导航(".date("Y年m月")."最新)
## Clash官网汇总
|客户端|Windows|Mac|Android|官方仓库|备份仓库|教程与免费节点|
|:--- |:---:|:---:|:---:|:---:|:---:|:---:|
| FlClash |✅|✅|✅|[前往](https://github.com/chen08209/FlClash/releases)||[前往](https://clash.download/flclash)|
| Clash Verge Rev| ✅|✅|❌|[前往](https://github.com/clash-verge-rev/clash-verge-rev/releases)||[前往](https://clash.download/clash-verge)|
| Clash Meta for Android |❌|❌|✅|[前往](https://github.com/MetaCubeX/ClashMetaForAndroid/releases)||[前往](https://clash.download/clash-meta-for-android)|
| Clash for Windows |✅|✅|❌|~~已删库~~|[前往](https://github.com/clash-download/Clash-for-Windows)|[前往](https://github.com/clash-download/clash-for-windows)|[前往](https://clash.download/clash-for-windows)|
| Clash for Android |❌|❌|✅|~~已删库~~|[前往](https://github.com/clash-download/Clash-for-Android)|[前往](https://clash.download/clash-for-android)|
| ClashX |❌|✅|❌|~~已删库~~|[前往](https://github.com/clash-download/ClashX)|[前往](https://clash.download/clashx)|
| ClashX Pro |❌|✅|❌|~~已删库~~|[前往](https://github.com/clash-download/ClashX-Pro)|[前往](https://clash.download/clashx)|
| Clash Verge| ✅|✅|❌ |[已停更](https://github.com/zzzgydi/clash-verge/releases)|[前往](https://github.com/clash-download/Clash-Verge)|[前往](https://clash.download/clash-verge)|
## 各客户端Clash官网导航
### FlClash推荐⭐
- FlClash下载地址https://github.com/chen08209/FlClash/releases
- FlClash使用教程https://clash.download/flclash
### Clash Verge Rev推荐⭐
- Clash Verge Rev下载地址https://github.com/clash-verge-rev/clash-verge-rev/releases
- Clash Verge Rev使用教程https://clash.download/clash-verge
### Clash Meta for Android推荐⭐
- Clash Meta for Android 下载地址https://github.com/MetaCubeX/ClashMetaForAndroid/releases
- Clash Meta for Android 使用教程https://clash.download/clash-meta-for-android
### Clash for Windows (已经停更)
- Clash for Windows下载地址https://github.com/clash-download/Clash-for-Windows
- Clash for Windows使用教程https://clash.download/clash-for-windows
### Clash for Android (已经停更)
- Clash for Android下载地址https://github.com/clash-download/Clash-for-Android
- Clash for Android使用教程https://clash.download/clash-for-android
### ClashX (已经停更)
- ClashX下载地址https://github.com/clash-download/ClashX
- ClashX使用教程https://clash.download/clashx
### ClashX Pro (已经停更)
- ClashX Pro下载地址https://github.com/clashdownload/ClashX-Pro
### Clash Verge (已经停更)
- Clash Verge下载地址https://github.com/clash-download/Clash-Verge
- Clash Verge使用教程https://clash.download/clash-verge
更新于:".date("Y-m-d");
return $sContent;
}
}