Add Ko-fi overlay widget and update project version to 3.1.11

This commit is contained in:
Lechner Julian - FrauJulian
2025-07-07 15:15:52 +02:00
parent 008b4a393c
commit 9a57be79e4
3 changed files with 16 additions and 4896 deletions
+10
View File
@@ -10,5 +10,15 @@
</head>
<body>
<app-root></app-root>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('fraujulian', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#5bc0de',
'floating-chat.donateButton.text-color': '#323842'
});
</script>
</body>
</html>