Skip to content

Commit

Permalink
doc(color): 添加渐变色用法实例
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Sep 28, 2024
1 parent 675bbe4 commit a0f8382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>`

## 注意事项

Expand Down

0 comments on commit a0f8382

Please sign in to comment.