Skip to content

Commit

Permalink
docs(friends): add friend
Browse files Browse the repository at this point in the history
  • Loading branch information
mk965 committed May 8, 2024
1 parent e9e865f commit 6faea4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/blog/202403/iOS17_4_ canplaythrough_bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ' iOS 17.4 HTMLAudioElement 中 canplaythrough、loadeddata 等事件不触发的 bug'
date: '2024-03-19'
tags: ['FE', 'iOS']
draft: false
draft: true
summary: '更新到 iOS 17.4 后,HTMLAudioElement 事件中 canplaythrough、loadeddata 等事件不会被触发 ...'
authors: ['default']
---
Expand Down
7 changes: 7 additions & 0 deletions data/friendsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ export let friendsData: Friend[] = [
imgSrc: '/static/images/friends/miji.ico',
url: 'https://web-miji.com/?ref=mengke.me',
},
{
type: 'friend',
name: '沉舟侧畔 Blog',
slogan: '⛵️ 新生的力量,生机勃勃 ⛵️',
imgSrc: '/static/images/friends/springwood.jpeg',
url: 'https://springwood.me/?ref=mengke.me',
},
{
type: 'techStar',
name: 'Anthony Fu',
Expand Down
Binary file added public/static/images/friends/springwood.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6faea4f

Please sign in to comment.