mirror of
https://github.com/doocs/md.git
synced 2025-02-02 19:27:46 +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: '',
|
currentSize: '',
|
||||||
currentColor: '',
|
currentColor: '',
|
||||||
citeStatus: 0,
|
citeStatus: 0,
|
||||||
nightMode: true
|
nightMode: false
|
||||||
};
|
};
|
||||||
const mutations = {
|
const mutations = {
|
||||||
setHtml(state, data) {
|
setHtml(state, data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user