generator-xweb
Version:
Scaffold out a front-end rest web app, user bower and npm at same time
62 lines • 2.48 kB
JavaScript
var users = module.exports = {
'0000001': {
_id: '0000001',
name: 'zhangsan01',
email: '0000001@gmail.com',
phone: '+860000000',
avatar: {
large: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_400x400.jpeg',
normal: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
mini: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
origin: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg'
}
},
'0000002': {
_id: '0000002',
name: 'zhangsan02',
email: '0000002@gmail.com',
phone: '+860000000',
avatar: {
large: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_400x400.jpeg',
normal: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
mini: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
origin: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg'
}
},
'0000003': {
_id: '0000003',
name: 'zhangsan03',
email: '0000003@gmail.com',
phone: '+860000000',
avatar: {
large: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_400x400.jpeg',
normal: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
mini: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
origin: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg'
}
},
'0000004': {
_id: '0000004',
name: 'zhangsan04',
email: '0000004@gmail.com',
phone: '+860000000',
avatar: {
large: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_400x400.jpeg',
normal: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
mini: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
origin: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg'
}
},
'0000005': {
_id: '0000005',
name: 'zhangsan05',
email: '0000005@gmail.com',
phone: '+860000000',
avatar: {
large: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_400x400.jpeg',
normal: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
mini: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg',
origin: 'https://pbs.twimg.com/profile_images/501579467098030081/JNDqRsX2_normal.jpeg'
}
}
}