"use client" import useSteamStore from "@/store/steam" export default function Page() { const { dir, updateDir, csDir, updateCsDir, currentUser } = useSteamStore() return (

CS工具箱

准备环节

updateDir(e.target.value)} /> updateCsDir(e.target.value)} />

{currentUser().steamID64}

) }