mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
✨
This commit is contained in:
parent
ebf7cc7070
commit
650ee6a78c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ if (_DEV_) {
|
|||
// タッチデバイスでCSSの:hoverを機能させる
|
||||
document.addEventListener('touchend', () => {}, { passive: true });
|
||||
|
||||
if (localStorage.getItem('theme') == null) {
|
||||
if (localStorage.theme == null) {
|
||||
applyTheme(require('@/themes/l-light.json5'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue