兔姬桑 4 년 전
부모
커밋
1ea11c41d6
2개의 변경된 파일11개의 추가작업 그리고 10개의 파일을 삭제
  1. 5 4
      readme.md
  2. 6 6
      resources/views/user/components/help/tutorial.blade.php

+ 5 - 4
readme.md

@@ -1,10 +1,11 @@
 # SSRPanel_OtakuMod
 # SSRPanel_OtakuMod
 Support but not limited to: Shadowsocks,ShadowsocksR,ShadowsocksRR,V2Ray,VNET
 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
 ## Requirements
 - PHP 7.2 +
 - PHP 7.2 +

+ 6 - 6
resources/views/user/components/help/tutorial.blade.php

@@ -27,22 +27,22 @@
 	</ul>
 	</ul>
 	<div class="tab-content py-15">
 	<div class="tab-content py-15">
 		<div class="tab-pane active" id="android_client" role="tabpanel">
 		<div class="tab-pane active" id="android_client" role="tabpanel">
-			@include('user.components.help.client.android')
+			@include('user.components.help.clients.android')
 		</div>
 		</div>
 		<div class="tab-pane" id="ios_client" role="tabpanel">
 		<div class="tab-pane" id="ios_client" role="tabpanel">
-			@include('user.components.help.client.ios')
+			@include('user.components.help.clients.ios')
 		</div>
 		</div>
 		<div class="tab-pane" id="windows_client" role="tabpanel">
 		<div class="tab-pane" id="windows_client" role="tabpanel">
-			@include('user.components.help.client.windows')
+			@include('user.components.help.clients.windows')
 		</div>
 		</div>
 		<div class="tab-pane" id="game_client" role="tabpanel">
 		<div class="tab-pane" id="game_client" role="tabpanel">
-			@include('user.components.help.client.game')
+			@include('user.components.help.clients.game')
 		</div>
 		</div>
 		<div class="tab-pane" id="linux_client" role="tabpanel">
 		<div class="tab-pane" id="linux_client" role="tabpanel">
-			@include('user.components.help.client.linux')
+			@include('user.components.help.clients.linux')
 		</div>
 		</div>
 		<div class="tab-pane" id="mac_client" role="tabpanel">
 		<div class="tab-pane" id="mac_client" role="tabpanel">
-			@include('user.components.help.client.mac')
+			@include('user.components.help.clients.mac')
 		</div>
 		</div>
 	</div>
 	</div>
 </div>
 </div>