43 lines
1.4 KiB
JavaScript
43 lines
1.4 KiB
JavaScript
module.exports = [
|
||
// {
|
||
// name: 'Sealyun',
|
||
// description: 'Kubernetes,',
|
||
// strong: '一键离线安装',
|
||
// action: '去看看',
|
||
// url: 'https://github.com/fanux/sealos',
|
||
// weight: 50
|
||
// },
|
||
{
|
||
name: 'CKA 考试',
|
||
description: '九五折优惠申请 CKA 考试,优惠码为:',
|
||
strong: 'Affkub95-268483',
|
||
action: '现在报名',
|
||
url: 'https://training.linuxfoundation.cn/certificates/1',
|
||
weight: 100,
|
||
},
|
||
// {
|
||
// name: '视频教程',
|
||
// description: 'Kubernetes入门学习到企业实战的方方面面',
|
||
// strong: 'Kuboard',
|
||
// action: '免费试听',
|
||
// url: 'https://ke.qq.com/course/package/32328?flowToken=1031971',
|
||
// weight: 100
|
||
// },
|
||
// {
|
||
// name: '华为云',
|
||
// description: '828企业上云节,亿元上云补贴',
|
||
// strong: '限时抢购',
|
||
// action: '立享优惠',
|
||
// url: 'https://activity.huaweicloud.com/828_promotion/index.html?fromacct=36cf686d-2650-4107-baa4-f0dc3c860df4&utm_source=V1g3MDY4NTY=&utm_medium=cps&utm_campaign=201905',
|
||
// weight: 60
|
||
// },
|
||
{
|
||
name: '腾讯云',
|
||
description: '【腾讯云】云产品限时秒杀。',
|
||
strong: '1核2G云服务器,首年50元',
|
||
action: '立即抢购',
|
||
url: 'https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=2ee6baa049659f4713ddc55a51314372&from=console',
|
||
weight: 300
|
||
},
|
||
]
|