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
| const mesgData = {
| mesgAI:[
|
| ],
| mesgMine:[
|
| ]
| }
| export default mesgData;
|
|
|
| // {
| // "date": "2020/04/25 21:19:07",
| // "text": { "text": "测试" },
| // "mine": false,
| // "name": "留恋人间不羡仙",
| // "img": "/image/one.jpeg"
| // },
| // {
| // "date": "2020/04/25 21:19:07",
| // "text": { "text": "<audio data-src='https://www.w3school.com.cn/i/horse.mp3'/>" },
| // "mine": false,
| // "name": "只盼流星不盼雨",
| // "img": "/image/two.jpeg"
| // },
| // {
| // "date": "2020/04/25 21:19:07",
| // "text": { "text": "<img data-src='/image/three.jpg'/>" },
| // "mine": false,
| // "name": "只盼流星不盼雨",
| // "img": "/image/two.jpeg"
| // },
| // {
| // "date": "2020/04/16 21:19:07",
| // "text": {
| // "text": "<video data-src='https://www.w3school.com.cn/i/movie.mp4' controls='controls' />, ",
|
| // },
| // "mine": true,
| // "name": "JwChat",
| // "img": "/image/three.jpg"
| // }, {
| // "date": "2020/04/16 21:19:07",
| // "text": {
| // "text": "<div style='color:black'><table class='tabel_border'><tr><th>ces</th><th>ces</th></tr><tr><th>ces</th><th>ces</th></tr></table></div>",
|
| // },
| // "mine": true,
| // "name": "JwChat",
| // "img": "/image/three.jpg"
| // }, {
| // "date": "2020/04/16 21:19:07",
| // "text": {
| // "text": "<div style='color:black'><table class='tabel_border'><tr><th>ces</th><th>ces</th></tr><tr><th>ces</th><th>ces</th></tr></table></div>,<img data-src='/image/three.jpg'/>",
|
| // },
| // "mine": true,
| // "name": "JwChat",
| // "img": "/image/three.jpg"
| // }
|
|