From 5a3091f20b84545dacd3635bb359111bba854da7 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 10 Nov 2024 03:15:25 +0800 Subject: [PATCH] doc: update README.md --- README.md | 2 +- README.zh.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c010d63..eb9a2a0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Finder lacks a convenient way to create new files in specific formats, but Right ![RightMenu Master Screenshot 2](./assets/screenshots-2.png) -A quick preview extension is provided for viewing source text files with syntax highlighting. This extension handles supported file formats via Uniform Type Identifiers (UTI), rather than relying solely on file extensions. The UTI definitions include a list of associated file extensions and MIME types. +A quick preview extension is provided for viewing source text files with syntax highlighting. This extension handles supported file formats via [Uniform Type Identifiers (UTI)](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_intro/understand_utis_intro.html), rather than relying solely on file extensions. The UTI definitions include a list of associated file extensions and MIME types. **■ Frequently Used Folders** diff --git a/README.zh.md b/README.zh.md index 812fb2d..5faad02 100644 --- a/README.zh.md +++ b/README.zh.md @@ -44,12 +44,14 @@ Finder 缺乏便捷的方式来创建特定格式的新文件,而 RightMenu Ma ![RightMenu Master Screenshot 2](./assets/screenshots-2.png) -提供了一种快速查看扩展,可用于预览带有语法高亮的源文本文件。该扩展通过统一类型标识符 (UTI) 来处理支持的文件格式,而不仅仅依赖于文件扩展名。在 UTI 的定义中包含了与其关联的文件扩展名和 MIME 类型列表。 +提供了一种快速查看扩展,可用于预览带有语法高亮的源文本文件。该扩展通过[统一类型标识符 (UTI)](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_intro/understand_utis_intro.html) 来处理支持的文件格式,而不仅仅依赖于文件扩展名。在 UTI 的定义中包含了与其关联的文件扩展名和 MIME 类型列表。 **■ 常用文件夹** + 支持自定义常用文件夹,可快速访问目录或在指定文件夹中直接新建终端窗口。 **■ 在此处新建终端窗口** + 支持使用 Terminal 或 iTerm 终端,快速在当前文件夹中打开新终端窗口。 **■ 复制功能**