From dc641c726c3aae9c76d485e773854a00af93246c Mon Sep 17 00:00:00 2001 From: zwying0814 Date: Thu, 19 May 2022 23:31:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D1.1=E4=BB=A5=E6=9D=A5?= =?UTF-8?q?=E7=9A=84=E8=8B=A5=E5=B9=B2bug=EF=BC=8C=E6=9B=BF=E6=8D=A2cdn?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/footer.php | 35 +++++++------ base/head.php | 37 +++++++------- base/main.js | 5 +- base/nav.php | 17 ++++--- base/style.css | 9 ++++ commentPage.php | 128 ++++++++++++++++++++++++++---------------------- functions.php | 34 +++++++------ index.php | 7 ++- indexPage.php | 1 - 9 files changed, 150 insertions(+), 123 deletions(-) diff --git a/base/footer.php b/base/footer.php index cd799b2..580155d 100644 --- a/base/footer.php +++ b/base/footer.php @@ -3,14 +3,12 @@
©options->title() ?>

Powered by Typecho ※ Theme is Brave

- - + + footer(); ?> -options->底部自定义) : $this->options->底部自定义(); ?> +options->底部自定义(); ?> \ No newline at end of file diff --git a/base/head.php b/base/head.php index 61b12ca..739d048 100644 --- a/base/head.php +++ b/base/head.php @@ -1,24 +1,25 @@ - - - - <?php $this->archiveTitle(array( - 'category' => _t('分类 %s 下的文章'), - 'search' => _t('包含关键字 %s 的文章'), - 'tag' => _t('标签 %s 下的文章'), - 'author' => _t('%s 发布的文章') - ), '', ' - '); ?><?php $this->options->title(); ?> - - header(); ?> - - - - - options->头部自定义(); ?> - + + + <?php $this->archiveTitle(array( + 'category' => _t('分类 %s 下的文章'), + 'search' => _t('包含关键字 %s 的文章'), + 'tag' => _t('标签 %s 下的文章'), + 'author' => _t('%s 发布的文章') + ), '', ' - '); ?><?php $this->options->title(); ?> + header(); ?> + + + + + + options->头部自定义(); ?> + diff --git a/base/main.js b/base/main.js index dfef987..a172218 100644 --- a/base/main.js +++ b/base/main.js @@ -1,3 +1,4 @@ -Brave = { - +// 请保留版权说明,祝99 +if (window.console && window.console.log) { + console.log("%c Brave 主题 v1.2 %c https://blog.zwying.com ","color: #fff; margin: 1em 0; padding: 5px 0; background: #673ab7;","margin: 1em 0; padding: 5px 0; background: #efefef;"); } \ No newline at end of file diff --git a/base/nav.php b/base/nav.php index c8ddee3..def0f88 100644 --- a/base/nav.php +++ b/base/nav.php @@ -2,7 +2,8 @@