mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 07:00:53 +00:00
29 lines
565 B
JavaScript
29 lines
565 B
JavaScript
var Config = {
|
|
"plugins": [
|
|
"theme",
|
|
"import_leanote",
|
|
"import_evernote",
|
|
"export_pdf",
|
|
"export_html",
|
|
"export_leanote",
|
|
"export_evernote",
|
|
"langs",
|
|
"accounts"
|
|
],
|
|
"langs": [
|
|
{
|
|
"filename": "en-us",
|
|
"name": "English"
|
|
},
|
|
{
|
|
"filename": "zh-cn",
|
|
"name": "简体中文"
|
|
},
|
|
{
|
|
"filename": "zh-hk",
|
|
"name": "繁体中文"
|
|
}
|
|
],
|
|
"lang": "en-us",
|
|
"theme": ""
|
|
}; |