更新代码工程

This commit is contained in:
2026-08-07 09:36:05 +08:00
parent 493591c286
commit ccda415cd7
24 changed files with 1371 additions and 5442 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineStore } from "pinia";
const defaultUser = {
id: "",
nickName: "user",
avatar: "../static/user-icon.png",
avatar: "/static/user-icon.png",
};
// 定义游戏相关的 store