Skip to content

Commit cf76b9d

Browse files
committed
UnityWebAppUpdate(funded)
1 parent 8d2bf8d commit cf76b9d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

git_gui_state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"repo_url": "https://github.com/Unity-Lab-AI/Unity-Lab-AI.github.io.git", "repo_name": "unity.unityailab.com", "feature_branch": "feature/UnityWebApp10.7Update"}
1+
{"repo_url": "https://github.com/Unity-Lab-AI/Unity-Lab-AI.github.io.git", "repo_name": "unity.unityailab.com", "feature_branch": "feature/UnityWebAppUpdate10.8D"}

index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
<div class="input-area">
756756
<textarea
757757
id="chat-input"
758-
placeholder="Type your message... (Shift+Enter for new line, Enter to send) **Image models currently slow & may not work, awaiting API fix**"
758+
placeholder="Type your message... (Shift+Enter for new line, Enter to send) Want to buy us a coffee? Scroll down."
759759
></textarea>
760760
</div>
761761
<div class="controls">
@@ -833,6 +833,22 @@
833833
window.screensaver.initialize();
834834
}
835835
});
836+
837+
function copyToClipboard(text) {
838+
navigator.clipboard.writeText(text).then(() => {
839+
alert('Address copied to clipboard');
840+
}).catch(err => {
841+
console.error('Failed to copy: ', err);
842+
});
843+
}
836844
</script>
845+
846+
<div style="text-align: center; margin-top: 20px;">
847+
<button class="copy-address-button" onclick="copyToClipboard('1P3fD566rkni6HTPvg72DUshNMK4Wn3i4M')">Copy Bitcoin Address</button>
848+
<button class="copy-address-button" onclick="copyToClipboard('DTBkkL2kAAgzdHdzfG6amF3JFV3MsMyy7x')">Copy Dogecoin Address</button>
849+
<button class="copy-address-button" onclick="copyToClipboard('0xf9c9b79a3a9c89c57180aec642e4aaf4b088d7a8')">Copy Ethereum Address</button>
850+
<button class="copy-address-button" onclick="copyToClipboard('4AdRa7hXC8J6i4Kokf82NzdeQBkuanmFe5tWHHEPDaMae8W1ZTihQ4x4PDk1rUHidtT2zF5bgQU8bEhpkiZ2ubaxE5TCtLs')">Copy Monero Address</button>
851+
<button class="copy-address-button">Wanna Donate? Thx!</button>
852+
</div>
837853
</body>
838854
</html>

0 commit comments

Comments
 (0)