From bbcb76485d91fa29d3a7fe18ee2554509b636027 Mon Sep 17 00:00:00 2001 From: "weicw1996@qq.com" Date: Tue, 8 Sep 2026 20:09:34 +0800 Subject: [PATCH] =?UTF-8?q?chore(nuxt):=20=E5=BF=BD=E7=95=A5=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E4=BA=A7=E7=89=A9=E7=9B=AE=E5=BD=95=EF=BC=8C=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=A8=A1=E5=9D=97API=20base=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 1 + .gitignore | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.env b/.env index d23d0f3..94bb540 100644 --- a/.env +++ b/.env @@ -4,3 +4,4 @@ # 默认模板 ID NUXT_PUBLIC_TEMPLATE_ID=template-07 + NUXT_PUBLIC_MODULES_API_BASE=http://127.0.0.1:9200/api \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b63b02c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules +.nuxt +.output +.data +dist