|
6 | 6 | </div> |
7 | 7 | <div class="grid grid-cols-3"> |
8 | 8 | <a class="flex items-center justify-center" href="#"> |
9 | | - <img :width="240" src="/user/ali.jpg" alt="阿里云"> |
| 9 | + <img :width="240" src="/user/ali.jpg" alt="阿里云" data-nosnippet> |
10 | 10 | </a> |
11 | 11 | <a class="flex items-center justify-center" href="#"> |
12 | | - <img :width="240" src="/user/zijie.jpg" alt="zijie"> |
| 12 | + <img :width="240" src="/user/zijie.jpg" alt="zijie" data-nosnippet> |
13 | 13 | </a> |
14 | 14 | <a class="flex items-center justify-center" href="#"> |
15 | | - <img :width="240" src="/user/tengxun.png" alt="腾讯"> |
| 15 | + <img :width="240" src="/user/tengxun.png" alt="腾讯" data-nosnippet> |
16 | 16 | </a> |
17 | 17 | <a class="flex items-center justify-center" href="#"> |
18 | | - <img :width="240" src="/user/ea.jpg" alt="EA"> |
| 18 | + <img :width="240" src="/user/ea.jpg" alt="EA" data-nosnippet> |
19 | 19 | </a> |
20 | 20 | <a class="flex items-center justify-center" href="#"> |
21 | | - <img :width="240" src="/user/douyu.jpg" alt="斗鱼直播"> |
| 21 | + <img :width="240" src="/user/douyu.jpg" alt="斗鱼直播" data-nosnippet> |
22 | 22 | </a> |
23 | 23 |
|
24 | 24 | <a class="flex items-center justify-center" href="#"> |
25 | | - <img :width="220" src="/user/vivo.svg" alt="vivo"> |
| 25 | + <img :width="220" src="/user/vivo.svg" alt="vivo" data-nosnippet> |
26 | 26 | </a> |
27 | 27 | <a class="flex items-center justify-center" href="#"> |
28 | | - <img :width="240" src="/user/anker.png" alt="安克"> |
| 28 | + <img :width="240" src="/user/anker.png" alt="安克" data-nosnippet> |
29 | 29 | </a> |
30 | 30 | <a class="flex items-center justify-center min-h-[173px]" href="#"> |
31 | | - <img :width="240" src="/user/shenxinfu.png" alt="深信服"> |
| 31 | + <img :width="240" src="/user/shenxinfu.png" alt="深信服" data-nosnippet> |
32 | 32 | </a> |
33 | 33 |
|
34 | 34 | <a class="flex items-center justify-center" href="#"> |
35 | | - <img :width="240" src="/user/cadence.jpeg" alt="cadence"> |
| 35 | + <img :width="240" src="/user/cadence.jpeg" alt="cadence" data-nosnippet> |
36 | 36 | </a> |
37 | 37 |
|
38 | 38 | <a class="flex items-center justify-center" href="#"> |
39 | | - <img :width="240" src="/user/transsion.svg" alt="传音控股"> |
| 39 | + <img :width="240" src="/user/transsion.svg" alt="传音控股" data-nosnippet> |
40 | 40 | </a> |
41 | 41 |
|
42 | 42 | <a class="flex items-center justify-center" href="#"> |
43 | | - <img :width="240" src="/user/mobile.png" alt="中国移动"> |
| 43 | + <img :width="240" src="/user/mobile.png" alt="中国移动" data-nosnippet> |
44 | 44 | </a> |
45 | 45 |
|
46 | 46 | <a class="flex items-center justify-center" href="#"> |
47 | | - <img :width="240" src="/user/huashu.png" alt="中国移动"> |
| 47 | + <img :width="240" src="/user/huashu.png" alt="中国移动" data-nosnippet> |
48 | 48 | </a> |
49 | 49 |
|
50 | 50 |
|
|
54 | 54 | </div> |
55 | 55 | <div class="company-box"> |
56 | 56 | <a class="company-box-item" target="_blank" v-for="(item , index) in ad" :key="index" :href="item.href"> |
57 | | - <img :src="item.img" :alt="item.href"> |
| 57 | + <img :src="item.img" :alt="item.href" data-nosnippet> |
58 | 58 | <div v-if="item.meta" style="margin-left: 20px"> |
59 | 59 | <div class="company-box-item-title">{{item.meta.title}}</div> |
60 | 60 | <div class="company-box-item-description">{{item.meta.description}}</div> |
|
0 commit comments