fix: 删除添加到桌面按钮;

This commit is contained in:
LiangSenCheng 2021-08-18 08:07:12 +00:00
parent bc10ccbf6a
commit 4e1c9f3061

View File

@ -47,7 +47,6 @@
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="./index.js"></script> <script src="./index.js"></script>
<button onclick="addToDesktop()">添加到桌面</button>
</body> </body>
</html> </html>