[add] QRCode

This commit is contained in:
2022-04-21 15:10:44 +08:00
parent 0d33233e22
commit 3e7e2df173
26 changed files with 1605 additions and 191 deletions

1
dist/assets/index.06d14ce2.css vendored Normal file
View File

@@ -0,0 +1 @@
#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:60px}

33
dist/assets/index.42417b10.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

19
dist/index.html vendored Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML5 QR Code with Vue js</title>
<script type="module" crossorigin src="./assets/index.42417b10.js"></script>
<link rel="stylesheet" href="./assets/index.06d14ce2.css">
</head>
<body>
<div id="app"></div>
</body>
</html>