新增自定义显示TG邮件消息内容

This commit is contained in:
eoao
2025-10-23 00:22:45 +08:00
parent 57638aa8e1
commit aded699314
10 changed files with 118 additions and 61 deletions

View File

@@ -6,3 +6,4 @@ app.get('/telegram/getEmail/:token', async (c) => {
c.header('Cache-Control', 'public, max-age=604800, immutable');
return c.html(content)
});