Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yumenaka committed Jan 10, 2024
1 parent 8d831a5 commit 8769963
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for cross-compilation
# Window icon Need:go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo

# make all VERSION=v0.9.7
# make all VERSION=v0.9.7-1
# make md5SumThemAll VERSION=v0.9.8
# mingw32-make all VERSION=v0.9.9
# rm resource.syso && make Linux-armv8 VERSION=v0.9.6
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions routers/vue_static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title>[[.title]]</title>
<script type="module" crossorigin src="/assets/index-buEXs9Yv.js"></script>
<script type="module" crossorigin src="/assets/index-zZaisuvf.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-N1L_JnsD.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>
Expand All @@ -18,7 +18,7 @@
<!-- built files will be auto injected -->
<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="/assets/polyfills-legacy-O6BCPZor.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-OIGz6CBP.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-xh5y2KrL.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>

</html>

0 comments on commit 8769963

Please sign in to comment.