From c027f2b8c5b5399a29a7e1e25f053ba24c1efd46 Mon Sep 17 00:00:00 2001 From: nsnail Date: Wed, 7 Dec 2022 10:46:04 +0800 Subject: [PATCH] --- README.md | 2 +- README.zh-CN.md | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 011141c..97856af 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ dot-v1.1.5-->Json-utility dot-v1.1.5-->Ip-utility-tool dot-v1.1.5-->GUID-generator dot-v1.1.5-->Git-command-bulk-executor -dot-v1.1.5-->screen-coordinates-and-color-selection-tool +dot-v1.1.5-->Screen-coordinates-and-pixel-picker ``` \ No newline at end of file diff --git a/README.zh-CN.md b/README.zh-CN.md index 52a3767..7ac916a 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -4,15 +4,15 @@ A full-featured utility - the programmer's swiss army knife ```mermaid graph LR; - dot-v1.1.5-->newline-character-converter; - dot-v1.1.5-->ntp-time-sync-tool; - dot-v1.1.5-->text-encoding-tool; - dot-v1.1.5-->trim-utf8-bom-of-file - dot-v1.1.5-->remote-whitespaces-eof - dot-v1.1.5-->random-password-generator - dot-v1.1.5-->json-tool - dot-v1.1.5-->ip-tool - dot-v1.1.5-->guid-gennerator - dot-v1.1.5-->git-bulk-executor - dot-v1.1.5-->color-picker + dot-v1.1.5-->文件换行符转换工具 + dot-v1.1.5-->NTP时钟同步工具 + dot-v1.1.5-->各种文本编解码工具 + dot-v1.1.5-->移除文件UTF-BOM + dot-v1.1.5-->移除文件尾部空白符 + dot-v1.1.5-->随机密码生成器 + dot-v1.1.5-->Json实用工具 + dot-v1.1.5-->Ip实用工具 + dot-v1.1.5-->GUID生成器 + dot-v1.1.5-->Git命令批量执行器 + dot-v1.1.5-->屏幕坐标和颜色选取工具 ``` \ No newline at end of file