Skip to content

Commit

Permalink
Upgrade to 2.4.2 & rebuild console-ui (#12611)
Browse files Browse the repository at this point in the history
  • Loading branch information
KomachiSion authored Sep 5, 2024
1 parent 963b221 commit 3a9003b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions console/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="console-ui/public/css/icon.css">
<link rel="stylesheet" type="text/css" href="console-ui/public/css/font-awesome.css">
<!-- 第三方css结束 -->
<link href="./css/main.css?d46f5aeae73e8305145e" rel="stylesheet"></head>
<link href="./css/main.css?6d7b5e4fd7099b3cad92" rel="stylesheet"></head>

<body>
<div id="root" style="overflow:hidden"></div>
Expand All @@ -56,6 +56,6 @@
<script src="console-ui/public/js/merge.js"></script>
<script src="console-ui/public/js/loader.js"></script>
<!-- 第三方js结束 -->
<script type="text/javascript" src="./js/main.js?d46f5aeae73e8305145e"></script></body>
<script type="text/javascript" src="./js/main.js?6d7b5e4fd7099b3cad92"></script></body>

</html>
2 changes: 1 addition & 1 deletion console/src/main/resources/static/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</issueManagement>

<properties>
<revision>2.4.2-SNAPSHOT</revision>
<revision>2.4.2</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Compiler settings properties -->
Expand Down

0 comments on commit 3a9003b

Please sign in to comment.