's'
This commit is contained in:
BIN
frontend/dist/assets/Editor-CxQHNayt.js.gz
vendored
BIN
frontend/dist/assets/Editor-CxQHNayt.js.gz
vendored
Binary file not shown.
BIN
frontend/dist/assets/Editor-DHrSkQPx.js.gz
vendored
Normal file
BIN
frontend/dist/assets/Editor-DHrSkQPx.js.gz
vendored
Normal file
Binary file not shown.
BIN
frontend/dist/assets/Editor-legacy-Bq7Ok0m8.js.gz
vendored
BIN
frontend/dist/assets/Editor-legacy-Bq7Ok0m8.js.gz
vendored
Binary file not shown.
BIN
frontend/dist/assets/Editor-legacy-sBx1oE48.js.gz
vendored
Normal file
BIN
frontend/dist/assets/Editor-legacy-sBx1oE48.js.gz
vendored
Normal file
Binary file not shown.
BIN
frontend/dist/assets/Preview-CAiVbnPe.js.gz
vendored
BIN
frontend/dist/assets/Preview-CAiVbnPe.js.gz
vendored
Binary file not shown.
BIN
frontend/dist/assets/Preview-DsqQRPen.js.gz
vendored
Normal file
BIN
frontend/dist/assets/Preview-DsqQRPen.js.gz
vendored
Normal file
Binary file not shown.
BIN
frontend/dist/assets/Preview-legacy-ipAiTdrv.js.gz
vendored
BIN
frontend/dist/assets/Preview-legacy-ipAiTdrv.js.gz
vendored
Binary file not shown.
BIN
frontend/dist/assets/Preview-legacy-tHRC5O48.js.gz
vendored
Normal file
BIN
frontend/dist/assets/Preview-legacy-tHRC5O48.js.gz
vendored
Normal file
Binary file not shown.
BIN
frontend/dist/assets/index-BLa5YD0k.js.gz
vendored
Normal file
BIN
frontend/dist/assets/index-BLa5YD0k.js.gz
vendored
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
frontend/dist/assets/index-Dzasemas.js.gz
vendored
BIN
frontend/dist/assets/index-Dzasemas.js.gz
vendored
Binary file not shown.
BIN
frontend/dist/assets/index-legacy-8ei4NIas.js.gz
vendored
BIN
frontend/dist/assets/index-legacy-8ei4NIas.js.gz
vendored
Binary file not shown.
BIN
frontend/dist/assets/index-legacy-CI3PGxa8.js.gz
vendored
Normal file
BIN
frontend/dist/assets/index-legacy-CI3PGxa8.js.gz
vendored
Normal file
Binary file not shown.
6
frontend/dist/public/index.html
vendored
6
frontend/dist/public/index.html
vendored
@@ -125,10 +125,10 @@
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="[{[ .StaticURL ]}]/assets/index-Dzasemas.js"></script>
|
||||
<script type="module" crossorigin src="[{[ .StaticURL ]}]/assets/index-BLa5YD0k.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="[{[ .StaticURL ]}]/assets/dayjs-BaXUFriC.js">
|
||||
<link rel="modulepreload" crossorigin href="[{[ .StaticURL ]}]/assets/i18n-UjFZsrt2.js">
|
||||
<link rel="stylesheet" crossorigin href="[{[ .StaticURL ]}]/assets/index-CCpZnTfb.css">
|
||||
<link rel="stylesheet" crossorigin href="[{[ .StaticURL ]}]/assets/index-Cckpz6IB.css">
|
||||
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
|
||||
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
|
||||
</head>
|
||||
@@ -149,6 +149,6 @@
|
||||
<link rel="stylesheet" href="[{[ .StaticURL ]}]/custom.css" />
|
||||
[{[ end ]}]
|
||||
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
|
||||
<script nomodule crossorigin id="vite-legacy-polyfill" src="[{[ .StaticURL ]}]/assets/polyfills-legacy-D8GbthlL.js"></script>
|
||||
<script nomodule crossorigin id="vite-legacy-polyfill" src="[{[ .StaticURL ]}]/assets/polyfills-legacy-D8GbthlL.js"></script>
|
||||
<script nomodule crossorigin id="vite-legacy-entry" data-src="[{[ .StaticURL ]}]/assets/index-legacy-CI3PGxa8.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
||||
</body>
|
||||
|
||||
@@ -387,7 +387,7 @@ const stopLive = async () => {
|
||||
|
||||
// 调用 FastAPI 停止接口
|
||||
// const res = await fetch("http://192.168.31.103:8700/stop_live", {
|
||||
const res = await fetch(`${location.protocol}//${location.hostname}8700/stop_live`, {
|
||||
const res = await fetch(`${location.protocol}//${location.hostname}:8700/stop_live`, {
|
||||
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
@@ -417,7 +417,7 @@ const loopLive = async () => {
|
||||
|
||||
// 调用 FastAPI 后端接口
|
||||
// const res = await fetch("http://192.168.31.103:8700/loop_Live", {
|
||||
const res = await fetch(`${location.protocol}//${location.hostname}8700/loop_Live`, {
|
||||
const res = await fetch(`${location.protocol}//${location.hostname}:8700/loop_Live`, {
|
||||
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
|
||||
Reference in New Issue
Block a user