35 lines
940 B
JavaScript
35 lines
940 B
JavaScript
module.exports = [
|
||
{
|
||
name: 'Sealyun',
|
||
description: 'Kubernetes,',
|
||
strong: '一键离线安装',
|
||
action: '去看看',
|
||
url: 'http://store.lameleg.com?referrer=shaohq',
|
||
weight: 20
|
||
},
|
||
{
|
||
name: '阳明的博客',
|
||
description: 'Kubernetes,',
|
||
strong: '实战课程',
|
||
action: '去看看',
|
||
url: 'https://www.qikqiak.com/post/promotion-51/',
|
||
weight: 50
|
||
},
|
||
{
|
||
name: '极客时间',
|
||
description: '精要30计,让DevOps快速落地。',
|
||
strong: 'DevOps实战笔记',
|
||
action: '去看看',
|
||
url: 'https://time.geekbang.org/column/intro/100036601?code=0Totv3yN%2FohiumTclUF4ky4qRYs9Ecq6ZK4IdgNf88M%3D',
|
||
weight: 30
|
||
},
|
||
// {
|
||
// name: '宝塔面板',
|
||
// description: '一键全能 Linux 部署及管理,',
|
||
// strong: '送你3188元礼包',
|
||
// action: '点我领取',
|
||
// url: 'https://www.bt.cn/?invite_code=MV9vdnlveno=',
|
||
// weight: 50
|
||
// }
|
||
]
|