From abdb1c2f31ef9cbad7f04807872e963d6cb7683e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 29 Apr 2024 10:56:13 +0800 Subject: [PATCH] style: annotate --- src/appDeprecatedKeys.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]; }