release: frontend
This commit is contained in:
parent
a47558901a
commit
cc1c8f884e
10
frontend/dist/index.html
vendored
10
frontend/dist/index.html
vendored
@ -9,13 +9,13 @@
|
||||
|
||||
<link rel="manifest" href="public/manifest.json" />
|
||||
|
||||
<link rel="modulepreload" href="/wordl-frontend-44d8c92401eb730c.js" crossorigin=anonymous integrity="sha384-51y7TKCYGgJy+QpkZvLEZYsfXWZSHDqouXJ2GlKq7gvdwQvKJVA2sf+mFcMNhFyj">
|
||||
<link rel="preload" href="/wordl-frontend-44d8c92401eb730c_bg.wasm" crossorigin=anonymous integrity="sha384-WV7DRkFqiEqVpnsF8pg4XFwb6n5lUDl0Sthrg1bAw3BADWrMJsBtGiu7125TXi6N" as="fetch" type="application/wasm"></head>
|
||||
<link rel="modulepreload" href="/wordl-frontend-9a7f2cab90becd72.js" crossorigin=anonymous integrity="sha384-eRL0cuVT0HMVRdo53NZkwZQ5XoEu4T01miOUwyXsFw2vxtKNY0JR31gsSIkxPH6r">
|
||||
<link rel="preload" href="/wordl-frontend-9a7f2cab90becd72_bg.wasm" crossorigin=anonymous integrity="sha384-WLecfo6mTmR1lCvJrhUSeywdjzxyxlS8Y3QiRhif42+EqDGBW8ObGeJvndmvVEux" as="fetch" type="application/wasm"></head>
|
||||
<body class="bg-black text-white">
|
||||
|
||||
<script type="module" nonce="Wj5jDXr7Y+Gmzekk3Ok18g==">
|
||||
import init, * as bindings from '/wordl-frontend-44d8c92401eb730c.js';
|
||||
const wasm = await init('/wordl-frontend-44d8c92401eb730c_bg.wasm');
|
||||
<script type="module" nonce="C6wemXT9bYoLMMwSgt9gzg==">
|
||||
import init, * as bindings from '/wordl-frontend-9a7f2cab90becd72.js';
|
||||
const wasm = await init('/wordl-frontend-9a7f2cab90becd72_bg.wasm');
|
||||
|
||||
|
||||
window.wasmBindings = bindings;
|
||||
|
Binary file not shown.
@ -933,16 +933,16 @@ function __wbg_get_imports() {
|
||||
const ret = wasm.memory;
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper743 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 340, __wbg_adapter_38);
|
||||
imports.wbg.__wbindgen_closure_wrapper750 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 344, __wbg_adapter_38);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1073 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 420, __wbg_adapter_41);
|
||||
imports.wbg.__wbindgen_closure_wrapper1080 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_41);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1157 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 450, __wbg_adapter_44);
|
||||
imports.wbg.__wbindgen_closure_wrapper1164 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 454, __wbg_adapter_44);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
|
BIN
frontend/dist/wordl-frontend-9a7f2cab90becd72_bg.wasm
vendored
Normal file
BIN
frontend/dist/wordl-frontend-9a7f2cab90becd72_bg.wasm
vendored
Normal file
Binary file not shown.
@ -558,26 +558,22 @@ video {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.\!order-first {
|
||||
order: -9999 !important;
|
||||
.mb-12 {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.order-last {
|
||||
order: 9999;
|
||||
}
|
||||
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.mt-8 {
|
||||
margin-top: 2rem;
|
||||
.mb-4 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.h-12 {
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
.h-16 {
|
||||
height: 4rem;
|
||||
}
|
||||
@ -598,8 +594,12 @@ video {
|
||||
width: 4rem;
|
||||
}
|
||||
|
||||
.w-72 {
|
||||
width: 18rem;
|
||||
.w-24 {
|
||||
width: 6rem;
|
||||
}
|
||||
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
@ -614,6 +614,14 @@ video {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.justify-end {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.gap-4 {
|
||||
gap: 1rem;
|
||||
}
|
||||
@ -681,6 +689,10 @@ video {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.pt-12 {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user