mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
e1e0c0bcd8
* docs: release 5.20.1 * docs: release 5.20.1 * docs: release 5.20.1 * update changelog * update changelog * update changelog * fix surge preview * Update scripts/print-changelog.ts Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: afc163 <afc163@gmail.com>
28 lines
698 B
HTML
28 lines
698 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Ant Design CHANGELOG Generator</title>
|
|
<script>
|
|
// [Replacement]
|
|
</script>
|
|
<link rel="shortcut icon" type="image/x-icon"
|
|
href="https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png" />
|
|
<link rel="stylesheet" href="https://unpkg.com/@ant-design/changelog-editor@0.0.1/dist/umi.css" />
|
|
<script>
|
|
window.routerBase = '/';
|
|
</script>
|
|
<script>
|
|
//! umi version: 3.2.14
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="https://unpkg.com/@ant-design/changelog-editor@0.0.1/dist/umi.js"></script>
|
|
</body>
|
|
|
|
</html>
|