AI摘要内容字体调整
This commit is contained in:
parent
4b475abc6f
commit
4b76f9d116
|
@ -9269,7 +9269,7 @@ canvas#universe {
|
|||
background: var(--heo-card-bg);
|
||||
border-radius: 8px;
|
||||
border: var(--style-border-always);
|
||||
font-size: 15px;
|
||||
font-size: 15.8px;
|
||||
line-height: 1.4;
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
</article>
|
||||
|
||||
<!-- 文章ai摘要 -->
|
||||
<script th:if="${theme.config.post.aiDescription.aiDescriptionEnable}" data-pjax defer>
|
||||
<script th:if="${theme.config.post.aiDescription.aiDescriptionEnable}" data-pjax >
|
||||
new HaoPostAI({
|
||||
ai: '[(${post.status.excerpt})]',
|
||||
randomNum: [[${ theme.config.post.aiDescription.randomNum }]], //按钮最大的随机次数,也就是一篇文章最大随机出来几种
|
||||
|
|
Loading…
Reference in New Issue