新增自定义显示TG邮件消息内容
This commit is contained in:
@@ -6,3 +6,4 @@ app.get('/telegram/getEmail/:token', async (c) => {
|
||||
c.header('Cache-Control', 'public, max-age=604800, immutable');
|
||||
return c.html(content)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user