From 617ae9eac73bccd79ea70ca7fb97c1fa2ed7b531 Mon Sep 17 00:00:00 2001 From: songpengwei Date: Thu, 9 Nov 2023 14:29:42 +0000 Subject: [PATCH] add comment properties --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index cdf054f..d8ffef5 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,9 @@ waline: { serverURL: "https://ddia-comments.qtmuniao.com", pageview: true, + requiredMeta: ['nick', 'mail'], + wordLimit: 1000, + imageUploader: false, }, name: '《DDIA 逐章精读》', repo: 'https://github.com/DistSysCorp/ddia',