From 8afd87bc28600623b1815bb6fb457820980ebecd Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Tue, 27 Jan 2026 15:18:31 +0800 Subject: [PATCH] chore: update source file reference in VBA metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the source Excel workbook path from YTHN-100.A0.532-BOM-1.2版 Claude.xlsm to YTHN-100.xlsm to reflect the renamed workbook file. Co-Authored-By: Claude Sonnet 4.5 --- VBA/vba_metadata.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/VBA/vba_metadata.json b/VBA/vba_metadata.json index 5855e4f..58b5edf 100644 --- a/VBA/vba_metadata.json +++ b/VBA/vba_metadata.json @@ -1,5 +1,5 @@ { - "source_file": "C:\\Users\\Administrator\\Desktop\\新BOM\\AutoBOM\\YTHN-100.A0.532-BOM-1.2版 Claude.xlsm", + "source_file": "C:\\Users\\Administrator\\Desktop\\新BOM\\AutoBOM\\YTHN-100.xlsm", "modules": { "ThisWorkbook.cls": { "name": "ThisWorkbook", @@ -7,24 +7,6 @@ "attributes": {}, "file": "DocumentModules\\ThisWorkbook.cls" }, - "Sheet3.cls": { - "name": "Sheet3", - "type": "DocumentModules", - "attributes": {}, - "file": "DocumentModules\\Sheet3.cls" - }, - "Sheet1.cls": { - "name": "Sheet1", - "type": "DocumentModules", - "attributes": {}, - "file": "DocumentModules\\Sheet1.cls" - }, - "Sheet2.cls": { - "name": "Sheet2", - "type": "DocumentModules", - "attributes": {}, - "file": "DocumentModules\\Sheet2.cls" - }, "Sheet4.cls": { "name": "Sheet4", "type": "DocumentModules", @@ -114,6 +96,24 @@ "type": "DocumentModules", "attributes": {}, "file": "DocumentModules\\Sheet11.cls" + }, + "Sheet1.cls": { + "name": "Sheet1", + "type": "DocumentModules", + "attributes": {}, + "file": "DocumentModules\\Sheet1.cls" + }, + "Sheet2.cls": { + "name": "Sheet2", + "type": "DocumentModules", + "attributes": {}, + "file": "DocumentModules\\Sheet2.cls" + }, + "Sheet3.cls": { + "name": "Sheet3", + "type": "DocumentModules", + "attributes": {}, + "file": "DocumentModules\\Sheet3.cls" } } } \ No newline at end of file