From 6348965e0a68fa3d4e43da11b5211a7153dfe4bc Mon Sep 17 00:00:00 2001 From: JimQing Date: Sun, 17 May 2020 18:33:36 +0800 Subject: [PATCH] feature: default light --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index f451bb3..75bd31a 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -22,7 +22,7 @@ const state = { currentSize: '', currentColor: '', citeStatus: 0, - nightMode: true + nightMode: false }; const mutations = { setHtml(state, data) {