-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
var weekPoetry = { | ||
1: { | ||
"title": "清平乐·别来春半", | ||
"author": "李煜", | ||
"content": "别来春半,\n触目柔肠断。\n砌下落梅如雪乱,\n拂了一身还满。\n雁来音信无凭,\n路遥归梦难成。\n离恨恰如春草,\n更行更远还生。" | ||
}, | ||
|
||
2: { | ||
"title": "问刘十九", | ||
"author": "白居易", | ||
"content": "绿蚁新醅酒,\n红泥小火炉。\n晚来天欲雪,\n能饮一杯无?" | ||
}, | ||
|
||
3: { | ||
"title": "江城子·十年生死两茫茫", | ||
"author": "苏轼", | ||
"content": "十年生死两茫茫,\n不思量,自难忘。\n千里孤坟,无处话凄凉。\n纵使相逢应不识,\n尘满面,鬓如霜。\n夜来幽梦忽还乡,\n小轩窗,正梳妆。\n相顾无言,惟有泪千行。\n料得年年肠断处,\n明月夜,短松冈。" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters