60 lines
1.7 KiB
JavaScript
60 lines
1.7 KiB
JavaScript
module.exports = [
|
||
{
|
||
name: 'Sealyun',
|
||
description: 'Kubernetes,',
|
||
strong: '一键离线安装',
|
||
action: '去看看',
|
||
url: 'http://store.lameleg.com?referrer=shaohq',
|
||
weight: 1
|
||
},
|
||
{
|
||
name: '阳明的博客',
|
||
description: 'Kubernetes,',
|
||
strong: '实战课程',
|
||
action: '去看看',
|
||
url: 'https://www.qikqiak.com/post/promotion-51/',
|
||
weight: 1
|
||
},
|
||
{
|
||
name: '极客时间',
|
||
description: '精要30计,让DevOps快速落地。',
|
||
strong: 'DevOps实战笔记',
|
||
action: '去看看',
|
||
url: 'https://time.geekbang.org/column/intro/100036601?code=0Totv3yN%2FohiumTclUF4ky4qRYs9Ecq6ZK4IdgNf88M%3D',
|
||
weight: 1
|
||
},
|
||
{
|
||
name: '腾讯云',
|
||
description: '腾讯云11.11爆款1核2G云服务器首购88元,免费领9888元代金券,',
|
||
strong: '百款云产品一折起',
|
||
action: '去抢',
|
||
url: 'https://cloud.tencent.com/act/cps/redirect?redirect=1050&cps_key=2ee6baa049659f4713ddc55a51314372&from=console',
|
||
weight: 67
|
||
},
|
||
{
|
||
name: '阿里云',
|
||
description: '双十一,All in Cloud,',
|
||
strong: '低至一折',
|
||
action: '去抢',
|
||
url: 'https://www.aliyun.com/1111/2019/home?userCode=obezo3pg',
|
||
weight: 30
|
||
},
|
||
{
|
||
name: 'Kubetrain',
|
||
description: 'K8S在线直播培训,首次开班优惠',
|
||
strong: '不满意可无条件退款',
|
||
action: '再不去没名额啦',
|
||
url: 'https://kubetrain.cn/?from=kuboard-ads',
|
||
weight: 30
|
||
}
|
||
|
||
// {
|
||
// name: '宝塔面板',
|
||
// description: '一键全能 Linux 部署及管理,',
|
||
// strong: '送你3188元礼包',
|
||
// action: '点我领取',
|
||
// url: 'https://www.bt.cn/?invite_code=MV9vdnlveno=',
|
||
// weight: 50
|
||
// }
|
||
]
|