move src/* to /

This commit is contained in:
life
2015-09-24 13:13:57 +08:00
parent 59537e398b
commit 178a92a828
2381 changed files with 0 additions and 82381 deletions

25
public/config-default.js Normal file
View 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": ""
};