diff --git a/src/appDeprecatedKeys.ts b/src/appDeprecatedKeys.ts index b64842d5..aed34edc 100644 --- a/src/appDeprecatedKeys.ts +++ b/src/appDeprecatedKeys.ts @@ -12,7 +12,7 @@ interface RawDeprecatedKeysSetting { name: string; /** - * 废弃的key值 + * 废弃的key值,不可使用 */ deprecatedKeys: number[]; }