@bbki.ng/site 5.5.28 → 5.5.30
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/CHANGELOG.md +12 -0
- package/package.json +1 -1
- package/src/plugins/xwy/index.ts +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/plugins/xwy/index.ts
CHANGED
|
@@ -75,11 +75,11 @@ class XwyPlugin implements IPlugin {
|
|
|
75
75
|
return content
|
|
76
76
|
.replace(
|
|
77
77
|
/小乌鸦/g,
|
|
78
|
-
`<span class="font-xwy text-content-special text-[1.6rem] align-middle">小乌鸦</span>`
|
|
78
|
+
`<span class="font-xwy text-content-special text-[1.6rem] align-middle leading-[28px]">小乌鸦</span>`
|
|
79
79
|
)
|
|
80
80
|
.replace(
|
|
81
81
|
/公园/,
|
|
82
|
-
`公园 <span class="font-xwy-icon text-[#679867] text-[1.6rem] align-middle"></span>`
|
|
82
|
+
`公园 <span class="font-xwy-icon text-[#679867] text-[1.6rem] align-middle leading-[28px]"></span>`
|
|
83
83
|
);
|
|
84
84
|
};
|
|
85
85
|
|