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

CS工具箱

准备环节

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

{currentUser().steamID64}

) }