feature: default light

This commit is contained in:
JimQing 2020-05-17 18:33:36 +08:00
parent 4b65d3a5cc
commit 6348965e0a

View File

@ -22,7 +22,7 @@ const state = {
currentSize: '',
currentColor: '',
citeStatus: 0,
nightMode: true
nightMode: false
};
const mutations = {
setHtml(state, data) {