wetrade-design
Version:
一款多语言支持Vue3的UI框架
958 lines (957 loc) • 140 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SystemLightImage = exports.SystemDarkImage = exports.SearchLightImage = exports.SearchDarkImage = exports.NotPermiLightImage = exports.NotPermiDarkImage = exports.NotNetworkLightImage = exports.NotNetworkDarkImage = exports.NotMessageLightImage = exports.NotMessageDarkImage = exports.NotFoundLightImage = exports.NotFoundDarkImage = exports.NotAccountLightImage = exports.NotAccountDarkImage = exports.DefaultLightImage = exports.DefaultDarkImage = void 0;
var _vue = require("vue");
// 默认暂无数据 - 明亮
var DefaultLightImage = function DefaultLightImage(prefixCls) {
return (0, _vue.createVNode)("svg", {
"class": prefixCls,
"xmlns": "http://www.w3.org/2000/svg",
"fill": "none",
"viewBox": "0 0 1464 1024",
"height": "1024",
"width": "1464"
}, [(0, _vue.createVNode)("g", {
"clip-path": "url(#clip0_17251_25357)"
}, [(0, _vue.createVNode)("path", {
"fill": "#FBFBFD",
"d": "M1408.57 -2.39788e-06C1438.87 -1.07357e-06 1463.43 24.5603 1463.43 54.857L1463.43 969.143C1463.43 999.44 1438.87 1024 1408.57 1024L55.4258 1024C25.1291 1024 0.56873 999.44 0.568731 969.143L0.568771 54.857C0.568772 24.5603 25.1291 -6.28699e-05 55.4258 -6.15456e-05L1408.57 -2.39788e-06Z"
}, null), (0, _vue.createVNode)("path", {
"fill": "#DFE2EB",
"d": "M1454.28 969.143L1454.28 54.857C1454.28 29.6098 1433.82 9.14284 1408.57 9.14284L55.4258 9.14278C30.1786 9.14278 9.71163 29.6097 9.71163 54.857L9.71159 969.143C9.71159 994.39 30.1785 1014.86 55.4258 1014.86L1408.57 1014.86C1433.82 1014.86 1454.28 994.39 1454.28 969.143ZM1463.43 54.857C1463.43 24.5603 1438.87 -1.07357e-06 1408.57 -2.39788e-06L55.4258 -6.15456e-05C25.1291 -6.28699e-05 0.568772 24.5603 0.568771 54.857L0.568731 969.143C0.56873 999.44 25.1291 1024 55.4258 1024L1408.57 1024C1438.87 1024 1463.43 999.44 1463.43 969.143L1463.43 54.857Z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
}, null), (0, _vue.createVNode)("path", {
"fill": "#EEF1F5",
"d": "M128.34 374.858C128.34 359.709 140.62 347.429 155.768 347.429H1307.77C1322.92 347.429 1335.2 359.709 1335.2 374.858V868.572C1335.2 883.72 1322.92 896.001 1307.77 896.001H155.768C140.62 896.001 128.34 883.72 128.34 868.572V374.858Z"
}, null), (0, _vue.createVNode)("path", {
"fill": "#D0D4D9",
"d": "M256.266 475.429C256.266 465.33 264.452 457.144 274.551 457.144H676.837C686.936 457.144 695.123 465.33 695.123 475.429V530.286C695.123 540.385 686.936 548.572 676.837 548.572H274.551C264.452 548.572 256.266 540.385 256.266 530.286V475.429Z",
"opacity": "0.6"
}, null), (0, _vue.createVNode)("path", {
"fill": "#D0D4D9",
"d": "M256.266 694.855C256.266 684.756 264.452 676.569 274.551 676.569H1188.84C1198.94 676.569 1207.12 684.756 1207.12 694.855V749.712C1207.12 759.811 1198.94 767.997 1188.84 767.997H274.551C264.452 767.997 256.266 759.811 256.266 749.712V694.855Z",
"opacity": "0.6"
}, null), (0, _vue.createVNode)("path", {
"fill": "#3E60FF",
"d": "M128.34 146.286C128.34 136.187 136.527 128 146.626 128H292.911C303.01 128 311.197 136.187 311.197 146.286V219.429C311.197 229.528 303.01 237.715 292.911 237.715H146.626C136.527 237.715 128.34 229.528 128.34 219.429V146.286Z"
}, null), (0, _vue.createVNode)("path", {
"fill-opacity": "0.4",
"fill": "#FF9B53",
"d": "M363.326 146.286C363.326 136.187 371.513 128 381.612 128H527.898C537.997 128 546.183 136.187 546.183 146.286V219.429C546.183 229.527 537.997 237.714 527.898 237.714H381.612C371.513 237.714 363.326 229.527 363.326 219.429V146.286Z"
}, null)]), (0, _vue.createVNode)("defs", null, [(0, _vue.createVNode)("clipPath", {
"id": "clip0_17251_25357"
}, [(0, _vue.createVNode)("rect", {
"fill": "white",
"height": "1024",
"width": "1464"
}, null)])])]);
};
// 默认暂无数据 - 暗黑
exports.DefaultLightImage = DefaultLightImage;
var DefaultDarkImage = function DefaultDarkImage(prefixCls) {
return (0, _vue.createVNode)("svg", {
"class": prefixCls,
"height": "1024",
"node-id": "1",
"template-height": "1024",
"template-width": "1464",
"version": "1.1",
"viewBox": "0 0 1464 1024",
"width": "1464",
"xmlns": "http://www.w3.org/2000/svg"
}, [(0, _vue.createVNode)("defs", {
"node-id": "14"
}, [(0, _vue.createVNode)("clipPath", {
"id": "clip0_17251_29380",
"node-id": "11"
}, [(0, _vue.createVNode)("path", {
"d": "M 0.00 0.00 L 1464.00 0.00 L 1464.00 1024.00 L 0.00 1024.00 Z",
"fill": "#000000",
"fill-rule": "nonzero",
"node-id": "17",
"stroke": "none",
"target-height": "1024",
"target-width": "1464",
"target-x": "0",
"target-y": "0"
}, null)])]), (0, _vue.createVNode)("g", {
"clip-path": "url(#clip0_17251_29380)",
"id": "sillyvg_g_0",
"node-id": "21"
}, [(0, _vue.createVNode)("path", {
"d": "M 1408.58 -0.00 C 1438.87 -0.00 1463.43 24.56 1463.43 54.86 L 1463.43 969.14 C 1463.43 999.44 1438.87 1024.00 1408.58 1024.00 L 55.43 1024.00 C 25.14 1024.00 0.58 999.44 0.58 969.14 L 0.58 54.86 C 0.58 24.56 25.14 -0.00 55.43 -0.00 L 1408.58 -0.00 Z",
"fill": "#3d4560",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "23",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8535",
"target-x": "0.576542",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1454.29 969.14 L 1454.29 54.86 C 1454.29 29.61 1433.82 9.14 1408.58 9.14 L 55.43 9.14 C 30.19 9.14 9.72 29.61 9.72 54.86 L 9.72 969.14 C 9.72 994.39 30.19 1014.86 55.43 1014.86 L 1408.58 1014.86 C 1433.82 1014.86 1454.29 994.39 1454.29 969.14 Z M 1463.43 54.86 C 1463.43 24.56 1438.87 -0.00 1408.58 -0.00 L 55.43 -0.00 C 25.14 -0.00 0.58 24.56 0.58 54.86 L 0.58 969.14 C 0.58 999.44 25.14 1024.00 55.43 1024.00 L 1408.58 1024.00 C 1438.87 1024.00 1463.43 999.44 1463.43 969.14 L 1463.43 54.86 Z",
"fill": "#383e4d",
"fill-rule": "evenodd",
"node-id": "25",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8535",
"target-x": "0.576542",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 128.57 374.86 C 128.57 359.71 140.85 347.43 156.00 347.43 L 1308.00 347.43 C 1323.15 347.43 1335.43 359.71 1335.43 374.86 L 1335.43 868.57 C 1335.43 883.72 1323.15 896.00 1308.00 896.00 L 156.00 896.00 C 140.85 896.00 128.57 883.72 128.57 868.57 L 128.57 374.86 Z",
"fill": "#49506b",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "27",
"stroke": "none",
"target-height": "548.57104",
"target-width": "1206.858",
"target-x": "128.572",
"target-y": "347.428"
}, null), (0, _vue.createVNode)("path", {
"d": "M 274.86 457.14 L 677.14 457.14 C 687.24 457.14 695.43 465.33 695.43 475.43 L 695.43 530.29 C 695.43 540.38 687.24 548.57 677.14 548.57 L 274.86 548.57 C 264.76 548.57 256.57 540.38 256.57 530.29 L 256.57 475.43 C 256.57 465.33 264.76 457.14 274.86 457.14 Z",
"fill": "#10141e",
"fill-opacity": "0.3",
"fill-rule": "nonzero",
"node-id": "29",
"stroke": "none",
"target-height": "91.42859",
"target-width": "438.85703",
"target-x": "256.572",
"target-y": "457.143"
}, null), (0, _vue.createVNode)("path", {
"d": "M 274.86 676.57 L 1189.14 676.57 C 1199.24 676.57 1207.43 684.76 1207.43 694.86 L 1207.43 749.71 C 1207.43 759.81 1199.24 768.00 1189.14 768.00 L 274.86 768.00 C 264.76 768.00 256.57 759.81 256.57 749.71 L 256.57 694.86 C 256.57 684.76 264.76 676.57 274.86 676.57 Z",
"fill": "#10141e",
"fill-opacity": "0.3",
"fill-rule": "nonzero",
"node-id": "31",
"stroke": "none",
"target-height": "91.42859",
"target-width": "950.85803",
"target-x": "256.572",
"target-y": "676.571"
}, null), (0, _vue.createVNode)("path", {
"d": "M 146.86 128.00 L 293.14 128.00 C 303.24 128.00 311.43 136.19 311.43 146.29 L 311.43 219.43 C 311.43 229.53 303.24 237.71 293.14 237.71 L 146.86 237.71 C 136.76 237.71 128.57 229.53 128.57 219.43 L 128.57 146.29 C 128.57 136.19 136.76 128.00 146.86 128.00 Z",
"fill": "#5573ff",
"fill-rule": "nonzero",
"node-id": "33",
"stroke": "none",
"target-height": "109.714005",
"target-width": "182.85698",
"target-x": "128.572",
"target-y": "128"
}, null), (0, _vue.createVNode)("path", {
"d": "M 381.96 128.00 L 528.24 128.00 C 538.34 128.00 546.53 136.19 546.53 146.29 L 546.53 219.43 C 546.53 229.53 538.34 237.71 528.24 237.71 L 381.96 237.71 C 371.86 237.71 363.67 229.53 363.67 219.43 L 363.67 146.29 C 363.67 136.19 371.86 128.00 381.96 128.00 Z",
"fill": "#cd8d5f",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "35",
"stroke": "none",
"target-height": "109.714005",
"target-width": "182.85696",
"target-x": "363.67",
"target-y": "128"
}, null)])]);
};
// 无权限 - 明亮模式
exports.DefaultDarkImage = DefaultDarkImage;
var NotPermiLightImage = function NotPermiLightImage(prefixCls) {
return (0, _vue.createVNode)("svg", {
"class": prefixCls,
"height": "1024",
"node-id": "1",
"template-height": "1024",
"template-width": "1464",
"version": "1.1",
"viewBox": "0 0 1464 1024",
"width": "1464",
"xmlns": "http://www.w3.org/2000/svg"
}, [(0, _vue.createVNode)("defs", {
"node-id": "17"
}, [(0, _vue.createVNode)("clipPath", {
"id": "clip0_17251_25381",
"node-id": "14"
}, [(0, _vue.createVNode)("path", {
"d": "M 0.00 0.00 L 1464.00 0.00 L 1464.00 1024.00 L 0.00 1024.00 Z",
"fill": "#000000",
"fill-rule": "nonzero",
"node-id": "20",
"stroke": "none",
"target-height": "1024",
"target-width": "1464",
"target-x": "0",
"target-y": "0"
}, null)])]), (0, _vue.createVNode)("g", {
"clip-path": "url(#clip0_17251_25381)",
"id": "sillyvg_g_0",
"node-id": "24"
}, [(0, _vue.createVNode)("path", {
"d": "M 1408.56 -0.00 C 1438.86 -0.00 1463.42 24.56 1463.42 54.86 L 1463.42 969.14 C 1463.42 999.44 1438.86 1024.00 1408.56 1024.00 L 55.42 1024.00 C 25.13 1024.00 0.57 999.44 0.57 969.14 L 0.57 54.86 C 0.57 24.56 25.13 -0.00 55.42 -0.00 L 1408.56 -0.00 Z",
"fill": "#fbfbfd",
"fill-rule": "nonzero",
"node-id": "26",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8531",
"target-x": "0.56685",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1454.28 969.14 L 1454.28 54.86 C 1454.28 29.61 1433.81 9.14 1408.56 9.14 L 55.42 9.14 C 30.18 9.14 9.71 29.61 9.71 54.86 L 9.71 969.14 C 9.71 994.39 30.18 1014.86 55.42 1014.86 L 1408.56 1014.86 C 1433.81 1014.86 1454.28 994.39 1454.28 969.14 Z M 1463.42 54.86 C 1463.42 24.56 1438.86 -0.00 1408.56 -0.00 L 55.42 -0.00 C 25.13 -0.00 0.57 24.56 0.57 54.86 L 0.57 969.14 C 0.57 999.44 25.13 1024.00 55.42 1024.00 L 1408.56 1024.00 C 1438.86 1024.00 1463.42 999.44 1463.42 969.14 L 1463.42 54.86 Z",
"fill": "#dfe2eb",
"fill-rule": "evenodd",
"node-id": "28",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8531",
"target-x": "0.56685",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 174.28 146.28 L 1289.70 146.28 C 1304.85 146.28 1317.13 158.56 1317.13 173.71 L 1317.13 850.28 C 1317.13 865.43 1304.85 877.71 1289.70 877.71 L 174.28 877.71 C 159.13 877.71 146.85 865.43 146.85 850.28 L 146.85 173.71 C 146.85 158.56 159.13 146.28 174.28 146.28 Z",
"fill": "#eef1f5",
"fill-rule": "nonzero",
"node-id": "30",
"stroke": "none",
"target-height": "731.429",
"target-width": "1170.2799",
"target-x": "146.852",
"target-y": "146.284"
}, null), (0, _vue.createVNode)("path", {
"d": "M 293.14 292.57 C 283.04 292.57 274.85 300.76 274.85 310.86 L 274.85 365.71 C 274.85 375.81 283.04 384.00 293.14 384.00 L 421.14 384.00 C 431.24 384.00 439.42 375.81 439.42 365.71 L 439.42 310.86 C 439.42 300.76 431.24 292.57 421.14 292.57 L 293.14 292.57 Z",
"fill": "#d0d4d9",
"fill-opacity": "0.6",
"fill-rule": "nonzero",
"node-id": "32",
"stroke": "none",
"target-height": "91.42798",
"target-width": "164.57101",
"target-x": "274.852",
"target-y": "292.57"
}, null), (0, _vue.createVNode)("path", {
"d": "M 512.57 292.57 C 502.47 292.57 494.28 300.76 494.28 310.86 L 494.28 365.71 C 494.28 375.81 502.47 384.00 512.57 384.00 L 567.42 384.00 C 577.52 384.00 585.71 375.81 585.71 365.71 L 585.71 310.86 C 585.71 300.76 577.52 292.57 567.42 292.57 L 512.57 292.57 Z",
"fill": "#d0d4d9",
"fill-opacity": "0.6",
"fill-rule": "nonzero",
"node-id": "34",
"stroke": "none",
"target-height": "91.42798",
"target-width": "91.42801",
"target-x": "494.28",
"target-y": "292.57"
}, null), (0, _vue.createVNode)("path", {
"d": "M 274.85 658.28 C 274.85 648.18 283.04 640.00 293.14 640.00 L 1170.85 640.00 C 1180.95 640.00 1189.14 648.18 1189.14 658.28 L 1189.14 713.14 C 1189.14 723.24 1180.95 731.43 1170.85 731.43 L 293.14 731.43 C 283.04 731.43 274.85 723.24 274.85 713.14 L 274.85 658.28 Z",
"fill": "#d0d4d9",
"fill-opacity": "0.6",
"fill-rule": "nonzero",
"node-id": "36",
"stroke": "none",
"target-height": "91.429016",
"target-width": "914.288",
"target-x": "274.852",
"target-y": "639.998"
}, null), (0, _vue.createVNode)("path", {
"d": "M 293.14 475.43 C 283.04 475.43 274.85 483.61 274.85 493.71 L 274.85 548.57 C 274.85 558.67 283.04 566.86 293.14 566.86 L 713.71 566.86 C 723.81 566.86 731.99 558.67 731.99 548.57 L 731.99 493.71 C 731.99 483.61 723.81 475.43 713.71 475.43 L 293.14 475.43 Z",
"fill": "#d0d4d9",
"fill-opacity": "0.6",
"fill-rule": "nonzero",
"node-id": "38",
"stroke": "none",
"target-height": "91.429016",
"target-width": "457.14203",
"target-x": "274.852",
"target-y": "475.427"
}, null), (0, _vue.createVNode)("path", {
"d": "M 805.13 457.14 L 805.13 393.14 C 805.13 357.79 776.48 329.14 741.13 329.14 C 705.78 329.14 677.13 357.79 677.13 393.14 L 677.13 457.14 L 805.13 457.14 Z M 741.13 274.28 C 675.49 274.28 622.27 327.50 622.27 393.14 L 622.27 508.10 C 622.27 510.25 624.02 512.00 626.17 512.00 L 856.09 512.00 C 858.24 512.00 859.99 510.25 859.99 508.10 L 859.99 393.14 C 859.99 327.50 806.77 274.28 741.13 274.28 Z",
"fill": "#ff9b53",
"fill-opacity": "0.4",
"fill-rule": "evenodd",
"node-id": "40",
"stroke": "none",
"target-height": "237.71399",
"target-width": "237.71399",
"target-x": "622.273",
"target-y": "274.282"
}, null), (0, _vue.createVNode)("path", {
"d": "M 549.14 457.14 C 549.14 436.94 565.51 420.57 585.71 420.57 L 896.57 420.57 C 916.76 420.57 933.14 436.94 933.14 457.14 L 933.14 658.28 C 933.14 678.48 916.76 694.85 896.57 694.85 L 585.71 694.85 C 565.51 694.85 549.14 678.48 549.14 658.28 L 549.14 457.14 Z",
"fill": "#3e60ff",
"fill-rule": "nonzero",
"node-id": "42",
"stroke": "none",
"target-height": "274.28604",
"target-width": "383.99896",
"target-x": "549.137",
"target-y": "420.567"
}, null), (0, _vue.createVNode)("path", {
"d": "M 759.42 572.92 C 770.23 567.78 777.71 556.76 777.71 544.00 C 777.71 526.32 763.38 512.00 745.71 512.00 C 728.03 512.00 713.71 526.32 713.71 544.00 C 713.71 556.76 721.18 567.78 731.99 572.92 L 731.99 598.85 C 731.99 606.43 738.13 612.57 745.71 612.57 C 753.28 612.57 759.42 606.43 759.42 598.85 L 759.42 572.92 Z",
"fill": "#fbfbfd",
"fill-rule": "nonzero",
"node-id": "44",
"stroke": "none",
"target-height": "100.570984",
"target-width": "64",
"target-x": "713.707",
"target-y": "511.997"
}, null)])]);
};
// 无权限 - 暗黑模式
exports.NotPermiLightImage = NotPermiLightImage;
var NotPermiDarkImage = function NotPermiDarkImage(prefixCls) {
return (0, _vue.createVNode)("svg", {
"class": prefixCls,
"height": "1024",
"node-id": "1",
"template-height": "1024",
"template-width": "1464",
"version": "1.1",
"viewBox": "0 0 1464 1024",
"width": "1464",
"xmlns": "http://www.w3.org/2000/svg"
}, [(0, _vue.createVNode)("defs", {
"node-id": "17"
}, [(0, _vue.createVNode)("clipPath", {
"id": "clip0_17251_29383",
"node-id": "14"
}, [(0, _vue.createVNode)("path", {
"d": "M 0.00 0.00 L 1464.00 0.00 L 1464.00 1024.00 L 0.00 1024.00 Z",
"fill": "#000000",
"fill-rule": "nonzero",
"node-id": "20",
"stroke": "none",
"target-height": "1024",
"target-width": "1464",
"target-x": "0",
"target-y": "0"
}, null)])]), (0, _vue.createVNode)("g", {
"clip-path": "url(#clip0_17251_29383)",
"id": "sillyvg_g_0",
"node-id": "24"
}, [(0, _vue.createVNode)("path", {
"d": "M 1408.57 -0.00 C 1438.87 -0.00 1463.43 24.56 1463.43 54.86 L 1463.43 969.14 C 1463.43 999.44 1438.87 1024.00 1408.57 1024.00 L 55.43 1024.00 C 25.13 1024.00 0.57 999.44 0.57 969.14 L 0.57 54.86 C 0.57 24.56 25.13 -0.00 55.43 -0.00 L 1408.57 -0.00 Z",
"fill": "#3d4560",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "26",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8613",
"target-x": "0.56873",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1454.28 969.14 L 1454.28 54.86 C 1454.28 29.61 1433.82 9.14 1408.57 9.14 L 55.43 9.14 C 30.18 9.14 9.71 29.61 9.71 54.86 L 9.71 969.14 C 9.71 994.39 30.18 1014.86 55.43 1014.86 L 1408.57 1014.86 C 1433.82 1014.86 1454.28 994.39 1454.28 969.14 Z M 1463.43 54.86 C 1463.43 24.56 1438.87 -0.00 1408.57 -0.00 L 55.43 -0.00 C 25.13 -0.00 0.57 24.56 0.57 54.86 L 0.57 969.14 C 0.57 999.44 25.13 1024.00 55.43 1024.00 L 1408.57 1024.00 C 1438.87 1024.00 1463.43 999.44 1463.43 969.14 L 1463.43 54.86 Z",
"fill": "#383e4d",
"fill-rule": "evenodd",
"node-id": "28",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8613",
"target-x": "0.56873",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 146.86 173.71 C 146.86 158.56 159.14 146.28 174.29 146.28 L 1289.72 146.28 C 1304.86 146.28 1317.14 158.56 1317.14 173.71 L 1317.14 850.28 C 1317.14 865.43 1304.86 877.71 1289.72 877.71 L 174.29 877.71 C 159.14 877.71 146.86 865.43 146.86 850.28 L 146.86 173.71 Z",
"fill": "#49506b",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "30",
"stroke": "none",
"target-height": "731.42896",
"target-width": "1170.281",
"target-x": "146.859",
"target-y": "146.285"
}, null), (0, _vue.createVNode)("path", {
"d": "M 494.29 310.85 C 494.29 300.75 502.48 292.57 512.57 292.57 L 567.43 292.57 C 577.53 292.57 585.72 300.75 585.72 310.85 L 585.72 365.71 C 585.72 375.81 577.53 384.00 567.43 384.00 L 512.57 384.00 C 502.48 384.00 494.29 375.81 494.29 365.71 L 494.29 310.85 Z",
"fill": "#10141e",
"fill-opacity": "0.3",
"fill-rule": "nonzero",
"node-id": "32",
"stroke": "none",
"target-height": "91.428986",
"target-width": "91.42801",
"target-x": "494.288",
"target-y": "292.566"
}, null), (0, _vue.createVNode)("path", {
"d": "M 274.86 310.85 C 274.86 300.75 283.05 292.57 293.14 292.57 L 421.14 292.57 C 431.24 292.57 439.43 300.75 439.43 310.85 L 439.43 365.71 C 439.43 375.81 431.24 384.00 421.14 384.00 L 293.14 384.00 C 283.05 384.00 274.86 375.81 274.86 365.71 L 274.86 310.85 Z",
"fill": "#10141e",
"fill-opacity": "0.3",
"fill-rule": "nonzero",
"node-id": "34",
"stroke": "none",
"target-height": "91.428986",
"target-width": "164.57199",
"target-x": "274.859",
"target-y": "292.566"
}, null), (0, _vue.createVNode)("path", {
"d": "M 274.86 658.28 C 274.86 648.18 283.05 640.00 293.14 640.00 L 1170.86 640.00 C 1180.96 640.00 1189.14 648.18 1189.14 658.28 L 1189.14 713.14 C 1189.14 723.24 1180.96 731.42 1170.86 731.42 L 293.14 731.42 C 283.05 731.42 274.86 723.24 274.86 713.14 L 274.86 658.28 Z",
"fill": "#10141e",
"fill-opacity": "0.3",
"fill-rule": "nonzero",
"node-id": "36",
"stroke": "none",
"target-height": "91.42798",
"target-width": "914.281",
"target-x": "274.859",
"target-y": "639.995"
}, null), (0, _vue.createVNode)("path", {
"d": "M 274.86 493.71 C 274.86 483.61 283.05 475.42 293.14 475.42 L 713.72 475.42 C 723.82 475.42 732.00 483.61 732.00 493.71 L 732.00 548.57 C 732.00 558.66 723.82 566.85 713.72 566.85 L 293.14 566.85 C 283.05 566.85 274.86 558.66 274.86 548.57 L 274.86 493.71 Z",
"fill": "#10141e",
"fill-opacity": "0.3",
"fill-rule": "nonzero",
"node-id": "38",
"stroke": "none",
"target-height": "91.428986",
"target-width": "457.143",
"target-x": "274.859",
"target-y": "475.423"
}, null), (0, _vue.createVNode)("path", {
"d": "M 805.14 457.14 L 805.14 393.14 C 805.14 357.79 776.48 329.14 741.14 329.14 C 705.79 329.14 677.14 357.79 677.14 393.14 L 677.14 457.14 L 805.14 457.14 Z M 741.14 274.28 C 675.50 274.28 622.28 327.50 622.28 393.14 L 622.28 508.10 C 622.28 510.25 624.03 512.00 626.18 512.00 L 856.10 512.00 C 858.25 512.00 860.00 510.25 860.00 508.10 L 860.00 393.14 C 860.00 327.50 806.78 274.28 741.14 274.28 Z",
"fill": "#ff7d29",
"fill-opacity": "0.4",
"fill-rule": "evenodd",
"node-id": "40",
"stroke": "none",
"target-height": "237.71399",
"target-width": "237.71399",
"target-x": "622.281",
"target-y": "274.282"
}, null), (0, _vue.createVNode)("path", {
"d": "M 549.14 457.14 C 549.14 436.94 565.52 420.57 585.72 420.57 L 896.57 420.57 C 916.77 420.57 933.14 436.94 933.14 457.14 L 933.14 658.28 C 933.14 678.48 916.77 694.85 896.57 694.85 L 585.72 694.85 C 565.52 694.85 549.14 678.48 549.14 658.28 L 549.14 457.14 Z",
"fill": "#5573ff",
"fill-rule": "nonzero",
"node-id": "42",
"stroke": "none",
"target-height": "274.28604",
"target-width": "383.99896",
"target-x": "549.145",
"target-y": "420.567"
}, null), (0, _vue.createVNode)("path", {
"d": "M 759.43 572.92 C 770.24 567.78 777.72 556.76 777.72 544.00 C 777.72 526.32 763.39 512.00 745.72 512.00 C 728.04 512.00 713.72 526.32 713.72 544.00 C 713.72 556.76 721.19 567.78 732.00 572.92 L 732.00 598.85 C 732.00 606.43 738.14 612.57 745.72 612.57 C 753.29 612.57 759.43 606.43 759.43 598.85 L 759.43 572.92 Z",
"fill": "#40455c",
"fill-rule": "nonzero",
"node-id": "44",
"stroke": "none",
"target-height": "100.571014",
"target-width": "64",
"target-x": "713.715",
"target-y": "511.996"
}, null)])]);
};
// 无网络 - 明亮
exports.NotPermiDarkImage = NotPermiDarkImage;
var NotNetworkLightImage = function NotNetworkLightImage(prefixCls) {
return (0, _vue.createVNode)("svg", {
"class": prefixCls,
"height": "1024",
"node-id": "1",
"template-height": "1024",
"template-width": "1464",
"version": "1.1",
"viewBox": "0 0 1464 1024",
"width": "1464",
"xmlns": "http://www.w3.org/2000/svg"
}, [(0, _vue.createVNode)("defs", {
"node-id": "17"
}, [(0, _vue.createVNode)("clipPath", {
"id": "clip0_17251_42224",
"node-id": "14"
}, [(0, _vue.createVNode)("path", {
"d": "M 0.00 0.00 L 1464.00 0.00 L 1464.00 1024.00 L 0.00 1024.00 Z",
"fill": "#000000",
"fill-rule": "nonzero",
"node-id": "20",
"stroke": "none",
"target-height": "1024",
"target-width": "1464",
"target-x": "0",
"target-y": "0"
}, null)])]), (0, _vue.createVNode)("g", {
"clip-path": "url(#clip0_17251_42224)",
"id": "sillyvg_g_0",
"node-id": "24"
}, [(0, _vue.createVNode)("path", {
"d": "M 1408.56 -0.00 C 1438.86 -0.00 1463.42 24.56 1463.42 54.86 L 1463.42 969.14 C 1463.42 999.44 1438.86 1024.00 1408.56 1024.00 L 55.42 1024.00 C 25.13 1024.00 0.57 999.44 0.57 969.14 L 0.57 54.86 C 0.57 24.56 25.13 -0.00 55.42 -0.00 L 1408.56 -0.00 Z",
"fill": "#fbfbfd",
"fill-rule": "nonzero",
"node-id": "26",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8531",
"target-x": "0.56685",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1454.28 969.14 L 1454.28 54.86 C 1454.28 29.61 1433.81 9.14 1408.56 9.14 L 55.42 9.14 C 30.18 9.14 9.71 29.61 9.71 54.86 L 9.71 969.14 C 9.71 994.39 30.18 1014.86 55.42 1014.86 L 1408.56 1014.86 C 1433.81 1014.86 1454.28 994.39 1454.28 969.14 Z M 1463.42 54.86 C 1463.42 24.56 1438.86 -0.00 1408.56 -0.00 L 55.42 -0.00 C 25.13 -0.00 0.57 24.56 0.57 54.86 L 0.57 969.14 C 0.57 999.44 25.13 1024.00 55.42 1024.00 L 1408.56 1024.00 C 1438.86 1024.00 1463.42 999.44 1463.42 969.14 L 1463.42 54.86 Z",
"fill": "#dfe2eb",
"fill-rule": "evenodd",
"node-id": "28",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8531",
"target-x": "0.56685",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 165.21 155.42 C 165.21 140.27 177.49 127.99 192.64 127.99 L 1271.49 127.99 C 1286.64 127.99 1298.92 140.27 1298.92 155.42 L 1298.92 246.85 C 1298.92 262.00 1286.64 274.28 1271.49 274.28 L 192.64 274.28 C 177.49 274.28 165.21 262.00 165.21 246.85 L 165.21 155.42 Z",
"fill": "#eef1f5",
"fill-rule": "nonzero",
"node-id": "30",
"stroke": "none",
"target-height": "146.28502",
"target-width": "1133.713",
"target-x": "165.207",
"target-y": "127.993"
}, null), (0, _vue.createVNode)("path", {
"d": "M 165.21 411.45 C 165.21 396.30 177.49 384.02 192.64 384.02 L 1271.49 384.02 C 1286.64 384.02 1298.92 396.30 1298.92 411.45 L 1298.92 868.59 C 1298.92 883.74 1286.64 896.02 1271.49 896.02 L 192.64 896.02 C 177.49 896.02 165.21 883.74 165.21 868.59 L 165.21 411.45 Z",
"fill": "#eef1f5",
"fill-rule": "nonzero",
"node-id": "32",
"stroke": "none",
"target-height": "511.99997",
"target-width": "1133.713",
"target-x": "165.207",
"target-y": "384.019"
}, null), (0, _vue.createVNode)("path", {
"d": "M 469.20 277.93 C 462.06 270.79 462.06 259.21 469.20 252.07 L 477.48 243.80 C 484.62 236.66 496.19 236.66 503.34 243.80 L 944.56 685.03 C 951.71 692.17 951.71 703.75 944.56 710.89 L 936.29 719.16 C 929.15 726.30 917.57 726.30 910.43 719.16 L 469.20 277.93 Z",
"fill": "#ff9b53",
"fill-rule": "nonzero",
"node-id": "34",
"stroke": "none",
"target-height": "489.643",
"target-width": "489.643",
"target-x": "462.062",
"target-y": "236.657"
}, null), (0, _vue.createVNode)("path", {
"d": "M 509.31 317.60 C 473.04 338.34 438.83 364.31 407.71 395.51 C 404.92 398.30 404.90 402.84 407.65 405.68 L 458.97 458.64 C 461.85 461.61 466.62 461.58 469.55 458.67 C 501.43 426.98 537.24 401.95 575.32 383.61 L 509.31 317.60 Z",
"fill": "#3e60ff",
"fill-rule": "nonzero",
"node-id": "36",
"stroke": "none",
"target-height": "144.005",
"target-width": "170.41101",
"target-x": "404.904",
"target-y": "317.6"
}, null), (0, _vue.createVNode)("path", {
"d": "M 643.66 451.95 C 602.63 466.19 563.97 489.70 530.74 522.48 C 527.93 525.26 527.92 529.79 530.66 532.62 L 581.99 585.59 C 584.86 588.55 589.62 588.53 592.59 585.67 C 628.36 551.16 672.69 531.45 718.25 526.54 L 643.66 451.95 Z",
"fill": "#3e60ff",
"fill-rule": "nonzero",
"node-id": "38",
"stroke": "none",
"target-height": "136.604",
"target-width": "190.32898",
"target-x": "527.916",
"target-y": "451.95"
}, null), (0, _vue.createVNode)("path", {
"d": "M 903.54 581.96 L 757.57 436.00 C 827.71 439.92 896.79 468.75 951.27 522.48 C 954.08 525.26 954.10 529.79 951.35 532.62 L 903.54 581.96 Z",
"fill": "#3e60ff",
"fill-rule": "nonzero",
"node-id": "40",
"stroke": "none",
"target-height": "145.966",
"target-width": "196.52399",
"target-x": "757.571",
"target-y": "435.998"
}, null), (0, _vue.createVNode)("path", {
"d": "M 673.37 351.80 L 599.53 277.96 C 761.48 226.39 944.73 265.57 1074.30 395.51 C 1077.09 398.30 1077.11 402.84 1074.36 405.68 L 1023.04 458.64 C 1020.16 461.61 1015.39 461.58 1012.46 458.67 C 919.23 365.99 792.42 330.36 673.37 351.80 Z",
"fill": "#3e60ff",
"fill-rule": "nonzero",
"node-id": "42",
"stroke": "none",
"target-height": "235.214",
"target-width": "477.57898",
"target-x": "599.531",
"target-y": "226.391"
}, null), (0, _vue.createVNode)("path", {
"d": "M 653.68 659.57 C 650.93 656.74 650.92 652.21 653.81 649.52 C 703.27 603.61 778.74 603.61 828.20 649.52 C 831.09 652.21 831.08 656.74 828.33 659.57 L 746.26 744.27 C 743.38 747.24 738.63 747.24 735.75 744.27 L 653.68 659.57 Z",
"fill": "#3e60ff",
"fill-rule": "nonzero",
"node-id": "44",
"stroke": "none",
"target-height": "143.62903",
"target-width": "180.177",
"target-x": "650.917",
"target-y": "603.612"
}, null)])]);
};
// 无网络 - 暗黑
exports.NotNetworkLightImage = NotNetworkLightImage;
var NotNetworkDarkImage = function NotNetworkDarkImage(prefixCls) {
return (0, _vue.createVNode)("svg", {
"class": prefixCls,
"height": "1024",
"node-id": "1",
"template-height": "1024",
"template-width": "1464",
"version": "1.1",
"viewBox": "0 0 1464 1024",
"width": "1464",
"xmlns": "http://www.w3.org/2000/svg"
}, [(0, _vue.createVNode)("defs", {
"node-id": "17"
}, [(0, _vue.createVNode)("clipPath", {
"id": "clip0_17251_29381",
"node-id": "14"
}, [(0, _vue.createVNode)("path", {
"d": "M 0.00 0.00 L 1464.00 0.00 L 1464.00 1024.00 L 0.00 1024.00 Z",
"fill": "#000000",
"fill-rule": "nonzero",
"node-id": "20",
"stroke": "none",
"target-height": "1024",
"target-width": "1464",
"target-x": "0",
"target-y": "0"
}, null)])]), (0, _vue.createVNode)("g", {
"clip-path": "url(#clip0_17251_29381)",
"id": "sillyvg_g_0",
"node-id": "24"
}, [(0, _vue.createVNode)("path", {
"d": "M 1407.58 -0.00 C 1437.87 -0.00 1462.43 24.56 1462.43 54.86 L 1462.43 969.14 C 1462.43 999.44 1437.87 1024.00 1407.58 1024.00 L 54.43 1024.00 C 24.14 1024.00 -0.42 999.44 -0.42 969.14 L -0.42 54.86 C -0.42 24.56 24.14 -0.00 54.43 -0.00 L 1407.58 -0.00 Z",
"fill": "#3d4560",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "26",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8535",
"target-x": "-0.423458",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1454.28 969.14 L 1454.28 54.86 C 1454.28 29.61 1433.82 9.14 1408.57 9.14 L 55.43 9.14 C 30.18 9.14 9.71 29.61 9.71 54.86 L 9.71 969.14 C 9.71 994.39 30.18 1014.86 55.43 1014.86 L 1408.57 1014.86 C 1433.82 1014.86 1454.28 994.39 1454.28 969.14 Z M 1463.43 54.86 C 1463.43 24.56 1438.87 -0.00 1408.57 -0.00 L 55.43 -0.00 C 25.13 -0.00 0.57 24.56 0.57 54.86 L 0.57 969.14 C 0.57 999.44 25.13 1024.00 55.43 1024.00 L 1408.57 1024.00 C 1438.87 1024.00 1463.43 999.44 1463.43 969.14 L 1463.43 54.86 Z",
"fill": "#383e4d",
"fill-rule": "evenodd",
"node-id": "28",
"stroke": "none",
"target-height": "1024.0001",
"target-width": "1462.8613",
"target-x": "0.56873",
"target-y": "-0.00006287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 165.15 155.43 C 165.15 140.28 177.43 128.00 192.57 128.00 L 1271.43 128.00 C 1286.58 128.00 1298.86 140.28 1298.86 155.43 L 1298.86 246.86 C 1298.86 262.00 1286.58 274.29 1271.43 274.29 L 192.57 274.29 C 177.43 274.29 165.15 262.00 165.15 246.86 L 165.15 155.43 Z",
"fill": "#49506b",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "30",
"stroke": "none",
"target-height": "146.28601",
"target-width": "1133.715",
"target-x": "165.145",
"target-y": "127.999"
}, null), (0, _vue.createVNode)("path", {
"d": "M 165.15 411.43 C 165.15 396.28 177.43 384.00 192.57 384.00 L 1271.43 384.00 C 1286.58 384.00 1298.86 396.28 1298.86 411.43 L 1298.86 868.57 C 1298.86 883.72 1286.58 896.00 1271.43 896.00 L 192.57 896.00 C 177.43 896.00 165.15 883.72 165.15 868.57 L 165.15 411.43 Z",
"fill": "#49506b",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "32",
"stroke": "none",
"target-height": "512",
"target-width": "1133.715",
"target-x": "165.145",
"target-y": "383.999"
}, null), (0, _vue.createVNode)("path", {
"d": "M 469.36 277.93 C 462.22 270.79 462.22 259.21 469.36 252.07 L 477.63 243.80 C 484.77 236.66 496.35 236.66 503.49 243.80 L 944.72 685.03 C 951.86 692.17 951.86 703.75 944.72 710.89 L 936.45 719.16 C 929.31 726.30 917.73 726.30 910.59 719.16 L 469.36 277.93 Z",
"fill": "#ff9b53",
"fill-rule": "nonzero",
"node-id": "34",
"stroke": "none",
"target-height": "489.64297",
"target-width": "489.643",
"target-x": "462.219",
"target-y": "236.66"
}, null), (0, _vue.createVNode)("path", {
"d": "M 510.02 317.29 C 473.53 338.08 439.12 364.16 407.84 395.52 C 405.05 398.32 405.03 402.86 407.78 405.69 L 459.10 458.66 C 461.98 461.62 466.75 461.60 469.68 458.68 C 501.73 426.82 537.75 401.70 576.06 383.33 L 510.02 317.29 Z",
"fill": "#5573ff",
"fill-rule": "nonzero",
"node-id": "36",
"stroke": "none",
"target-height": "144.336",
"target-width": "171.02603",
"target-x": "405.033",
"target-y": "317.287"
}, null), (0, _vue.createVNode)("path", {
"d": "M 644.46 451.73 C 603.19 465.95 564.28 489.54 530.87 522.50 C 528.06 525.27 528.04 529.81 530.79 532.64 L 582.12 585.61 C 584.99 588.57 589.75 588.55 592.72 585.68 C 628.71 550.97 673.36 531.23 719.20 526.47 L 644.46 451.73 Z",
"fill": "#5573ff",
"fill-rule": "nonzero",
"node-id": "38",
"stroke": "none",
"target-height": "136.83801",
"target-width": "191.15302",
"target-x": "528.045",
"target-y": "451.734"
}, null), (0, _vue.createVNode)("path", {
"d": "M 903.42 582.23 L 757.18 435.99 C 827.50 439.79 896.79 468.63 951.40 522.50 C 954.21 525.27 954.22 529.81 951.48 532.64 L 903.42 582.23 Z",
"fill": "#5573ff",
"fill-rule": "nonzero",
"node-id": "40",
"stroke": "none",
"target-height": "146.24402",
"target-width": "197.044",
"target-x": "757.18",
"target-y": "435.987"
}, null), (0, _vue.createVNode)("path", {
"d": "M 673.08 351.89 L 599.29 278.10 C 761.33 226.35 944.75 265.49 1074.43 395.52 C 1077.22 398.32 1077.24 402.86 1074.49 405.69 L 1023.17 458.66 C 1020.29 461.62 1015.52 461.60 1012.59 458.68 C 919.25 365.89 792.25 330.30 673.08 351.89 Z",
"fill": "#5573ff",
"fill-rule": "nonzero",
"node-id": "42",
"stroke": "none",
"target-height": "235.27399",
"target-width": "477.95197",
"target-x": "599.288",
"target-y": "226.349"
}, null), (0, _vue.createVNode)("path", {
"d": "M 653.81 659.59 C 651.06 656.75 651.05 652.23 653.94 649.54 C 703.40 603.63 778.87 603.63 828.33 649.54 C 831.22 652.23 831.21 656.75 828.46 659.59 L 746.39 744.29 C 743.51 747.26 738.76 747.26 735.88 744.29 L 653.81 659.59 Z",
"fill": "#5573ff",
"fill-rule": "nonzero",
"node-id": "44",
"stroke": "none",
"target-height": "143.62994",
"target-width": "180.177",
"target-x": "651.046",
"target-y": "603.629"
}, null)])]);
};
// 404 - 明亮
exports.NotNetworkDarkImage = NotNetworkDarkImage;
var NotFoundLightImage = function NotFoundLightImage(prefixCls) {
return (0, _vue.createVNode)("svg", {
"class": prefixCls,
"height": "1320",
"node-id": "1",
"template-height": "1320",
"template-width": "2801",
"version": "1.1",
"viewBox": "0 0 2801 1320",
"width": "2801",
"xmlns": "http://www.w3.org/2000/svg"
}, [(0, _vue.createVNode)("defs", {
"node-id": "16"
}, null), (0, _vue.createVNode)("path", {
"d": "M 678.07 636.56 C 683.84 636.56 688.51 641.24 688.51 647.00 L 688.51 829.12 C 688.51 834.89 693.18 839.56 698.95 839.56 L 795.60 839.56 C 801.36 839.56 806.03 844.23 806.03 850.00 L 806.03 976.32 C 806.03 982.09 801.36 986.76 795.60 986.76 L 698.95 986.76 C 693.18 986.76 688.51 991.43 688.51 997.20 L 688.51 1153.20 C 688.51 1158.97 683.84 1163.64 678.07 1163.64 L 530.38 1163.64 C 524.61 1163.64 519.94 1158.97 519.94 1153.20 L 519.94 997.20 C 519.94 991.43 515.27 986.76 509.50 986.76 L 157.62 986.76 C 151.86 986.76 147.19 982.09 147.19 976.32 L 147.19 871.79 C 147.19 870.11 147.59 868.46 148.36 866.97 L 443.42 299.11 C 445.21 295.66 448.78 293.49 452.68 293.49 L 609.53 293.49 C 617.38 293.49 622.41 301.82 618.77 308.77 L 348.69 824.28 C 345.05 831.23 350.09 839.56 357.94 839.56 L 509.50 839.56 C 515.27 839.56 519.94 834.89 519.94 829.12 L 519.94 647.00 C 519.94 641.24 524.61 636.56 530.38 636.56 L 678.07 636.56 Z",
"fill": "#e7ecf2",
"fill-rule": "nonzero",
"node-id": "18",
"stroke": "none",
"target-height": "870.151",
"target-width": "658.846",
"target-x": "147.188",
"target-y": "293.489"
}, null), (0, _vue.createVNode)("path", {
"d": "M 2526.85 636.56 C 2532.61 636.56 2537.28 641.24 2537.28 647.00 L 2537.28 829.12 C 2537.28 834.89 2541.96 839.56 2547.72 839.56 L 2644.37 839.56 C 2650.13 839.56 2654.81 844.23 2654.81 850.00 L 2654.81 976.32 C 2654.81 982.09 2650.13 986.76 2644.37 986.76 L 2547.72 986.76 C 2541.96 986.76 2537.28 991.43 2537.28 997.20 L 2537.28 1153.20 C 2537.28 1158.97 2532.61 1163.64 2526.85 1163.64 L 2379.15 1163.64 C 2373.39 1163.64 2368.71 1158.97 2368.71 1153.20 L 2368.71 997.20 C 2368.71 991.43 2364.04 986.76 2358.28 986.76 L 2006.40 986.76 C 2000.63 986.76 1995.96 982.09 1995.96 976.32 L 1995.96 871.79 C 1995.96 870.11 1996.36 868.46 1997.14 866.97 L 2292.19 299.11 C 2293.99 295.66 2297.56 293.49 2301.45 293.49 L 2458.30 293.49 C 2466.15 293.49 2471.19 301.82 2467.55 308.77 L 2197.47 824.28 C 2193.82 831.23 2198.87 839.56 2206.71 839.56 L 2358.28 839.56 C 2364.04 839.56 2368.71 834.89 2368.71 829.12 L 2368.71 647.00 C 2368.71 641.24 2373.39 636.56 2379.15 636.56 L 2526.85 636.56 Z",
"fill": "#e7ecf2",
"fill-rule": "nonzero",
"node-id": "20",
"stroke": "none",
"target-height": "870.151",
"target-width": "658.8501",
"target-x": "1995.96",
"target-y": "293.489"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1849.75 730.37 C 1849.75 978.22 1648.83 1179.14 1400.98 1179.14 C 1153.12 1179.14 952.20 978.22 952.20 730.37 C 952.20 482.51 1153.12 281.59 1400.98 281.59 C 1648.83 281.59 1849.75 482.51 1849.75 730.37 Z",
"fill": "#dde4ed",
"fill-rule": "nonzero",
"node-id": "22",
"stroke": "none",
"target-height": "897.549",
"target-width": "897.551",
"target-x": "952.199",
"target-y": "281.591"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1286.54 455.35 C 1290.54 432.65 1312.20 417.49 1334.90 421.49 L 1708.34 487.34 C 1731.05 491.34 1746.21 512.99 1742.20 535.70 L 1655.70 1026.31 C 1651.69 1049.01 1630.04 1064.17 1607.33 1060.17 L 1233.90 994.32 C 1211.19 990.32 1196.03 968.67 1200.03 945.96 L 1286.54 455.35 Z",
"fill": "#f1f5fb",
"fill-rule": "nonzero",
"node-id": "24",
"stroke": "none",
"target-height": "646.68304",
"target-width": "550.17993",
"target-x": "1196.03",
"target-y": "417.487"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1131.57 456.43 C 1131.57 421.85 1159.61 393.81 1194.19 393.81 L 1601.50 393.81 C 1636.09 393.81 1664.12 421.85 1664.12 456.43 L 1664.12 1000.68 C 1664.12 1035.27 1636.09 1063.30 1601.50 1063.30 L 1194.19 1063.30 C 1159.61 1063.30 1131.57 1035.27 1131.57 1000.68 L 1131.57 456.43 Z",
"fill": "#fbfbfd",
"fill-rule": "nonzero",
"node-id": "26",
"stroke": "none",
"target-height": "669.489",
"target-width": "532.55005",
"target-x": "1131.57",
"target-y": "393.811"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1601.50 399.03 L 1194.19 399.03 C 1162.49 399.03 1136.79 424.73 1136.79 456.43 L 1136.79 1000.68 C 1136.79 1032.39 1162.49 1058.09 1194.19 1058.09 L 1601.50 1058.09 C 1633.21 1058.09 1658.90 1032.39 1658.90 1000.68 L 1658.90 456.43 C 1658.90 424.73 1633.21 399.03 1601.50 399.03 Z M 1194.19 393.81 C 1159.61 393.81 1131.57 421.85 1131.57 456.43 L 1131.57 1000.68 C 1131.57 1035.27 1159.61 1063.30 1194.19 1063.30 L 1601.50 1063.30 C 1636.09 1063.30 1664.12 1035.27 1664.12 1000.68 L 1664.12 456.43 C 1664.12 421.85 1636.09 393.81 1601.50 393.81 L 1194.19 393.81 Z",
"fill": "#e9ebf2",
"fill-rule": "evenodd",
"node-id": "28",
"stroke": "none",
"target-height": "669.489",
"target-width": "532.55005",
"target-x": "1131.57",
"target-y": "393.811"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1207.48 557.38 C 1207.48 546.88 1216.00 538.36 1226.50 538.36 L 1378.66 538.36 C 1389.16 538.36 1397.68 546.88 1397.68 557.38 C 1397.68 567.88 1389.16 576.40 1378.66 576.40 L 1226.50 576.40 C 1216.00 576.40 1207.48 567.88 1207.48 557.38 Z",
"fill": "#ff9b53",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "30",
"stroke": "none",
"target-height": "38.04004",
"target-width": "190.20007",
"target-x": "1207.48",
"target-y": "538.36"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1207.48 488.89 C 1207.48 478.39 1216.00 469.87 1226.50 469.87 L 1302.58 469.87 C 1313.08 469.87 1321.60 478.39 1321.60 488.89 C 1321.60 499.40 1313.08 507.91 1302.58 507.91 L 1226.50 507.91 C 1216.00 507.91 1207.48 499.40 1207.48 488.89 Z",
"fill": "#3e60ff",
"fill-rule": "nonzero",
"node-id": "32",
"stroke": "none",
"target-height": "38.039",
"target-width": "114.119995",
"target-x": "1207.48",
"target-y": "469.874"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1207.48 703.78 C 1207.48 692.26 1216.83 682.91 1228.35 682.91 L 1567.00 682.91 C 1578.53 682.91 1587.88 692.26 1587.88 703.78 L 1587.88 966.35 C 1587.88 977.88 1578.53 987.23 1567.00 987.23 L 1228.35 987.23 C 1216.83 987.23 1207.48 977.88 1207.48 966.35 L 1207.48 703.78 Z",
"fill": "#f1f5fb",
"fill-rule": "nonzero",
"node-id": "34",
"stroke": "none",
"target-height": "304.315",
"target-width": "380.40002",
"target-x": "1207.48",
"target-y": "682.911"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1618.97 469.47 C 1618.97 481.00 1609.63 490.34 1598.10 490.34 C 1586.57 490.34 1577.23 481.00 1577.23 469.47 C 1577.23 457.94 1586.57 448.60 1598.10 448.60 C 1609.63 448.60 1618.97 457.94 1618.97 469.47 Z",
"fill": "#d0d4d9",
"fill-rule": "nonzero",
"node-id": "36",
"stroke": "none",
"target-height": "41.746002",
"target-width": "41.73999",
"target-x": "1577.23",
"target-y": "448.598"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1451.84 156.36 C 1428.78 156.36 1410.09 175.05 1410.09 198.11 L 1410.09 385.97 C 1410.09 409.02 1428.78 427.71 1451.84 427.71 L 1561.85 427.71 L 1589.29 469.30 C 1593.41 475.55 1602.58 475.55 1606.71 469.30 L 1634.14 427.71 L 1744.07 427.71 C 1767.12 427.71 1785.81 409.02 1785.81 385.97 L 1785.81 198.11 C 1785.81 175.05 1767.12 156.36 1744.07 156.36 L 1451.84 156.36 Z",
"fill": "#ff9b53",
"fill-rule": "nonzero",
"node-id": "38",
"stroke": "none",
"target-height": "319.186",
"target-width": "375.7201",
"target-x": "1410.09",
"target-y": "156.361"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1598.10 208.55 C 1586.57 208.55 1577.22 217.90 1577.22 229.42 L 1577.22 281.61 C 1577.22 293.13 1586.57 302.48 1598.10 302.48 C 1609.62 302.48 1618.97 293.13 1618.97 281.61 L 1618.97 229.42 C 1618.97 217.90 1609.62 208.55 1598.10 208.55 Z",
"fill": "#ffffff",
"fill-rule": "nonzero",
"node-id": "40",
"stroke": "none",
"target-height": "93.93001",
"target-width": "41.75",
"target-x": "1577.22",
"target-y": "208.55"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1598.10 375.52 C 1609.62 375.52 1618.97 366.18 1618.97 354.65 C 1618.97 343.12 1609.62 333.78 1598.10 333.78 C 1586.57 333.78 1577.22 343.12 1577.22 354.65 C 1577.22 366.18 1586.57 375.52 1598.10 375.52 Z",
"fill": "#ffffff",
"fill-rule": "nonzero",
"node-id": "42",
"stroke": "none",
"target-height": "41.74698",
"target-width": "41.75",
"target-x": "1577.22",
"target-y": "333.778"
}, null)]);
};
// 404 - 暗黑
exports.NotFoundLightImage = NotFoundLightImage;
var NotFoundDarkImage = function NotFoundDarkImage(prefixCls) {
return (0, _vue.createVNode)("svg", {
"class": prefixCls,
"height": "1320",
"node-id": "1",
"template-height": "1320",
"template-width": "2800",
"version": "1.1",
"viewBox": "0 0 2800 1320",
"width": "2800",
"xmlns": "http://www.w3.org/2000/svg"
}, [(0, _vue.createVNode)("defs", {
"node-id": "16"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1850.13 721.89 C 1850.13 841.27 1802.71 955.75 1718.30 1040.17 C 1633.88 1124.58 1519.40 1172.00 1400.02 1172.00 C 1280.64 1172.00 1166.16 1124.58 1081.74 1040.17 C 997.33 955.75 949.91 841.27 949.91 721.89 C 949.91 602.52 997.33 488.03 1081.74 403.62 C 1166.16 319.21 1280.64 271.78 1400.02 271.78 C 1519.40 271.78 1633.88 319.21 1718.30 403.62 C 1802.71 488.03 1850.13 602.52 1850.13 721.89 Z",
"fill": "#1c212d",
"fill-rule": "nonzero",
"node-id": "18",
"stroke": "none",
"target-height": "900.216",
"target-width": "900.218",
"target-x": "949.911",
"target-y": "271.784"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1295.81 446.07 C 1299.82 423.30 1321.54 408.10 1344.31 412.11 L 1718.86 478.15 C 1741.63 482.17 1756.84 503.89 1752.82 526.66 L 1666.06 1018.72 C 1662.04 1041.50 1640.33 1056.70 1617.55 1052.69 L 1243.01 986.64 C 1220.23 982.63 1205.03 960.91 1209.04 938.14 L 1295.81 446.07 Z",
"fill": "#23293a",
"fill-rule": "nonzero",
"node-id": "20",
"stroke": "none",
"target-height": "648.60394",
"target-width": "551.80994",
"target-x": "1205.03",
"target-y": "408.096"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1129.98 452.92 C 1129.98 417.76 1158.48 389.25 1193.64 389.25 L 1607.71 389.25 C 1642.87 389.25 1671.37 417.76 1671.37 452.91 L 1671.37 1006.20 C 1671.37 1041.36 1642.87 1069.86 1607.71 1069.86 L 1193.64 1069.86 C 1158.48 1069.86 1129.98 1041.36 1129.98 1006.20 L 1129.98 452.92 Z",
"fill": "#313649",
"fill-rule": "nonzero",
"node-id": "22",
"stroke": "none",
"target-height": "680.605",
"target-width": "541.39",
"target-x": "1129.98",
"target-y": "389.255"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1607.71 394.56 L 1193.64 394.56 C 1161.41 394.56 1135.29 420.69 1135.29 452.92 L 1135.29 1006.20 C 1135.29 1038.43 1161.41 1064.56 1193.64 1064.56 L 1607.71 1064.56 C 1639.94 1064.56 1666.07 1038.43 1666.07 1006.20 L 1666.07 452.91 C 1666.07 420.69 1639.94 394.56 1607.71 394.56 Z M 1193.64 389.25 C 1158.48 389.25 1129.98 417.76 1129.98 452.92 L 1129.98 1006.20 C 1129.98 1041.36 1158.48 1069.86 1193.64 1069.86 L 1607.71 1069.86 C 1642.87 1069.86 1671.37 1041.36 1671.37 1006.20 L 1671.37 452.91 C 1671.37 417.76 1642.87 389.25 1607.71 389.25 L 1193.64 389.25 Z",
"fill": "#383e4d",
"fill-rule": "evenodd",
"node-id": "24",
"stroke": "none",
"target-height": "680.605",
"target-width": "541.39",
"target-x": "1129.98",
"target-y": "389.255"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1225.35 529.29 L 1377.96 529.29 C 1388.49 529.29 1397.03 537.83 1397.03 548.37 L 1397.03 548.37 C 1397.03 558.90 1388.49 567.44 1377.96 567.44 L 1225.35 567.44 C 1214.81 567.44 1206.27 558.90 1206.27 548.37 L 1206.27 548.37 C 1206.27 537.83 1214.81 529.29 1225.35 529.29 Z",
"fill": "#aa6812",
"fill-opacity": "0.4",
"fill-rule": "nonzero",
"node-id": "26",
"stroke": "none",
"target-height": "38.152283",
"target-width": "190.76196",
"target-x": "1206.27",
"target-y": "529.292"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1225.35 460.61 L 1301.65 460.61 C 1312.19 460.61 1320.73 469.15 1320.73 479.69 L 1320.73 479.69 C 1320.73 490.22 1312.19 498.77 1301.65 498.77 L 1225.35 498.77 C 1214.81 498.77 1206.27 490.22 1206.27 479.69 L 1206.27 479.69 C 1206.27 469.15 1214.81 460.61 1225.35 460.61 Z",
"fill": "#2d73ff",
"fill-rule": "nonzero",
"node-id": "28",
"stroke": "none",
"target-height": "38.152283",
"target-width": "114.45703",
"target-x": "1206.27",
"target-y": "460.613"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1227.21 674.27 L 1566.86 674.27 C 1578.42 674.27 1587.79 683.65 1587.79 695.21 L 1587.79 958.56 C 1587.79 970.12 1578.42 979.49 1566.86 979.49 L 1227.21 979.49 C 1215.64 979.49 1206.27 970.12 1206.27 958.56 L 1206.27 695.21 C 1206.27 683.65 1215.64 674.27 1227.21 674.27 Z",
"fill": "#40455c",
"fill-rule": "nonzero",
"node-id": "30",
"stroke": "none",
"target-height": "305.21802",
"target-width": "381.52393",
"target-x": "1206.27",
"target-y": "674.273"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1618.50 462.03 C 1618.50 473.59 1609.12 482.96 1597.56 482.96 C 1586.00 482.96 1576.62 473.59 1576.62 462.03 C 1576.62 450.47 1586.00 441.09 1597.56 441.09 C 1609.12 441.09 1618.50 450.47 1618.50 462.03 Z",
"fill": "#6e7892",
"fill-rule": "nonzero",
"node-id": "32",
"stroke": "none",
"target-height": "41.870605",
"target-width": "41.870483",
"target-x": "1576.6248",
"target-y": "441.0937"
}, null), (0, _vue.createVNode)("path", {
"d": "M 1451.03 148.00 C 1427.91 148.00 1409.16 166.75 1409.16 189.87 L 1409.16 378.29 C 1409.16 401.41 1427.91 420.16 1451.03 420.16 L 1561.30 420.16 L 1588.82 461.87 C 1592.96 468.14 1602.16 468.14 1606.30 461.87 L 1633.82 420.16 L 1744.13 420.16 C 1767.25 420.16 1786.00 401.41 1786.00 378.29 L 1786.00 189.87 C 1786.00 166.75 1767.25 148.00 1744.13