docs: make README language references clickable links in EN and zh-CN docs

This commit is contained in:
2026-02-24 23:21:26 +08:00
parent 327526ac5e
commit fda3ecfca4
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
Kotlin-based dynamic script host with HTTP APIs, root/sub token auth, script metadata, timeout control, and companion CLI/TUI tools. Kotlin-based dynamic script host with HTTP APIs, root/sub token auth, script metadata, timeout control, and companion CLI/TUI tools.
Language: Language:
- English: `README.md` - English: [README.md](README.md)
- 中文: `README.zh-CN.md` - 中文: [README.zh-CN.md](README.zh-CN.md)
## Features ## Features
- Dynamic script loading from `scripts/*.hub.kts` without restarting host - Dynamic script loading from `scripts/*.hub.kts` without restarting host

View File

@@ -3,8 +3,8 @@
基于 Kotlin 的动态脚本宿主,提供 HTTP API、root/sub token 鉴权、脚本 metadata、超时控制以及配套 CLI/TUI 工具。 基于 Kotlin 的动态脚本宿主,提供 HTTP API、root/sub token 鉴权、脚本 metadata、超时控制以及配套 CLI/TUI 工具。
语言版本: 语言版本:
- English: `README.md` - English: [README.md](README.md)
- 中文: `README.zh-CN.md` - 中文: [README.zh-CN.md](README.zh-CN.md)
## 功能概览 ## 功能概览
-`scripts/*.hub.kts` 动态加载脚本,无需重启 host -`scripts/*.hub.kts` 动态加载脚本,无需重启 host