Medium theme

This commit is contained in:
asktalk
2014-12-27 23:46:11 +08:00
parent 40973c4615
commit 4f102ff883
23 changed files with 1530 additions and 119 deletions

View File

@ -0,0 +1,31 @@
/*
, JSON
Name, Version, Author, AuthorUrl()
, FriendLinks, 使 $.themeInfo.FriendLinks
:
1) JSON, , ','
2) , !
* Name
* Version
* Author
* AuthorUrl
* FriendLinks
*/
{
"Name": "leanote default theme",
"Version": "1.0",
"Author": "leanote.com",
"AuthorUrl": "http://leanote.com",
"FriendLinks": [
{"Title": "我的笔记", "Url": "http://leanote.com/note"},
{"Title": "leanote home", "Url": "http://leanote.com"},
{"Title": "leanote 社区", "Url": "http://bbs.leanote.com"},
{"Title": "lea++", "Url": "http://lea.leanote.com"},
{"Title": "leanote github", "Url": "https://github.com/leanote/leanote"}
]
}