RubyGems
npm
Organizations
Log in
Sign up
npm
hexo-theme-lnote
Versions diffs
1.2.3 → 1.2.4
hexo-theme-lnote 1.2.3 → 1.2.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/config/links.yml
+1
-0
package/package.json
+1
-1
package/scripts/index.js
+1
-1
package/source/js/post/enable.js
+6
-8
package/source/js/post/img-swipe.js
+1
-1
package/source/js/post/mermaiding.js
+9
-13
package/config/links.yml
CHANGED
Viewed
@@ -59,5 +59,6 @@ mermaid:
59
59
60
60
# 开启功能,如 bootstrap popver
61
61
enable:
62
+
esm: true
62
63
js:
63
64
- post/enable.js
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "hexo-theme-lnote",
3
-
"version": "1.2.
3
",
3
+
"version": "1.2.
4
",
4
4
"description": "An elegant Material-Design theme for Hexo.",
5
5
"main": "package.json",
6
6
"files": [
1
2
3
Next ›
Last »