show mobile url qrcode on desktop page

This commit is contained in:
MaysWind
2023-06-24 21:28:28 +08:00
parent 4f35ba0931
commit 5bcf5bf93e
9 changed files with 143 additions and 2 deletions
+12
View File
@@ -5,6 +5,12 @@
"url": "https://github.com/gin-gonic/gin",
"licenseUrl": "https://github.com/gin-gonic/gin/blob/v1.9.0/LICENSE"
},
{
"name": "Cache gin's middleware",
"copyright": "Copyright (c) 2016 Gin-Gonic",
"url": "https://github.com/gin-contrib/cache",
"licenseUrl": "https://github.com/gin-contrib/cache/blob/v1.2.0/LICENSE"
},
{
"name": "GZIP gin's middleware",
"copyright": "Copyright (c) 2017 Gin-Gonic",
@@ -75,6 +81,12 @@
"url": "https://golang.org/x/crypto",
"licenseUrl": "https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.9.0:LICENSE"
},
{
"name": "barcode",
"copyright": "Copyright (c) 2014 Florian Sundermann",
"url": "https://github.com/boombuler/barcode",
"licenseUrl": "https://github.com/boombuler/barcode/blob/v1.0.1/LICENSE"
},
{
"name": "Testify",
"copyright": "Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.",