mirror of
https://github.com/doocs/md.git
synced 2025-01-23 04:14:42 +08:00
Merge pull request #16 from doocs/feature-night-mode
feature: default light
This commit is contained in:
commit
7d372c7cf2
@ -22,7 +22,7 @@ const state = {
|
||||
currentSize: '',
|
||||
currentColor: '',
|
||||
citeStatus: 0,
|
||||
nightMode: true
|
||||
nightMode: false
|
||||
};
|
||||
const mutations = {
|
||||
setHtml(state, data) {
|
||||
|
Loading…
Reference in New Issue
Block a user