From 048da0e2ab3035edbda87e58412d6256b16cef0d Mon Sep 17 00:00:00 2001 From: anghunk Date: Thu, 22 Jan 2026 18:52:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor(widget):=20=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E4=BD=BF=E7=94=A8=E7=9A=84theme=E5=92=8CpageSize?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/widget/src/dev.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/widget/src/dev.js b/docs/widget/src/dev.js index d7c90a9..068b5d1 100644 --- a/docs/widget/src/dev.js +++ b/docs/widget/src/dev.js @@ -88,8 +88,6 @@ async function initWidget() { widgetInstance = new CWDComments({ el: '#comments', apiBaseUrl: config.apiBaseUrl, - theme: config.theme, - pageSize: 20, }); widgetInstance.mount(); } catch (error) {}