There was an error while loading. Please reload this page.
1 parent 8055a8c commit 4c7e1a6Copy full SHA for 4c7e1a6
1 file changed
components/Footer.tsx
@@ -38,6 +38,23 @@ export function FooterImpl() {
38
<div className={styles.copyright}>
39
Copyright {currentYear} {config.author}
40
</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>
58
59
<div className={styles.settings}>
60
{hasMounted && (
0 commit comments