File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -392,6 +392,7 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
392
392
<a style =" color :tomato ;" class =" nav-link" href =" {{ url (' update' ) } }" >You are in BETA mode! <img src =" https://img.llc.ovh/static/v1?label=installed:&message=<?php if (file_exists (base_path (" vbeta.json" ))) {echo file_get_contents (base_path (" vbeta.json" ));} else {echo " none" ;} ? > &color=FFFFFF" > <img src =" https://img.llc.ovh/static/v1?label=server:&message=<?php echo file_get_contents (" https://update.littlelink-custom.com/beta/vbeta.json" ); ? > &color=FFFFFF" ></a >
393
393
@endif
394
394
395
+ @if (Route:: currentRouteName () === " showConfig" )<style >input [type = checkbox ]{margin-left : -24px !important ;} </style >@endif
395
396
@if (config (' advanced-config.theme' ) == ' light' and $color_scheme_override != ' dark' )
396
397
<div id =" myBtn" class =" toggle" ><span >🌙</span ><input type =" checkbox" id =" toggle-switch" checked /><label for =" toggle-switch" ></label ><span >☀️</span ></div >
397
398
<script >function ColorOverrride (){document .cookie = " color_scheme_override=dark; path=/" ,location .reload ()}var btn= document .getElementById (" myBtn" );btn .addEventListener (" click" ,ColorOverrride); </script >
You can’t perform that action at this time.
0 commit comments