From c3a8a525cb5c497e66998577c904defcd1bbdc8f Mon Sep 17 00:00:00 2001 From: tobegold574 <2386340403@qq.com> Date: Fri, 14 Nov 2025 15:27:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(Doc):=20=E8=A1=A5=E5=85=85=E6=8F=90?= =?UTF-8?q?=E4=BA=A4README=E7=9A=84=E6=9B=B4=E6=96=B0=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 收回对Dockerfile的提交,与其他分支统一 --- .gitignore | 2 +- README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea63e81..c5451e2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,5 @@ coverage/ Dockerfile .dockerignore -# CI +# CI(等资源够了再推送,暂时也不关闭CI webhook) .drone.yml diff --git a/README.md b/README.md index 648c207..06bf5c7 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,12 @@ knowai-core/ 3. **类型安全**:充分利用TypeScript类型系统,提供编译时类型检查 4. **模块化**:按功能域组织,按需导入,提高代码复用性 5. **可测试性**:纯函数和依赖注入提高可测试性,确保代码质量 + +## 更新记录 + +### 2025-11-10 +- 完成tsc eslint vitest测试,构建1.0.0镜像并推送 + +### 2025-11-11 +- 因服务器性能原因去除CI pipeline +- 重新整理所有逻辑模块架构,完成对应README撰写 \ No newline at end of file