mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-18 01:16:56 +00:00
move src/* to /
This commit is contained in:
25
public/config-default.js
Normal file
25
public/config-default.js
Normal file
@@ -0,0 +1,25 @@
|
||||
var Config = {
|
||||
"plugins": [
|
||||
"theme",
|
||||
"import_evernote",
|
||||
"export_pdf",
|
||||
"export_html",
|
||||
"langs"
|
||||
],
|
||||
"langs": [
|
||||
{
|
||||
"filename": "en-us",
|
||||
"name": "English"
|
||||
},
|
||||
{
|
||||
"filename": "zh-cn",
|
||||
"name": "简体中文"
|
||||
},
|
||||
{
|
||||
"filename": "zh-hk",
|
||||
"name": "繁体中文"
|
||||
}
|
||||
],
|
||||
"lang": "en-us",
|
||||
"theme": ""
|
||||
};
|
Reference in New Issue
Block a user