sand-components-vben 2.7.67 → 2.7.68
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/package.json
CHANGED
package/sand-components-vben.js
CHANGED
|
@@ -37984,7 +37984,7 @@ function FR(e = {}) {
|
|
|
37984
37984
|
handleStreamMessage: m
|
|
37985
37985
|
};
|
|
37986
37986
|
}
|
|
37987
|
-
const OXe = (e) => ir.uploadFile(`${ot.VITE_GLOB_AI_URL}/fileUpload`, e), xXe = (e) => ir.get(`${ot.VITE_GLOB_AI_URL}/dify/ocr`, { params: { url: e } }), TXe = (e) => ir.post(`${ot.VITE_GLOB_AI_URL}/dify/analyse2`, e), GO = () => `${ot.
|
|
37987
|
+
const OXe = (e) => ir.uploadFile(`${ot.VITE_GLOB_AI_URL}/fileUpload`, e), xXe = (e) => ir.get(`${ot.VITE_GLOB_AI_URL}/dify/ocr`, { params: { url: e } }), TXe = (e) => ir.post(`${ot.VITE_GLOB_AI_URL}/dify/analyse2`, e), GO = () => `${ot.VITE_GLOB_AI_URL}/ai/dify/handler`, ZO = (e) => {
|
|
37988
37988
|
const { pathname: t } = new URL(e), n = /^\/(?:micro\/([^/]+)|([^/]+))/, r = t.match(n);
|
|
37989
37989
|
return r ? r[1] || r[2] : null;
|
|
37990
37990
|
}, EXe = { class: "ai-textarea-container" }, NXe = { class: "ai-textarea-btn-box" }, DXe = {
|