Skip to content

Commit 7ca9f8f

Browse files
committed
⬆️ chore: update version
1 parent f53f5d6 commit 7ca9f8f

File tree

1 file changed

+7
-134
lines changed

1 file changed

+7
-134
lines changed

src/views/index/index.vue

Lines changed: 7 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -267,133 +267,6 @@
267267
},
268268
],
269269
},
270-
//词云
271-
cy: {
272-
grid: {
273-
top: '4%',
274-
left: '2%',
275-
right: '4%',
276-
bottom: '0%',
277-
},
278-
series: [
279-
{
280-
type: 'wordCloud',
281-
gridSize: 15,
282-
sizeRange: [12, 40],
283-
rotationRange: [0, 0],
284-
width: '100%',
285-
height: '100%',
286-
textStyle: {
287-
normal: {
288-
color() {
289-
const arr = ['#5470c6', '#91cc75', '#fac858', '#ee6666', '#73c0de', '#975FE5']
290-
let index = Math.floor(Math.random() * arr.length)
291-
return arr[index]
292-
},
293-
},
294-
},
295-
data: [
296-
{
297-
name: 'vue-admin-better',
298-
value: 15000,
299-
},
300-
{
301-
name: 'element',
302-
value: 10081,
303-
},
304-
{
305-
name: 'beautiful',
306-
value: 9386,
307-
},
308-
309-
{
310-
name: 'vue',
311-
value: 6500,
312-
},
313-
{
314-
name: 'zxwk1998',
315-
value: 6000,
316-
},
317-
{
318-
name: 'good',
319-
value: 4500,
320-
},
321-
{
322-
name: 'success',
323-
value: 3800,
324-
},
325-
{
326-
name: 'never',
327-
value: 3000,
328-
},
329-
{
330-
name: 'boy',
331-
value: 2500,
332-
},
333-
{
334-
name: 'girl',
335-
value: 2300,
336-
},
337-
{
338-
name: 'github',
339-
value: 2000,
340-
},
341-
{
342-
name: 'hbuilder',
343-
value: 1900,
344-
},
345-
{
346-
name: 'dcloud',
347-
value: 1800,
348-
},
349-
{
350-
name: 'china',
351-
value: 1700,
352-
},
353-
{
354-
name: '1204505056',
355-
value: 1600,
356-
},
357-
{
358-
name: '972435319',
359-
value: 1500,
360-
},
361-
{
362-
name: 'young',
363-
value: 1200,
364-
},
365-
{
366-
name: 'old',
367-
value: 1100,
368-
},
369-
{
370-
name: 'vuex',
371-
value: 900,
372-
},
373-
{
374-
name: 'router',
375-
value: 800,
376-
},
377-
{
378-
name: 'money',
379-
value: 700,
380-
},
381-
{
382-
name: 'qingdao',
383-
value: 800,
384-
},
385-
{
386-
name: 'yantai',
387-
value: 9000,
388-
},
389-
{
390-
name: 'author is very cool',
391-
value: 9200,
392-
},
393-
],
394-
},
395-
],
396-
},
397270
398271
//更新日志
399272
reverse: true,
@@ -406,13 +279,13 @@
406279
{
407280
icon: 'video',
408281
title: '视频播放器',
409-
link: '/vab/player',
282+
link: 'https://vuejs-core.cn/shop-vite',
410283
color: '#ffc069',
411284
},
412285
{
413286
icon: 'table',
414287
title: '表格',
415-
link: '/vab/table/comprehensiveTable',
288+
link: 'https://vuejs-core.cn/shop-vite',
416289
color: '#5cdbd3',
417290
},
418291
{
@@ -424,32 +297,32 @@
424297
{
425298
icon: 'book',
426299
title: '书籍',
427-
link: '',
300+
link: 'https://vuejs-core.cn/shop-vite',
428301
color: '#69c0ff',
429302
},
430303
{
431304
icon: 'bullhorn',
432305
title: '公告',
433-
link: '',
306+
link: 'https://vuejs-core.cn/shop-vite',
434307
color: '#ff85c0',
435308
},
436309
{
437310
icon: 'gift',
438311
title: '礼物',
439-
link: '',
312+
link: 'https://vuejs-core.cn/shop-vite',
440313
color: '#ffd666',
441314
},
442315
443316
{
444317
icon: 'balance-scale-left',
445318
title: '公平的世界',
446-
link: '',
319+
link: 'https://vuejs-core.cn/shop-vite',
447320
color: '#ff9c6e',
448321
},
449322
{
450323
icon: 'coffee',
451324
title: '休息一下',
452-
link: '',
325+
link: 'https://vuejs-core.cn/shop-vite',
453326
color: '#95de64',
454327
},
455328
],

0 commit comments

Comments
 (0)