docs: fix unsupported syntax (#40779)

pull/40780/head
lijianan 2 years ago committed by GitHub
parent fd2db7614f
commit 5199344d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@ export interface SeedToken extends PresetColorType {
/** /**
* @nameZH * @nameZH
* @nameEN Seed Text Color * @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! * @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; colorTextBase: string;
@ -58,7 +58,7 @@ export interface SeedToken extends PresetColorType {
/** /**
* @nameZH * @nameZH
* @nameEN Seed Background Color * @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! * @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; colorBgBase: string;

Loading…
Cancel
Save