From 8e23aec5d14e3528737bd1f954c9e5500a845018 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 21 Jan 2025 17:34:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E5=91=BD=E5=90=8D=20gameE?= =?UTF-8?q?ui.json=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 resource/gameEui.json 重命名为 gameEui.json - 此更改简化了文件路径,提高了项目结构的清晰度 --- resource/gameEui.json => gameEui.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resource/gameEui.json => gameEui.json (100%) diff --git a/resource/gameEui.json b/gameEui.json similarity index 100% rename from resource/gameEui.json rename to gameEui.json