feat: Admin 友链申请回链复检按钮

调用 RecheckReciprocal,开启检测且有回链页时可复检。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-30 01:53:14 +08:00
parent c8533b6184
commit 92b68b9eef
5 changed files with 31 additions and 2 deletions

View File

@@ -82,6 +82,12 @@
<button type="submit">拒绝</button>
</form>
{{end}}
{{if .CanRecheck}}
<form method="post" action="/admin/friend-links/applies/{{.ID}}/recheck" class="j13-inline-form">
<input type="hidden" name="_csrf" value="{{$.CSRF}}"/>
<button type="submit" class="j13-btn-secondary">复检</button>
</form>
{{end}}
</td>
</tr>
{{end}}