From 2a8ab3265da60b119312e003af48e29a8e980925 Mon Sep 17 00:00:00 2001 From: panw Date: Tue, 28 Apr 2026 16:20:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5=E8=84=9A=E6=9C=AC=E5=92=8C?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E5=85=83=E6=95=B0=E6=8D=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 GameDataSync.ts 的元数据文件,用于 TypeScript 脚本导入管理 - 新增 hearthstone-battlegrounds.md 的元数据文件,用于文本配置文件导入管理 --- assets/script/game/common/GameDataSync.ts.meta | 9 +++++++++ .../common/config}/hearthstone-battlegrounds.md.meta | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 assets/script/game/common/GameDataSync.ts.meta rename assets/script/{ => game/common/config}/hearthstone-battlegrounds.md.meta (72%) diff --git a/assets/script/game/common/GameDataSync.ts.meta b/assets/script/game/common/GameDataSync.ts.meta new file mode 100644 index 00000000..e909e875 --- /dev/null +++ b/assets/script/game/common/GameDataSync.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.24", + "importer": "typescript", + "imported": true, + "uuid": "03eb3891-3801-415d-a889-e05a1f304e5a", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/hearthstone-battlegrounds.md.meta b/assets/script/game/common/config/hearthstone-battlegrounds.md.meta similarity index 72% rename from assets/script/hearthstone-battlegrounds.md.meta rename to assets/script/game/common/config/hearthstone-battlegrounds.md.meta index 5f6ea260..1c854077 100644 --- a/assets/script/hearthstone-battlegrounds.md.meta +++ b/assets/script/game/common/config/hearthstone-battlegrounds.md.meta @@ -2,7 +2,7 @@ "ver": "1.0.1", "importer": "text", "imported": true, - "uuid": "fc76e3b0-5134-401a-b3ea-03251f9135ec", + "uuid": "83563f4f-dcd3-4a6f-a2d8-735a643f593e", "files": [ ".json" ],