From fb1309b486f4a0b85f8c6adc720a07319a2ad971 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Wed, 18 Mar 2026 16:53:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8D=A2=E8=A3=85=E7=B3=BB=E7=BB=9F):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=AF=A6=E7=BB=86=E8=AF=B4=E6=98=8E=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将换装系统从私有改为公开并设置价格 - 更新项目作者信息 - 添加详细的换装系统使用说明文档 - 添加图片路径配置 --- FileConfig.json | 52 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/FileConfig.json b/FileConfig.json index 0f7c4de..eccb66a 100644 --- a/FileConfig.json +++ b/FileConfig.json @@ -58,17 +58,61 @@ ], "ProjectScript": { "换装系统": { - "Private": true, + "price": 20, + "Private": false, "Script": [ "Project/OutfitSystem/OutfitSystem_Component.nut", "Project/OutfitSystem/OutfitSystem.nut" ], "info": { - "ProjectAuthor": "官方 (期限:月)", + "ProjectAuthor": "20", "ProjectVersion": "1.0.0", "ProjectDescribe": "换装系统", - "ImageMini": "http://49.234.27.222:8651/dps/download2/Image:chengjiu.png" - } + "ImageMini": "http://49.234.27.222:8651/dps/download2/Image:chengjiu.png", + "ProjectDetails": [ + { + "type": "str", + "content": "在赛利亚这里可以打开换装配置" + }, + { + "type": "img", + "content": "0" + }, + { + "type": "str", + "content": "点击上面的编号图标,然后点记录,就会记录当前的装备" + }, + { + "type": "img", + "content": "1" + }, + { + "type": "str", + "content": "输入//HZ 编号(如 //HZ 1)就能换上对应编号的装备,可以在快捷喊话中设置,这样按快捷喊话的键就能换上对应的装备" + }, + { + "type": "img", + "content": "2" + }, + { + "type": "str", + "content": "换装界面也有使用说明" + }, + { + "type": "img", + "content": "3" + }, + { + "type": "str", + "content": "换装超快完成" + }, + { + "type": "img", + "content": "5" + } + ] + }, + "imgPath": "OutfitSystem" }, "黄金哥布林袖珍罐": { "Private": true,