This commit is contained in:
xhome
2022-08-18 22:11:57 +08:00
commit 89e5fc77af
6 changed files with 10943 additions and 0 deletions

11
popup.html Normal file
View File

@@ -0,0 +1,11 @@
<html>
<head>
<title>谢银路的开发插件</title>
<meta charset="utf-8"/>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/popup.js"></script>
</head>
<body style="width: 400px;height: 400px;">
<input type="text" id="total" value="">
</body>
</html>