add export plugin
This commit is contained in:
parent
ecff3c7f8f
commit
8745f94d81
|
@ -356,8 +356,12 @@ function exportSettingsCore() {
|
|||
//tags
|
||||
var tagarr = localStorage.getItem('tag')
|
||||
var favtag = JSON.parse(tagarr)
|
||||
exp.favoriteTags = favtag
|
||||
exp.revisons = 2.1
|
||||
//plugins
|
||||
var plugins = localStorage.getItem('plugins')
|
||||
var plugin = JSON.parse(plugins)
|
||||
exp.plugins = plugin
|
||||
|
||||
exp.revisons = 2.2
|
||||
exp.meta = {}
|
||||
exp.meta.date = new Date()
|
||||
exp.meta.thedesk = localStorage.getItem('ver')
|
||||
|
|
Loading…
Reference in New Issue
Block a user