@zkwq/business 0.2.22 → 0.2.23
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/dist/css/ReadableItem.css +84 -84
- package/dist/css/ReadableItem.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +7 -3
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +3 -3
- package/dist/index.umd.min.cjs +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -26352,7 +26352,7 @@ var lk = function() {
|
|
|
26352
26352
|
fill: "#FF7171",
|
|
26353
26353
|
"p-id": "4808"
|
|
26354
26354
|
}
|
|
26355
|
-
})])]) : e._e(), e.readable.type === e.TYPE_ARTICLE && (e.readable.is_free || !e.isArrayEmpty(e.readable.local_links)) ? s("span", {
|
|
26355
|
+
})])]) : e._e(), e.showOpenAccesss && e.readable.type === e.TYPE_ARTICLE && (e.readable.is_free || !e.isArrayEmpty(e.readable.local_links)) ? s("span", {
|
|
26356
26356
|
staticClass: "ContentItem__linkDotMeta"
|
|
26357
26357
|
}, [s("span", {
|
|
26358
26358
|
staticClass: "ContentItem__linkDot"
|
|
@@ -27821,7 +27821,11 @@ const uk = {
|
|
|
27821
27821
|
showCPC: Boolean,
|
|
27822
27822
|
authorHover: Boolean,
|
|
27823
27823
|
openSearch: Boolean,
|
|
27824
|
-
notShowCover: Boolean
|
|
27824
|
+
notShowCover: Boolean,
|
|
27825
|
+
showOpenAccesss: {
|
|
27826
|
+
type: Boolean,
|
|
27827
|
+
default: !1
|
|
27828
|
+
}
|
|
27825
27829
|
},
|
|
27826
27830
|
computed: {
|
|
27827
27831
|
authorLabel() {
|
|
@@ -28042,7 +28046,7 @@ var dk = /* @__PURE__ */ w(
|
|
|
28042
28046
|
ck,
|
|
28043
28047
|
!1,
|
|
28044
28048
|
hk,
|
|
28045
|
-
"
|
|
28049
|
+
"e77bc064"
|
|
28046
28050
|
);
|
|
28047
28051
|
function hk(e) {
|
|
28048
28052
|
for (let t in jc)
|