From e25cfdd6b93d6ccb06689b65147f7d9e729dfd49 Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Wed, 28 Aug 2024 02:04:04 +0800 Subject: [PATCH 1/2] Update the README announcement to note --- README.md | 12 +++--------- README.zh-CN.md | 10 ++-------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7265255e..49c66cbc 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,8 @@ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://pydantic.dev) -> [!CAUTION] -> **For 2024-3-22 (announcement)** -> -> The master branch has completed the app architecture refactoring, please pay extra attention to sync fork operations -> to avoid irreparable damage! -> -> We have kept and locked the original branch (legacy-single-app-pydantic-v2), which you can get in the branch selector +> [!NOTE] +> This repository as a template library open to any person or enterprise can be used for free! English | [简体中文](./README.zh-CN.md) @@ -19,8 +14,7 @@ FastAPI framework based on the front-end and back-end separation of the middle a the [pseudo three-tier architecture](#pseudo-three-tier-architecture) design, support for **python3.10** and above versions -Its purpose is to allow you to use it directly as the infrastructure of your new project, this repository as a template -library open to any person or enterprise can be used for free! +Its purpose is to allow you to use it directly as the infrastructure of your new project, **🔥Continuously updated and maintained🔥** diff --git a/README.zh-CN.md b/README.zh-CN.md index c0a1010d..12436dbc 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,19 +5,13 @@ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://pydantic.dev) -> [!CAUTION] -> **2024-3-22 (公告)** -> -> 主分支已完成 app 架构重构,请格外注意 sync fork 操作,以免造成不可挽回的损失! -> -> 我们保留并锁定了原始分支(legacy-single-app-pydantic-v2),您可以在分支选择器中找到它 +> [!NOTE] +> 此仓库作为模板库公开,任何人或企业均可免费使用! 简体中文 | [English](./README.md) 基于 FastAPI 框架的前后端分离中后台解决方案,遵循[伪三层架构](#伪三层架构)设计, 支持 **python3.10** 及以上版本 -它的目的是让你可以直接用它作为你新项目的基础架构,本仓库作为模板库公开,任何人或企业均可免费使用 - **🔥持续更新维护中🔥** ## 伪三层架构 From e0baed96d16e903cee8fcd0e0c67e463f79a2dc7 Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Wed, 28 Aug 2024 02:05:44 +0800 Subject: [PATCH 2/2] delete English README some content --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 49c66cbc..00e303ba 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ FastAPI framework based on the front-end and back-end separation of the middle a the [pseudo three-tier architecture](#pseudo-three-tier-architecture) design, support for **python3.10** and above versions -Its purpose is to allow you to use it directly as the infrastructure of your new project, - **🔥Continuously updated and maintained🔥** ## Pseudo three-tier architecture