Merge branch 'develop' into feat-12909

This commit is contained in:
かっこかり
2024-01-06 20:56:36 +09:00
committed by GitHub
41 changed files with 1163 additions and 66 deletions

5
locales/index.d.ts vendored
View File

@@ -382,6 +382,11 @@ export interface Locale {
"enableHcaptcha": string;
"hcaptchaSiteKey": string;
"hcaptchaSecretKey": string;
"mcaptcha": string;
"enableMcaptcha": string;
"mcaptchaSiteKey": string;
"mcaptchaSecretKey": string;
"mcaptchaInstanceUrl": string;
"recaptcha": string;
"enableRecaptcha": string;
"recaptchaSiteKey": string;