Skip to content

Commit ea94350

Browse files
vyxal-bot[bot]github-actions[bot]
authored andcommitted
Push new version files.
1 parent 469fba1 commit ea94350

65 files changed

Lines changed: 188 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

v3.11.0/2e8155b35b61d89cef79.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
3+
"name": "Vyxal 3",
4+
"icons": [
5+
{
6+
"src": "pwa/logos/logo-16.png",
7+
"purpose": "maskable",
8+
"sizes": "16x16"
9+
},
10+
{
11+
"src": "pwa/logos/logo-32.png",
12+
"purpose": "maskable",
13+
"sizes": "32x32"
14+
},
15+
{
16+
"src": "pwa/logos/logo-64.png",
17+
"purpose": "maskable",
18+
"sizes": "64x64"
19+
},
20+
{
21+
"src": "pwa/logos/logo-256.png",
22+
"purpose": "any",
23+
"sizes": "256x256"
24+
}
25+
],
26+
"screenshots": [
27+
{
28+
"form_factor": "narrow",
29+
"src": "pwa/screenshot-narrow.png"
30+
},
31+
{
32+
"form_factor": "wide",
33+
"src": "pwa/screenshot-wide.png"
34+
}
35+
],
36+
"start_url": "/latest.html",
37+
"display": "fullscreen",
38+
"description": "The Vyxal 3 web interpreter, now as an app!",
39+
"background_color": "#3c4043",
40+
"theme_color": "#26b4d1"
41+
}

v3.11.0/favicon.ico

20.1 KB
Binary file not shown.

v3.11.0/fonts/bootstrap-icons.woff

172 KB
Binary file not shown.
127 KB
Binary file not shown.

v3.11.0/img/logo-64.png

3.68 KB
Loading

v3.11.0/index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="The Vyxal 3 web interpreter: the best place to run Vyxal 3 online!">
8+
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="rgb(59, 130, 246)">
9+
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#26b4d1">
10+
<meta name="creator" content="Vyxal Corp.">
11+
<title>Vyxal 3</title>
12+
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
13+
<!-- Disabled until webpack/webpack#17870 is fixed -->
14+
<!-- <link rel="manifest" href="2e8155b35b61d89cef79.json"> -->
15+
<link rel="stylesheet" href="styles/style.35308a75.css">
16+
<link rel="stylesheet" href="styles/xterm.bf5eb30e.css">
17+
<link rel="stylesheet" href="styles/bootstrap-icons.0f23bc82.css">
18+
<link rel="preload" href="img/logo-64.png" as="image">
19+
<link rel="preload" href="fonts/bootstrap-icons.woff" as="font" type="font/woff" crossorigin="anonymous">
20+
<link rel="preload" href="fonts/bootstrap-icons.woff2" as="font" type="font/woff2" crossorigin="anonymous">
21+
<link rel="preconnect" href="https://vyxal.github.io">
22+
<script type="module" src="scripts/runtime.e899ba09.js"></script>
23+
<script type="module" src="scripts/vendor/@hello-pangea-dnd-dist-dnd.esm.f3eb1bb7.js"></script>
24+
<script type="module" src="scripts/vendor/react-dom-cjs-react-dom.production.min.bd7efcfd.js"></script>
25+
<script type="module" src="scripts/main.940d291a.js"></script>
26+
</head>
27+
28+
<body data-bs-theme="dark">
29+
<div id="fallback-ui">
30+
<header id="header">
31+
<nav class="navbar navbar-expand bg-body-tertiary">
32+
<div class="container">
33+
<span class="navbar-brand">
34+
&nbsp;
35+
</span>
36+
</div>
37+
</nav>
38+
</header>
39+
<main class="container-sm my-auto">
40+
<noscript>
41+
<div class="border border-warning bg-warning-subtle rounded p-4 mx-auto" style="max-width: 768px;">
42+
<h3><i class="bi bi-braces me-2 text-warning"></i>Please enable JavaScript</h3>
43+
<p>
44+
This interpreter requires JavaScript to function. If you do not wish to enable JavaScript,
45+
consider downloading Vyxal as a JAR from
46+
<a href="https://github.com/Vyxal/Vyxal/releases/latest">our GitHub releases</a>.
47+
</p>
48+
</div>
49+
</noscript>
50+
</main>
51+
</div>
52+
<div id="react-container"></div>
53+
</body>
54+
55+
</html>

v3.11.0/maps/986.34d03268.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v3.11.0/maps/@codemirror-autocomplete-dist-index.86502e82.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v3.11.0/maps/@codemirror-commands-dist-index.a7d47965.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v3.11.0/maps/@codemirror-language-dist-index.960590bb.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)