From a4ffb51376ffd1e5f370f54d73f0a46a4c268bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=AE=87=E5=BA=86?= Date: Thu, 10 Oct 2024 04:28:20 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E3=80=91=E6=B7=BB=E5=8A=A0=E4=B8=80=E9=94=AE=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E3=80=81=E6=9C=AC=E5=9C=B0=E9=A2=84=E8=A7=88=E3=80=81=E6=89=93?= =?UTF-8?q?=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨宇庆 --- build.bat | 2 ++ install.bat | 2 ++ preview.bat | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 build.bat create mode 100644 install.bat create mode 100644 preview.bat diff --git a/build.bat b/build.bat new file mode 100644 index 000000000..33bf5fa1c --- /dev/null +++ b/build.bat @@ -0,0 +1,2 @@ +pnpm run build:prod +pause \ No newline at end of file diff --git a/install.bat b/install.bat new file mode 100644 index 000000000..aa4d3d348 --- /dev/null +++ b/install.bat @@ -0,0 +1,2 @@ +pnpm install +pause \ No newline at end of file diff --git a/preview.bat b/preview.bat new file mode 100644 index 000000000..cda725ad7 --- /dev/null +++ b/preview.bat @@ -0,0 +1,2 @@ +pnpm run dev +pause \ No newline at end of file