Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- markdownlint-disable MD033 -->
<p align="center">
<a href="https://ko-fi.com/tinkora" target="_blank" rel="noopener noreferrer">
<img
src="https://ko-fi.com/img/githubbutton_sm.svg"
alt="Support Tinkora on Ko-fi"
width="520"
>
</a>
</p>
<!-- markdownlint-enable MD033 -->

`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
Expand Down
12 changes: 11 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- markdownlint-disable MD033 -->
<p align="center">
<a href="https://ko-fi.com/tinkora" target="_blank" rel="noopener noreferrer">
<img
src="https://ko-fi.com/img/githubbutton_sm.svg"
alt="在 Ko-fi 上支持 Tinkora"
width="520"
>
</a>
</p>
<!-- markdownlint-enable MD033 -->

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