style: lint and fmt code

This commit is contained in:
ReaJason
2026-08-30 21:19:42 +08:00
parent 3ada01bd97
commit e1152000f2
24 changed files with 1247 additions and 133 deletions
+1 -2
View File
@@ -15,6 +15,7 @@ import ShellResult from "@/components/probeshell/shell-result";
import { Button } from "@/components/ui/button";
import { env } from "@/config";
import { siteConfig } from "@/lib/config";
import { baseOptions } from "@/lib/layout.shared";
import {
type ProbeShellFormSchema,
probeShellFormSchema,
@@ -22,8 +23,6 @@ import {
} from "@/types/schema";
import { transformToProbePostData } from "@/utils/transformer";
import { baseOptions } from "@/lib/layout.shared";
export default function ProbeShellGenerator() {
const { data: responseBodyServers } = useQuery<string[]>({
queryKey: ["probeResponseBodyServers"],