enhance(frontend): リファクタリングなど

This commit is contained in:
syuilo 2024-01-21 20:26:52 +09:00
parent 3784b39a5f
commit 3ff229af6f
13 changed files with 64 additions and 23 deletions

12
locales/index.d.ts vendored
View file

@ -4824,6 +4824,9 @@ export interface Locale extends ILocale {
*
*/
"backToTitle": string;
/**
*
*/
"hemisphere": string;
/**
*
@ -9422,8 +9425,17 @@ export interface Locale extends ILocale {
};
};
"_hemisphere": {
/**
*
*/
"N": string;
/**
*
*/
"S": string;
/**
* 使
*/
"caption": string;
};
"_reversi": {