Commit 1e54651c authored by afc163's avatar afc163

update mock data

parent 5609cde5
import { imgMap, getUrlParams } from './utils'; import { imgMap, getUrlParams } from './utils';
export function fakeList(count) { const titles = [
const titles = [ 'Alipay',
'Alipay', 'Angular',
'Angular', 'Ant Design',
'Ant Design Pro', 'Ant Design Pro',
'Ant Design', 'Bootstrap',
'Bootstrap', 'React',
'React', 'Vue',
'Vue', 'Webpack',
'Webpack', ];
]; const avatars = [
const avatars = [ 'https://gw.alipayobjects.com/zos/rmsportal/WdGqmHpayyMjiEhcKoVE.png', // Alipay
'https://gw.alipayobjects.com/zos/rmsportal/WdGqmHpayyMjiEhcKoVE.png', // Alipay 'https://gw.alipayobjects.com/zos/rmsportal/zOsKZmFRdUtvpqCImOVY.png', // Angular
'https://gw.alipayobjects.com/zos/rmsportal/zOsKZmFRdUtvpqCImOVY.png', // Angular 'https://gw.alipayobjects.com/zos/rmsportal/dURIMkkrRFpPgTuzkwnB.png', // Ant Design
'https://gw.alipayobjects.com/zos/rmsportal/sfjbOqnsXXJgNCjCzDBL.png', // Ant Design Pro 'https://gw.alipayobjects.com/zos/rmsportal/sfjbOqnsXXJgNCjCzDBL.png', // Ant Design Pro
'https://gw.alipayobjects.com/zos/rmsportal/dURIMkkrRFpPgTuzkwnB.png', // Ant Design 'https://gw.alipayobjects.com/zos/rmsportal/siCrBXXhmvTQGWPNLBow.png', // Bootstrap
'https://gw.alipayobjects.com/zos/rmsportal/siCrBXXhmvTQGWPNLBow.png', // Bootstrap 'https://gw.alipayobjects.com/zos/rmsportal/kZzEzemZyKLKFsojXItE.png', // React
'https://gw.alipayobjects.com/zos/rmsportal/kZzEzemZyKLKFsojXItE.png', // React 'https://gw.alipayobjects.com/zos/rmsportal/ComBAopevLwENQdKWiIn.png', // Vue
'https://gw.alipayobjects.com/zos/rmsportal/ComBAopevLwENQdKWiIn.png', // Vue 'https://gw.alipayobjects.com/zos/rmsportal/nxkuOJlFJuAUhzlMTCEe.png', // Webpack
'https://gw.alipayobjects.com/zos/rmsportal/nxkuOJlFJuAUhzlMTCEe.png', // Webpack ];
]; const covers = [
const covers = [ 'https://gw.alipayobjects.com/zos/rmsportal/HrxcVbrKnCJOZvtzSqjN.png',
'https://gw.alipayobjects.com/zos/rmsportal/HrxcVbrKnCJOZvtzSqjN.png', 'https://gw.alipayobjects.com/zos/rmsportal/alaPpKWajEbIYEUvvVNf.png',
'https://gw.alipayobjects.com/zos/rmsportal/alaPpKWajEbIYEUvvVNf.png', 'https://gw.alipayobjects.com/zos/rmsportal/RLwlKSYGSXGHuWSojyvp.png',
'https://gw.alipayobjects.com/zos/rmsportal/RLwlKSYGSXGHuWSojyvp.png', 'https://gw.alipayobjects.com/zos/rmsportal/gLaIAoVWTtLbBWZNYEMg.png',
'https://gw.alipayobjects.com/zos/rmsportal/gLaIAoVWTtLbBWZNYEMg.png', ];
]; const desc = [
const desc = [ '那是一种内在的东西, 他们到达不了,也无法触及的',
'那是一种内在的东西, 他们到达不了,也无法触及的', '希望是一个好东西,也许是最好的,好东西是不会消亡的',
'希望是一个好东西,也许是最好的,好东西是不会消亡的', '生命就像一盒巧克力,结果往往出人意料',
'生命就像一盒巧克力,结果往往出人意料', '城镇中有那么多的酒馆,她却偏偏走进了我的酒馆',
'城镇中有那么多的酒馆,她却偏偏走进了我的酒馆', '那时候我只会想自己想要什么,从不想自己拥有什么',
'那时候我只会想自己想要什么,从不想自己拥有什么', ];
];
const user = [ const user = [
'付小小', '付小小',
'曲丽丽', '曲丽丽',
'林东东', '林东东',
'周星星', '周星星',
'吴加好', '吴加好',
'朱偏右', '朱偏右',
'鱼酱', '鱼酱',
'乐哥', '乐哥',
'谭小仪', '谭小仪',
'仲尼', '仲尼',
]; ];
export function fakeList(count) {
const list = []; const list = [];
for (let i = 0; i < count; i += 1) { for (let i = 0; i < count; i += 1) {
list.push({ list.push({
...@@ -112,8 +112,8 @@ export function getFakeList(req, res, u) { ...@@ -112,8 +112,8 @@ export function getFakeList(req, res, u) {
export const getNotice = [ export const getNotice = [
{ {
id: 'xxx1', id: 'xxx1',
title: 'Vue', title: titles[0],
logo: imgMap.b, logo: avatars[0],
description: '那是一种内在的东西, 他们到达不了,也无法触及的', description: '那是一种内在的东西, 他们到达不了,也无法触及的',
updatedAt: new Date(), updatedAt: new Date(),
member: '科学搬砖组', member: '科学搬砖组',
...@@ -122,8 +122,8 @@ export const getNotice = [ ...@@ -122,8 +122,8 @@ export const getNotice = [
}, },
{ {
id: 'xxx2', id: 'xxx2',
title: 'Angular', title: titles[1],
logo: imgMap.c, logo: avatars[1],
description: '希望是一个好东西,也许是最好的,好东西是不会消亡的', description: '希望是一个好东西,也许是最好的,好东西是不会消亡的',
updatedAt: new Date('2017-07-24 11:00:00'), updatedAt: new Date('2017-07-24 11:00:00'),
member: '全组都是吴彦祖', member: '全组都是吴彦祖',
...@@ -132,8 +132,8 @@ export const getNotice = [ ...@@ -132,8 +132,8 @@ export const getNotice = [
}, },
{ {
id: 'xxx3', id: 'xxx3',
title: 'React', title: titles[2],
logo: imgMap.a, logo: avatars[2],
description: '城镇中有那么多的酒馆,她却偏偏走进了我的酒馆', description: '城镇中有那么多的酒馆,她却偏偏走进了我的酒馆',
updatedAt: new Date(), updatedAt: new Date(),
member: '中二少女团', member: '中二少女团',
...@@ -142,8 +142,8 @@ export const getNotice = [ ...@@ -142,8 +142,8 @@ export const getNotice = [
}, },
{ {
id: 'xxx4', id: 'xxx4',
title: 'Ant Design', title: titles[3],
logo: imgMap.a, logo: avatars[3],
description: '那时候我只会想自己想要什么,从不想自己拥有什么', description: '那时候我只会想自己想要什么,从不想自己拥有什么',
updatedAt: new Date('2017-07-23 06:23:00'), updatedAt: new Date('2017-07-23 06:23:00'),
member: '程序员日常', member: '程序员日常',
...@@ -152,8 +152,8 @@ export const getNotice = [ ...@@ -152,8 +152,8 @@ export const getNotice = [
}, },
{ {
id: 'xxx5', id: 'xxx5',
title: 'Ant Design Mobile', title: titles[4],
logo: imgMap.b, logo: avatars[4],
description: '凛冬将至', description: '凛冬将至',
updatedAt: new Date('2017-07-23 06:23:00'), updatedAt: new Date('2017-07-23 06:23:00'),
member: '高逼格设计天团', member: '高逼格设计天团',
...@@ -162,8 +162,8 @@ export const getNotice = [ ...@@ -162,8 +162,8 @@ export const getNotice = [
}, },
{ {
id: 'xxx6', id: 'xxx6',
title: 'Ant Motion', title: titles[5],
logo: imgMap.c, logo: avatars[5],
description: '生命就像一盒巧克力,结果往往出人意料', description: '生命就像一盒巧克力,结果往往出人意料',
updatedAt: new Date('2017-07-23 06:23:00'), updatedAt: new Date('2017-07-23 06:23:00'),
member: '骗你来学计算机', member: '骗你来学计算机',
...@@ -259,7 +259,7 @@ export const getActivities = [ ...@@ -259,7 +259,7 @@ export const getActivities = [
updatedAt: new Date(), updatedAt: new Date(),
user: { user: {
name: '乐哥', name: '乐哥',
avatar: imgMap.d, avatar: imgMap.b,
}, },
group: { group: {
name: '程序员日常', name: '程序员日常',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment