style: annotate

This commit is contained in:
AIsouler
2024-04-29 10:56:13 +08:00
parent 522b5fa0e4
commit abdb1c2f31

View File

@@ -12,7 +12,7 @@ interface RawDeprecatedKeysSetting {
name: string; name: string;
/** /**
* 废弃的key值 * 废弃的key值,不可使用
*/ */
deprecatedKeys: number[]; deprecatedKeys: number[];
} }