去掉了关于评论标题的描述

This commit is contained in:
浪子 2024-05-18 18:50:37 +08:00
parent 228c4ceafe
commit d8cf19ca6d
2 changed files with 25 additions and 5 deletions

View File

@ -1,21 +1,41 @@
## 说明 ## 说明
移植自`hugo-theme-farallon`
移植自`hugo-theme-farallon` 原汁原味,可以直接使用 原主题的CSS 和 JS.
## 原项目地址 ## 原项目地址
https://github.com/bigfa/hugo-theme-farallon https://github.com/bigfa/hugo-theme-farallon
## 进度 ## 进度
80% 90%
由于typecho分类并无图片,所以默认使用
`bigfa``https://static.fatesinger.com/2021/12/vhp6eou5x2wqh2zy.jpg`
可以自行替换或者删除
## 功能 ## 功能
### 豆瓣观影 ### 豆瓣观影
配合`DoubanBoard`插件使用 * 能力有限原项目功能无法实现 *
目前只能配合`DoubanBoard`插件使用
项目地址 项目地址
https://github.com/AlanDecode/Typecho-Plugin-DoubanBoard https://github.com/AlanDecode/Typecho-Plugin-DoubanBoard
!!记得重命名文件夹为`DoubanBoard` !!记得重命名文件夹为`DoubanBoard`
### 友情链接 ### 友情链接
基于 `links` 插件实现 基于 `links` 插件实现
可使用 `寒泥` 大佬制作的版本或者其他版本 可使用 `寒泥` 大佬制作的版本或者其他版本
### 首页摘要
若使用AI摘要插件则显示AI摘要,不使用则显示默认字数摘要
## 预览地址
https://www.imsun.org

View File

@ -12,7 +12,7 @@
d="M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z"> d="M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z">
</path> </path>
</g> </g>
</svg><?php $this->commentsNum(_t('暂无评论'), _t('仅有 1 条评论'), _t('已有 %d 条评论')); ?> </svg><?php $this->commentsNum(_t(''), _t('1'), _t('%d')); ?>
</h3> </h3>
<?php if ($comments->have()): ?> <?php if ($comments->have()): ?>
<?php $comments->listComments(); ?> <?php $comments->listComments(); ?>