Merge pull request #16 from doocs/feature-night-mode

feature: default light
This commit is contained in:
JimQing 2020-05-17 18:34:42 +08:00 committed by GitHub
commit 7d372c7cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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