docs: fix unsupported syntax (#40779)

This commit is contained in:
lijianan 2023-02-17 18:27:35 +08:00 committed by GitHub
parent fd2db7614f
commit 5199344d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ export interface SeedToken extends PresetColorType {
/**
* @nameZH
* @nameEN Seed Text Color
* @desc v5 **使 Seed Token**
* @desc v5 使 Seed Token
* @descEN Used to derive the base variable of the text color gradient. In v5, we added a layer of text color derivation algorithm to produce gradient variables of text color gradient. But please do not use this Seed Token directly in the code!
*/
colorTextBase: string;
@ -58,7 +58,7 @@ export interface SeedToken extends PresetColorType {
/**
* @nameZH
* @nameEN Seed Background Color
* @desc v5 **使 Seed Token**
* @desc v5 使 Seed Token
* @descEN Used to derive the base variable of the background color gradient. In v5, we added a layer of background color derivation algorithm to produce map token of background color. But PLEASE DO NOT USE this Seed Token directly in the code!
*/
colorBgBase: string;