From 2425c358e3a03dea5954d2808376231e8c742a45 Mon Sep 17 00:00:00 2001 From: Zhengchen Tao Date: Tue, 5 May 2026 18:05:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=89=A9=E5=85=85=20README=20fork=20no?= =?UTF-8?q?tice=EF=BC=8C=E5=88=97=E5=87=BA=E4=B8=BB=E8=A6=81=E5=AE=9A?= =?UTF-8?q?=E5=88=B6=E9=A1=B9=EF=BC=9BLICENSE=20=E5=A2=9E=E5=8A=A0=20fork?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E7=9A=84=E7=89=88=E6=9D=83=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 1 + README.md | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 18348a1b..0b54be87 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2020-2026 MaysWind (i@mayswind.net) +Copyright (c) 2026 Tao Zhengchen (fork modifications) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5fb38fb2..8ced080c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,27 @@ # ezBookkeeping -> **Personal fork notice**: This is a personal fork of [mayswind/ezbookkeeping](https://github.com/mayswind/ezbookkeeping). For the list of custom changes see [`FORK.md`](FORK.md); for branch model / upstream-sync flow / CI troubleshooting see [`CLAUDE.md`](CLAUDE.md). Upstream README content follows below. +> ## 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: +> +> - **信用卡账户**:信用额度字段,账户列表显示可用额度 +> - **账户筛选交易**:单账户筛选时顶部显示账户信息卡(图标 / 名称 / 余额 / 可用额度) +> - **账户编辑**:直接修改余额字段,自动生成「余额调整」交易 +> - **记账页**:选择账户后实时显示余额或信用卡可用额度 +> - **小键盘**:自定义布局(计算器风格 4 列) + `touch-action` 修复点击延迟 +> - **移动端动画**:通用过渡 300ms → 150ms +> - **交易详情**:移动端三点菜单加编辑/删除入口 +> - **分类选择**:移动端可设默认全部展开(云同步白名单) +> - **交易时间**:移动端点击标题默认日期选择器 +> +> Full list with implementation details: [`FORK.md`](FORK.md) +> Branch model / upstream sync / CI troubleshooting: [`CLAUDE.md`](CLAUDE.md) +> +> All modifications are released under the same MIT License as upstream — see [`LICENSE`](LICENSE). +> +> --- +> +> Upstream README content follows below. ---