Browse Source
* chore: add preview * update template * update ignore lint * update template * support quota analysis * comment it * trigger build * trigger build * force triggerpull/23149/head
二货机器人
5 years ago
committed by
GitHub
7 changed files with 70647 additions and 22 deletions
@ -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
File diff suppressed because it is too large
Loading…
Reference in new issue