fix: 更改接受参数XClawUsed为xclaw_used
This commit is contained in:
parent
2709b2407b
commit
ea396bb1af
|
|
@ -5,6 +5,8 @@
|
|||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
.codex
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ export function useIframeSkill(): UseIframeSkillReturn {
|
|||
const skillIdFromQuery = searchParams.get("skill_id");
|
||||
const titleFromQuery = searchParams.get("title");
|
||||
const threadIdFromQuery = searchParams.get("thread_id");
|
||||
const xClawUsedFromQuery = searchParams.get("XClawUsed");
|
||||
const xClawUsedFromQuery = searchParams.get("xclaw_used");
|
||||
const lastThreadIdRef = useRef<string | null>(null);
|
||||
|
||||
const [selectedSkill, setSelectedSkill] = useState<SkillData | null>(null);
|
||||
|
|
|
|||
Loading…
Reference in New Issue