增加部分说明 刷新版本号
This commit is contained in:
浪子 2024-07-24 16:23:37 +08:00
parent 70979cdb94
commit 2970fc745e
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
移植自 `bigfa `大大的 `hugo-theme-farallon` 原汁原味,可以直接使用 原主题的CSS
精简部分 JS.
- 2024.7.24
增加短代码`[article url="https://your-site.com/your-article-url"]`或者`[article id="123"]`的方式获取文章
增加置顶文章的功能,样式来自于wordpress版本
- 2024.7.4
把分类图片以`mid`.jpg 的形式在主题`/dist/img`目录下,自动匹配

2
dist/js/bundle.js vendored
View File

@ -17,7 +17,7 @@
is_single = false;
post_id = 0;
is_archive = false;
VERSION = "0.5.6";
VERSION = "0.5.8";
constructor() {
super();
this.initCopyright();

View File

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