diff --git a/README.en-US.md b/README.en-US.md index de19a3f2e5ce562c18f8d7d5c36c102c2f13a87c..831f00a75df2e5d79b986030461cc2d714a0bef0 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 84f4d5cf5a281db99a8642dd826a3f763467a328..1b1ea894e010dbc93737f5350aee91a467f9f799 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` 目录