From 2d3120f33a25fd112cb5faadcf1bae67759eabc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E3=81=AE=E9=87=91?= <110812055+chenmozhijin@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:42:21 +0800 Subject: [PATCH] feat: Update README --- README.md | 10 +++++----- README_en.md | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 44c2b17..258234c 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ - [x] 支持打开本地的加密歌词 - [x] 多平台支持 - [x] 桌面歌词(目前仅支持foobar2000: [foo_lddc](https://github.com/chenmozhijin/foo_lddc)) - 1. 多线程快速自动匹配歌词(绝大部分为逐字) - 2. 精准逐字卡拉OK样式的歌词 + 1. 多线程自动搜索快速匹配歌词(绝大多数歌词为逐字样式) + 2. 支持显示卡拉OK样式的歌词 3. 支持分行显示原文、翻译、罗马音 - 4. 支持淡入淡出、自动匹配屏幕刷新率确保流畅 - 5. 支持手动选择歌词添加偏移量(类似搜索界面) - 6. 对字符进行缓存以实现较低的占用 + 4. 支持淡入淡出效果,并自动匹配屏幕刷新率以确保流畅性 + 5. 支持通过类似搜索界面的窗口手动选择歌词 + 6. 实现字符缓存,降低资源占用 7. 支持自定义字符渐变色 ## 预览 diff --git a/README_en.md b/README_en.md index 78bf7f0..c26a489 100644 --- a/README_en.md +++ b/README_en.md @@ -22,11 +22,11 @@ - [x] Support for opening locally encrypted lyrics - [x] Multi-platform support - [x] Desktop Lyrics (currently only supports foobar2000: [foo_lddc](https://github.com/chenmozhijin/foo_lddc)) - 1. Multithreaded fast automatic lyrics matching (mostly word-by-word) - 2. Accurate word-by-word karaoke-style lyrics + 1. Multi-threaded automatic search to quickly match lyrics (most lyrics are in word-for-word style) + 2. Supports displaying lyrics in karaoke style 3. Supports displaying the original text, translation, and romanization in separate lines - 4. Supports fade in/out, automatically matches screen refresh rate for smooth display - 5. Supports manually selecting lyrics and adding offsets (similar to the search interface) + 4. Supports fade in/out effects, and automatically matches the screen refresh rate to ensure smoothness + 5. Supports manual selection of lyrics through a window similar to the search interface 6. Caches characters to achieve low resource usage 7. Supports custom gradient colors for characters