mod: update mock data
This commit is contained in:
parent
3e54a82abb
commit
38edbcb68a
@ -34,7 +34,7 @@ export default [
|
|||||||
{
|
{
|
||||||
id: 28,
|
id: 28,
|
||||||
title: '如何优雅的给图片添加水印',
|
title: '如何优雅的给图片添加水印',
|
||||||
author: '张传龙',
|
author: '大脸怪',
|
||||||
category: 'JavaScript',
|
category: 'JavaScript',
|
||||||
description: '优雅的给图片添加水印',
|
description: '优雅的给图片添加水印',
|
||||||
content: '我之前写过一篇文章记录了一次上传图片的优化史',
|
content: '我之前写过一篇文章记录了一次上传图片的优化史',
|
||||||
@ -47,7 +47,7 @@ export default [
|
|||||||
{
|
{
|
||||||
id: 26,
|
id: 26,
|
||||||
title: '前端缓存的理解',
|
title: '前端缓存的理解',
|
||||||
author: '张传龙',
|
author: '大脸怪',
|
||||||
category: 'Http',
|
category: 'Http',
|
||||||
description: '谈谈前端缓存的理解',
|
description: '谈谈前端缓存的理解',
|
||||||
content: '> 背景\n\n公司有个vue-cli3移动端web项目发版更新后发现部分用户手机在钉钉内置浏览器打开出现了缓存',
|
content: '> 背景\n\n公司有个vue-cli3移动端web项目发版更新后发现部分用户手机在钉钉内置浏览器打开出现了缓存',
|
||||||
@ -56,22 +56,10 @@ export default [
|
|||||||
createDate: '2021-06-10T18:51:19.000Z',
|
createDate: '2021-06-10T18:51:19.000Z',
|
||||||
updateDate: '2021-09-17T09:33:24.000Z',
|
updateDate: '2021-09-17T09:33:24.000Z',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 24,
|
|
||||||
title: '使用jQuery的load方法帮女朋友实现套娃Html',
|
|
||||||
author: '张传龙',
|
|
||||||
category: 'JavaScript',
|
|
||||||
description: '最近女朋友刚入职新公司,接到的第一个任务就是将一个网站所有的页面合并成一个页面',
|
|
||||||
content: '最近女朋友刚入职新公司,接到的第一个任务就是将一个网站所有的页面合并成一个页面',
|
|
||||||
isRecommend: true,
|
|
||||||
isPublish: true,
|
|
||||||
createDate: '2021-05-26T15:26:06.000Z',
|
|
||||||
updateDate: '2021-09-17T09:33:24.000Z',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 18,
|
id: 18,
|
||||||
title: 'Promise的五个静态方法',
|
title: 'Promise的五个静态方法',
|
||||||
author: '张传龙',
|
author: '大脸怪',
|
||||||
category: 'JavaScript',
|
category: 'JavaScript',
|
||||||
description: '简单介绍下在 Promise 类中,有5 种静态方法及它们的使用场景',
|
description: '简单介绍下在 Promise 类中,有5 种静态方法及它们的使用场景',
|
||||||
content: '## 1. Promise.all\n\n并行执行多个 promise,并等待所有 promise 都准备就绪。再对它们进行处理。',
|
content: '## 1. Promise.all\n\n并行执行多个 promise,并等待所有 promise 都准备就绪。再对它们进行处理。',
|
||||||
|
Loading…
Reference in New Issue
Block a user