From 7256e10ea749d8d540d82a8e4c7226bfce8b43ab Mon Sep 17 00:00:00 2001 From: Foldcc_b1 Date: Tue, 11 Feb 2025 17:13:38 +0800 Subject: [PATCH] Disable npm login and publish commands in Update Upm.bat --- README.md | 15 +++++++++++++++ Update Upm.bat | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1eeb84b --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# CC-Framework Editor Extensions + +Unity编辑器扩展工具集。 + +## 扩展工具 + +### RectTransform 工具 +为RectTransform组件添加Figma、MasterGo的坐标同步支持。 + +[查看详细说明](Assets/CCTools/README.md) + +## 联系方式 + +- 作者邮箱:[foldcc@lightyears.ltd](mailto:foldcc@lightyears.ltd) +- 官方网站:[https://lightyears.ltd](https://lightyears.ltd) \ No newline at end of file diff --git a/Update Upm.bat b/Update Upm.bat index db6dc40..84023da 100644 --- a/Update Upm.bat +++ b/Update Upm.bat @@ -19,10 +19,10 @@ IF "%Flg%" equ "y" ( git tag %var% upm git push origin upm --tags # 登录到npm - npm login + # npm login # 发布到npm - npm publish Assets/CCTools/ + # npm publish Assets/CCTools/ GOTO :END )