chore: 添加游戏数据同步脚本和配置的元数据文件

- 新增 GameDataSync.ts 的元数据文件,用于 TypeScript 脚本导入管理
- 新增 hearthstone-battlegrounds.md 的元数据文件,用于文本配置文件导入管理
This commit is contained in:
panw
2026-04-28 16:20:54 +08:00
parent c078c929ce
commit 2a8ab3265d
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.24",
"importer": "typescript",
"imported": true,
"uuid": "03eb3891-3801-415d-a889-e05a1f304e5a",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@@ -0,0 +1,11 @@
{
"ver": "1.0.1",
"importer": "text",
"imported": true,
"uuid": "83563f4f-dcd3-4a6f-a2d8-735a643f593e",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}