刷新版本号

This commit is contained in:
浪子 2024-06-13 18:30:48 +08:00
parent 8543bc6fe1
commit 1deff9afbf
3 changed files with 3 additions and 3 deletions

2
dist/js/bundle.js vendored
View File

@ -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.4"; VERSION = "0.5.4.1";
constructor() { constructor() {
super(); super();
this.initCopyright(); this.initCopyright();

View File

@ -3,7 +3,7 @@
* 移植自HUGO主题 farallon 原作者 bigfa * 移植自HUGO主题 farallon 原作者 bigfa
* @package farallon * @package farallon
* @author 老孙 * @author 老孙
* @version 0.5.4 * @version 0.5.4.1
* @link https://imsun.org * @link https://imsun.org
*/ */
if (!defined('__TYPECHO_ROOT_DIR__')) exit; if (!defined('__TYPECHO_ROOT_DIR__')) exit;

View File

@ -10,7 +10,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<section class="site--main"> <section class="site--main">
<header class="archive--header"> <header class="archive--header">
<h1 class="post--single__title"><?php $this->title() ?></h1> <h1 class="post--single__title"><?php $this->title() ?></h1>
<h2 class="post--single__subtitle">数据来源于豆瓣</h2> <h2 class="post--single__subtitle"><?php $this->content(); ?></h2>
</header> </header>
<div class="site--main"> <div class="site--main">
<div class="db--container"></div> <div class="db--container"></div>