File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- import { Hono } from 'hono'
2
- import { env } from 'hono/adapter'
3
- import { Bot , InputFile , InputMediaBuilder } from 'grammy'
4
1
import type { InputMediaPhoto } from 'grammy/types'
5
2
import type { ENV } from './types'
3
+ import { Bot , InputFile , InputMediaBuilder } from 'grammy'
4
+ import { Hono } from 'hono'
5
+ import { env } from 'hono/adapter'
6
6
7
7
const IP_HEADER = 'CF-Connecting-IP'
8
8
@@ -61,7 +61,7 @@ app.post('/api/v1/suggestion', async (c) => {
61
61
msgs . push ( `${ replaceHtmlTag ( textContent ) } \n` )
62
62
contactContent
63
63
&& msgs . push (
64
- `<b>联系方式</b>\n<blockquote><code>${ replaceHtmlTag ( contactContent ) } </code></blockquote>` ,
64
+ `<b>联系方式</b>\n<blockquote><code>${ replaceHtmlTag ( contactContent ) } </code></blockquote>` ,
65
65
)
66
66
metaReferrer
67
67
&& msgs . push ( `<b>Referrer</b>\n<blockquote>${ replaceHtmlTag ( metaReferrer ) } </blockquote>` )
You can’t perform that action at this time.
0 commit comments