"use client" import { currentUser, setCsDir, setDir, steamStore } from "@/store/steam" import { useSnapshot } from "valtio" export default function Page() { void steamStore.start() const steam = useSnapshot(steamStore.state) return (

CS工具箱

准备环节

setDir(e.target.value)} /> setCsDir(e.target.value)} />

{currentUser().steamID64}

) }