chore: upgrade Jink to 0.5.0 and enable mouse tracking, add Jink 0.5.0 TUI framework section to README

- Added Jink to tech stack table
- New section: what Jink is, why it was chosen, Ink vs Jink comparison table
- Documents Jink's role in the project (4 TUI files)
- Maven Central dependency + manual build fallback instructions
- Updated architecture diagram with tui/ package

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
abel533
2026-04-07 20:21:32 +08:00
co-authored by Copilot
parent 9f4023bdf0
commit 4be570a4f2
3 changed files with 80 additions and 4 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<dependency>
<groupId>io.mybatis.jink</groupId>
<artifactId>jink</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<!-- JLine 3: 终端交互(行编辑、历史、Tab补全、ANSI样式) -->