From 315a22a57908b6057ab3a8fc8d380b8cb5973bd0 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 12 May 2024 08:59:43 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E9=A1=B9=E7=9B=AE=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=91=BD=E4=BB=A4=E8=B0=83=E6=95=B4=E5=92=8C=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en-US.md | 10 +++++----- README.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index de19a3f..831f00a 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -1,7 +1,7 @@
- - - + + + @@ -37,7 +37,7 @@ - **Essential Infrastructure**: Dynamic routing, button permissions, internationalization, code style, Git commit conventions, and common component encapsulation. -- **Continuous Updates**: Continuously updated for 3 years since 2021, keeping up with the latest technologies and tools. +- **Continuous Updates**: Since 2021, the project has maintained an open-source status with continuous updates, integrating new tools and dependencies in real time, and has accumulated a broad user base. ## Project Preview @@ -85,7 +85,7 @@ pnpm run dev ```bash # Build the project -pnpm run build:prod +pnpm run build # Upload files to the remote server Copy the files generated in the `dist` directory to the `/usr/share/nginx/html` directory. diff --git a/README.md b/README.md index 84f4d5c..1b1ea89 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
- + @@ -30,7 +30,7 @@ - **基础设施**:动态路由、按钮权限、国际化、代码规范、Git 提交规范、常用组件封装。 -- **持续更新**:2021年至今持续更新3年,及时跟进最新的技术和工具。 +- **持续更新**:自2021年起,该项目持续开源更新,实时更新工具和依赖,积累了广泛的用户群体。 @@ -82,7 +82,7 @@ pnpm run dev ```bash # 项目打包 -pnpm run build:prod +pnpm run build # 上传文件至远程服务器 将打包生成在 `dist` 目录下的文件拷贝至 `/usr/share/nginx/html` 目录 -- GitLab