Skip to content

Commit

Permalink
update erupt-web sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
erupts committed Feb 4, 2024
1 parent 87f5f31 commit 054fd16
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.

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

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion erupt-web/src/main/resources/public/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var start = true;
window.eruptSiteConfig = {
domain: "",
fileDomain: "",
fileDomain: "https://oos.erupt.xyz",
title: "Erupt Framework",
desc: "通用后台管理框架",
dialogLogin: false,
Expand Down
4 changes: 2 additions & 2 deletions erupt-web/src/main/resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="manifest" href="manifest.json">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#E7E9E8">
<style>html,body{width:100%;height:100%}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;color:#000000d9;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum"}html{--antd-wave-shadow-color:#1890ff;--scroll-bar:0}body{scrollbar-color:rgba(0,0,0,.3) #6e6e6e;scrollbar-width:thin}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000004d}body::-webkit-scrollbar-thumb{background-color:#6e6e6e;outline:1px solid #333}html{height:100%;direction:ltr;touch-action:manipulation}html,body,app-root{height:100%}body{color:#000000d9;background-color:#f5f7fa}</style><link rel="stylesheet" href="styles.d1bf3ce1d363191a.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.d1bf3ce1d363191a.css"></noscript></head>
<style>html,body{width:100%;height:100%}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;color:#000000d9;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum"}html{--antd-wave-shadow-color:#1890ff;--scroll-bar:0}body{scrollbar-color:rgba(0,0,0,.3) #6e6e6e;scrollbar-width:thin}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000004d}body::-webkit-scrollbar-thumb{background-color:#6e6e6e;outline:1px solid #333}html{height:100%;direction:ltr;touch-action:manipulation}html,body,app-root{height:100%}body{color:#000000d9;background-color:#f5f7fa}</style><link rel="stylesheet" href="styles.fc90fedfe4e7671a.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.fc90fedfe4e7671a.css"></noscript></head>
<body>
<div class="preloader">
<div class="cs-loader">
Expand Down Expand Up @@ -48,5 +48,5 @@
</div>
<![endif]-->
<app-root></app-root>
<script src="runtime.8279e246a28e886d.js" type="module"></script><script src="polyfills.014bc5f2f71c0b3f.js" type="module"></script><script src="main.c47a9568c0a85f71.js" type="module"></script></body>
<script src="runtime.633ddae6872db1af.js" type="module"></script><script src="polyfills.014bc5f2f71c0b3f.js" type="module"></script><script src="main.ea9ab1b663119c15.js" type="module"></script></body>
</html>

This file was deleted.

Large diffs are not rendered by default.

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

This file was deleted.

Large diffs are not rendered by default.

0 comments on commit 054fd16

Please sign in to comment.