mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-03 17:36:41 +00:00
buy me coffee
This commit is contained in:
parent
4677e368d5
commit
fcf295604b
11
README.md
11
README.md
@ -54,4 +54,13 @@ npm run tauri dev
|
||||
npm run tauri build
|
||||
|
||||
# Build universal macOS binary
|
||||
./build-universal.sh
|
||||
./build-universal.sh
|
||||
```
|
||||
|
||||
## Support
|
||||
|
||||
If you find this project helpful, consider buying me a coffee:
|
||||
|
||||
<a href="https://www.buymeacoffee.com/abdenasser">
|
||||
<img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=abdenasser&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" />
|
||||
</a>
|
@ -96,6 +96,13 @@
|
||||
setInterval(updateBadge, 60000); // Check every minute
|
||||
</script>
|
||||
</div>
|
||||
<div class="support-developer">
|
||||
<a href="https://www.buymeacoffee.com/abdenasser">
|
||||
<img
|
||||
src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=abdenasser&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"
|
||||
alt="Buy Me A Coffee" style="height: 40px !important;width: auto !important;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hero-image">
|
||||
|
Loading…
x
Reference in New Issue
Block a user