Xiuno 隐藏首页侧边栏 打开 /view/htm/index.htm 大 - Assbbs

Xiuno 隐藏首页侧边栏 打开 /view/htm/index.htm 大概在31-69行找到 <div class="col-lg-3 d-none d-lg-block aside"> <a role="button" class=&q…

Xiuno 隐藏首页侧边栏 打开 /view/htm/index.htm 大概在31-69行找到 <div class="col-lg-3 d-none d-lg-block aside"> <a role="button" class="btn btn-primary btn-block mb-3" href="<?php echo url & 39;thread-create-& 39;.$fid ;?>"><?php echo lang & 39;thread create new& 39; ;?></a> <!--{hook index site brief before.htm}--> <div class="card card-site-info"> <!--{hook index site brief start.htm}--> <div class="m-3"> <h5 class="text-center"><?php echo $conf & 39;sitename& 39; ;?></h5> <div class="small line-height-3"><?php echo $conf & 39;sitebrief& 39; ;?></div> </div> <div class="card-footer p-2"> <table class="w-100 small"> <tr align="center"> <td> <span class="text-muted"><?php echo lang & 39;threads& 39; ;?></span><br> <b><?php echo $runtime & 39;threads& 39; ;?></b> </td> <td> <span class="text-muted"><?php echo lang & 39;posts& 39; ;?></span><br> <b><?php echo $runtime & 39;posts& 39; ;?></b> </td> <td> <span class="text-muted"><?php echo lang & 39;users& 39; ;?></span><br> <b><?php echo $runtime & 39;users& 39; ;?></b> </td> <?php if $runtime & 39;onlines& 39;  > 0  { ?> <td> <span class="text-muted"><?php echo lang & 39;online& 39; ;?></span><br> <b><?php echo $runtime & 39;onlines& 39; ;?></b> </td> <?php } ?> </tr> </table> </div> <!--{hook index site brief end.htm}--> </div> <!--{hook index site brief after.htm}--> </div> 改为 <style>   .col-lg-9 {     flex: 0 0 100%;     max-width: 100%; } </style>   <!-- <div class="col-lg-3 d-none d-lg-block aside"> <a role="button" class="btn btn-primary btn-block mb-3" href="<?php echo url & 39;thread-create-& 39;.$fid ;?>"><?php echo lang & 39;thread create new& 39; ;?></a> <!--{hook index site brief before.htm}--> <div class="card card-site-info"> <!--{hook index site brief start.htm}--> <div class="m-3"> <h5 class="text-center"><?php echo $conf & 39;sitename& 39; …