From 8966dcc969118b3b3bb78a9a06ea36030146ac54 Mon Sep 17 00:00:00 2001 From: bdim404 Date: Fri, 6 Mar 2026 17:55:05 +0800 Subject: [PATCH] chore: remove backend URL setup instructions from README files --- README.md | 3 --- README.zh.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index 9245e90..8eaab35 100644 --- a/README.md +++ b/README.md @@ -219,9 +219,6 @@ npm install # Create configuration file cp .env.example .env -# Edit .env to set backend URL -echo "VITE_API_URL=http://localhost:8000" > .env - # Start development server npm run dev ``` diff --git a/README.zh.md b/README.zh.md index 1334a1b..f70ea7b 100644 --- a/README.zh.md +++ b/README.zh.md @@ -219,9 +219,6 @@ npm install # 创建配置文件 cp .env.example .env -# 编辑 .env 设置后端地址 -echo "VITE_API_URL=http://localhost:8000" > .env - # 启动开发服务器 npm run dev ```