Build console ui. (#11202)

This commit is contained in:
杨翊 SionYang 2023-09-28 09:15:14 +08:00 committed by GitHub
parent 7f44132b30
commit 76861a989e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5986 additions and 10757 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -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?a14e556e16f769484355" rel="stylesheet"></head>
<link href="./css/main.css?4b245988901d784c9128" rel="stylesheet"></head>
<body>
<div id="root" style="overflow:hidden"></div>
@ -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?a14e556e16f769484355"></script></body>
<script type="text/javascript" src="./js/main.js?4b245988901d784c9128"></script></body>
</html>

File diff suppressed because one or more lines are too long