Skip to content

Commit

Permalink
✨ 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaoo committed Apr 6, 2022
1 parent 978251b commit 189f665
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 17 deletions.
3 changes: 1 addition & 2 deletions assets/css/cuckoo.min.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions assets/css/setting.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/cuckoo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions assets/js/setting.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
*
* @author Bhao
* @link https://dwd.moe/
* @version 2.0.0
* @version 2.0.1
*/

if (!defined('__TYPECHO_ROOT_DIR__')) exit;

define("THEME_NAME", "Cuckoo");
define("THEME_VERSION", "2.0.0");
define("THEME_VERSION", "2.0.1");

require_once("includes/setting.php");
require_once("includes/owo.php");
Expand Down
2 changes: 1 addition & 1 deletion includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @author Bhao
* @link https://dwd.moe/
* @version 2.0.0
* @version 2.0.1
*/

if (!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand Down
3 changes: 1 addition & 2 deletions includes/setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
*
* @author Bhao
* @link https://dwd.moe/
* @version 2.0.0
* @date 2021-07-10
* @version 2.0.1
*/

if (!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand Down
2 changes: 1 addition & 1 deletion includes/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @author Bhao
* @link https://dwd.moe/
* @version 2.0.0
* @version 2.0.1
*/

if(!defined('__TYPECHO_ROOT_DIR__'))
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @package Cuckoo
* @author Bhao
* @version 2.0.0
* @version 2.0.1
* @link https://dwd.moe
* @date 2020-02-02
*/
Expand Down
2 changes: 1 addition & 1 deletion libs/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @author Bhao
* @link https://dwd.moe/
* @date 2021-07-09
* @version 2.0.1
*/

if (!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand Down
3 changes: 1 addition & 2 deletions libs/setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
*
* @author Bhao
* @link https://dwd.moe/
* @version 1.0.5
* @date 2021-07-12
* @version 2.0.1
*/

if (!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand Down

0 comments on commit 189f665

Please sign in to comment.