Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- [Theme Redefine 演示站点](https://redefine.ohevan.com)
- [Redefine 用户墙](https://redefine.ohevan.com/showcase)

如果你也在使用 Redefine,欢迎在前往 [Redefine 用户墙](https://redefine.ohevan.com/showcase) 添加你的博客链接。
如果你也在使用 Redefine,欢迎在前往 [Redefine 用户墙](https://redefine.ohevan.com/showcase)

@augmentcode augmentcode Bot Apr 21, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README_zh-CN.md:49 looks like an incomplete sentence (it ends right after the showcase link and leaves a blank line), so readers may lose the intended instruction here.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.


## ⛰️ 部分功能

Expand Down Expand Up @@ -122,6 +122,8 @@ $ git pull

如果你在使用 [Typora](https://typora.io/) 编辑器写文章,欢迎查看我写的 [Typora Redefine 主题](https://github.com/EvanNotFound/typora-theme-redefine),按照本 Hexo 主题样式编写,让你可以直接预览文章效果,更好排版。

国内 AtomGit 托管链接:[atomgit.com/EvanNotFound/hexo-theme-redefine](https://atomgit.com/EvanNotFound/hexo-theme-redefine)

## 💗 赞助

非常感谢所有赞助者的支持,你们的支持是我维护这个项目的动力。
Expand Down
2 changes: 1 addition & 1 deletion layout/pages/post/article-content.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
%>
<% if (articleCover) { %>
<img src="<%= url_for(articleCover) %>" alt="<%= page.title %>" class="w-full h-60 sm:h-72 md:h-80 object-cover sm:rounded-t-large dark:brightness-75" />
<img src="<%= url_for(articleCover) %>" alt="<%= page.title %>" class="w-full h-60 sm:h-72 md:h-80 object-cover rounded-t-large dark:brightness-75" />
<% } %>
<div class="w-full flex items-center absolute bottom-0 <%= theme.articles.style.title_alignment === "center" ? "justify-center" : "justify-start" %>">
<h1 class="article-title-cover text-center mx-6 my-6 text-second-text-color bg-background-color-transparent px-4 py-3 text-3xl sm:text-4xl md:text-5xl font-semibold backdrop-blur-lg rounded-xl border border-border-color "><%= page.title %></h1>
Expand Down
4 changes: 2 additions & 2 deletions source/css/build/tailwind.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/css/common/variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $main-content-width = 80%; // main content
$main-content-width-tablet = 86%; // main content width (tablet)
$main-content-width-mobile = 90%; // main content width (mobile)
$post-tool-button-width = 38px; // post tool button width
$spacing-unit = 38px; // component-spacing-value (PC)
$spacing-unit = 38px; // component-spacing-value (PC)

// main content max width
$temp-content-max-width = hexo-config('global.content_max_width')
Expand Down
Loading