From 1552fb7dcbd5b19bf3d6ce0c87a996308ac55511 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Tue, 25 Apr 2023 20:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89resetGame=E7=9A=84proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/project/functions.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/public/project/functions.js b/public/project/functions.js index 1b65915..af02485 100644 --- a/public/project/functions.js +++ b/public/project/functions.js @@ -13,16 +13,6 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = { core.status = core.clone(core.initStatus, function (name) { return name != 'hero' && name != 'maps'; }); - const bgmaps = {}; - const handler = { - set(target, p, v) { - if (core.status.floorId === 'tower6') console.trace(); - - target[p] = v; - return true; - } - }; - core.status.bgmaps = new Proxy(bgmaps, handler); core.control._bindRoutePush(); core.status.played = true; // 初始化人物,图标,统计信息