From 83088a3837051bb50ea8370a47a4eb85f195758c Mon Sep 17 00:00:00 2001 From: anghunk Date: Thu, 22 Jan 2026 16:40:55 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E5=89=8D=E7=AB=AF=E9=85=8D=E7=BD=AE):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=AD=E7=9A=84=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加DOMContentLoaded事件监听器的替代调用方式示例 --- docs/guide/frontend-config.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/guide/frontend-config.md b/docs/guide/frontend-config.md index 2eb2e30..a10c456 100644 --- a/docs/guide/frontend-config.md +++ b/docs/guide/frontend-config.md @@ -63,12 +63,23 @@ comments.updateConfig({ theme: 'dark' }); ```html
+ + ```