feat: register animal-crossing theme slug

This commit is contained in:
2026-05-18 03:26:26 -06:00
parent 29853d9c14
commit 2f6e5e4842
2 changed files with 4 additions and 1 deletions

View File

@@ -45,6 +45,9 @@
<li role="option" data-value="nord" aria-selected="false">
Nord
</li>
<li role="option" data-value="animal-crossing" aria-selected="false">
动森
</li>
</ul>
</label>
<label class="design-theme language-switch">

View File

@@ -1,4 +1,4 @@
const DESIGN_THEMES = ["fluent", "material-you", "terminal", "cyberpunk", "nord"]
const DESIGN_THEMES = ["fluent", "material-you", "terminal", "cyberpunk", "nord", "animal-crossing"]
const FORCED_DARK_DESIGN_THEMES = new Set(["terminal", "cyberpunk"])
const THEME_BEFORE_FORCED_KEY = "themeBeforeForcedDark"