fix
Helius
2022-07-01 e40ff186af9224006a1d6e19bc041bca81743478
src/main/resources/templates/febs/views/dapp/user.html
@@ -199,7 +199,7 @@
            }
            if (layEvent === 'share') {
                var url = "https://birdworld.vip/?code=" + data.inviteId;
                var url = "https://birdworld.cc/?code=" + data.inviteId;
                var $copyShare = $("#copyShare")
                $copyShare.show();
                $copyShare.val(url);