forked from BobCoderS9/SSPanel-Metron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
图床失效很久了,全部换掉
- Loading branch information
SakuraiChiyuki
authored and
SakuraiChiyuki
committed
Nov 30, 2022
1 parent
90b75f9
commit 8df369b
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -300,7 +300,7 @@ | |
$_MT['client_windows'] = [ | ||
'clash' => array( // 一个array为一个客户端, 可以自行增加或删除 | ||
'name' => 'Bob加速器', // 客户端名称 | ||
'img' => 'https://img-youpai.weixiaoi.com/tu/2021/0406/1617693954210406.png', // 图标, 使用png透明文件 | ||
'img' => 'https://cdn.jsdelivr.net/gh/BobCoderS9/[email protected]/metron/media/client-logos/clashr-ico.png', // 图标, 使用png透明文件 | ||
'url' => '/user/tutorial?os=Windows&client=Clash', // 安装教程的url地址 | ||
'down' => 'https://www.google.com', // 教程页里的客户端下载地址 | ||
'vs' => 'v3.2.4', // 版本号 | ||
|
@@ -313,7 +313,7 @@ | |
$_MT['client_android'] = [ | ||
'clash' => array( | ||
'name' => 'Bob加速器', | ||
'img' => 'https://img-youpai.weixiaoi.com/tu/2021/0406/1617693954210406.png', | ||
'img' => 'https://cdn.jsdelivr.net/gh/BobCoderS9/[email protected]/metron/media/client-logos/clashr-ico.png', | ||
'url' => '/user/tutorial?os=Android&client=Clash', | ||
'down' => 'https://www.google.com', | ||
'vs' => 'v2.0.0', | ||
|
@@ -327,7 +327,7 @@ | |
$_MT['client_macos'] = [ | ||
'clash' => array( | ||
'name' => 'Bob加速器', | ||
'img' => 'https://img-youpai.weixiaoi.com/tu/2021/0406/1617693954210406.png', | ||
'img' => 'https://cdn.jsdelivr.net/gh/BobCoderS9/[email protected]/metron/media/client-logos/clashr-ico.png', | ||
'url' => '/user/tutorial?os=MacOS&client=Clash', | ||
'down' => 'https://www.google.com', | ||
'vs' => 'v3.2.4', | ||
|
@@ -340,13 +340,13 @@ | |
$_MT['client_ios'] = [ | ||
'Shadowrocket' => array( | ||
'name' => 'Shadowrocket', | ||
'img' => $_MT['assets_url'].'/media/client-logos/shadowrocket-ico.png', | ||
'img' => 'https://cdn.jsdelivr.net/gh/BobCoderS9/[email protected]/metron/media/client-logos/shadowrocket-ico.png', | ||
'url' => '/user/tutorial?os=iOS&client=Shadowrocket', | ||
'vs' => 'v0.10.0', | ||
), | ||
'Quantumult' => array( | ||
'name' => 'Quantumult', | ||
'img' => $_MT['assets_url'].'/media/client-logos/quantumult-ico.png', | ||
'img' => 'https://cdn.jsdelivr.net/gh/BobCoderS9/[email protected]/metron/media/client-logos/quantumult-ico.png', | ||
'url' => '/user/tutorial?os=iOS&client=Quantumult', | ||
'vs' => 'v1.1.0.1', | ||
), | ||
|