From 46bef432819ca04dac38ca291ee67fc7f1f56fe4 Mon Sep 17 00:00:00 2001 From: xlsea Date: Fri, 16 May 2025 23:04:51 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/app.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/typings/app.d.ts b/src/typings/app.d.ts index 87a326e4..6ac7af3f 100644 --- a/src/typings/app.d.ts +++ b/src/typings/app.d.ts @@ -913,21 +913,13 @@ declare namespace App { interface $T { (key: I18nKey): string; - (key: I18nKey, plural: number, options?: TranslateOptions): string; - (key: I18nKey, defaultMsg: string, options?: TranslateOptions): string; - (key: I18nKey, list: unknown[], options?: TranslateOptions): string; - (key: I18nKey, list: unknown[], plural: number): string; - (key: I18nKey, list: unknown[], defaultMsg: string): string; - (key: I18nKey, named: Record, options?: TranslateOptions): string; - (key: I18nKey, named: Record, plural: number): string; - (key: I18nKey, named: Record, defaultMsg: string): string; } }