mirror of
https://github.com/simple-login/app.git
synced 2025-09-08 15:44:21 +08:00
npm qrious
This commit is contained in:
parent
31b9abe708
commit
cb2c6af4e4
3 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrious/4.0.2/qrious.min.js"></script>
|
||||
<script src="{{ url_for('static', filename='node_modules/qrious/dist/qrious.min.js') }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block default_content %}
|
||||
|
|
5
static/package-lock.json
generated
5
static/package-lock.json
generated
|
@ -24,6 +24,11 @@
|
|||
"resolved": "https://registry.npmjs.org/notie/-/notie-4.3.1.tgz",
|
||||
"integrity": "sha1-DRmd4VEwJC4hZ1UHq6Y8aSngrdo="
|
||||
},
|
||||
"qrious": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/qrious/-/qrious-4.0.2.tgz",
|
||||
"integrity": "sha512-xWPJIrK1zu5Ypn898fBp8RHkT/9ibquV2Kv24S/JY9VYEhMBMKur1gHVsOiNUh7PHP9uCgejjpZUHUIXXKoU/g=="
|
||||
},
|
||||
"toastr": {
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/toastr/-/toastr-2.1.4.tgz",
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
"font-awesome": "^4.7.0",
|
||||
"intro.js": "^2.9.3",
|
||||
"notie": "^4.3.1",
|
||||
"qrious": "^4.0.2",
|
||||
"toastr": "^2.1.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue