mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
24 lines
630 B
JavaScript
24 lines
630 B
JavaScript
define(function(require, exports, module){
|
|
var types = require('./type.js');
|
|
|
|
var blog_2014_07_06 = {
|
|
id:'blog_2014_07_06',
|
|
title: '<a class="title_a" href="article.html?id=blog_2014_07_06">梦想支撑着现实</a>',
|
|
blog_tags: ['北大宣传片'],
|
|
blog_time: '2014-07-06 21:52',
|
|
type: types.type.story,
|
|
blog_p:[
|
|
{
|
|
title: '',
|
|
content:['微信朋友圈里看到一个北大的宣传片,挺触动的。北大是唯一一个可以做梦的地方,没有人笑话你的梦想。不是现实支撑着梦想,是梦想支撑着现实。']
|
|
}
|
|
]
|
|
};
|
|
|
|
|
|
|
|
|
|
exports.blog_2014_07_06 = blog_2014_07_06;
|
|
|
|
|
|
}); |