diff --git a/code/.example.env b/code/.example.env index a19e511..579bf9e 100644 --- a/code/.example.env +++ b/code/.example.env @@ -70,6 +70,11 @@ PROXY_HOST = tun-pmzmcw.qg.net:16358 PROXY_KEY = AE72770D PROXY_SECRET = B9A6FFD93586 +PROXY_CODE = JULIANG +PROXY_HOST = **.**.cc:12520 +PROXY_KEY = *** +PROXY_SECRET = *** + # CRAWLER NOVEL_START_N_SOURCE_ID = 1 NOVEL_END_N_SOURCE_ID = 500000 \ No newline at end of file diff --git a/code/app/home/config/router.php b/code/app/home/config/router.php index b624a18..db96dd9 100644 --- a/code/app/home/config/router.php +++ b/code/app/home/config/router.php @@ -700,6 +700,17 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) { return view($strView); }); break; + case 'vindex': + // 首页 + $strView = 'pc/index.html'; + if ($platform == 'h5') { + $strView = 'index/index.html'; + } + Route::get($strRoute, function () use ($strView) { + return view($strView); + }); + break; + } } } diff --git a/code/app/home/view/videoBoKu/base.html b/code/app/home/view/videoBoKu/base.html index 36acb55..df52fe4 100644 --- a/code/app/home/view/videoBoKu/base.html +++ b/code/app/home/view/videoBoKu/base.html @@ -36,7 +36,9 @@ - +{block name="strPageCode"} + +{/block}