From a6824c49260399d52281d7346b9cdb9479cc5f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E7=8B=97?= <9944191+song2770@user.noreply.gitee.com> Date: Tue, 10 Jun 2025 11:43:53 +0800 Subject: [PATCH] update package.json --- .npmrc | 4 ++-- index.html | 16 ++++++++-------- package-lock.json | 8 ++++---- package.json | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.npmrc b/.npmrc index d8efe3f..85bc05d 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ -ELECTRON_BUILDER_BINARIES_MIRROR=https://mirrors.huaweicloud.com/electron-builder-binaries/ +# ELECTRON_BUILDER_BINARIES_MIRROR=https://mirrors.huaweicloud.com/electron-builder-binaries/ registry=https://registry.npm.taobao.org/ -ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron-builder-binaries/ \ No newline at end of file +# ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron-builder-binaries/ \ No newline at end of file diff --git a/index.html b/index.html index a8f843e..83692d7 100644 --- a/index.html +++ b/index.html @@ -242,13 +242,13 @@ - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d9c37e5..fb235d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "vite-react-typescript-starter", - "version": "0.0.0", + "name": "ez4prompt", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "vite-react-typescript-starter", - "version": "0.0.0", + "name": "ez4prompt", + "version": "0.0.1", "dependencies": { "lucide-react": "^0.344.0", "react": "^18.3.1", diff --git a/package.json b/package.json index feb68fd..7b7b197 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "vite-react-typescript-starter", + "name": "ez4prompt", "private": true, - "version": "0.0.0", + "version": "0.0.1", "type": "module", "scripts": { "dev": "vite",