mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
1.8.3
This commit is contained in:
parent
f195c753f5
commit
babc03ba4a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "uguu",
|
"name": "uguu",
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"description": "Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.",
|
"description": "Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.",
|
||||||
"homepage": "https://uguu.se",
|
"homepage": "https://uguu.se",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dest": "dist",
|
"dest": "dist",
|
||||||
"pkgVersion": "1.8.2",
|
"pkgVersion": "1.8.3",
|
||||||
"pages": [
|
"pages": [
|
||||||
"index.ejs",
|
"index.ejs",
|
||||||
"faq.ejs",
|
"faq.ejs",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"donationBanner": false,
|
"donationBanner": false,
|
||||||
"paypalUrl": "",
|
"paypalUrl": "",
|
||||||
"bitcoinAddress": "",
|
"bitcoinAddress": "",
|
||||||
"flattrUrl": "",
|
"ethereumAddress": "",
|
||||||
"kofiUrl": "",
|
"kofiUrl": "",
|
||||||
"malwareBanner": false,
|
"malwareBanner": false,
|
||||||
"DB_MODE": "sqlite",
|
"DB_MODE": "sqlite",
|
||||||
|
@ -186,8 +186,8 @@ a.donate-btn:hover {
|
|||||||
.icon-bitcoin {
|
.icon-bitcoin {
|
||||||
background-image: url('img/bitcoin.png');
|
background-image: url('img/bitcoin.png');
|
||||||
}
|
}
|
||||||
.icon-flattr {
|
.icon-ethereum {
|
||||||
background-image: url('img/flattr.png');
|
background-image: url('img/ethereum.png');
|
||||||
}
|
}
|
||||||
.icon-kofi {
|
.icon-kofi {
|
||||||
background-image: url('img/kofi.png');
|
background-image: url('img/kofi.png');
|
||||||
|
BIN
src/static/img/ethereum.png
Normal file
BIN
src/static/img/ethereum.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 902 B |
@ -12,6 +12,13 @@
|
|||||||
</a>
|
</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<% if (ethereumAddress) { %>
|
||||||
|
<a class="donate-btn donate-ethereum" href="ethereum:<%= ethereumAddress %>" target="_BLANK">
|
||||||
|
<span class="icon icon-bitcoin"></span>
|
||||||
|
Ethereum
|
||||||
|
</a>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<% if (paypalUrl) { %>
|
<% if (paypalUrl) { %>
|
||||||
<a class="donate-btn donate-paypal" href="<%= paypalUrl %>" target="_BLANK">
|
<a class="donate-btn donate-paypal" href="<%= paypalUrl %>" target="_BLANK">
|
||||||
<span class="icon icon-paypal"></span>
|
<span class="icon icon-paypal"></span>
|
||||||
@ -19,12 +26,6 @@
|
|||||||
</a>
|
</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (flattrUrl) { %>
|
|
||||||
<a class="donate-btn donate-flattr" href="<%= flattrUrl %>" target="_BLANK">
|
|
||||||
<span class="icon icon-flattr"></span>
|
|
||||||
Flattr
|
|
||||||
</a>
|
|
||||||
<% } %>
|
|
||||||
<% if (kofiUrl) { %>
|
<% if (kofiUrl) { %>
|
||||||
<a class="donate-btn donate-kofi" href="<%= kofiUrl %>" target="_BLANK">
|
<a class="donate-btn donate-kofi" href="<%= kofiUrl %>" target="_BLANK">
|
||||||
<span class="icon icon-kofi"></span>
|
<span class="icon icon-kofi"></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user