- {alert("hello")}}>Steam安装位置
- {addToast({title: "CS2游戏目录"})}}>CS2游戏目录
- {addToast({title: "地图文件"})}}>地图文件
- {addToast({title: "游戏CFG目录"})}}>游戏CFG目录
- {addToast({title: "个人CFG目录"})}}>个人CFG目录
- {addToast({title: "完美平台录像"})}}>完美平台录像
- {addToast({title: "5E平台录像"})}}>5E平台录像
+ {
+ alert("hello")
+ }}
+ >
+ Steam安装位置
+
+ {
+ addToast({ title: "CS2游戏目录" })
+ }}
+ >
+ CS2游戏目录
+
+ {
+ addToast({ title: "地图文件" })
+ }}
+ >
+ 地图文件
+
+ {
+ addToast({ title: "游戏CFG目录" })
+ }}
+ >
+ 游戏CFG目录
+
+ {
+ addToast({ title: "个人CFG目录" })
+ }}
+ >
+ 个人CFG目录
+
+ {
+ addToast({ title: "完美平台录像" })
+ }}
+ >
+ 完美平台录像
+
+ {
+ addToast({ title: "5E平台录像" })
+ }}
+ >
+ 5E平台录像
+
diff --git a/src/components/cstb/LaunchOption.tsx b/src/components/cstb/LaunchOption.tsx
index c2b900f..8a90508 100644
--- a/src/components/cstb/LaunchOption.tsx
+++ b/src/components/cstb/LaunchOption.tsx
@@ -1,9 +1,14 @@
-import { addLaunchOption, setLaunchIndex, setLaunchOption, toolStore } from "@/store/tool"
+import {
+ addLaunchOption,
+ setLaunchIndex,
+ setLaunchOption,
+ toolStore,
+} from "@/store/tool"
import { Plus, SettingConfig, Switch } from "@icon-park/react"
+import { useEffect, useState } from "react"
import { useSnapshot } from "valtio"
import { Card, CardBody, CardHeader, CardIcon, CardTool } from "../window/Card"
import { ToolButton } from "../window/ToolButton"
-import { useEffect, useState } from "react"
const LaunchOption = () => {
void toolStore.start()
@@ -22,7 +27,7 @@ const LaunchOption = () => {