刷新版本号
This commit is contained in:
parent
2082a070a9
commit
fcd1fa1d67
|
@ -17,7 +17,7 @@
|
||||||
is_single = false;
|
is_single = false;
|
||||||
post_id = 0;
|
post_id = 0;
|
||||||
is_archive = false;
|
is_archive = false;
|
||||||
VERSION = "0.5.0";
|
VERSION = "0.5.4";
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this.initCopyright();
|
this.initCopyright();
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* 移植自HUGO主题 farallon 原作者 bigfa
|
* 移植自HUGO主题 farallon 原作者 bigfa
|
||||||
* @package farallon
|
* @package farallon
|
||||||
* @author 老孙
|
* @author 老孙
|
||||||
* @version 0.5.3
|
* @version 0.5.4
|
||||||
* @link https://imsun.org
|
* @link https://imsun.org
|
||||||
*/
|
*/
|
||||||
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
|
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
|
||||||
|
|
Loading…
Reference in New Issue