From 63fd5a53f22ffd2ebf577ff8631ad0693af05429 Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Wed, 3 Sep 2025 14:03:58 +0800 Subject: [PATCH] Update cwb_index.js --- CharacterWorldBook/cwb_index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/CharacterWorldBook/cwb_index.js b/CharacterWorldBook/cwb_index.js index 05458d7..906d837 100644 --- a/CharacterWorldBook/cwb_index.js +++ b/CharacterWorldBook/cwb_index.js @@ -19,6 +19,7 @@ export async function initializeCharacterWorldBook($cwbSettingsPanel) { if (!isCwbEnabled()) { console.log('[CWB] Master switch is disabled. Halting core feature initialization.'); + initializeCharCardViewer(); return; }