From 7c0837df33a3aa4983c8664e6dc9a0831d987932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=93=AE?= <834207172@qq.com> Date: Fri, 28 Mar 2025 13:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0npm=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/02.InformationSave/.npmrc | 3 +++ Assets/02.InformationSave/package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Assets/02.InformationSave/.npmrc diff --git a/Assets/02.InformationSave/.npmrc b/Assets/02.InformationSave/.npmrc new file mode 100644 index 0000000..e43d972 --- /dev/null +++ b/Assets/02.InformationSave/.npmrc @@ -0,0 +1,3 @@ + registry=http://192.168.31.100:8418/api/packages/unity-registry/npm + //192.168.31.100:8418/api/packages/unity-registry/:_authToken=7a502f73368672741accbd12fdf268909b1dca0f + diff --git a/Assets/02.InformationSave/package.json b/Assets/02.InformationSave/package.json index 6ed1bb6..c25e0f6 100644 --- a/Assets/02.InformationSave/package.json +++ b/Assets/02.InformationSave/package.json @@ -1,5 +1,5 @@ { - "name": "com.staryevo.informationSave", + "name": "com.staryevo.informationsave", "version": "1.0.0", "displayName": "01.InformationSave", "description": "位置配置工具", @@ -10,7 +10,7 @@ "scirpt" ], "author": { - "name": "staryEvo", + "name": "01.InformationSave", "url": "https://www.unity3d.com" } }