mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
fix(nx/client): missing runtime chunk
This commit is contained in:
parent
824d9e8b59
commit
b213f9940e
@ -68,6 +68,7 @@
|
|||||||
$("body").show();
|
$("body").show();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
|
||||||
<script src="<%= appPath %>/desktop.js" crossorigin type="module"></script>
|
<script src="<%= appPath %>/desktop.js" crossorigin type="module"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="<%= assetPath %>/node_modules/boxicons/css/boxicons.min.css">
|
<link rel="stylesheet" type="text/css" href="<%= assetPath %>/node_modules/boxicons/css/boxicons.min.css">
|
||||||
|
@ -75,6 +75,8 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
|
||||||
<script src="<%= appPath %>/login.js" crossorigin type="module"></script>
|
<script src="<%= appPath %>/login.js" crossorigin type="module"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -118,6 +118,7 @@
|
|||||||
<link href="<%= assetPath %>/stylesheets/tree.css" rel="stylesheet">
|
<link href="<%= assetPath %>/stylesheets/tree.css" rel="stylesheet">
|
||||||
<script src="<%= assetPath %>/node_modules/jquery.fancytree/dist/jquery.fancytree-all-deps.min.js"></script>
|
<script src="<%= assetPath %>/node_modules/jquery.fancytree/dist/jquery.fancytree-all-deps.min.js"></script>
|
||||||
|
|
||||||
|
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
|
||||||
<script src="<%= appPath %>/mobile.js" crossorigin type="module"></script>
|
<script src="<%= appPath %>/mobile.js" crossorigin type="module"></script>
|
||||||
|
|
||||||
<link href="api/fonts" rel="stylesheet">
|
<link href="api/fonts" rel="stylesheet">
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
|
||||||
<script src="<%= appPath %>/set_password.js" crossorigin type="module"></script>
|
<script src="<%= appPath %>/set_password.js" crossorigin type="module"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -171,6 +171,7 @@
|
|||||||
<script src="<%= assetPath %>/node_modules/jquery/dist/jquery.min.js"></script>
|
<script src="<%= assetPath %>/node_modules/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="<%= assetPath %>/node_modules/jquery-hotkeys/jquery-hotkeys.js"></script>
|
<script src="<%= assetPath %>/node_modules/jquery-hotkeys/jquery-hotkeys.js"></script>
|
||||||
|
|
||||||
|
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
|
||||||
<script src="<%= appPath %>/setup.js" crossorigin type="module"></script>
|
<script src="<%= appPath %>/setup.js" crossorigin type="module"></script>
|
||||||
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet" />
|
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet" />
|
||||||
<link href="<%= assetPath %>/stylesheets/theme-next.css" rel="stylesheet" />
|
<link href="<%= assetPath %>/stylesheets/theme-next.css" rel="stylesheet" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user