Skip to content

Commit

Permalink
up web client v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lejianwen committed Dec 4, 2024
1 parent cdc1150 commit d368bdc
Show file tree
Hide file tree
Showing 4 changed files with 63,338 additions and 63,138 deletions.
4 changes: 2 additions & 2 deletions resources/web2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<title>RustDesk</title>
<script src="/webclient-config/index.js"></script>
<link rel="manifest" href="manifest.json" />
<script type="module" crossorigin src="js/dist/index.js?v=6"></script>
<script type="module" crossorigin src="js/dist/index.js?v=893935a2"></script>
<link rel="modulepreload" href="js/dist/vendor.js?v=0b990c6e" />
<style>
html,
Expand Down Expand Up @@ -259,7 +259,7 @@
}
scriptLoaded = true;
var scriptTag = document.createElement("script");
scriptTag.src = "main.dart.js?v=6";
scriptTag.src = "main.dart.js?v=df360f45";
scriptTag.type = "application/javascript";
document.body.append(scriptTag);
}
Expand Down
Loading

0 comments on commit d368bdc

Please sign in to comment.