优化,减少可能到来的1.2.4的工作量
1.增加翻译 2.为darkmode添加过度动画 3.修改package.json
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
<meta charset="utf-8">
|
||||
<title>weweChat</title>
|
||||
</head>
|
||||
<style>
|
||||
.darkmode-layer {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
top: -1px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user