feat: mentioned user email can directly open app

This commit is contained in:
hjlarry
2026-02-14 15:08:20 +08:00
parent 292bfceae6
commit 5cfb3d70e1
6 changed files with 12 additions and 5 deletions

View File

@ -112,7 +112,7 @@
<div class="comment-box">
<p class="comment-text">{{ comment_content }}</p>
</div>
<p class="tips">Open {{ application_title }} to reply to the comment.</p>
<p class="tips"><a href="{{ app_url }}" style="color: #155AEF; text-decoration: none;">Open {{ application_title }}</a> to reply to the comment.</p>
</div>
</body>

View File

@ -112,7 +112,7 @@
<div class="comment-box">
<p class="comment-text">{{ comment_content }}</p>
</div>
<p class="tips">请在 {{ application_title }} 中查看并回复此评论。</p>
<p class="tips">请在 <a href="{{ app_url }}" style="color: #155AEF; text-decoration: none;">{{ application_title }}</a> 中查看并回复此评论。</p>
</div>
</body>