update deps

This commit is contained in:
syuilo 2024-01-21 18:43:01 +09:00
parent 90e0a6e2c3
commit f4657eb16f
8 changed files with 1454 additions and 1880 deletions

8
locales/index.d.ts vendored
View file

@ -4824,8 +4824,14 @@ export interface Locale extends ILocale {
*
*/
"backToTitle": string;
/**
*
*/
"withSensitive": string;
"userSaysSomethingSensitive": string;
/**
* {name}稿
*/
"userSaysSomethingSensitive": ParameterizedString<"name">;
/**
*
*/