|
|
@@ -316,7 +316,7 @@ const CONFIG = {
|
|
|
// 路由和游戏状态
|
|
|
const currentGameData = ref(null);
|
|
|
const playerInitialDirection = ref(0); // 人物初始朝向
|
|
|
-const gameSort = ref('Game'); // 默认排序
|
|
|
+const gameSort = ref('路线'); // 默认排序
|
|
|
const currentRouteIndex = ref(0); // 当前线路索引
|
|
|
|
|
|
// 路线通过状态:存储各路线的通过状态
|