[feat] solve common dir

todo: local cfg dir after resolving steam users
This commit is contained in:
Purp1e
2025-03-21 18:00:16 +08:00
parent 2e18fbdffd
commit e7a416dfec
10 changed files with 1170 additions and 754 deletions

View File

@@ -66,7 +66,7 @@ const Avatar = () => {
const SideBar = () => {
const app = useAppStore()
getVersion().then((Value) => {
void getVersion().then((Value) => {
app.setVersion(Value)
})