diff --git a/data/friendsData.ts b/data/friendsData.ts index 87a3899..ab064b3 100644 --- a/data/friendsData.ts +++ b/data/friendsData.ts @@ -8,13 +8,13 @@ export let friendsData: Friend[] = [ imgSrc: '/static/images/friends/suisuipingan.jpg', url: 'http://suisuipingan.love/home/?ref=mengke.me', }, - // { - // type: 'friend', - // name: 'Kong', - // slogan: '当机立断,非黑即白,不要后悔', - // imgSrc: '/static/images/friends/kong.jpg', - // url: 'https://kongf.github.io/?ref=mengke.me', - // }, + { + type: 'friend', + name: 'Kong', + slogan: '当机立断,非黑即白,不要后悔', + imgSrc: '/static/images/friends/kong.jpg', + url: 'https://kongf.github.io/?ref=mengke.me', + }, { type: 'friend', name: 'UoCat', @@ -36,13 +36,6 @@ export let friendsData: Friend[] = [ imgSrc: '/static/images/friends/kkjz.jpeg', url: 'https://kkjz.xyz/?ref=mengke.me', }, - { - type: 'friend', - name: '什么值得读', - slogan: '互联网人的书单库!', - imgSrc: '/static/images/friends/shenmezhidedu.png', - url: 'https://www.shenmezhidedu.com/?ref=mengke.me', - }, { type: 'friend', name: 'web秘籍', diff --git a/public/static/images/friends/shenmezhidedu.png b/public/static/images/friends/shenmezhidedu.png deleted file mode 100644 index 4bb7860..0000000 Binary files a/public/static/images/friends/shenmezhidedu.png and /dev/null differ