Skip to content

Commit f8331a0

Browse files
committed
Started migration to Uniton Connect UI
1 parent 94f612b commit f8331a0

9 files changed

+6
-5
lines changed
-2.84 MB
Binary file not shown.
72 KB
Binary file not shown.
2.83 MB
Binary file not shown.
-2.84 MB
Binary file not shown.
-71.5 KB
Binary file not shown.

dAppData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"url":"https://mrveit.github.io/Veittech-UnitonConnect","name":"Uniton Connect","iconUrl":"https://mrveit.github.io/Veittech-UnitonConnect/icon.png"}
1+
{"url":"https://mrveit.github.io/Veittech-UnitonConnect","name":"Uniton Connect","iconUrl":"https://mrveit.github.io/Veittech-UnitonConnecticon.png"}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="stylesheet" href="TemplateData/style.css">
99
<link rel="manifest" href="manifest.webmanifest">
1010
<script src="https://telegram.org/js/telegram-web-app.js"></script>
11+
<script src="https://unpkg.com/@tonconnect/[email protected]/dist/tonconnect-ui.min.js"></script>
1112
</head>
1213
<body>
1314
<div id="unity-container">

index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ window.addEventListener("load", function ()
5555
var buildUrl = "Build";
5656
var loaderUrl = buildUrl + "/Veittech-UnitonConnect-WebPage.loader.js";
5757
var config = {
58-
dataUrl: buildUrl + "/755e7b0e6f31b70b70adfa6248f0d5e8.data.unityweb",
59-
frameworkUrl: buildUrl + "/9b3fbb75ecd3939a718f5ae842936e71.js.unityweb",
60-
codeUrl: buildUrl + "/2fab4bfa8ed25bb3628b6460d368b003.wasm.unityweb",
58+
dataUrl: buildUrl + "/3ed9302dc0cfb2a942ee7ddaa552b778.data.unityweb",
59+
frameworkUrl: buildUrl + "/2d99708dcb82f41284a8adb3ee146bfb.js.unityweb",
60+
codeUrl: buildUrl + "/8fedda7584afe694644deda500ae46c1.wasm.unityweb",
6161
streamingAssetsUrl: "StreamingAssets",
6262
companyName: "Veittech",
6363
productName: "Uniton Connect",
64-
productVersion: "1.1",
64+
productVersion: "0.3.0",
6565
showBanner: unityShowBanner,
6666
};
6767

0 commit comments

Comments
 (0)