enhance(frontend): improve theme settings

This commit is contained in:
syuilo
2025-06-25 10:23:39 +09:00
parent 43abbce2af
commit 36fde67992
3 changed files with 33 additions and 7 deletions

4
locales/index.d.ts vendored
View File

@@ -8366,6 +8366,10 @@ export interface Locale extends ILocale {
* テーマコード
*/
"code": string;
/**
* テーマコードをコピー
*/
"copyThemeCode": string;
/**
* 説明
*/

View File

@@ -2193,6 +2193,7 @@ _theme:
install: "テーマのインストール"
manage: "テーマの管理"
code: "テーマコード"
copyThemeCode: "テーマコードをコピー"
description: "説明"
installed: "{name}をインストールしました"
installedThemes: "インストールされたテーマ"