-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
68 lines (68 loc) · 2.37 KB
/
data.js
File metadata and controls
68 lines (68 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
module.exports = {
comments: {
popular: [
{
id: 1,
user: {
id: 1,
fullname: 'Вася Пупкин',
avatarUrl:
'https://leonardo.osnova.io/104b03b4-5173-fd9f-2af9-b458dddc4a23/-/scale_crop/108x108/-/format/webp/',
},
text: 'Теперь, каждое рабочее утро, после кровати, я перекладываюсь туда спать ещё на часок. Ну и…',
post: {
id: 1,
title: 'Какая у вас дома ванна?',
},
createdAt: new Date().toString(),
},
{
id: 2,
user: {
id: 1,
fullname: 'Вася Пупкин',
avatarUrl:
'https://leonardo.osnova.io/f2b74c5b-6387-15f0-e6d7-1d2eacc52c09/-/scale_crop/64x64/-/format/webp/',
},
text: 'Теперь, каждое рабочее утро, после кровати, я перекладываюсь туда спать ещё на часок. Ну и…',
post: {
id: 1,
title: 'Какая у вас дома ванна?',
},
createdAt: new Date().toString(),
},
{
id: 3,
user: {
id: 1,
fullname: 'Вася Пупкин',
avatarUrl:
'https://leonardo.osnova.io/7161cd97-ffdc-1930-2b13-419de941c777/-/scale_crop/64x64/-/format/webp/',
},
text: 'Теперь, каждое рабочее утро, после кровати, я перекладываюсь туда спать ещё на часок. Ну и…',
post: {
id: 1,
title: 'Какая у вас дома ванна?',
},
createdAt: new Date().toString(),
},
],
new: [
{
id: 3,
user: {
id: 1,
fullname: 'Вася Пупкин',
avatarUrl:
'https://leonardo.osnova.io/7161cd97-ffdc-1930-2b13-419de941c777/-/scale_crop/64x64/-/format/webp/',
},
text: 'Теперь, каждое рабочее утро, после кровати, я перекладываюсь туда спать ещё на часок. Ну и…',
post: {
id: 1,
title: 'Какая у вас дома ванна?',
},
createdAt: new Date().toString(),
},
],
},
};