@antv/dumi-theme-antv 0.8.0-beta.22 → 0.8.0-beta.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.
|
@@ -13,7 +13,7 @@ var GlobalLayout = function GlobalLayout() {
|
|
|
13
13
|
if (typeof window !== 'undefined') {
|
|
14
14
|
window.antd = antd;
|
|
15
15
|
}
|
|
16
|
-
console.log("%c @antv/dumi-theme-antv %c ".concat("0.8.0-beta.
|
|
16
|
+
console.log("%c @antv/dumi-theme-antv %c ".concat("0.8.0-beta.23", " %c"), 'background:#35495e; padding: 1px; border-radius: 3px 0 0 3px; color: #fff;', 'background:#41b883; padding: 1px; border-radius: 0 3px 3px 0; color: #fff;', 'background:transparent;');
|
|
17
17
|
}, []);
|
|
18
18
|
return outlet && /*#__PURE__*/React.createElement(QueryClientProvider, {
|
|
19
19
|
client: queryClient
|
|
@@ -14,7 +14,7 @@ function TaskBox() {
|
|
|
14
14
|
var _useAntVConfig = useAntVConfig(),
|
|
15
15
|
_useAntVConfig$data = _useAntVConfig.data,
|
|
16
16
|
_useAntVConfig$data2 = _useAntVConfig$data === void 0 ? {
|
|
17
|
-
VisionSnapVersion: '3.
|
|
17
|
+
VisionSnapVersion: '3.5.12'
|
|
18
18
|
} : _useAntVConfig$data,
|
|
19
19
|
version = _useAntVConfig$data2.VisionSnapVersion;
|
|
20
20
|
var snap = useSnapshot(AIChatStore);
|
|
@@ -80,7 +80,10 @@ function TaskBox() {
|
|
|
80
80
|
isWAN: true
|
|
81
81
|
},
|
|
82
82
|
src: "https://www.weavefox.cn/_visionsnap_render".concat(wrappedVisionSnapCode.modules["/package.json"].code.includes("vue") ? '_vue' : '', "/index.html?version=").concat(version, "&enableInspector=1"),
|
|
83
|
-
onEsmLoadFailed: handleEsmLoadFailed
|
|
83
|
+
onEsmLoadFailed: handleEsmLoadFailed,
|
|
84
|
+
previewZoomConfig: {
|
|
85
|
+
defaultZoomMode: 100
|
|
86
|
+
}
|
|
84
87
|
}));
|
|
85
88
|
} else {
|
|
86
89
|
return /*#__PURE__*/React.createElement(CodeRunner, {
|