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