diff --git a/next-env.d.ts b/next-env.d.ts index c4b7818..9edff1c 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/dev/types/routes.d.ts"; +import "./.next/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a1989f4..f76c468 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -51,7 +51,7 @@ }, "productName": "CS工具箱", "mainBinaryName": "cstb", - "version": "0.0.6-beta.5", + "version": "0.0.6-beta.6", "identifier": "upup.cool", "plugins": { "deep-link": { diff --git a/src/components/cstb/Prepare.tsx b/src/components/cstb/Prepare.tsx index 8d1515e..3afe5ff 100644 --- a/src/components/cstb/Prepare.tsx +++ b/src/components/cstb/Prepare.tsx @@ -40,7 +40,6 @@ export function Prepare() { const init = async () => { await steam.store.start() await app.store.start() - if (!app.state.inited) await autoGetPaths(false) setInited(true) } void init()