From 46a3720b5cc85b3daf85ae1cc5c627d12b594c46 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Thu, 4 Dec 2025 21:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=92=E5=8F=A4=E8=A3=85=E5=A4=87=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FileConfig.json | 8 +++++++- .../AncientRelic/img/{image.png => 0.png} | Bin 2 files changed, 7 insertions(+), 1 deletion(-) rename Project/CustomizeWeapon/AncientRelic/img/{image.png => 0.png} (100%) diff --git a/FileConfig.json b/FileConfig.json index 09e0876..c5093bd 100644 --- a/FileConfig.json +++ b/FileConfig.json @@ -61,7 +61,13 @@ "ProjectAuthor": "1", "ProjectVersion": "1.0.0", "ProjectDescribe": "荒古遗尘装备", - "ProjectAlias": "荒古遗尘装备" + "ProjectAlias": "荒古遗尘装备", + "ProjectDetails": [ + { + "type": "img", + "content": "0" + } + ] }, "imgPath": "CustomizeWeapon/AncientRelic" }, diff --git a/Project/CustomizeWeapon/AncientRelic/img/image.png b/Project/CustomizeWeapon/AncientRelic/img/0.png similarity index 100% rename from Project/CustomizeWeapon/AncientRelic/img/image.png rename to Project/CustomizeWeapon/AncientRelic/img/0.png