@mxmweb/aichat 1.4.6 → 1.4.7
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -58486,7 +58486,7 @@ function BI({
|
|
|
58486
58486
|
link: (K = A == null ? void 0 : A.metadata) == null ? void 0 : K.link,
|
|
58487
58487
|
file_name: (W = A == null ? void 0 : A.metadata) == null ? void 0 : W.title,
|
|
58488
58488
|
score: (Y = A == null ? void 0 : A.metadata) == null ? void 0 : Y.score,
|
|
58489
|
-
tags: H.filter((Q) => Q.
|
|
58489
|
+
tags: H.filter((Q) => Q.id === A.order_num).map((Q) => ({
|
|
58490
58490
|
id: Q.id || "",
|
|
58491
58491
|
index: Q.indexId || "",
|
|
58492
58492
|
image_urls: Q.imageUrls ? Array.isArray(Q.imageUrls) ? Q.imageUrls : [Q.imageUrls] : Q.image_urls ? Q.image_urls.split(";").map((J) => J.trim()).filter(Boolean) : []
|