From ab0d98014872fd6860c96d2b5a82c3f72efd86ec Mon Sep 17 00:00:00 2001 From: buyfakett Date: Wed, 4 Dec 2024 18:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=91=E5=8E=82=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/config.js b/src/config.js index 7893897..74a10f7 100644 --- a/src/config.js +++ b/src/config.js @@ -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: '大盘鸡' + }, + ] } }