Skip to content

Commit

Permalink
新增云厂商
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Dec 4, 2024
1 parent f8b7b7f commit ab0d980
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,31 @@ export const urlList = {
img_src: 'https://img.tteam.icu/i/2024/12/04/n9qbcc-3.webp'
},
]
},
cloud_servers: {
title: 'Cloud Servers',
describe: 'Cloud servers I use',
data: [
{
title: 'aliyun',
src: 'https://www.aliyun.com/',
img_src: 'https://img.tteam.icu/i/2024/12/04/ulrew2-3.webp'
},
{
title: 'txyun',
src: 'https://cloud.tencent.com/',
img_src: 'https://img.tteam.icu/i/2024/12/04/umduu0-3.webp'
},
{
title: 'hdy',
src: 'https://www.szhdy.com/',
},
{
title: 'servarica',
src: 'https://clients.servarica.com/',
describe: '大盘鸡'
},
]
}
}

Expand Down

0 comments on commit ab0d980

Please sign in to comment.