刷新版本号

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;
post_id = 0;
is_archive = false;
VERSION = "0.5.4";
VERSION = "0.5.4.1";
constructor() {
super();
this.initCopyright();

View File

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

View File

@ -10,7 +10,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<section class="site--main">
<header class="archive--header">
<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>
<div class="site--main">
<div class="db--container"></div>