引入 husky,并全局重新格式化
This commit is contained in:
@@ -50,7 +50,7 @@ export async function GET(req: NextRequest) {
|
||||
const body = JSON.stringify(params)
|
||||
return NextResponse.json(body)
|
||||
case 'text':
|
||||
const text = result.data.map(item => {
|
||||
const text = result.data.map((item) => {
|
||||
const list = [item.host, item.port]
|
||||
if (item.username && item.password) {
|
||||
list.push(item.username)
|
||||
|
||||
Reference in New Issue
Block a user