mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-05 09:27:34 +08:00
fix: 夜间模式修复
This commit is contained in:
@@ -9,7 +9,7 @@ export default defineNuxtConfig({
|
|||||||
script: [
|
script: [
|
||||||
{
|
{
|
||||||
tagPriority: 'high',
|
tagPriority: 'high',
|
||||||
children: `
|
innerHTML: `
|
||||||
(function () {
|
(function () {
|
||||||
try {
|
try {
|
||||||
const mode = localStorage.getItem('theme-mode');
|
const mode = localStorage.getItem('theme-mode');
|
||||||
|
|||||||
Reference in New Issue
Block a user