Skip to content

Commit 4c7e1a6

Browse files
authored
6
1 parent 8055a8c commit 4c7e1a6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

components/Footer.tsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,23 @@ export function FooterImpl() {
3838
<div className={styles.copyright}>
3939
Copyright {currentYear} {config.author}
4040
</div>
41+
{/* Ko-fi 捐款按鈕 */}
42+
<a
43+
href="https://ko-fi.com/meow828"
44+
target="_blank"
45+
rel="noopener noreferrer"
46+
style={{
47+
display: 'inline-block',
48+
marginTop: '1rem'
49+
}}
50+
>
51+
<img
52+
height="36"
53+
style={{ border: '0px', height: '36px' }}
54+
src="https://storage.ko-fi.com/cdn/kofi5.png"
55+
alt="Buy Me a Coffee at ko-fi.com"
56+
/>
57+
</a>
4158

4259
<div className={styles.settings}>
4360
{hasMounted && (

0 commit comments

Comments
 (0)