This commit is contained in:
兔姬桑
2020-05-16 12:49:18 +08:00
parent 8ae52d8a2f
commit 1ea11c41d6
2 changed files with 11 additions and 10 deletions

View File

@@ -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 +

View File

@@ -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>