docs: add springweb intro

This commit is contained in:
ReaJason
2025-12-16 21:55:21 +08:00
parent 638cb2f90c
commit 52ac025bfa
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 = {