File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 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 " }
Original file line number Diff line number Diff line change 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 ">
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 >
You can’t perform that action at this time.
0 commit comments