mirror of
https://github.com/simple-login/app.git
synced 2025-11-17 22:59:35 +08:00
use local introjs
This commit is contained in:
parent
754dcfc343
commit
69d1d74da2
7 changed files with 10 additions and 10 deletions
5
static/package-lock.json
generated
5
static/package-lock.json
generated
|
|
@ -9,6 +9,11 @@
|
|||
"resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
|
||||
"integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
|
||||
},
|
||||
"intro.js": {
|
||||
"version": "2.9.3",
|
||||
"resolved": "https://registry.npmjs.org/intro.js/-/intro.js-2.9.3.tgz",
|
||||
"integrity": "sha512-hC+EXWnEuJeA3CveGMat3XHePd2iaXNFJIVfvJh2E9IzBMGLTlhWvPIVHAgKlOpO4lNayCxEqzr4N02VmHFr9Q=="
|
||||
},
|
||||
"notie": {
|
||||
"version": "4.3.1",
|
||||
"resolved": "https://registry.npmjs.org/notie/-/notie-4.3.1.tgz",
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
"homepage": "https://github.com/simple-login/app#readme",
|
||||
"dependencies": {
|
||||
"font-awesome": "^4.7.0",
|
||||
"intro.js": "^2.9.3",
|
||||
"notie": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
static/vendor/font-awesome.min.css
vendored
4
static/vendor/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
1
static/vendor/intro.min.js
vendored
1
static/vendor/intro.min.js
vendored
File diff suppressed because one or more lines are too long
1
static/vendor/introjs.min.css
vendored
1
static/vendor/introjs.min.css
vendored
File diff suppressed because one or more lines are too long
1
static/vendor/notie.min.js
vendored
1
static/vendor/notie.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -22,7 +22,7 @@
|
|||
{% block title %}{% endblock %} | SimpleLogin
|
||||
</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='node_modules/font-awesome/css/font-awesome.css')}}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='node_modules/font-awesome/css/font-awesome.css') }}">
|
||||
|
||||
<!-- Dashboard Core -->
|
||||
<link href="/static/assets/css/dashboard.css" rel="stylesheet"/>
|
||||
|
|
@ -48,8 +48,9 @@
|
|||
<script src="{{ url_for('static', filename='node_modules/notie/dist/notie.min.js') }}"></script>
|
||||
|
||||
<!-- IntroJS -->
|
||||
<link rel="stylesheet" type="text/css" href="/static/vendor/introjs.min.css">
|
||||
<script src="/static/vendor/intro.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{{ url_for('static', filename='node_modules/intro.js/minified/introjs.min.css') }}">
|
||||
<script src="{{ url_for('static', filename='node_modules/intro.js/minified/intro.min.js') }}"></script>
|
||||
|
||||
<!-- Sentry -->
|
||||
<script
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue