From 156f8cff01521a636ae1c9e5d0b3efb52d462c7a Mon Sep 17 00:00:00 2001 From: Zhengchen Tao Date: Wed, 20 May 2026 10:35:08 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20fork=20notice=20=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E5=8A=A0=E4=B8=AD=E6=96=87=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 英文 fork notice 给 GitHub mirror 受众用,中文版给 Gitea 主仓 + 国内 读者用。两份并列(中文在前),实质改动清单 / FORK.md / CLAUDE.md / MIT License 三个 anchor 与英文版一一对应。 只动 README.md,upstream 同步路径不受影响。CI build-image.yml paths-ignore '**.md',本 push 不触发 docker build。 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8863a52d..074ad87f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # ezBookkeeping +> ## 个人 fork 说明 +> +> 这是 [mayswind/ezbookkeeping](https://github.com/mayswind/ezbookkeeping)(MIT)的个人 fork,在上游 release 基础上加了若干定制(信用卡账户、按账户筛选时的账户卡片、可编辑账户余额并自动生成调账流水、数字键盘自定义布局、移动端动效优化等)。 +> +> 完整定制清单与实现细节见 [`FORK.md`](FORK.md),分支模型 / 上游同步 / CI 排错见 [`CLAUDE.md`](CLAUDE.md)。 +> +> 所有改动遵循与上游一致的 MIT License。 + > ## Personal fork notice > > This repository is a personal fork of [mayswind/ezbookkeeping](https://github.com/mayswind/ezbookkeeping) (MIT) with the following custom additions on top of upstream releases: