hexo-theme-lnote 1.2.6 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # hexo blog
2
2
 
3
3
  - [hexo](https://hexo.io/zh-cn/docs/)
4
- - [hexo fluid](https://hexo.fluid-dev.com/docs/guide/)
5
4
 
6
- ### 输入法图标
5
+ ## 输入法图标
7
6
 
8
7
  🌟
9
8
  ⭐️⭐️⭐️⭐️
@@ -35,89 +34,3 @@
35
34
  🍇🍓🍒🍑🥥🍐️🍊️🍈️🍋️🍍️🍉🫐🥭🍋🍎🍏🍌🥝🥑🌾🍠️🍆️🍅🍄🥔🥒🌽🥕🥬🥦🌶️🫑🧅🧄🫒🌰🥜🫘🦑🐙🦞🦐🦀🦪🐟🍖️🍗️🥚🦴🐚🥩🥓🥐🥖🥯🥨🍪🧇🍩🥧🧀🧈🍿🧁🎂🍰️🍞️🥞🍮🥮🍧🍨️🍦️🍫️🍬🍭️🍡️☕️🥤🫗🍻🍸🍹🍶️🍵️🍷️🍺🥃🧋🍼🥛🍾🥂🧃🧉🥫🍯🍟🍤🍕️🍔️🥪🌭️🌮️🌯🥙🥗🧆🍝️🍛️🍣️🍙️🍘️🍢️🍥🥟🍳🍜️🍲️🥘🍱️🍜🫔🥠🫓🍚
36
35
 
37
36
 
38
- ## nav link
39
-
40
- ```
41
- {% navlink url @text %}
42
- ```
43
-
44
- ## tag label
45
- ```
46
- {% label primary @primary %}
47
- {% label info @info %}
48
- {% label success @success %}
49
- {% label warning @warning %}
50
- {% label danger @danger %}
51
- ```
52
-
53
- ## font color
54
- ```html
55
- {% font info @font %}
56
- {% font info gb b 2 @font %}
57
- ```
58
-
59
- ## multiple img
60
- ```md
61
- {% gi %}
62
- ![](/img/xx.jpg)
63
- ![](/img/xx.jpg)
64
- {% endgi %}
65
-
66
- {% gi same %}
67
- ![](/img/xx.jpg)
68
- ![](/img/xx.jpg)
69
- {% endgi %}
70
- ```
71
-
72
- ## tag
73
- ```
74
- {% note primary %}
75
- primary
76
- {% endnote %}
77
-
78
- {% note info %}
79
- info
80
- {% endnote %}
81
-
82
- {% note success success %}
83
- success, 第二个参数是图标,目前仅支持 info, success, warning, danger
84
- {% endnote %}
85
-
86
- {% note warning %}
87
- warning
88
- {% endnote %}
89
-
90
- {% note danger %}
91
- danger
92
- {% endnote %}
93
-
94
- {% note secondary %}
95
- secondary
96
- {% endnote %}
97
-
98
- {% note light %}
99
- light
100
- {% endnote %}
101
- ```
102
-
103
- ## 对话
104
-
105
- ```html
106
- <article class="the-dialogue">
107
- <header>
108
- <h2>
109
-
110
- </h2>
111
- </header>
112
- <div class="sender" title="your">
113
- <p>
114
-
115
- </p>
116
- </div>
117
- <div class="responder" title="me">
118
- <p>
119
-
120
- </p>
121
- </div>
122
- </article>
123
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-lnote",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "An elegant Material-Design theme for Hexo.",
5
5
  "main": "package.json",
6
6
  "types": "index.d.ts",
@@ -53,7 +53,6 @@
53
53
  "javascript-obfuscator": "^4.1.0",
54
54
  "jest": "^29.7.0",
55
55
  "jest-transform-yaml": "^1.1.2",
56
- "lnote-esm": "^1.0.2",
57
56
  "moment": "^2.29.4",
58
57
  "ts-jest": "^29.1.1",
59
58
  "ts-loader": "^9.5.0",