feat(sub): allow identity tokens on every subscription link (#5935)

Keep usage tokens first-link-only while adding an opt-in setting for repeating EMAIL and USERNAME in subscription-body remarks.

Co-authored-by: x06579 <x06579@ai-dashboard>
This commit is contained in:
H-TTTTT
2026-07-28 22:12:52 +02:00
committed by GitHub
co-authored by x06579
parent 8bbca76bdd
commit 8f49327efb
29 changed files with 190 additions and 9 deletions
+2
View File
@@ -1435,6 +1435,8 @@
"eventMemoryHigh": "内存使用率高 (%)",
"remarkTemplate": "备注模板",
"remarkTemplateDesc": "设置后,将替换每个订阅链接的备注模型 — 使用变量标记编写您自己的格式(用按钮插入它们)。留空则使用上方的模型。",
"subShowIdentityOnAllLinks": "在每个链接上显示身份",
"subShowIdentityOnAllLinksDesc": "启用后,{{EMAIL}} 和 {{USERNAME}} 会保留在每条订阅正文备注中。用量相关变量仍仅出现在第一条链接。",
"validation": {
"pathLeadingSlash": "路径必须以 / 开头"
},