Browse Source

去除后台不要的东西

wqg 3 weeks ago
parent
commit
8fc12e5005
2 changed files with 4 additions and 4 deletions
  1. 2 2
      admin/copyright.php
  2. 2 2
      admin/index.php

+ 2 - 2
admin/copyright.php

@@ -4,10 +4,10 @@
         <a href="https://typecho.org" class="i-logo-s">Typecho</a>
         <p><?php _e('由 <a href="https://typecho.org">%s</a> 强力驱动, 版本 %s', $options->software, $options->version); ?></p>
     </div>
-    <nav class="resource">
+    <!--<nav class="resource">
         <a href="https://docs.typecho.org"><?php _e('帮助文档'); ?></a> &bull;
         <a href="https://forum.typecho.org"><?php _e('支持论坛'); ?></a> &bull;
         <a href="https://github.com/typecho/typecho/issues"><?php _e('报告错误'); ?></a> &bull;
         <a href="https://typecho.org/download"><?php _e('资源下载'); ?></a>
-    </nav>
+    </nav>-->
 </div>

+ 2 - 2
admin/index.php

@@ -90,7 +90,7 @@ $stat = \Widget\Stat::alloc();
                 </section>
             </div>
 
-            <div class="col-mb-12 col-tb-4" role="complementary">
+            <!--<div class="col-mb-12 col-tb-4" role="complementary">
                 <section class="latest-link">
                     <h3><?php _e('官方最新日志'); ?></h3>
                     <div id="typecho-message">
@@ -99,7 +99,7 @@ $stat = \Widget\Stat::alloc();
                         </ul>
                     </div>
                 </section>
-            </div>
+            </div>-->
         </div>
     </div>
 </div>