enhance(frontend): テーマ設定で簡易プレビューを表示するように (#15643)

* enhance(frontend): テーマ設定で簡易プレビューを表示するように

* Update Changelog

* fix lint

* 🎨

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
かっこかり 2025-03-10 18:35:51 +09:00 committed by GitHub
parent 9dce512fbb
commit f797765b1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 301 additions and 96 deletions

4
locales/index.d.ts vendored
View file

@ -7746,6 +7746,10 @@ export interface Locale extends ILocale {
*
*/
"builtinThemes": string;
/**
*
*/
"instanceTheme": string;
/**
*
*/

View file

@ -2031,6 +2031,7 @@ _theme:
installed: "{name}をインストールしました"
installedThemes: "インストールされたテーマ"
builtinThemes: "標準のテーマ"
instanceTheme: "サーバーのテーマ"
alreadyInstalled: "そのテーマは既にインストールされています"
invalid: "テーマの形式が間違っています"
make: "テーマを作る"