From 39907990466b0adef4aaf9b95ef0ea8b068e3e3d Mon Sep 17 00:00:00 2001 From: panw Date: Thu, 20 Nov 2025 16:54:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=BA=9F?= =?UTF-8?q?=E5=BC=83=E8=84=9A=E6=9C=AC=E5=B9=B6=E8=BF=81=E7=A7=BBECS?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=87=B3assets=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除不再使用的update-oops-plugin-framework.bat脚本 将ecs.md文档从根目录迁移至assets/script目录并更新内容 --- ecs.md => assets/script/ecs.md | 0 assets/script/ecs.md.meta | 11 +++++++++++ .../{HeroAtk.ts.meta => HeroAtkSystem.ts.meta} | 2 +- update-oops-plugin-framework.bat | 15 --------------- 4 files changed, 12 insertions(+), 16 deletions(-) rename ecs.md => assets/script/ecs.md (100%) create mode 100644 assets/script/ecs.md.meta rename assets/script/game/hero/{HeroAtk.ts.meta => HeroAtkSystem.ts.meta} (70%) delete mode 100644 update-oops-plugin-framework.bat diff --git a/ecs.md b/assets/script/ecs.md similarity index 100% rename from ecs.md rename to assets/script/ecs.md diff --git a/assets/script/ecs.md.meta b/assets/script/ecs.md.meta new file mode 100644 index 00000000..e78e16ae --- /dev/null +++ b/assets/script/ecs.md.meta @@ -0,0 +1,11 @@ +{ + "ver": "1.0.1", + "importer": "text", + "imported": true, + "uuid": "1f3ba9b7-02ad-406f-86b3-895009bcb3e7", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/game/hero/HeroAtk.ts.meta b/assets/script/game/hero/HeroAtkSystem.ts.meta similarity index 70% rename from assets/script/game/hero/HeroAtk.ts.meta rename to assets/script/game/hero/HeroAtkSystem.ts.meta index 07ba222c..da744409 100644 --- a/assets/script/game/hero/HeroAtk.ts.meta +++ b/assets/script/game/hero/HeroAtkSystem.ts.meta @@ -2,7 +2,7 @@ "ver": "4.0.24", "importer": "typescript", "imported": true, - "uuid": "85d8a2e5-f2a1-49b0-9439-fe9e1e98b7d9", + "uuid": "bffb52f1-1843-437d-82ef-88d2d7ee2ec5", "files": [], "subMetas": {}, "userData": {} diff --git a/update-oops-plugin-framework.bat b/update-oops-plugin-framework.bat deleted file mode 100644 index 780769da..00000000 --- a/update-oops-plugin-framework.bat +++ /dev/null @@ -1,15 +0,0 @@ -md extensions -cd extensions - -IF EXIST oops-plugin-framework ( -goto update -) ELSE ( -goto clone -) - -:clone -git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git - -:update -cd oops-plugin-framework -git pull \ No newline at end of file