feat(ui): implement line numbering feature for post content with dynamic updates

这个提交包含在:
rohow
2026-01-29 17:55:54 +08:00
未验证
父节点 d3af9f09d9
当前提交 347c12de80
修改 6 个文件,包含 223 行新增15 行删除
+1 -1
查看文件
@@ -12,7 +12,7 @@
<div class="posts">
<div class="post on-list" th:each="post : ${posts.items}">
<h1 class="post-title">
<a th:text="'<' + ${post.spec.title} + '>'" th:href="${post.status.permalink}">Post Title</a>
<a th:text="'< ' + ${post.spec.title} + ' >'" th:href="${post.status.permalink}">Post Title</a>
</h1>
<div class="post-meta">
<span class="post-date" th:text="${#dates.format(post.spec.publishTime,'yyyy-MM-dd')}">