chore: add preview (#23128)
* chore: add preview * update template * update ignore lint * update template * support quota analysis * comment it * trigger build * trigger build * force triggerpull/23149/head
parent
f93f86123e
commit
ff30366d22
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
|
||||
/>
|
||||
<title>antd changelog</title>
|
||||
<script>
|
||||
// [Replacement]
|
||||
</script>
|
||||
<link rel="stylesheet" href="/umi.css" />
|
||||
<script>
|
||||
window.routerBase = '/';
|
||||
</script>
|
||||
<script>
|
||||
//! umi version: 3.1.1
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
<script src="/umi.js"></script>
|
||||
</body>
|
||||
</html>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue