mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
fix
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# SSRPanel_OtakuMod
|
||||
Support but not limited to: Shadowsocks,ShadowsocksR,ShadowsocksRR,V2Ray,VNET
|
||||
|
||||
- [Demo](https://demo.ssrpanel.com) 待添加 coming soon
|
||||
- [Issues](https://github.com/ZBrettonYe/SSRPanel_OtakuMod/issues)
|
||||
- [WIKI](https://github.com/ZBrettonYe/SSRPanel_OtakuMod/wiki)
|
||||
- [Update Log](https://github.com/ZBrettonYe/SSRPanel_OtakuMod/wiki/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97)
|
||||
- [Demo]( ) 待添加 coming soon
|
||||
- [Issues](https://github.com/ZBrettonYe/OtakuPanel_SSR/issues)
|
||||
- [WIKI](https://github.com/ZBrettonYe/OtakuPanel_SSR/wiki)
|
||||
- [Update Log](https://github.com/ZBrettonYe/OtakuPanel_SSR/wiki/%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97)
|
||||
- [Telegram](https://t.me/joinchat/GUrO5hZsT3FOd79HAa9pcA)
|
||||
|
||||
## Requirements
|
||||
- PHP 7.2 +
|
||||
|
||||
@@ -27,22 +27,22 @@
|
||||
</ul>
|
||||
<div class="tab-content py-15">
|
||||
<div class="tab-pane active" id="android_client" role="tabpanel">
|
||||
@include('user.components.help.client.android')
|
||||
@include('user.components.help.clients.android')
|
||||
</div>
|
||||
<div class="tab-pane" id="ios_client" role="tabpanel">
|
||||
@include('user.components.help.client.ios')
|
||||
@include('user.components.help.clients.ios')
|
||||
</div>
|
||||
<div class="tab-pane" id="windows_client" role="tabpanel">
|
||||
@include('user.components.help.client.windows')
|
||||
@include('user.components.help.clients.windows')
|
||||
</div>
|
||||
<div class="tab-pane" id="game_client" role="tabpanel">
|
||||
@include('user.components.help.client.game')
|
||||
@include('user.components.help.clients.game')
|
||||
</div>
|
||||
<div class="tab-pane" id="linux_client" role="tabpanel">
|
||||
@include('user.components.help.client.linux')
|
||||
@include('user.components.help.clients.linux')
|
||||
</div>
|
||||
<div class="tab-pane" id="mac_client" role="tabpanel">
|
||||
@include('user.components.help.client.mac')
|
||||
@include('user.components.help.clients.mac')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user