Browse Source

chore: Move preview res to cdn (#23408)

pull/23416/head
二货机器人 5 years ago
committed by GitHub
parent
commit
40afa44673
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/previewEditor/template.html
  2. 13461
      scripts/previewEditor/umi.css
  3. 57114
      scripts/previewEditor/umi.js

4
scripts/previewEditor/template.html

@ -10,7 +10,7 @@
<script>
// [Replacement]
</script>
<link rel="stylesheet" href="/umi.css" />
<link rel="stylesheet" href="https://gw.alipayobjects.com/os/antfincdn/D%26mOUxWCLS/umi.css" />
<script>
window.routerBase = '/';
</script>
@ -21,6 +21,6 @@
<body>
<div id="root"></div>
<script src="/umi.js"></script>
<script src="https://gw.alipayobjects.com/os/antfincdn/3PY3ssnNfc/umi.js"></script>
</body>
</html>

13461
scripts/previewEditor/umi.css

File diff suppressed because it is too large

57114
scripts/previewEditor/umi.js

File diff suppressed because it is too large
Loading…
Cancel
Save