From a0f83828309f3ab83aa3ca03a09482b5c05fb2ed Mon Sep 17 00:00:00 2001 From: carm Date: Sat, 28 Sep 2024 23:48:35 +0800 Subject: [PATCH] =?UTF-8?q?doc(color):=20=E6=B7=BB=E5=8A=A0=E6=B8=90?= =?UTF-8?q?=E5=8F=98=E8=89=B2=E7=94=A8=E6=B3=95=E5=AE=9E=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README-en.md b/README-en.md index e98aadb..9a75867 100644 --- a/README-en.md +++ b/README-en.md @@ -49,6 +49,8 @@ For development dependencies, please see [Dependencies](https://github.com/Carm - Support PlaceholderAPI variables! - Support [Hex Color](https://www.hexcolortool.com/)! (Version 1.16 and above) `&(#Color)` - Example: LightSlateBlue `&(#8470FF)` 、 DarkSlateBlue `&(#483D8B)` +- Support Gradient Color! (Version 1.16 and above) `&<#Color1>Message&<#Color2>` + - Example: `&<#8470FF>Hello World!&<#483D8B>` ## Notice diff --git a/README.md b/README.md index ede8b5c..602e4ca 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ README LANGUAGES [ [**中文**](README.md) | [English](README-en.md) ] - 支持[Hex颜色](https://www.hexcolortool.com/)!(1.16以上版本) `[自 v1.2.3 版本起]` - 格式: `&(#颜色代码)` - 示例: LightSlateBlue `&(#8470FF)` 、 DarkSlateBlue `&(#483D8B)` +- 支持渐变色!(1.16以上版本) `[自 v1.2.3 版本起]` + - 格式: `&<#颜色代码1>消息内容&<#颜色代码2>` + - 示例: `&<#8470FF>Hello World!&<#483D8B>` ## 注意事项