🤠添加随机文章刷新按钮,完善邮箱模板文字替换部分

This commit is contained in:
2024-10-07 23:42:28 +08:00
parent d52f9557f5
commit f2fe18f8ae
9 changed files with 2750 additions and 31 deletions

View File

@ -116,7 +116,7 @@
<body>
<div class="container">
<div class="header">
<h1>清羽飞扬の最新文章</h1>
<h1>{{ website_title }}の最新文章</h1>
</div>
<div class="content">
<p><strong>文章标题:</strong> <span class="title">{{ title }}</span></p>
@ -128,7 +128,7 @@
<p>感谢您的订阅!</p>
</div>
<div class="unsubscribe">
<p><a href="https://github.com/willow-god/Friend-Circle-Lite/issues">取消订阅</a></p>
<p><a href="{{ github_issue_url }}">取消订阅</a></p>
</div>
</div>
</body>