From 0e47f297b94f8e2ffc2e14fa1ae6893a5460ebb1 Mon Sep 17 00:00:00 2001 From: tinkeragora <314183062+tinkeragora@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:04:52 +0800 Subject: [PATCH] =?UTF-8?q?README=20=E4=B8=AD=E5=A4=AE=E5=AF=B9=E9=BD=90?= =?UTF-8?q?=20Ko-fi=20=E6=94=AF=E6=8C=81=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- README.zh-CN.md | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5cc7b1..cbb7501 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,17 @@ [![Rust 1.95+](https://img.shields.io/badge/rust-1.95%2B-orange.svg)](https://www.rust-lang.org) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md) -[![Support Tinkora on Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/tinkora) + +

+ + Support Tinkora on Ko-fi + +

+ `diff_viz` is a browser-native text and code diff workspace. Compare two inputs side by side or as a unified patch, inspect JSON changes semantically, and apply diff --git a/README.zh-CN.md b/README.zh-CN.md index d4710ad..f38a669 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -3,7 +3,17 @@ [![CI](https://github.com/Tinkora/diff_viz/actions/workflows/ci.yml/badge.svg)](https://github.com/Tinkora/diff_viz/actions/workflows/ci.yml) [![许可证:MIT](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) -[![在 Ko-fi 上支持 Tinkora](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/tinkora) + +

+ + 在 Ko-fi 上支持 Tinkora + +

+ `diff_viz` 是一个浏览器原生的文本和代码差异审查工作区。它支持并排或 统一补丁视图、JSON 语义差异、补丁生成与应用,所有计算均由 Rust/WASM