@blueking/ai-blueking 2.2.5-beta.1 → 2.2.5-beta.2
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/standalone/index.es.min.js +2 -2
- package/dist/standalone/index.iife.min.js +2 -2
- package/dist/standalone/index.umd.min.js +2 -2
- package/dist/vue2/index.es.min.js +2 -2
- package/dist/vue2/index.iife.min.js +2 -2
- package/dist/vue2/index.umd.min.js +2 -2
- package/dist/vue3/index.iife.min.js +2 -2
- package/package.json +3 -3
|
@@ -3719,7 +3719,7 @@ var Ys = (e) => {
|
|
|
3719
3719
|
id: "delete",
|
|
3720
3720
|
name: Q("删除")
|
|
3721
3721
|
}
|
|
3722
|
-
], gc =
|
|
3722
|
+
], gc = 20 * 1024 * 1024, _c = "ai-is-keyword", vc = /* @__PURE__ */ function(e) {
|
|
3723
3723
|
return e.Chat = "chat", e.Share = "share", e.Test = "test", e;
|
|
3724
3724
|
}({}), yc = "__loading__", $ = {
|
|
3725
3725
|
class: "ai-common-icon",
|
|
@@ -53676,7 +53676,7 @@ var c1 = { class: "ai-input-attachment" }, l1 = { class: "ai-input-attachment-de
|
|
|
53676
53676
|
i += 1;
|
|
53677
53677
|
continue;
|
|
53678
53678
|
}
|
|
53679
|
-
if (o.size <= 0 || o.size >=
|
|
53679
|
+
if (o.size <= 0 || o.size >= 20971520) {
|
|
53680
53680
|
r += 1;
|
|
53681
53681
|
continue;
|
|
53682
53682
|
}
|