pxt-core 9.2.3 → 9.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -493,6 +493,7 @@ declare namespace pxt {
|
|
|
493
493
|
cloudProfileIcon?: string; // the file path for added imagery on smaller profile dialogs
|
|
494
494
|
timeMachine?: boolean; // Save/restore old versions of a project experiment
|
|
495
495
|
blocklySoundVolume?: number; // A number between 0 and 1 that sets the volume for blockly sounds (e.g. connect, disconnect, click)
|
|
496
|
+
timeMachineQueryParams?: string[]; // An array of query params to pass to timemachine iframe embed
|
|
496
497
|
}
|
|
497
498
|
|
|
498
499
|
interface DownloadDialogTheme {
|
package/package.json
CHANGED
package/webapp/public/kiosk.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<link rel="manifest" href="/kiosk-data/manifest.json"/>
|
|
15
15
|
<title>MakeCode Arcade Kiosk</title>
|
|
16
16
|
<script>var pxtConfig=null</script>
|
|
17
|
-
<script defer="defer" src="/blb/kiosk/js/main.
|
|
17
|
+
<script defer="defer" src="/blb/kiosk/js/main.0ab082de.js"></script><link href="/blb/kiosk/css/main.0e93eecb.css" rel="stylesheet"></head>
|
|
18
18
|
<body>
|
|
19
19
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
20
20
|
|