docs: add springweb intro

This commit is contained in:
ReaJason
2025-12-14 19:25:05 +08:00
parent df61f8f55b
commit 517cc9f6f5
18 changed files with 311 additions and 31 deletions
+1 -4
View File
@@ -4,10 +4,7 @@ import type {
ShellToolConfig,
} from "@/types/memshell";
import type { ProbeConfig, ProbeContentConfig } from "@/types/probeshell";
import type {
MemShellFormSchema,
ProbeShellFormSchema,
} from "@/types/schema";
import type { MemShellFormSchema, ProbeShellFormSchema } from "@/types/schema";
export function transformToPostData(formValue: MemShellFormSchema) {
const shellConfig: ShellConfig = {