diff --git a/packages/constants/es/base/index.d.ts b/packages/constants/es/base/index.d.ts
deleted file mode 100644
index 45a9a99..0000000
--- a/packages/constants/es/base/index.d.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-export declare const OBJECT_GRNER_THRESHOLD = 0.8;
-export declare const OBJECT_AGE_TYPE_THRESHOLD = 0.5;
-export declare const MODE_KEY = "test_mode";
-export declare const SEARCH_IMG_COUNT = 10;
-export declare const GLOBAL_IS_ITEM_NUMBER_SHOW = false;
-export declare const publicPath = "hummingbird";
-export declare const ENTER_CIRCLE = "MONITORTYPE_ENTER_CIRCLE";
-export declare const OUT_CIRCLE = "MONITORTYPE_OUT_CIRCLE";
-export declare const TEMP = "MONITORTYPE_TEMP";
-export declare const GLOBAL_IS_BOX_VMS_SHOW = true;
-export declare const BODY_SEARCH_THRESHOID = 0.45;
-export declare const RECORD_VERSION = "3.0.0";
-export declare const DeviceTab: {
- EMPTY: number;
- REAL_CAMERA: number;
- PREPROCESS_CAMERA: number;
- TAG_CAMERA: number;
- HISTORY_VIDEO_GROUP: number;
- VIRTUAL_CAMERA: number;
- REAL_CAMERA_NOFACE: number;
- REAL_CAMERA_ONLYFACE: number;
- REAL_CAMERA_NOFACE_NOBOX_NODIRECONNECT: number;
-};
diff --git a/packages/constants/es/camera/index.d.ts b/packages/constants/es/camera/index.d.ts
deleted file mode 100644
index 5151b76..0000000
--- a/packages/constants/es/camera/index.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export declare const TYPE = "";
diff --git a/packages/constants/es/index.d.ts b/packages/constants/es/index.d.ts
deleted file mode 100644
index fb5e936..0000000
--- a/packages/constants/es/index.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export * from './camera';
-export * from './base';
-export * from './user';
diff --git a/packages/constants/es/user/index.d.ts b/packages/constants/es/user/index.d.ts
deleted file mode 100644
index d87c485..0000000
--- a/packages/constants/es/user/index.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-declare const _default: {};
-export default _default;
diff --git a/packages/constants/lib/base/index.d.ts b/packages/constants/lib/base/index.d.ts
deleted file mode 100644
index 45a9a99..0000000
--- a/packages/constants/lib/base/index.d.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-export declare const OBJECT_GRNER_THRESHOLD = 0.8;
-export declare const OBJECT_AGE_TYPE_THRESHOLD = 0.5;
-export declare const MODE_KEY = "test_mode";
-export declare const SEARCH_IMG_COUNT = 10;
-export declare const GLOBAL_IS_ITEM_NUMBER_SHOW = false;
-export declare const publicPath = "hummingbird";
-export declare const ENTER_CIRCLE = "MONITORTYPE_ENTER_CIRCLE";
-export declare const OUT_CIRCLE = "MONITORTYPE_OUT_CIRCLE";
-export declare const TEMP = "MONITORTYPE_TEMP";
-export declare const GLOBAL_IS_BOX_VMS_SHOW = true;
-export declare const BODY_SEARCH_THRESHOID = 0.45;
-export declare const RECORD_VERSION = "3.0.0";
-export declare const DeviceTab: {
- EMPTY: number;
- REAL_CAMERA: number;
- PREPROCESS_CAMERA: number;
- TAG_CAMERA: number;
- HISTORY_VIDEO_GROUP: number;
- VIRTUAL_CAMERA: number;
- REAL_CAMERA_NOFACE: number;
- REAL_CAMERA_ONLYFACE: number;
- REAL_CAMERA_NOFACE_NOBOX_NODIRECONNECT: number;
-};
diff --git a/packages/constants/lib/base/index.js b/packages/constants/lib/base/index.js
deleted file mode 100644
index c4bcc93..0000000
--- a/packages/constants/lib/base/index.js
+++ /dev/null
@@ -1,80 +0,0 @@
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/base/index.ts
-var base_exports = {};
-__export(base_exports, {
- BODY_SEARCH_THRESHOID: () => BODY_SEARCH_THRESHOID,
- DeviceTab: () => DeviceTab,
- ENTER_CIRCLE: () => ENTER_CIRCLE,
- GLOBAL_IS_BOX_VMS_SHOW: () => GLOBAL_IS_BOX_VMS_SHOW,
- GLOBAL_IS_ITEM_NUMBER_SHOW: () => GLOBAL_IS_ITEM_NUMBER_SHOW,
- MODE_KEY: () => MODE_KEY,
- OBJECT_AGE_TYPE_THRESHOLD: () => OBJECT_AGE_TYPE_THRESHOLD,
- OBJECT_GRNER_THRESHOLD: () => OBJECT_GRNER_THRESHOLD,
- OUT_CIRCLE: () => OUT_CIRCLE,
- RECORD_VERSION: () => RECORD_VERSION,
- SEARCH_IMG_COUNT: () => SEARCH_IMG_COUNT,
- TEMP: () => TEMP,
- publicPath: () => publicPath
-});
-module.exports = __toCommonJS(base_exports);
-var OBJECT_GRNER_THRESHOLD = 0.8;
-var OBJECT_AGE_TYPE_THRESHOLD = 0.5;
-var MODE_KEY = "test_mode";
-var SEARCH_IMG_COUNT = 10;
-var GLOBAL_IS_ITEM_NUMBER_SHOW = false;
-var publicPath = "hummingbird";
-var ENTER_CIRCLE = "MONITORTYPE_ENTER_CIRCLE";
-var OUT_CIRCLE = "MONITORTYPE_OUT_CIRCLE";
-var TEMP = "MONITORTYPE_TEMP";
-var GLOBAL_IS_BOX_VMS_SHOW = true;
-var BODY_SEARCH_THRESHOID = 0.45;
-var RECORD_VERSION = "3.0.0";
-var DeviceTab = {
- EMPTY: 0,
- REAL_CAMERA: 1,
- PREPROCESS_CAMERA: 2,
- //摄像头列表
- TAG_CAMERA: 3,
- //预案列表
- HISTORY_VIDEO_GROUP: 4,
- //录像回放
- VIRTUAL_CAMERA: 5,
- //离线视频
- REAL_CAMERA_NOFACE: 6,
- REAL_CAMERA_ONLYFACE: 7,
- REAL_CAMERA_NOFACE_NOBOX_NODIRECONNECT: 8
- // 只有普通摄像头,没有人脸、没有盒子、直连
-};
-// Annotate the CommonJS export names for ESM import in node:
-0 && (module.exports = {
- BODY_SEARCH_THRESHOID,
- DeviceTab,
- ENTER_CIRCLE,
- GLOBAL_IS_BOX_VMS_SHOW,
- GLOBAL_IS_ITEM_NUMBER_SHOW,
- MODE_KEY,
- OBJECT_AGE_TYPE_THRESHOLD,
- OBJECT_GRNER_THRESHOLD,
- OUT_CIRCLE,
- RECORD_VERSION,
- SEARCH_IMG_COUNT,
- TEMP,
- publicPath
-});
diff --git a/packages/constants/lib/camera/index.d.ts b/packages/constants/lib/camera/index.d.ts
deleted file mode 100644
index 5151b76..0000000
--- a/packages/constants/lib/camera/index.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export declare const TYPE = "";
diff --git a/packages/constants/lib/camera/index.js b/packages/constants/lib/camera/index.js
deleted file mode 100644
index 19931cc..0000000
--- a/packages/constants/lib/camera/index.js
+++ /dev/null
@@ -1,29 +0,0 @@
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/camera/index.ts
-var camera_exports = {};
-__export(camera_exports, {
- TYPE: () => TYPE
-});
-module.exports = __toCommonJS(camera_exports);
-var TYPE = "";
-// Annotate the CommonJS export names for ESM import in node:
-0 && (module.exports = {
- TYPE
-});
diff --git a/packages/constants/lib/index.d.ts b/packages/constants/lib/index.d.ts
deleted file mode 100644
index fb5e936..0000000
--- a/packages/constants/lib/index.d.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export * from './camera';
-export * from './base';
-export * from './user';
diff --git a/packages/constants/lib/index.js b/packages/constants/lib/index.js
deleted file mode 100644
index 4aa07fe..0000000
--- a/packages/constants/lib/index.js
+++ /dev/null
@@ -1,27 +0,0 @@
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/index.ts
-var src_exports = {};
-module.exports = __toCommonJS(src_exports);
-__reExport(src_exports, require("./camera"), module.exports);
-__reExport(src_exports, require("./base"), module.exports);
-__reExport(src_exports, require("./user"), module.exports);
-// Annotate the CommonJS export names for ESM import in node:
-0 && (module.exports = {
- ...require("./camera"),
- ...require("./base"),
- ...require("./user")
-});
diff --git a/packages/constants/lib/user/index.d.ts b/packages/constants/lib/user/index.d.ts
deleted file mode 100644
index d87c485..0000000
--- a/packages/constants/lib/user/index.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-declare const _default: {};
-export default _default;
diff --git a/packages/constants/lib/user/index.js b/packages/constants/lib/user/index.js
deleted file mode 100644
index eef01d8..0000000
--- a/packages/constants/lib/user/index.js
+++ /dev/null
@@ -1,25 +0,0 @@
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/user/index.ts
-var user_exports = {};
-__export(user_exports, {
- default: () => user_default
-});
-module.exports = __toCommonJS(user_exports);
-var user_default = {};
diff --git a/packages/icon/es/index.d.ts b/packages/icon/es/index.d.ts
deleted file mode 100644
index f9fa9f3..0000000
--- a/packages/icon/es/index.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as IconFont } from './Iconfont';
diff --git a/packages/icon/lib/Iconfont.js b/packages/icon/lib/Iconfont.js
deleted file mode 100644
index 705ee13..0000000
--- a/packages/icon/lib/Iconfont.js
+++ /dev/null
@@ -1,70 +0,0 @@
-var __create = Object.create;
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __getProtoOf = Object.getPrototypeOf;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
- // If the importer is in node compatibility mode or this is not an ESM
- // file that has been converted to a CommonJS file using a Babel-
- // compatible transform (i.e. "__esModule" has not been set), then set
- // "default" to the CommonJS "module.exports" for node compatibility.
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
- mod
-));
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/Iconfont.tsx
-var Iconfont_exports = {};
-__export(Iconfont_exports, {
- default: () => Iconfont_default
-});
-module.exports = __toCommonJS(Iconfont_exports);
-var import_icons = require("@ant-design/icons");
-var import_react = __toESM(require("react"));
-var Icon = (0, import_icons.createFromIconfontCN)({
- scriptUrl: require("./font/iconfont.js")
-});
-var IconFont = (props) => {
- const {
- title = "",
- styles = {},
- icon,
- size = 14,
- onIconClick,
- children,
- active = false,
- color = ""
- } = props || {};
- return /* @__PURE__ */ import_react.default.createElement(
- Icon,
- {
- title,
- onClick: (e) => {
- onIconClick && onIconClick(e);
- },
- style: {
- ...styles,
- cursor: "pointer",
- fontSize: size,
- color,
- ...active ? { color: "#09f" } : {}
- },
- type: icon
- },
- children
- );
-};
-var Iconfont_default = IconFont;
diff --git a/packages/icon/lib/demo/basic.js b/packages/icon/lib/demo/basic.js
deleted file mode 100644
index 9ede23d..0000000
--- a/packages/icon/lib/demo/basic.js
+++ /dev/null
@@ -1,40 +0,0 @@
-var __create = Object.create;
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __getProtoOf = Object.getPrototypeOf;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
- // If the importer is in node compatibility mode or this is not an ESM
- // file that has been converted to a CommonJS file using a Babel-
- // compatible transform (i.e. "__esModule" has not been set), then set
- // "default" to the CommonJS "module.exports" for node compatibility.
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
- mod
-));
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/demo/basic.tsx
-var basic_exports = {};
-__export(basic_exports, {
- default: () => basic_default
-});
-module.exports = __toCommonJS(basic_exports);
-var import_react = __toESM(require("react"));
-var import_icon = require("@zhst/icon");
-var demo = () => {
- return /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement(import_icon.IconFont, { icon: "icon-daoru1" }));
-};
-var basic_default = demo;
diff --git a/packages/icon/lib/demo/demo.js b/packages/icon/lib/demo/demo.js
deleted file mode 100644
index b931c90..0000000
--- a/packages/icon/lib/demo/demo.js
+++ /dev/null
@@ -1,59 +0,0 @@
-var __create = Object.create;
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __getProtoOf = Object.getPrototypeOf;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
- // If the importer is in node compatibility mode or this is not an ESM
- // file that has been converted to a CommonJS file using a Babel-
- // compatible transform (i.e. "__esModule" has not been set), then set
- // "default" to the CommonJS "module.exports" for node compatibility.
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
- mod
-));
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/demo/demo.tsx
-var demo_exports = {};
-__export(demo_exports, {
- default: () => demo_default
-});
-module.exports = __toCommonJS(demo_exports);
-var import_react = __toESM(require("react"));
-var import_icon = require("@zhst/icon");
-var import_index = require("./index.less");
-var import_meta = require("@zhst/meta");
-var iconJson = require("../font/iconfont.json");
-var demo = () => {
- const iconArr = iconJson["glyphs"];
- return /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement("ul", { className: "demo-ul" }, iconArr.map((item) => {
- const { font_class, name } = item;
- const fontName = `icon-${font_class}`;
- return /* @__PURE__ */ import_react.default.createElement("li", { className: "demo-li" }, /* @__PURE__ */ import_react.default.createElement(
- import_icon.IconFont,
- {
- styles: { marginBottom: 20 },
- icon: fontName,
- size: 32,
- onIconClick: () => {
- navigator.clipboard.writeText(fontName);
- import_meta.message.success(`复制${fontName}成功`);
- }
- }
- ), /* @__PURE__ */ import_react.default.createElement("div", { className: "demo-li-name" }, name), /* @__PURE__ */ import_react.default.createElement("div", { className: "demo-li-name" }, fontName));
- })));
-};
-var demo_default = demo;
diff --git a/packages/icon/lib/demo/index.less b/packages/icon/lib/demo/index.less
deleted file mode 100644
index 70b6c9d..0000000
--- a/packages/icon/lib/demo/index.less
+++ /dev/null
@@ -1,20 +0,0 @@
-.demo {
- &-ul {
- list-style-type: none;
- display: flex;
- flex-wrap: wrap;
- }
-
- &-li {
- display: flex;
- flex-direction: column;
- align-items: center;
- height: 150px;
- width: 150px;
-
- &-name {
- color: #666;
- font-size: 12px;
- }
- }
-}
\ No newline at end of file
diff --git a/packages/icon/lib/font/iconfont.css b/packages/icon/lib/font/iconfont.css
deleted file mode 100644
index ef9f9d5..0000000
--- a/packages/icon/lib/font/iconfont.css
+++ /dev/null
@@ -1,1743 +0,0 @@
-@font-face {
- font-family: iconfont; /* Project id 1739270 */
- src: url('iconfont.woff2?t=1711094074098') format('woff2'),
- url('iconfont.woff?t=1711094074098') format('woff'),
- url('iconfont.ttf?t=1711094074098') format('truetype');
-}
-
-.iconfont {
- font-family: iconfont !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.icon-shezhi1::before {
- content: "\e7fb";
-}
-
-.icon-bofang1::before {
- content: "\e7fc";
-}
-
-.icon-zanting2::before {
- content: "\e7fa";
-}
-
-.icon-bangzhu2::before {
- content: "\e7f9";
-}
-
-.icon-daochu2::before {
- content: "\e7f7";
-}
-
-.icon-daoru1::before {
- content: "\e7f8";
-}
-
-.icon-jindonglogo::before {
- content: "\e7f6";
-}
-
-.icon-guankongyujingselect::before {
- content: "\e7ef";
-}
-
-.icon-guankongyujingnor::before {
- content: "\e7f0";
-}
-
-.icon-guankongyuannor::before {
- content: "\e7f1";
-}
-
-.icon-quancengyuanselectbeifen::before {
- content: "\e7f2";
-}
-
-.icon-quancengyujingnor::before {
- content: "\e7f3";
-}
-
-.icon-quancengyuannor::before {
- content: "\e7f4";
-}
-
-.icon-quancengyuanselect::before {
- content: "\e7f5";
-}
-
-.icon-guankongyuanselect::before {
- content: "\e7ee";
-}
-
-.icon-jindong::before {
- content: "\e7ed";
-}
-
-.icon-danganxiangqing_hangweifenxi::before {
- content: "\e78d";
-}
-
-.icon-danganxiangqing_shujuganzhi::before {
- content: "\e78e";
-}
-
-.icon-danganxiangqing_huodongguiji::before {
- content: "\e78f";
-}
-
-.icon-danganxiangqing_jibenxinxi::before {
- content: "\e7ea";
-}
-
-.icon-danganxiangqing_fushuwupin::before {
- content: "\e7eb";
-}
-
-.icon-danganxiangqing_jizhanyingyong::before {
- content: "\e7ec";
-}
-
-.icon-jiarudanganku::before {
- content: "\e787";
-}
-
-.icon-dangankunor::before {
- content: "\e793";
-}
-
-.icon-bukongrenwuselect::before {
- content: "\e799";
-}
-
-.icon-bukongrenwunor1::before {
- content: "\e79a";
-}
-
-.icon-dangankuselect::before {
- content: "\e79b";
-}
-
-.icon-jizhanfanor::before {
- content: "\e79c";
-}
-
-.icon-feijidongchechaxunnor::before {
- content: "\e79d";
-}
-
-.icon-jidongchechaxunselect::before {
- content: "\e79e";
-}
-
-.icon-a-lixianfenxiselect2::before {
- content: "\e7a1";
-}
-
-.icon-huisufenxiselect::before {
- content: "\e7a2";
-}
-
-.icon-jizhanfaselect::before {
- content: "\e7a3";
-}
-
-.icon-mubiaojiansuonor::before {
- content: "\e7ae";
-}
-
-.icon-lurenkuselect::before {
- content: "\e7b1";
-}
-
-.icon-shujujiashicangselect::before {
- content: "\e7b2";
-}
-
-.icon-shishijiexiselect::before {
- content: "\e7b4";
-}
-
-.icon-shishijiexinor::before {
- content: "\e7b9";
-}
-
-.icon-jidongchechaxunnor::before {
- content: "\e7c1";
-}
-
-.icon-lurenkunor1::before {
- content: "\e7cf";
-}
-
-.icon-mubiaotezhengchaxunnor::before {
- content: "\e7e1";
-}
-
-.icon-yujingjiluselect::before {
- content: "\e7e2";
-}
-
-.icon-mubiaotezhengchaxunselect::before {
- content: "\e7e3";
-}
-
-.icon-feijidongchechaxunselect::before {
- content: "\e7e4";
-}
-
-.icon-yujingjilunor::before {
- content: "\e7e5";
-}
-
-.icon-lixianfenxiselect::before {
- content: "\e7e6";
-}
-
-.icon-huisufenxinor::before {
- content: "\e7e7";
-}
-
-.icon-shujujiashicangnor::before {
- content: "\e7e8";
-}
-
-.icon-mubiaojiansuoselect::before {
- content: "\e7e9";
-}
-
-.icon-kuangxuangongju::before {
- content: "\e796";
-}
-
-.icon-fengniao::before {
- content: "\e792";
-}
-
-.icon-zhankai::before {
- content: "\e790";
-}
-
-.icon-shouqi::before {
- content: "\e791";
-}
-
-.icon-shijian::before {
- content: "\e786";
-}
-
-.icon-dingwei2::before {
- content: "\e613";
-}
-
-.icon-renyuan::before {
- content: "\e784";
-}
-
-.icon-houtai::before {
- content: "\e785";
-}
-
-.icon-zuo::before {
- content: "\e781";
-}
-
-.icon-you::before {
- content: "\e783";
-}
-
-.icon-kakou::before {
- content: "\e780";
-}
-
-.icon-yujing1::before {
- content: "\e77e";
-}
-
-.icon-yuan2::before {
- content: "\e77d";
-}
-
-.icon-moxingpengzhuang::before {
- content: "\e777";
-}
-
-.icon-moxingpengzhuangnor::before {
- content: "\e778";
-}
-
-.icon-lurenku::before {
- content: "\e77b";
-}
-
-.icon-lurenkunor::before {
- content: "\e77c";
-}
-
-.icon-shiming::before {
- content: "\e776";
-}
-
-.icon-suoxiao2::before {
- content: "\e774";
-}
-
-.icon-fangda1::before {
- content: "\e775";
-}
-
-.icon-guanbi2::before {
- content: "\e772";
-}
-
-.icon-fanhui1::before {
- content: "\e773";
-}
-
-.icon-xiansuomopai::before {
- content: "\e76f";
-}
-
-.icon-xiansuomopainor::before {
- content: "\e76e";
-}
-
-.icon-zhajiyujing::before {
- content: "\e770";
-}
-
-.icon-zhajiyujingnor::before {
- content: "\e771";
-}
-
-.icon-zhuizongpeizhi::before {
- content: "\e76c";
-}
-
-.icon-zhuizongpeizhinor::before {
- content: "\e76d";
-}
-
-.icon-dapingqiehuan::before {
- content: "\e76b";
-}
-
-.icon-xuanze::before {
- content: "\e769";
-}
-
-.icon-shaixuan1::before {
- content: "\e76a";
-}
-
-.icon-chekashebei::before {
- content: "\e764";
-}
-
-.icon-imsishebei::before {
- content: "\e765";
-}
-
-.icon-xingtishebei::before {
- content: "\e766";
-}
-
-.icon-renlianshebei::before {
- content: "\e767";
-}
-
-.icon-wifishebei::before {
- content: "\e768";
-}
-
-.icon-a-miaozhun2::before {
- content: "\e762";
-}
-
-.icon-a-bianzu19::before {
- content: "\e763";
-}
-
-.icon-fanye::before {
- content: "\e75e";
-}
-
-.icon-shenfenzheng::before {
- content: "\e75f";
-}
-
-.icon-dizhi::before {
- content: "\e760";
-}
-
-.icon-guanbi::before {
- content: "\e761";
-}
-
-.icon-dianwei1::before {
- content: "\e75b";
-}
-
-.icon-weikakou::before {
- content: "\e757";
-}
-
-.icon-weikakounor::before {
- content: "\e758";
-}
-
-.icon-changsuoma::before {
- content: "\e759";
-}
-
-.icon-changsuomanor::before {
- content: "\e75a";
-}
-
-.icon-yujing::before {
- content: "\e756";
-}
-
-.icon-jiansuonor::before {
- content: "\e747";
-}
-
-.icon-tonghangrenfenxinor1::before {
- content: "\e748";
-}
-
-.icon-zhinengyanpannor::before {
- content: "\e749";
-}
-
-.icon-bukongyujingnor::before {
- content: "\e74a";
-}
-
-.icon-bukongrenwunor::before {
- content: "\e74b";
-}
-
-.icon-dianziditunor::before {
- content: "\e754";
-}
-
-.icon-zhuizongnor1::before {
- content: "\e755";
-}
-
-.icon-zhuizong1::before {
- content: "\e746";
-}
-
-.icon-bukongrenwu3::before {
- content: "\e74c";
-}
-
-.icon-dianziditu::before {
- content: "\e74d";
-}
-
-.icon-bukongyujing::before {
- content: "\e750";
-}
-
-.icon-tonghangrenfenxi1::before {
- content: "\e751";
-}
-
-.icon-zhinengyanpan::before {
- content: "\e752";
-}
-
-.icon-jiansuo1::before {
- content: "\e753";
-}
-
-.icon-kaiqijulei::before {
- content: "\e745";
-}
-
-.icon-tongbu::before {
- content: "\e744";
-}
-
-.icon-tonghangrenfenxi::before {
- content: "\e743";
-}
-
-.icon-tonghangrenfenxinor::before {
- content: "\e742";
-}
-
-.icon-jizhanyingyong::before {
- content: "\e741";
-}
-
-.icon-haikangrenlianbukongnor::before {
- content: "\e740";
-}
-
-.icon-haikangrenlianbukong::before {
- content: "\e73f";
-}
-
-.icon-tuozhanshouduantishi::before {
- content: "\e73e";
-}
-
-.icon-fanhuimopailiebiao::before {
- content: "\e73d";
-}
-
-.icon-toukuijiancenor::before {
- content: "\e73c";
-}
-
-.icon-toukuijiance::before {
- content: "\e718";
-}
-
-.icon-zhuixing::before {
- content: "\e717";
-}
-
-.icon-tishi4::before {
- content: "\e73b";
-}
-
-.icon-a-shaixuanfeiji::before {
- content: "\e733";
-}
-
-.icon-a-zidongtiaozhengfanweifeiji::before {
- content: "\e73a";
-}
-
-.icon-heziyunwei::before {
- content: "\e739";
-}
-
-.icon-qiehuan::before {
- content: "\e738";
-}
-
-.icon-disanfangxiaoxinor::before {
- content: "\e737";
-}
-
-.icon-disanfangxiaoxi::before {
- content: "\e736";
-}
-
-.icon-daohang::before {
- content: "\e735";
-}
-
-.icon-yonghu::before {
- content: "\e734";
-}
-
-.icon-feiji::before {
- content: "\e732";
-}
-
-.icon-jieshuzhuizong::before {
- content: "\e730";
-}
-
-.icon-huisuzhoubian::before {
- content: "\e731";
-}
-
-.icon-jixuzhuizong::before {
- content: "\e72d";
-}
-
-.icon-tiaozhengfanwei::before {
- content: "\e72e";
-}
-
-.icon-jiansuo::before {
- content: "\e72f";
-}
-
-.icon-guiji::before {
- content: "\e72c";
-}
-
-.icon-jichuxinxi::before {
- content: "\e72b";
-}
-
-.icon-danganzhaiyao::before {
- content: "\e72a";
-}
-
-.icon-jingzhunbukongicon_on::before {
- content: "\e728";
-}
-
-.icon-jingzhunbukongicon_off::before {
- content: "\e729";
-}
-
-.icon-tiaozhuan::before {
- content: "\e727";
-}
-
-.icon-shezhi::before {
- content: "\e726";
-}
-
-.icon-bangzhu1::before {
- content: "\e725";
-}
-
-.icon-shuaxin1::before {
- content: "\e724";
-}
-
-.icon-duosucaibeifen::before {
- content: "\e722";
-}
-
-.icon-duosucai::before {
- content: "\e723";
-}
-
-.icon-shujutongji::before {
- content: "\e721";
-}
-
-.icon-renlian::before {
- content: "\e71c";
-}
-
-.icon-xingti::before {
- content: "\e71d";
-}
-
-.icon-jidongche::before {
- content: "\e71e";
-}
-
-.icon-huisufenxi4::before {
- content: "\e71f";
-}
-
-.icon-lixianfenxi4::before {
- content: "\e720";
-}
-
-.icon-feijidongche::before {
- content: "\e71b";
-}
-
-.icon-shujudaping::before {
- content: "\e71a";
-}
-
-.icon-peizhisuanfa::before {
- content: "\e719";
-}
-
-.icon-zhuizong::before {
- content: "\e715";
-}
-
-.icon-zhuizongnor::before {
- content: "\e716";
-}
-
-.icon-dianwei::before {
- content: "\e714";
-}
-
-.icon-Container::before {
- content: "\e713";
-}
-
-.icon-Attachment::before {
- content: "\e712";
-}
-
-.icon-cha::before {
- content: "\e711";
-}
-
-.icon-gou::before {
- content: "\e710";
-}
-
-.icon-daoru::before {
- content: "\e70f";
-}
-
-.icon-quanxijiansuo::before {
- content: "\e70e";
-}
-
-.icon-chakanjiankong::before {
- content: "\e70c";
-}
-
-.icon-tishi3::before {
- content: "\e70d";
-}
-
-.icon-heiyemoshi::before {
- content: "\e70b";
-}
-
-.icon-zhengchangmoshi::before {
- content: "\e70a";
-}
-
-.icon-dingwei1::before {
- content: "\e709";
-}
-
-.icon-paixu::before {
- content: "\e708";
-}
-
-.icon-tianjiayuan::before {
- content: "\e707";
-}
-
-.icon-juleidangankunor::before {
- content: "\e705";
-}
-
-.icon-juleidanganku::before {
- content: "\e706";
-}
-
-.icon-guanlian::before {
- content: "\e704";
-}
-
-.icon-renlianbiaozhu::before {
- content: "\e703";
-}
-
-.icon-juleijieguo::before {
- content: "\e6ec";
-}
-
-.icon-juleirenwunor::before {
- content: "\e6fb";
-}
-
-.icon-juleijieguonor::before {
- content: "\e701";
-}
-
-.icon-juleirenwu::before {
- content: "\e702";
-}
-
-.icon-zhongzhi3::before {
- content: "\e8ff";
-}
-
-.icon-xuanzhuan1::before {
- content: "\e6fd";
-}
-
-.icon-shuangmubiaozhu1::before {
- content: "\e700";
-}
-
-.icon-shoudongkuangxuan::before {
- content: "\e6f9";
-}
-
-.icon-zanting1::before {
- content: "\e6fe";
-}
-
-.icon-zhongzhi1::before {
- content: "\e6ff";
-}
-
-.icon-shoudong::before {
- content: "\e6fa";
-}
-
-.icon-zidong::before {
- content: "\e6fc";
-}
-
-.icon-zhenduan::before {
- content: "\e6f8";
-}
-
-.icon-Check-Circle-Fill1::before {
- content: "\e6f3";
-}
-
-.icon-Info--Circle-Fill::before {
- content: "\e6f4";
-}
-
-.icon-Close-Circle-Fill::before {
- content: "\e6f5";
-}
-
-.icon-Warning-Circle-Fill::before {
- content: "\e6f6";
-}
-
-.icon-Question-Circle-Fill::before {
- content: "\e6f7";
-}
-
-.icon-zancunjia::before {
- content: "\e6f2";
-}
-
-.icon-Check-Circle-Fill::before {
- content: "\e6f1";
-}
-
-.icon-tupianji::before {
- content: "\e6f0";
-}
-
-.icon-quanping1::before {
- content: "\e6ed";
-}
-
-.icon-yinliang::before {
- content: "\e6ee";
-}
-
-.icon-suoxiao1::before {
- content: "\e6ef";
-}
-
-.icon-home::before {
- content: "\e6eb";
-}
-
-.icon-zuixiaohua::before {
- content: "\e6e9";
-}
-
-.icon-zuidahua::before {
- content: "\e6ea";
-}
-
-.icon-biaozhunhua::before {
- content: "\e6e6";
-}
-
-.icon-julei::before {
- content: "\e6e5";
-}
-
-.icon-bianzu::before {
- content: "\e6e7";
-}
-
-.icon-bianzu3::before {
- content: "\e6e8";
-}
-
-.icon-bianzu7::before {
- content: "\e6e3";
-}
-
-.icon-bianzu2::before {
- content: "\e6e4";
-}
-
-.icon-kapianqiehuan::before {
- content: "\e6e2";
-}
-
-.icon-duobianxing1::before {
- content: "\e6e0";
-}
-
-.icon-fang1::before {
- content: "\e6e1";
-}
-
-.icon-yuan1::before {
- content: "\e6df";
-}
-
-.icon-cejuli::before {
- content: "\e6de";
-}
-
-.icon-wanggekuangxuannor::before {
- content: "\e6dc";
-}
-
-.icon-lujingkuangxuannor::before {
- content: "\e6dd";
-}
-
-.icon-chuansuo::before {
- content: "\e6db";
-}
-
-.icon-bianyuanhezinor::before {
- content: "\e6d8";
-}
-
-.icon-wujiankuhov::before {
- content: "\e6d9";
-}
-
-.icon-caozuorizhinor::before {
- content: "\e6da";
-}
-
-.icon-collect_dot::before {
- content: "\e619";
-}
-
-.icon-chuxiandingweibg::before {
- content: "\e6d4";
-}
-
-.icon-chuxiandingweiicon::before {
- content: "\e6d5";
-}
-
-.icon-shexiangtoudingweibg::before {
- content: "\e6d6";
-}
-
-.icon-shexiangtoudingweiicon::before {
- content: "\e6d7";
-}
-
-.icon-xiafajieguo::before {
- content: "\e6d2";
-}
-
-.icon-daochu1::before {
- content: "\e6d3";
-}
-
-.icon-zuijinchuxian::before {
- content: "\e6cc";
-}
-
-.icon-leijizhuapai::before {
- content: "\e6d0";
-}
-
-.icon-yichangshijian::before {
- content: "\e6d1";
-}
-
-.icon-dingwei::before {
- content: "\e6cb";
-}
-
-.icon-tupian::before {
- content: "\e6ad";
-}
-
-.icon-wenti::before {
- content: "\e6ac";
-}
-
-.icon-lixian1::before {
- content: "\e6ab";
-}
-
-.icon-yichang::before {
- content: "\e6a8";
-}
-
-.icon-zhuixing-xiugaidianwei::before {
- content: "\e6a7";
-}
-
-.icon-wenhao1::before {
- content: "\e69e";
-}
-
-.icon-ditu_dingwei::before {
- content: "\e69d";
-}
-
-.icon-ditu_fangda::before {
- content: "\e689";
-}
-
-.icon-ditu_suoxiao::before {
- content: "\e69a";
-}
-
-.icon-chakanbukongrenwu::before {
- content: "\e688";
-}
-
-.icon-lietu::before {
- content: "\e687";
-}
-
-.icon-zhongzhi::before {
- content: "\e67e";
-}
-
-.icon-xialada::before {
- content: "\e67f";
-}
-
-.icon-zhinengguanlian_xingti::before {
- content: "\e67b";
-}
-
-.icon-zhinengguanlian_renlian::before {
- content: "\e67c";
-}
-
-.icon-xiajiantou::before {
- content: "\e75c";
-}
-
-.icon-zhinengguanlian_xiaojiantou::before {
- content: "\e67d";
-}
-
-.icon-zhinengguanlian_jiantou::before {
- content: "\e67a";
-}
-
-.icon-shangjiantou::before {
- content: "\e75d";
-}
-
-.icon-banbenxinxi::before {
- content: "\e679";
-}
-
-.icon-wenhao::before {
- content: "\e61f";
-}
-
-.icon-bianjirenyuan::before {
- content: "\e7e0";
-}
-
-.icon-tishi2::before {
- content: "\e7df";
-}
-
-.icon-shexiangji2::before {
- content: "\e7de";
-}
-
-.icon-guijizhuizong::before {
- content: "\e7dd";
-}
-
-.icon-jiezhen1::before {
- content: "\e7dc";
-}
-
-.icon-tianjiaguijihuisu::before {
- content: "\e7db";
-}
-
-.icon-tingzhi::before {
- content: "\e7cd";
-}
-
-.icon-baoweiquan::before {
- content: "\e7ce";
-}
-
-.icon-shangchuanshipin::before {
- content: "\e7d0";
-}
-
-.icon-yidong::before {
- content: "\e7d1";
-}
-
-.icon-chuangjianxinbukong1::before {
- content: "\e7d2";
-}
-
-.icon-yichu1::before {
- content: "\e7d3";
-}
-
-.icon-tishi1::before {
- content: "\e7d4";
-}
-
-.icon-VS::before {
- content: "\e7d5";
-}
-
-.icon-quanjuzonglan::before {
- content: "\e7d6";
-}
-
-.icon-chakanfenxirenwu1::before {
- content: "\e7d7";
-}
-
-.icon-xiaoxi::before {
- content: "\e7d8";
-}
-
-.icon-yonghuming::before {
- content: "\e7d9";
-}
-
-.icon-tuichu::before {
- content: "\e7da";
-}
-
-.icon-guijizhuizongnor::before {
- content: "\e7cb";
-}
-
-.icon-guijizhuizong2::before {
- content: "\e7cc";
-}
-
-.icon-bukongrenwu1::before {
- content: "\e7b7";
-}
-
-.icon-shexiangji::before {
- content: "\e7b8";
-}
-
-.icon-yujingditu::before {
- content: "\e7ba";
-}
-
-.icon-lixianfenxi2::before {
- content: "\e7bb";
-}
-
-.icon-yuanguanli1::before {
- content: "\e7bc";
-}
-
-.icon-danganku::before {
- content: "\e7bd";
-}
-
-.icon-huisufenxi2::before {
- content: "\e7be";
-}
-
-.icon-kuneijiansuo::before {
- content: "\e7bf";
-}
-
-.icon-jiegouhuachaxun::before {
- content: "\e7c0";
-}
-
-.icon-bukongrenwu2::before {
- content: "\e7c2";
-}
-
-.icon-yuanguanli2::before {
- content: "\e7c3";
-}
-
-.icon-shexiangji1::before {
- content: "\e7c4";
-}
-
-.icon-kuneijiansuo1::before {
- content: "\e7c5";
-}
-
-.icon-lixianfenxi3::before {
- content: "\e7c6";
-}
-
-.icon-danganku1::before {
- content: "\e7c7";
-}
-
-.icon-yujingditu1::before {
- content: "\e7c8";
-}
-
-.icon-huisufenxi3::before {
- content: "\e7c9";
-}
-
-.icon-jiegouhuachaxunnor::before {
- content: "\e7ca";
-}
-
-.icon-chuangjianxinbukong::before {
- content: "\e7b6";
-}
-
-.icon-kuangxuan::before {
- content: "\e77f";
-}
-
-.icon-gaojishaixuan::before {
- content: "\e779";
-}
-
-.icon-gaojishaixuanshouqi::before {
- content: "\e77a";
-}
-
-.icon-bukongrenwu::before {
- content: "\e7b5";
-}
-
-.icon-riqi::before {
- content: "\e74f";
-}
-
-.icon-shijianqiehuan::before {
- content: "\e797";
-}
-
-.icon-shouquan1::before {
- content: "\e7b3";
-}
-
-.icon-video-play::before {
- content: "\e653";
-}
-
-.icon-shishifenxi::before {
- content: "\e7af";
-}
-
-.icon-chakanfenxirenwu::before {
- content: "\e7b0";
-}
-
-.icon-jiegouhuafenxi::before {
- content: "\e7ad";
-}
-
-.icon-tianjiaguiji2::before {
- content: "\e6aa";
-}
-
-.icon-tianjiajiansuomubiao::before {
- content: "\e6b0";
-}
-
-.icon-add::before {
- content: "\e661";
-}
-
-.icon-didian::before {
- content: "\e798";
-}
-
-.icon-bofanghov::before {
- content: "\e79f";
-}
-
-.icon-bofang3::before {
- content: "\e7a0";
-}
-
-.icon-jinggao::before {
- content: "\e788";
-}
-
-.icon-tishi::before {
- content: "\e789";
-}
-
-.icon-bangzhu::before {
- content: "\e78a";
-}
-
-.icon-guanbi1::before {
- content: "\e78b";
-}
-
-.icon-chenggong::before {
- content: "\e78c";
-}
-
-.icon-qianwang::before {
- content: "\e7ac";
-}
-
-.icon-shouquan::before {
- content: "\e7ab";
-}
-
-.icon-jingweidu::before {
- content: "\e7aa";
-}
-
-.icon-shanchu1::before {
- content: "\e74e";
-}
-
-.icon-daochu::before {
- content: "\e782";
-}
-
-.icon-ziyuanguanli::before {
- content: "\e7a4";
-}
-
-.icon-fuwuqishouquan::before {
- content: "\e7a5";
-}
-
-.icon-xiugaimima::before {
- content: "\e7a6";
-}
-
-.icon-zhanghaoguanli::before {
- content: "\e7a7";
-}
-
-.icon-suanlipeie::before {
- content: "\e7a8";
-}
-
-.icon-VMSpeizhi::before {
- content: "\e7a9";
-}
-
-.icon-tianjia1::before {
- content: "\e794";
-}
-
-.icon-yichu::before {
- content: "\e795";
-}
-
-.icon-lujing::before {
- content: "\e6cf";
-}
-
-.icon-jiankongxinxi::before {
- content: "\e6c8";
-}
-
-.icon-fanwei::before {
- content: "\e6c9";
-}
-
-.icon-anfadidian::before {
- content: "\e6ca";
-}
-
-.icon-gongjuxiang::before {
- content: "\e6cd";
-}
-
-.icon-gongjuxiangguanbi1::before {
- content: "\e6ce";
-}
-
-.icon-jiezhen::before {
- content: "\e6c2";
-}
-
-.icon-huisufenxi1::before {
- content: "\e6c6";
-}
-
-.icon-huisufenxi::before {
- content: "\e6c7";
-}
-
-.icon-tianjiashipinwenjian1::before {
- content: "\e6c5";
-}
-
-.icon-jiazaishibai::before {
- content: "\e6c3";
-}
-
-.icon-shuaxin::before {
- content: "\e6c4";
-}
-
-.icon-quanping::before {
- content: "\e6c0";
-}
-
-.icon-quxiaoquanping::before {
- content: "\e6c1";
-}
-
-.icon-shipinbofang::before {
- content: "\e6be";
-}
-
-.icon-shipinzanting::before {
- content: "\e6bf";
-}
-
-.icon-lixianguiji::before {
- content: "\e6bd";
-}
-
-.icon-lixian::before {
- content: "\e6bc";
-}
-
-.icon-xiaojiaobiao::before {
- content: "\e6bb";
-}
-
-.icon-shangchuan1::before {
- content: "\e6ba";
-}
-
-.icon-tianjiaweijiansuoduixiang::before {
- content: "\e6b8";
-}
-
-.icon-tianjiaweijiansuojilu::before {
- content: "\e6b9";
-}
-
-.icon-lixianfenxi1::before {
- content: "\e6b7";
-}
-
-.icon-kuaisujiansuohov::before {
- content: "\e6b5";
-}
-
-.icon-kuaisujiansuo1::before {
- content: "\e6b6";
-}
-
-.icon-kuaisujiansuo::before {
- content: "\e6b4";
-}
-
-.icon-yuanguanli::before {
- content: "\e6b1";
-}
-
-.icon-shexiangtou::before {
- content: "\e6b2";
-}
-
-.icon-lixianfenxi::before {
- content: "\e6b3";
-}
-
-.icon-filter::before {
- content: "\e61a";
-}
-
-.icon-tianjiaweizhuizongduixiang2::before {
- content: "\e6af";
-}
-
-.icon-tianjiaweizhuizongduixiang1::before {
- content: "\e6ae";
-}
-
-.icon-baocun1::before {
- content: "\e6a9";
-}
-
-.icon-tianjiashipinwenjianjia::before {
- content: "\e6a5";
-}
-
-.icon-tianjiashipinwenjian::before {
- content: "\e6a6";
-}
-
-.icon-ditu::before {
- content: "\e6a4";
-}
-
-.icon-xinjianshexiangtou::before {
- content: "\e6a3";
-}
-
-.icon-lishihuisu::before {
- content: "\e6a2";
-}
-
-.icon-decoyitianjiaweiguiji::before {
- content: "\e69f";
-}
-
-.icon-bofangqiehuan::before {
- content: "\e6a0";
-}
-
-.icon-tianjia::before {
- content: "\e6a1";
-}
-
-.icon-baocun::before {
- content: "\e698";
-}
-
-.icon-gongjuxiangguanbi::before {
- content: "\e699";
-}
-
-.icon-shangchuan::before {
- content: "\e69b";
-}
-
-.icon-gongjuxiang1::before {
- content: "\e69c";
-}
-
-.icon-logo::before {
- content: "\e692";
-}
-
-.icon-setting::before {
- content: "\e627";
-}
-
-.icon-user::before {
- content: "\e628";
-}
-
-.icon-quit::before {
- content: "\e629";
-}
-
-.icon-arrowzhankaimeixuanzhong::before {
- content: "\e693";
-}
-
-.icon-arrowzhankaixuanzhong::before {
- content: "\e694";
-}
-
-.icon-xuanzexuanzhong::before {
- content: "\e695";
-}
-
-.icon-xuanzebanxuan::before {
- content: "\e696";
-}
-
-.icon-xuanzenor::before {
- content: "\e697";
-}
-
-.icon-shaixuanguanbinor::before {
- content: "\e691";
-}
-
-.icon-gengduo::before {
- content: "\e68e";
-}
-
-.icon-youzhankai::before {
- content: "\e68f";
-}
-
-.icon-zuoshouqi::before {
- content: "\e690";
-}
-
-.icon-yuan::before {
- content: "\e68a";
-}
-
-.icon-duobianxing::before {
- content: "\e68b";
-}
-
-.icon-fang::before {
- content: "\e68c";
-}
-
-.icon-ceju::before {
- content: "\e68d";
-}
-
-.icon-shishizhuizong1::before {
- content: "\e683";
-}
-
-.icon-guijihuisu1::before {
- content: "\e684";
-}
-
-.icon-tianjiaguiji::before {
- content: "\e685";
-}
-
-.icon-yichuguiji::before {
- content: "\e686";
-}
-
-.icon-fangda::before {
- content: "\e680";
-}
-
-.icon-suoxiao::before {
- content: "\e681";
-}
-
-.icon-xiazai::before {
- content: "\e682";
-}
-
-.icon-fanhui::before {
- content: "\e678";
-}
-
-.icon-sousuo::before {
- content: "\e669";
-}
-
-.icon-quxiaoxuanzhong::before {
- content: "\e66a";
-}
-
-.icon-piliangxuanzenor::before {
- content: "\e66b";
-}
-
-.icon-kaiqifenxi::before {
- content: "\e66c";
-}
-
-.icon-quxiaofenxi::before {
- content: "\e66d";
-}
-
-.icon-shaixuan::before {
- content: "\e66e";
-}
-
-.icon-dangan::before {
- content: "\e66f";
-}
-
-.icon-bofang::before {
- content: "\e670";
-}
-
-.icon-zanting::before {
- content: "\e671";
-}
-
-.icon-shanchu::before {
- content: "\e672";
-}
-
-.icon-tianjiaweizhuizongduixiang::before {
- content: "\e673";
-}
-
-.icon-chakandatu::before {
- content: "\e674";
-}
-
-.icon-jiansuojilu::before {
- content: "\e675";
-}
-
-.icon-yuzhi::before {
- content: "\e676";
-}
-
-.icon-chakanxiangqing::before {
- content: "\e677";
-}
-
-.icon-guijihuisu::before {
- content: "\e65c";
-}
-
-.icon-dianweipeizhinor::before {
- content: "\e65d";
-}
-
-.icon-yirenyidang::before {
- content: "\e65e";
-}
-
-.icon-tongbanfenxi::before {
- content: "\e65f";
-}
-
-.icon-qiehuanzuo::before {
- content: "\e662";
-}
-
-.icon-qiehuanyou::before {
- content: "\e663";
-}
-
-.icon-tingzhidengdai::before {
- content: "\e664";
-}
-
-.icon-yiguanbi::before {
- content: "\e665";
-}
-
-.icon-danchuangguanbi::before {
- content: "\e666";
-}
-
-.icon-lishijilu::before {
- content: "\e64a";
-}
-
-.icon-xuanzhuan::before {
- content: "\e648";
-}
-
-.icon-qingchu::before {
- content: "\e649";
-}
-
-.icon-dangantianjia::before {
- content: "\e63d";
-}
-
-.icon-bianji::before {
- content: "\e63e";
-}
-
-.icon-fullscreen::before {
- content: "\e63b";
-}
-
-.icon-cancle_fullscreen::before {
- content: "\e63c";
-}
-
-.icon-quanyujiansuo_nor::before {
- content: "\e639";
-}
-
-.icon-guijihuisu_nor::before {
- content: "\e63a";
-}
-
diff --git a/packages/icon/lib/font/iconfont.js b/packages/icon/lib/font/iconfont.js
deleted file mode 100644
index ada9981..0000000
--- a/packages/icon/lib/font/iconfont.js
+++ /dev/null
@@ -1,36 +0,0 @@
-// src/font/iconfont.js
-window._iconfont_svg_string_1739270 = '', function(h) {
- var a = (a = document.getElementsByTagName("script"))[a.length - 1], l = a.getAttribute("data-injectcss"), a = a.getAttribute("data-disable-injectsvg");
- if (!a) {
- var c, i, o, z, t, m = function(a2, l2) {
- l2.parentNode.insertBefore(a2, l2);
- };
- if (l && !h.__iconfont__svg__cssinject__) {
- h.__iconfont__svg__cssinject__ = true;
- try {
- document.write("");
- } catch (a2) {
- console && console.log(a2);
- }
- }
- c = function() {
- var a2, l2 = document.createElement("div");
- l2.innerHTML = h._iconfont_svg_string_1739270, (l2 = l2.getElementsByTagName("svg")[0]) && (l2.setAttribute("aria-hidden", "true"), l2.style.position = "absolute", l2.style.width = 0, l2.style.height = 0, l2.style.overflow = "hidden", l2 = l2, (a2 = document.body).firstChild ? m(l2, a2.firstChild) : a2.appendChild(l2));
- }, document.addEventListener ? ~["complete", "loaded", "interactive"].indexOf(document.readyState) ? setTimeout(c, 0) : (i = function() {
- document.removeEventListener("DOMContentLoaded", i, false), c();
- }, document.addEventListener("DOMContentLoaded", i, false)) : document.attachEvent && (o = c, z = h.document, t = false, v(), z.onreadystatechange = function() {
- "complete" == z.readyState && (z.onreadystatechange = null, p());
- });
- }
- function p() {
- t || (t = true, o());
- }
- function v() {
- try {
- z.documentElement.doScroll("left");
- } catch (a2) {
- return void setTimeout(v, 50);
- }
- p();
- }
-}(window);
diff --git a/packages/icon/lib/font/iconfont.json b/packages/icon/lib/font/iconfont.json
deleted file mode 100644
index 8466528..0000000
--- a/packages/icon/lib/font/iconfont.json
+++ /dev/null
@@ -1,3033 +0,0 @@
-{
- "id": "1739270",
- "name": "蜂鸟实时布控系统",
- "font_family": "iconfont",
- "css_prefix_text": "icon-",
- "description": "",
- "glyphs": [
- {
- "icon_id": "39554305",
- "name": "设置",
- "font_class": "shezhi1",
- "unicode": "e7fb",
- "unicode_decimal": 59387
- },
- {
- "icon_id": "39554304",
- "name": "播放",
- "font_class": "bofang1",
- "unicode": "e7fc",
- "unicode_decimal": 59388
- },
- {
- "icon_id": "39554349",
- "name": "暂停",
- "font_class": "zanting2",
- "unicode": "e7fa",
- "unicode_decimal": 59386
- },
- {
- "icon_id": "38794757",
- "name": "帮助",
- "font_class": "bangzhu2",
- "unicode": "e7f9",
- "unicode_decimal": 59385
- },
- {
- "icon_id": "38736535",
- "name": "导出",
- "font_class": "daochu2",
- "unicode": "e7f7",
- "unicode_decimal": 59383
- },
- {
- "icon_id": "38736534",
- "name": "导入",
- "font_class": "daoru1",
- "unicode": "e7f8",
- "unicode_decimal": 59384
- },
- {
- "icon_id": "38439162",
- "name": "金东logo",
- "font_class": "jindonglogo",
- "unicode": "e7f6",
- "unicode_decimal": 59382
- },
- {
- "icon_id": "38353195",
- "name": "管控预警select",
- "font_class": "guankongyujingselect",
- "unicode": "e7ef",
- "unicode_decimal": 59375
- },
- {
- "icon_id": "38353194",
- "name": "管控预警nor",
- "font_class": "guankongyujingnor",
- "unicode": "e7f0",
- "unicode_decimal": 59376
- },
- {
- "icon_id": "38353193",
- "name": "管控预案nor",
- "font_class": "guankongyuannor",
- "unicode": "e7f1",
- "unicode_decimal": 59377
- },
- {
- "icon_id": "38353188",
- "name": "圈层预案select备份",
- "font_class": "quancengyuanselectbeifen",
- "unicode": "e7f2",
- "unicode_decimal": 59378
- },
- {
- "icon_id": "38353187",
- "name": "圈层预警nor",
- "font_class": "quancengyujingnor",
- "unicode": "e7f3",
- "unicode_decimal": 59379
- },
- {
- "icon_id": "38353186",
- "name": "圈层预案nor",
- "font_class": "quancengyuannor",
- "unicode": "e7f4",
- "unicode_decimal": 59380
- },
- {
- "icon_id": "38353185",
- "name": "圈层预案select",
- "font_class": "quancengyuanselect",
- "unicode": "e7f5",
- "unicode_decimal": 59381
- },
- {
- "icon_id": "38353196",
- "name": "管控预案select",
- "font_class": "guankongyuanselect",
- "unicode": "e7ee",
- "unicode_decimal": 59374
- },
- {
- "icon_id": "37989025",
- "name": "金东",
- "font_class": "jindong",
- "unicode": "e7ed",
- "unicode_decimal": 59373
- },
- {
- "icon_id": "36344792",
- "name": "档案详情_行为分析",
- "font_class": "danganxiangqing_hangweifenxi",
- "unicode": "e78d",
- "unicode_decimal": 59277
- },
- {
- "icon_id": "36344793",
- "name": "档案详情_数据感知",
- "font_class": "danganxiangqing_shujuganzhi",
- "unicode": "e78e",
- "unicode_decimal": 59278
- },
- {
- "icon_id": "36344794",
- "name": "档案详情_活动轨迹",
- "font_class": "danganxiangqing_huodongguiji",
- "unicode": "e78f",
- "unicode_decimal": 59279
- },
- {
- "icon_id": "36344795",
- "name": "档案详情_基本信息",
- "font_class": "danganxiangqing_jibenxinxi",
- "unicode": "e7ea",
- "unicode_decimal": 59370
- },
- {
- "icon_id": "36344796",
- "name": "档案详情_附属物品",
- "font_class": "danganxiangqing_fushuwupin",
- "unicode": "e7eb",
- "unicode_decimal": 59371
- },
- {
- "icon_id": "36344797",
- "name": "档案详情_技战应用",
- "font_class": "danganxiangqing_jizhanyingyong",
- "unicode": "e7ec",
- "unicode_decimal": 59372
- },
- {
- "icon_id": "36101866",
- "name": "加入档案库",
- "font_class": "jiarudanganku",
- "unicode": "e787",
- "unicode_decimal": 59271
- },
- {
- "icon_id": "36091918",
- "name": "档案库nor",
- "font_class": "dangankunor",
- "unicode": "e793",
- "unicode_decimal": 59283
- },
- {
- "icon_id": "36091919",
- "name": "布控任务select",
- "font_class": "bukongrenwuselect",
- "unicode": "e799",
- "unicode_decimal": 59289
- },
- {
- "icon_id": "36091920",
- "name": "布控任务nor",
- "font_class": "bukongrenwunor1",
- "unicode": "e79a",
- "unicode_decimal": 59290
- },
- {
- "icon_id": "36091921",
- "name": "档案库select",
- "font_class": "dangankuselect",
- "unicode": "e79b",
- "unicode_decimal": 59291
- },
- {
- "icon_id": "36091922",
- "name": "技战法nor",
- "font_class": "jizhanfanor",
- "unicode": "e79c",
- "unicode_decimal": 59292
- },
- {
- "icon_id": "36091923",
- "name": "非机动车查询nor",
- "font_class": "feijidongchechaxunnor",
- "unicode": "e79d",
- "unicode_decimal": 59293
- },
- {
- "icon_id": "36091924",
- "name": "机动车查询select",
- "font_class": "jidongchechaxunselect",
- "unicode": "e79e",
- "unicode_decimal": 59294
- },
- {
- "icon_id": "36091925",
- "name": "离线分析select 2",
- "font_class": "a-lixianfenxiselect2",
- "unicode": "e7a1",
- "unicode_decimal": 59297
- },
- {
- "icon_id": "36091926",
- "name": "回溯分析select",
- "font_class": "huisufenxiselect",
- "unicode": "e7a2",
- "unicode_decimal": 59298
- },
- {
- "icon_id": "36091927",
- "name": "技战法select",
- "font_class": "jizhanfaselect",
- "unicode": "e7a3",
- "unicode_decimal": 59299
- },
- {
- "icon_id": "36091928",
- "name": "目标检索nor",
- "font_class": "mubiaojiansuonor",
- "unicode": "e7ae",
- "unicode_decimal": 59310
- },
- {
- "icon_id": "36091929",
- "name": "路人库select",
- "font_class": "lurenkuselect",
- "unicode": "e7b1",
- "unicode_decimal": 59313
- },
- {
- "icon_id": "36091930",
- "name": "数据驾驶舱select",
- "font_class": "shujujiashicangselect",
- "unicode": "e7b2",
- "unicode_decimal": 59314
- },
- {
- "icon_id": "36091931",
- "name": "实时解析select",
- "font_class": "shishijiexiselect",
- "unicode": "e7b4",
- "unicode_decimal": 59316
- },
- {
- "icon_id": "36091932",
- "name": "实时解析nor",
- "font_class": "shishijiexinor",
- "unicode": "e7b9",
- "unicode_decimal": 59321
- },
- {
- "icon_id": "36091933",
- "name": "机动车查询nor",
- "font_class": "jidongchechaxunnor",
- "unicode": "e7c1",
- "unicode_decimal": 59329
- },
- {
- "icon_id": "36091934",
- "name": "路人库nor",
- "font_class": "lurenkunor1",
- "unicode": "e7cf",
- "unicode_decimal": 59343
- },
- {
- "icon_id": "36091935",
- "name": "目标特征查询nor",
- "font_class": "mubiaotezhengchaxunnor",
- "unicode": "e7e1",
- "unicode_decimal": 59361
- },
- {
- "icon_id": "36091936",
- "name": "预警记录select",
- "font_class": "yujingjiluselect",
- "unicode": "e7e2",
- "unicode_decimal": 59362
- },
- {
- "icon_id": "36091937",
- "name": "目标特征查询select",
- "font_class": "mubiaotezhengchaxunselect",
- "unicode": "e7e3",
- "unicode_decimal": 59363
- },
- {
- "icon_id": "36091938",
- "name": "非机动车查询select",
- "font_class": "feijidongchechaxunselect",
- "unicode": "e7e4",
- "unicode_decimal": 59364
- },
- {
- "icon_id": "36091939",
- "name": "预警记录nor",
- "font_class": "yujingjilunor",
- "unicode": "e7e5",
- "unicode_decimal": 59365
- },
- {
- "icon_id": "36091940",
- "name": "离线分析select",
- "font_class": "lixianfenxiselect",
- "unicode": "e7e6",
- "unicode_decimal": 59366
- },
- {
- "icon_id": "36091941",
- "name": "回溯分析nor",
- "font_class": "huisufenxinor",
- "unicode": "e7e7",
- "unicode_decimal": 59367
- },
- {
- "icon_id": "36091942",
- "name": "数据驾驶舱nor",
- "font_class": "shujujiashicangnor",
- "unicode": "e7e8",
- "unicode_decimal": 59368
- },
- {
- "icon_id": "36091943",
- "name": "目标检索select",
- "font_class": "mubiaojiansuoselect",
- "unicode": "e7e9",
- "unicode_decimal": 59369
- },
- {
- "icon_id": "35927785",
- "name": "框选工具",
- "font_class": "kuangxuangongju",
- "unicode": "e796",
- "unicode_decimal": 59286
- },
- {
- "icon_id": "35652507",
- "name": "蜂鸟",
- "font_class": "fengniao",
- "unicode": "e792",
- "unicode_decimal": 59282
- },
- {
- "icon_id": "35648087",
- "name": "展开",
- "font_class": "zhankai",
- "unicode": "e790",
- "unicode_decimal": 59280
- },
- {
- "icon_id": "35648088",
- "name": "收起",
- "font_class": "shouqi",
- "unicode": "e791",
- "unicode_decimal": 59281
- },
- {
- "icon_id": "6056161",
- "name": "时间",
- "font_class": "shijian",
- "unicode": "e786",
- "unicode_decimal": 59270
- },
- {
- "icon_id": "16105260",
- "name": "定位",
- "font_class": "dingwei2",
- "unicode": "e613",
- "unicode_decimal": 58899
- },
- {
- "icon_id": "34994072",
- "name": "人员",
- "font_class": "renyuan",
- "unicode": "e784",
- "unicode_decimal": 59268
- },
- {
- "icon_id": "34994073",
- "name": "后台",
- "font_class": "houtai",
- "unicode": "e785",
- "unicode_decimal": 59269
- },
- {
- "icon_id": "34324424",
- "name": "左",
- "font_class": "zuo",
- "unicode": "e781",
- "unicode_decimal": 59265
- },
- {
- "icon_id": "34324425",
- "name": "右",
- "font_class": "you",
- "unicode": "e783",
- "unicode_decimal": 59267
- },
- {
- "icon_id": "33566924",
- "name": "卡口",
- "font_class": "kakou",
- "unicode": "e780",
- "unicode_decimal": 59264
- },
- {
- "icon_id": "33541952",
- "name": "预警",
- "font_class": "yujing1",
- "unicode": "e77e",
- "unicode_decimal": 59262
- },
- {
- "icon_id": "32497852",
- "name": "预案",
- "font_class": "yuan2",
- "unicode": "e77d",
- "unicode_decimal": 59261
- },
- {
- "icon_id": "32189295",
- "name": "模型碰撞",
- "font_class": "moxingpengzhuang",
- "unicode": "e777",
- "unicode_decimal": 59255
- },
- {
- "icon_id": "32189296",
- "name": "模型碰撞nor",
- "font_class": "moxingpengzhuangnor",
- "unicode": "e778",
- "unicode_decimal": 59256
- },
- {
- "icon_id": "32189298",
- "name": "路人库",
- "font_class": "lurenku",
- "unicode": "e77b",
- "unicode_decimal": 59259
- },
- {
- "icon_id": "32190455",
- "name": "路人库nor",
- "font_class": "lurenkunor",
- "unicode": "e77c",
- "unicode_decimal": 59260
- },
- {
- "icon_id": "32477562",
- "name": "实名",
- "font_class": "shiming",
- "unicode": "e776",
- "unicode_decimal": 59254
- },
- {
- "icon_id": "32356230",
- "name": "缩小",
- "font_class": "suoxiao2",
- "unicode": "e774",
- "unicode_decimal": 59252
- },
- {
- "icon_id": "32356231",
- "name": "放大",
- "font_class": "fangda1",
- "unicode": "e775",
- "unicode_decimal": 59253
- },
- {
- "icon_id": "32305021",
- "name": "关闭",
- "font_class": "guanbi2",
- "unicode": "e772",
- "unicode_decimal": 59250
- },
- {
- "icon_id": "32305022",
- "name": "返回",
- "font_class": "fanhui1",
- "unicode": "e773",
- "unicode_decimal": 59251
- },
- {
- "icon_id": "31879940",
- "name": "线索摸排",
- "font_class": "xiansuomopai",
- "unicode": "e76f",
- "unicode_decimal": 59247
- },
- {
- "icon_id": "31879931",
- "name": "线索摸排nor",
- "font_class": "xiansuomopainor",
- "unicode": "e76e",
- "unicode_decimal": 59246
- },
- {
- "icon_id": "31879839",
- "name": "闸机预警",
- "font_class": "zhajiyujing",
- "unicode": "e770",
- "unicode_decimal": 59248
- },
- {
- "icon_id": "31879840",
- "name": "闸机预警nor",
- "font_class": "zhajiyujingnor",
- "unicode": "e771",
- "unicode_decimal": 59249
- },
- {
- "icon_id": "31879545",
- "name": "追踪配置",
- "font_class": "zhuizongpeizhi",
- "unicode": "e76c",
- "unicode_decimal": 59244
- },
- {
- "icon_id": "31879546",
- "name": "追踪配置nor",
- "font_class": "zhuizongpeizhinor",
- "unicode": "e76d",
- "unicode_decimal": 59245
- },
- {
- "icon_id": "31298167",
- "name": "大屏切换 ",
- "font_class": "dapingqiehuan",
- "unicode": "e76b",
- "unicode_decimal": 59243
- },
- {
- "icon_id": "31293396",
- "name": "选择",
- "font_class": "xuanze",
- "unicode": "e769",
- "unicode_decimal": 59241
- },
- {
- "icon_id": "31293397",
- "name": "筛选",
- "font_class": "shaixuan1",
- "unicode": "e76a",
- "unicode_decimal": 59242
- },
- {
- "icon_id": "31281773",
- "name": "车卡设备",
- "font_class": "chekashebei",
- "unicode": "e764",
- "unicode_decimal": 59236
- },
- {
- "icon_id": "31281774",
- "name": "imsi设备",
- "font_class": "imsishebei",
- "unicode": "e765",
- "unicode_decimal": 59237
- },
- {
- "icon_id": "31281775",
- "name": "形体设备",
- "font_class": "xingtishebei",
- "unicode": "e766",
- "unicode_decimal": 59238
- },
- {
- "icon_id": "31281776",
- "name": "人脸设备",
- "font_class": "renlianshebei",
- "unicode": "e767",
- "unicode_decimal": 59239
- },
- {
- "icon_id": "31281777",
- "name": "wifi设备",
- "font_class": "wifishebei",
- "unicode": "e768",
- "unicode_decimal": 59240
- },
- {
- "icon_id": "31175954",
- "name": "瞄准 (2)",
- "font_class": "a-miaozhun2",
- "unicode": "e762",
- "unicode_decimal": 59234
- },
- {
- "icon_id": "31175955",
- "name": "编组 19",
- "font_class": "a-bianzu19",
- "unicode": "e763",
- "unicode_decimal": 59235
- },
- {
- "icon_id": "31109996",
- "name": "翻页",
- "font_class": "fanye",
- "unicode": "e75e",
- "unicode_decimal": 59230
- },
- {
- "icon_id": "31109998",
- "name": "身份证",
- "font_class": "shenfenzheng",
- "unicode": "e75f",
- "unicode_decimal": 59231
- },
- {
- "icon_id": "31110000",
- "name": "地址",
- "font_class": "dizhi",
- "unicode": "e760",
- "unicode_decimal": 59232
- },
- {
- "icon_id": "31110045",
- "name": "关闭",
- "font_class": "guanbi",
- "unicode": "e761",
- "unicode_decimal": 59233
- },
- {
- "icon_id": "31088147",
- "name": "点位",
- "font_class": "dianwei1",
- "unicode": "e75b",
- "unicode_decimal": 59227
- },
- {
- "icon_id": "30952366",
- "name": "微卡口",
- "font_class": "weikakou",
- "unicode": "e757",
- "unicode_decimal": 59223
- },
- {
- "icon_id": "30952367",
- "name": "微卡口nor",
- "font_class": "weikakounor",
- "unicode": "e758",
- "unicode_decimal": 59224
- },
- {
- "icon_id": "30952370",
- "name": "场所码",
- "font_class": "changsuoma",
- "unicode": "e759",
- "unicode_decimal": 59225
- },
- {
- "icon_id": "30952371",
- "name": "场所码nor",
- "font_class": "changsuomanor",
- "unicode": "e75a",
- "unicode_decimal": 59226
- },
- {
- "icon_id": "9974390",
- "name": "预警",
- "font_class": "yujing",
- "unicode": "e756",
- "unicode_decimal": 59222
- },
- {
- "icon_id": "29552660",
- "name": "检索nor",
- "font_class": "jiansuonor",
- "unicode": "e747",
- "unicode_decimal": 59207
- },
- {
- "icon_id": "29552661",
- "name": "同行人分析nor",
- "font_class": "tonghangrenfenxinor1",
- "unicode": "e748",
- "unicode_decimal": 59208
- },
- {
- "icon_id": "29552662",
- "name": "智能研判nor",
- "font_class": "zhinengyanpannor",
- "unicode": "e749",
- "unicode_decimal": 59209
- },
- {
- "icon_id": "29552663",
- "name": "布控预警nor",
- "font_class": "bukongyujingnor",
- "unicode": "e74a",
- "unicode_decimal": 59210
- },
- {
- "icon_id": "29552664",
- "name": "布控任务nor",
- "font_class": "bukongrenwunor",
- "unicode": "e74b",
- "unicode_decimal": 59211
- },
- {
- "icon_id": "29552665",
- "name": "电子地图nor",
- "font_class": "dianziditunor",
- "unicode": "e754",
- "unicode_decimal": 59220
- },
- {
- "icon_id": "29552666",
- "name": "追踪nor",
- "font_class": "zhuizongnor1",
- "unicode": "e755",
- "unicode_decimal": 59221
- },
- {
- "icon_id": "29552487",
- "name": "追踪",
- "font_class": "zhuizong1",
- "unicode": "e746",
- "unicode_decimal": 59206
- },
- {
- "icon_id": "29552240",
- "name": "布控任务",
- "font_class": "bukongrenwu3",
- "unicode": "e74c",
- "unicode_decimal": 59212
- },
- {
- "icon_id": "29552241",
- "name": "电子地图",
- "font_class": "dianziditu",
- "unicode": "e74d",
- "unicode_decimal": 59213
- },
- {
- "icon_id": "29552242",
- "name": "布控预警",
- "font_class": "bukongyujing",
- "unicode": "e750",
- "unicode_decimal": 59216
- },
- {
- "icon_id": "29552243",
- "name": "同行人分析",
- "font_class": "tonghangrenfenxi1",
- "unicode": "e751",
- "unicode_decimal": 59217
- },
- {
- "icon_id": "29552244",
- "name": "智能研判",
- "font_class": "zhinengyanpan",
- "unicode": "e752",
- "unicode_decimal": 59218
- },
- {
- "icon_id": "29552245",
- "name": "检索",
- "font_class": "jiansuo1",
- "unicode": "e753",
- "unicode_decimal": 59219
- },
- {
- "icon_id": "29416924",
- "name": "开启聚类",
- "font_class": "kaiqijulei",
- "unicode": "e745",
- "unicode_decimal": 59205
- },
- {
- "icon_id": "29416893",
- "name": "同步",
- "font_class": "tongbu",
- "unicode": "e744",
- "unicode_decimal": 59204
- },
- {
- "icon_id": "28913138",
- "name": "同行人分析",
- "font_class": "tonghangrenfenxi",
- "unicode": "e743",
- "unicode_decimal": 59203
- },
- {
- "icon_id": "28913111",
- "name": "同行人分析nor",
- "font_class": "tonghangrenfenxinor",
- "unicode": "e742",
- "unicode_decimal": 59202
- },
- {
- "icon_id": "28603735",
- "name": "技战应用",
- "font_class": "jizhanyingyong",
- "unicode": "e741",
- "unicode_decimal": 59201
- },
- {
- "icon_id": "28122666",
- "name": "海康人脸布控nor",
- "font_class": "haikangrenlianbukongnor",
- "unicode": "e740",
- "unicode_decimal": 59200
- },
- {
- "icon_id": "28122657",
- "name": "海康人脸布控",
- "font_class": "haikangrenlianbukong",
- "unicode": "e73f",
- "unicode_decimal": 59199
- },
- {
- "icon_id": "28028942",
- "name": "拓展手段提示",
- "font_class": "tuozhanshouduantishi",
- "unicode": "e73e",
- "unicode_decimal": 59198
- },
- {
- "icon_id": "28022750",
- "name": "返回摸排列表",
- "font_class": "fanhuimopailiebiao",
- "unicode": "e73d",
- "unicode_decimal": 59197
- },
- {
- "icon_id": "26859533",
- "name": "头盔检测nor",
- "font_class": "toukuijiancenor",
- "unicode": "e73c",
- "unicode_decimal": 59196
- },
- {
- "icon_id": "26859527",
- "name": "头盔检测",
- "font_class": "toukuijiance",
- "unicode": "e718",
- "unicode_decimal": 59160
- },
- {
- "icon_id": "26859240",
- "name": "追形",
- "font_class": "zhuixing",
- "unicode": "e717",
- "unicode_decimal": 59159
- },
- {
- "icon_id": "26840606",
- "name": "提示",
- "font_class": "tishi4",
- "unicode": "e73b",
- "unicode_decimal": 59195
- },
- {
- "icon_id": "26691196",
- "name": "筛选(飞机)",
- "font_class": "a-shaixuanfeiji",
- "unicode": "e733",
- "unicode_decimal": 59187
- },
- {
- "icon_id": "26690614",
- "name": "自动调整范围(飞机)",
- "font_class": "a-zidongtiaozhengfanweifeiji",
- "unicode": "e73a",
- "unicode_decimal": 59194
- },
- {
- "icon_id": "26630396",
- "name": "盒子运维",
- "font_class": "heziyunwei",
- "unicode": "e739",
- "unicode_decimal": 59193
- },
- {
- "icon_id": "26620389",
- "name": "切换",
- "font_class": "qiehuan",
- "unicode": "e738",
- "unicode_decimal": 59192
- },
- {
- "icon_id": "26523829",
- "name": "第三方消息nor",
- "font_class": "disanfangxiaoxinor",
- "unicode": "e737",
- "unicode_decimal": 59191
- },
- {
- "icon_id": "26523827",
- "name": "第三方消息",
- "font_class": "disanfangxiaoxi",
- "unicode": "e736",
- "unicode_decimal": 59190
- },
- {
- "icon_id": "25930570",
- "name": "导航",
- "font_class": "daohang",
- "unicode": "e735",
- "unicode_decimal": 59189
- },
- {
- "icon_id": "25930569",
- "name": "用户",
- "font_class": "yonghu",
- "unicode": "e734",
- "unicode_decimal": 59188
- },
- {
- "icon_id": "25878393",
- "name": "飞机",
- "font_class": "feiji",
- "unicode": "e732",
- "unicode_decimal": 59186
- },
- {
- "icon_id": "25809480",
- "name": "结束追踪",
- "font_class": "jieshuzhuizong",
- "unicode": "e730",
- "unicode_decimal": 59184
- },
- {
- "icon_id": "25809481",
- "name": "回溯周边",
- "font_class": "huisuzhoubian",
- "unicode": "e731",
- "unicode_decimal": 59185
- },
- {
- "icon_id": "25809477",
- "name": "继续追踪",
- "font_class": "jixuzhuizong",
- "unicode": "e72d",
- "unicode_decimal": 59181
- },
- {
- "icon_id": "25809478",
- "name": "调整范围",
- "font_class": "tiaozhengfanwei",
- "unicode": "e72e",
- "unicode_decimal": 59182
- },
- {
- "icon_id": "25809479",
- "name": "检索",
- "font_class": "jiansuo",
- "unicode": "e72f",
- "unicode_decimal": 59183
- },
- {
- "icon_id": "25796784",
- "name": "轨迹",
- "font_class": "guiji",
- "unicode": "e72c",
- "unicode_decimal": 59180
- },
- {
- "icon_id": "25796636",
- "name": "基础信息",
- "font_class": "jichuxinxi",
- "unicode": "e72b",
- "unicode_decimal": 59179
- },
- {
- "icon_id": "25796635",
- "name": "档案摘要",
- "font_class": "danganzhaiyao",
- "unicode": "e72a",
- "unicode_decimal": 59178
- },
- {
- "icon_id": "25778781",
- "name": "精准布控icon_on",
- "font_class": "jingzhunbukongicon_on",
- "unicode": "e728",
- "unicode_decimal": 59176
- },
- {
- "icon_id": "25778782",
- "name": "精准布控icon_off",
- "font_class": "jingzhunbukongicon_off",
- "unicode": "e729",
- "unicode_decimal": 59177
- },
- {
- "icon_id": "25528851",
- "name": "跳转",
- "font_class": "tiaozhuan",
- "unicode": "e727",
- "unicode_decimal": 59175
- },
- {
- "icon_id": "25364398",
- "name": "设置",
- "font_class": "shezhi",
- "unicode": "e726",
- "unicode_decimal": 59174
- },
- {
- "icon_id": "25364282",
- "name": "帮助",
- "font_class": "bangzhu1",
- "unicode": "e725",
- "unicode_decimal": 59173
- },
- {
- "icon_id": "25156298",
- "name": "刷新",
- "font_class": "shuaxin1",
- "unicode": "e724",
- "unicode_decimal": 59172
- },
- {
- "icon_id": "25011432",
- "name": "多素材备份",
- "font_class": "duosucaibeifen",
- "unicode": "e722",
- "unicode_decimal": 59170
- },
- {
- "icon_id": "25011433",
- "name": "多素材",
- "font_class": "duosucai",
- "unicode": "e723",
- "unicode_decimal": 59171
- },
- {
- "icon_id": "24963746",
- "name": "数据统计",
- "font_class": "shujutongji",
- "unicode": "e721",
- "unicode_decimal": 59169
- },
- {
- "icon_id": "24944893",
- "name": "人脸",
- "font_class": "renlian",
- "unicode": "e71c",
- "unicode_decimal": 59164
- },
- {
- "icon_id": "24944894",
- "name": "形体",
- "font_class": "xingti",
- "unicode": "e71d",
- "unicode_decimal": 59165
- },
- {
- "icon_id": "24944895",
- "name": "机动车",
- "font_class": "jidongche",
- "unicode": "e71e",
- "unicode_decimal": 59166
- },
- {
- "icon_id": "24944896",
- "name": "回溯分析",
- "font_class": "huisufenxi4",
- "unicode": "e71f",
- "unicode_decimal": 59167
- },
- {
- "icon_id": "24944897",
- "name": "离线分析",
- "font_class": "lixianfenxi4",
- "unicode": "e720",
- "unicode_decimal": 59168
- },
- {
- "icon_id": "24944892",
- "name": "非机动车",
- "font_class": "feijidongche",
- "unicode": "e71b",
- "unicode_decimal": 59163
- },
- {
- "icon_id": "24936781",
- "name": "数据大屏",
- "font_class": "shujudaping",
- "unicode": "e71a",
- "unicode_decimal": 59162
- },
- {
- "icon_id": "24913034",
- "name": "配置算法",
- "font_class": "peizhisuanfa",
- "unicode": "e719",
- "unicode_decimal": 59161
- },
- {
- "icon_id": "24685855",
- "name": "追踪",
- "font_class": "zhuizong",
- "unicode": "e715",
- "unicode_decimal": 59157
- },
- {
- "icon_id": "24685856",
- "name": "追踪nor",
- "font_class": "zhuizongnor",
- "unicode": "e716",
- "unicode_decimal": 59158
- },
- {
- "icon_id": "24661441",
- "name": "点位",
- "font_class": "dianwei",
- "unicode": "e714",
- "unicode_decimal": 59156
- },
- {
- "icon_id": "24661326",
- "name": "Container",
- "font_class": "Container",
- "unicode": "e713",
- "unicode_decimal": 59155
- },
- {
- "icon_id": "24661126",
- "name": "Attachment",
- "font_class": "Attachment",
- "unicode": "e712",
- "unicode_decimal": 59154
- },
- {
- "icon_id": "24630118",
- "name": "叉",
- "font_class": "cha",
- "unicode": "e711",
- "unicode_decimal": 59153
- },
- {
- "icon_id": "24630116",
- "name": "勾",
- "font_class": "gou",
- "unicode": "e710",
- "unicode_decimal": 59152
- },
- {
- "icon_id": "24630033",
- "name": "导入",
- "font_class": "daoru",
- "unicode": "e70f",
- "unicode_decimal": 59151
- },
- {
- "icon_id": "24607250",
- "name": "全息检索",
- "font_class": "quanxijiansuo",
- "unicode": "e70e",
- "unicode_decimal": 59150
- },
- {
- "icon_id": "24604837",
- "name": "查看监控",
- "font_class": "chakanjiankong",
- "unicode": "e70c",
- "unicode_decimal": 59148
- },
- {
- "icon_id": "24604704",
- "name": "提示",
- "font_class": "tishi3",
- "unicode": "e70d",
- "unicode_decimal": 59149
- },
- {
- "icon_id": "24604626",
- "name": "黑夜模式",
- "font_class": "heiyemoshi",
- "unicode": "e70b",
- "unicode_decimal": 59147
- },
- {
- "icon_id": "24604623",
- "name": "正常模式",
- "font_class": "zhengchangmoshi",
- "unicode": "e70a",
- "unicode_decimal": 59146
- },
- {
- "icon_id": "24554896",
- "name": "定位",
- "font_class": "dingwei1",
- "unicode": "e709",
- "unicode_decimal": 59145
- },
- {
- "icon_id": "24442799",
- "name": "排序",
- "font_class": "paixu",
- "unicode": "e708",
- "unicode_decimal": 59144
- },
- {
- "icon_id": "24420402",
- "name": "添加预案",
- "font_class": "tianjiayuan",
- "unicode": "e707",
- "unicode_decimal": 59143
- },
- {
- "icon_id": "23916590",
- "name": "聚类档案库nor",
- "font_class": "juleidangankunor",
- "unicode": "e705",
- "unicode_decimal": 59141
- },
- {
- "icon_id": "23916591",
- "name": "聚类档案库",
- "font_class": "juleidanganku",
- "unicode": "e706",
- "unicode_decimal": 59142
- },
- {
- "icon_id": "23499142",
- "name": "关联",
- "font_class": "guanlian",
- "unicode": "e704",
- "unicode_decimal": 59140
- },
- {
- "icon_id": "23444887",
- "name": "人脸标注",
- "font_class": "renlianbiaozhu",
- "unicode": "e703",
- "unicode_decimal": 59139
- },
- {
- "icon_id": "23304285",
- "name": "聚类结果",
- "font_class": "juleijieguo",
- "unicode": "e6ec",
- "unicode_decimal": 59116
- },
- {
- "icon_id": "23304286",
- "name": "聚类任务nor",
- "font_class": "juleirenwunor",
- "unicode": "e6fb",
- "unicode_decimal": 59131
- },
- {
- "icon_id": "23304287",
- "name": "聚类结果nor",
- "font_class": "juleijieguonor",
- "unicode": "e701",
- "unicode_decimal": 59137
- },
- {
- "icon_id": "23304288",
- "name": "聚类任务",
- "font_class": "juleirenwu",
- "unicode": "e702",
- "unicode_decimal": 59138
- },
- {
- "icon_id": "20290678",
- "name": "重置",
- "font_class": "zhongzhi3",
- "unicode": "e8ff",
- "unicode_decimal": 59647
- },
- {
- "icon_id": "23210742",
- "name": "旋转",
- "font_class": "xuanzhuan1",
- "unicode": "e6fd",
- "unicode_decimal": 59133
- },
- {
- "icon_id": "23254545",
- "name": "双目标注",
- "font_class": "shuangmubiaozhu1",
- "unicode": "e700",
- "unicode_decimal": 59136
- },
- {
- "icon_id": "23203403",
- "name": "手动框选",
- "font_class": "shoudongkuangxuan",
- "unicode": "e6f9",
- "unicode_decimal": 59129
- },
- {
- "icon_id": "23234078",
- "name": "暂停",
- "font_class": "zanting1",
- "unicode": "e6fe",
- "unicode_decimal": 59134
- },
- {
- "icon_id": "23234079",
- "name": "中止",
- "font_class": "zhongzhi1",
- "unicode": "e6ff",
- "unicode_decimal": 59135
- },
- {
- "icon_id": "23203404",
- "name": "手动",
- "font_class": "shoudong",
- "unicode": "e6fa",
- "unicode_decimal": 59130
- },
- {
- "icon_id": "23203406",
- "name": "自动",
- "font_class": "zidong",
- "unicode": "e6fc",
- "unicode_decimal": 59132
- },
- {
- "icon_id": "23203224",
- "name": "诊断",
- "font_class": "zhenduan",
- "unicode": "e6f8",
- "unicode_decimal": 59128
- },
- {
- "icon_id": "23203126",
- "name": "Check-Circle-Fill",
- "font_class": "Check-Circle-Fill1",
- "unicode": "e6f3",
- "unicode_decimal": 59123
- },
- {
- "icon_id": "23203127",
- "name": "Info--Circle-Fill",
- "font_class": "Info--Circle-Fill",
- "unicode": "e6f4",
- "unicode_decimal": 59124
- },
- {
- "icon_id": "23203128",
- "name": "Close-Circle-Fill",
- "font_class": "Close-Circle-Fill",
- "unicode": "e6f5",
- "unicode_decimal": 59125
- },
- {
- "icon_id": "23203129",
- "name": "Warning-Circle-Fill",
- "font_class": "Warning-Circle-Fill",
- "unicode": "e6f6",
- "unicode_decimal": 59126
- },
- {
- "icon_id": "23203130",
- "name": "Question-Circle-Fill",
- "font_class": "Question-Circle-Fill",
- "unicode": "e6f7",
- "unicode_decimal": 59127
- },
- {
- "icon_id": "23071890",
- "name": "暂存架",
- "font_class": "zancunjia",
- "unicode": "e6f2",
- "unicode_decimal": 59122
- },
- {
- "icon_id": "22907690",
- "name": "Check-Circle-Fill",
- "font_class": "Check-Circle-Fill",
- "unicode": "e6f1",
- "unicode_decimal": 59121
- },
- {
- "icon_id": "22884339",
- "name": "图片集",
- "font_class": "tupianji",
- "unicode": "e6f0",
- "unicode_decimal": 59120
- },
- {
- "icon_id": "22871348",
- "name": "全屏",
- "font_class": "quanping1",
- "unicode": "e6ed",
- "unicode_decimal": 59117
- },
- {
- "icon_id": "22871349",
- "name": "音量",
- "font_class": "yinliang",
- "unicode": "e6ee",
- "unicode_decimal": 59118
- },
- {
- "icon_id": "22871350",
- "name": "缩小",
- "font_class": "suoxiao1",
- "unicode": "e6ef",
- "unicode_decimal": 59119
- },
- {
- "icon_id": "22658169",
- "name": "home",
- "font_class": "home",
- "unicode": "e6eb",
- "unicode_decimal": 59115
- },
- {
- "icon_id": "22658130",
- "name": "最小化",
- "font_class": "zuixiaohua",
- "unicode": "e6e9",
- "unicode_decimal": 59113
- },
- {
- "icon_id": "22658131",
- "name": "最大化",
- "font_class": "zuidahua",
- "unicode": "e6ea",
- "unicode_decimal": 59114
- },
- {
- "icon_id": "22658054",
- "name": "标准化",
- "font_class": "biaozhunhua",
- "unicode": "e6e6",
- "unicode_decimal": 59110
- },
- {
- "icon_id": "22544357",
- "name": "聚类",
- "font_class": "julei",
- "unicode": "e6e5",
- "unicode_decimal": 59109
- },
- {
- "icon_id": "21829058",
- "name": "密码可见",
- "font_class": "bianzu",
- "unicode": "e6e7",
- "unicode_decimal": 59111
- },
- {
- "icon_id": "21829059",
- "name": "密码不可见",
- "font_class": "bianzu3",
- "unicode": "e6e8",
- "unicode_decimal": 59112
- },
- {
- "icon_id": "21780473",
- "name": "编组 7",
- "font_class": "bianzu7",
- "unicode": "e6e3",
- "unicode_decimal": 59107
- },
- {
- "icon_id": "21780474",
- "name": "编组 2",
- "font_class": "bianzu2",
- "unicode": "e6e4",
- "unicode_decimal": 59108
- },
- {
- "icon_id": "21738272",
- "name": "卡片切换",
- "font_class": "kapianqiehuan",
- "unicode": "e6e2",
- "unicode_decimal": 59106
- },
- {
- "icon_id": "21695431",
- "name": "多边形",
- "font_class": "duobianxing1",
- "unicode": "e6e0",
- "unicode_decimal": 59104
- },
- {
- "icon_id": "21695432",
- "name": "方",
- "font_class": "fang1",
- "unicode": "e6e1",
- "unicode_decimal": 59105
- },
- {
- "icon_id": "21695430",
- "name": "圆",
- "font_class": "yuan1",
- "unicode": "e6df",
- "unicode_decimal": 59103
- },
- {
- "icon_id": "21695426",
- "name": "测距离",
- "font_class": "cejuli",
- "unicode": "e6de",
- "unicode_decimal": 59102
- },
- {
- "icon_id": "21694880",
- "name": "网格框选nor",
- "font_class": "wanggekuangxuannor",
- "unicode": "e6dc",
- "unicode_decimal": 59100
- },
- {
- "icon_id": "21694881",
- "name": "路径框选nor",
- "font_class": "lujingkuangxuannor",
- "unicode": "e6dd",
- "unicode_decimal": 59101
- },
- {
- "icon_id": "21600424",
- "name": "穿梭",
- "font_class": "chuansuo",
- "unicode": "e6db",
- "unicode_decimal": 59099
- },
- {
- "icon_id": "21248188",
- "name": "边缘盒子",
- "font_class": "bianyuanhezinor",
- "unicode": "e6d8",
- "unicode_decimal": 59096
- },
- {
- "icon_id": "21248189",
- "name": "误检库",
- "font_class": "wujiankuhov",
- "unicode": "e6d9",
- "unicode_decimal": 59097
- },
- {
- "icon_id": "21248190",
- "name": "操作日志",
- "font_class": "caozuorizhinor",
- "unicode": "e6da",
- "unicode_decimal": 59098
- },
- {
- "icon_id": "13838312",
- "name": "collect_dot",
- "font_class": "collect_dot",
- "unicode": "e619",
- "unicode_decimal": 58905
- },
- {
- "icon_id": "20982904",
- "name": "出现定位bg",
- "font_class": "chuxiandingweibg",
- "unicode": "e6d4",
- "unicode_decimal": 59092
- },
- {
- "icon_id": "20982905",
- "name": "出现定位icon",
- "font_class": "chuxiandingweiicon",
- "unicode": "e6d5",
- "unicode_decimal": 59093
- },
- {
- "icon_id": "20982843",
- "name": "摄像头定位bg",
- "font_class": "shexiangtoudingweibg",
- "unicode": "e6d6",
- "unicode_decimal": 59094
- },
- {
- "icon_id": "20982844",
- "name": "摄像头定位icon",
- "font_class": "shexiangtoudingweiicon",
- "unicode": "e6d7",
- "unicode_decimal": 59095
- },
- {
- "icon_id": "20933994",
- "name": "下发结果",
- "font_class": "xiafajieguo",
- "unicode": "e6d2",
- "unicode_decimal": 59090
- },
- {
- "icon_id": "20933996",
- "name": "导出",
- "font_class": "daochu1",
- "unicode": "e6d3",
- "unicode_decimal": 59091
- },
- {
- "icon_id": "20933901",
- "name": "最近出现",
- "font_class": "zuijinchuxian",
- "unicode": "e6cc",
- "unicode_decimal": 59084
- },
- {
- "icon_id": "20933902",
- "name": "累计抓拍",
- "font_class": "leijizhuapai",
- "unicode": "e6d0",
- "unicode_decimal": 59088
- },
- {
- "icon_id": "20933907",
- "name": "异常事件",
- "font_class": "yichangshijian",
- "unicode": "e6d1",
- "unicode_decimal": 59089
- },
- {
- "icon_id": "20925063",
- "name": "定位",
- "font_class": "dingwei",
- "unicode": "e6cb",
- "unicode_decimal": 59083
- },
- {
- "icon_id": "20894407",
- "name": "图片",
- "font_class": "tupian",
- "unicode": "e6ad",
- "unicode_decimal": 59053
- },
- {
- "icon_id": "20433461",
- "name": "失败原因",
- "font_class": "wenti",
- "unicode": "e6ac",
- "unicode_decimal": 59052
- },
- {
- "icon_id": "20432083",
- "name": "点位-已选中",
- "font_class": "lixian1",
- "unicode": "e6ab",
- "unicode_decimal": 59051
- },
- {
- "icon_id": "20415322",
- "name": "异常",
- "font_class": "yichang",
- "unicode": "e6a8",
- "unicode_decimal": 59048
- },
- {
- "icon_id": "19332242",
- "name": "追形-修改点位",
- "font_class": "zhuixing-xiugaidianwei",
- "unicode": "e6a7",
- "unicode_decimal": 59047
- },
- {
- "icon_id": "19049729",
- "name": "问号",
- "font_class": "wenhao1",
- "unicode": "e69e",
- "unicode_decimal": 59038
- },
- {
- "icon_id": "19041610",
- "name": "地图_定位",
- "font_class": "ditu_dingwei",
- "unicode": "e69d",
- "unicode_decimal": 59037
- },
- {
- "icon_id": "19041571",
- "name": "地图_放大",
- "font_class": "ditu_fangda",
- "unicode": "e689",
- "unicode_decimal": 59017
- },
- {
- "icon_id": "19041572",
- "name": "地图_缩小",
- "font_class": "ditu_suoxiao",
- "unicode": "e69a",
- "unicode_decimal": 59034
- },
- {
- "icon_id": "19039288",
- "name": "查看布控任务",
- "font_class": "chakanbukongrenwu",
- "unicode": "e688",
- "unicode_decimal": 59016
- },
- {
- "icon_id": "18985662",
- "name": "裂图",
- "font_class": "lietu",
- "unicode": "e687",
- "unicode_decimal": 59015
- },
- {
- "icon_id": "18907313",
- "name": "重置",
- "font_class": "zhongzhi",
- "unicode": "e67e",
- "unicode_decimal": 59006
- },
- {
- "icon_id": "18907314",
- "name": "下拉大",
- "font_class": "xialada",
- "unicode": "e67f",
- "unicode_decimal": 59007
- },
- {
- "icon_id": "18905520",
- "name": "智能关联_形体",
- "font_class": "zhinengguanlian_xingti",
- "unicode": "e67b",
- "unicode_decimal": 59003
- },
- {
- "icon_id": "18905521",
- "name": "智能关联_人脸",
- "font_class": "zhinengguanlian_renlian",
- "unicode": "e67c",
- "unicode_decimal": 59004
- },
- {
- "icon_id": "16018461",
- "name": "下箭头",
- "font_class": "xiajiantou",
- "unicode": "e75c",
- "unicode_decimal": 59228
- },
- {
- "icon_id": "18885308",
- "name": "智能关联_小箭头",
- "font_class": "zhinengguanlian_xiaojiantou",
- "unicode": "e67d",
- "unicode_decimal": 59005
- },
- {
- "icon_id": "18883781",
- "name": "智能关联_箭头",
- "font_class": "zhinengguanlian_jiantou",
- "unicode": "e67a",
- "unicode_decimal": 59002
- },
- {
- "icon_id": "16018463",
- "name": "上箭头",
- "font_class": "shangjiantou",
- "unicode": "e75d",
- "unicode_decimal": 59229
- },
- {
- "icon_id": "18686782",
- "name": "版本信息",
- "font_class": "banbenxinxi",
- "unicode": "e679",
- "unicode_decimal": 59001
- },
- {
- "icon_id": "1330924",
- "name": "问号",
- "font_class": "wenhao",
- "unicode": "e61f",
- "unicode_decimal": 58911
- },
- {
- "icon_id": "17614568",
- "name": "编辑人员",
- "font_class": "bianjirenyuan",
- "unicode": "e7e0",
- "unicode_decimal": 59360
- },
- {
- "icon_id": "17416216",
- "name": "提示",
- "font_class": "tishi2",
- "unicode": "e7df",
- "unicode_decimal": 59359
- },
- {
- "icon_id": "17292128",
- "name": "摄像机",
- "font_class": "shexiangji2",
- "unicode": "e7de",
- "unicode_decimal": 59358
- },
- {
- "icon_id": "17255570",
- "name": "轨迹追踪",
- "font_class": "guijizhuizong",
- "unicode": "e7dd",
- "unicode_decimal": 59357
- },
- {
- "icon_id": "17255389",
- "name": "截帧",
- "font_class": "jiezhen1",
- "unicode": "e7dc",
- "unicode_decimal": 59356
- },
- {
- "icon_id": "17254424",
- "name": "添加轨迹回溯",
- "font_class": "tianjiaguijihuisu",
- "unicode": "e7db",
- "unicode_decimal": 59355
- },
- {
- "icon_id": "17251847",
- "name": "停止",
- "font_class": "tingzhi",
- "unicode": "e7cd",
- "unicode_decimal": 59341
- },
- {
- "icon_id": "17251960",
- "name": "包围圈",
- "font_class": "baoweiquan",
- "unicode": "e7ce",
- "unicode_decimal": 59342
- },
- {
- "icon_id": "17252131",
- "name": "上传视频",
- "font_class": "shangchuanshipin",
- "unicode": "e7d0",
- "unicode_decimal": 59344
- },
- {
- "icon_id": "17252147",
- "name": "移动",
- "font_class": "yidong",
- "unicode": "e7d1",
- "unicode_decimal": 59345
- },
- {
- "icon_id": "17252288",
- "name": "创建新布控",
- "font_class": "chuangjianxinbukong1",
- "unicode": "e7d2",
- "unicode_decimal": 59346
- },
- {
- "icon_id": "17253015",
- "name": "移除",
- "font_class": "yichu1",
- "unicode": "e7d3",
- "unicode_decimal": 59347
- },
- {
- "icon_id": "17253033",
- "name": "提示",
- "font_class": "tishi1",
- "unicode": "e7d4",
- "unicode_decimal": 59348
- },
- {
- "icon_id": "17253112",
- "name": "VS",
- "font_class": "VS",
- "unicode": "e7d5",
- "unicode_decimal": 59349
- },
- {
- "icon_id": "17253139",
- "name": "全局总览",
- "font_class": "quanjuzonglan",
- "unicode": "e7d6",
- "unicode_decimal": 59350
- },
- {
- "icon_id": "17253187",
- "name": "查看分析任务",
- "font_class": "chakanfenxirenwu1",
- "unicode": "e7d7",
- "unicode_decimal": 59351
- },
- {
- "icon_id": "17253208",
- "name": "消息",
- "font_class": "xiaoxi",
- "unicode": "e7d8",
- "unicode_decimal": 59352
- },
- {
- "icon_id": "17254065",
- "name": "用户名",
- "font_class": "yonghuming",
- "unicode": "e7d9",
- "unicode_decimal": 59353
- },
- {
- "icon_id": "17254204",
- "name": "退出",
- "font_class": "tuichu",
- "unicode": "e7da",
- "unicode_decimal": 59354
- },
- {
- "icon_id": "17251737",
- "name": "轨迹追踪nor",
- "font_class": "guijizhuizongnor",
- "unicode": "e7cb",
- "unicode_decimal": 59339
- },
- {
- "icon_id": "17251738",
- "name": "轨迹追踪",
- "font_class": "guijizhuizong2",
- "unicode": "e7cc",
- "unicode_decimal": 59340
- },
- {
- "icon_id": "17190034",
- "name": "布控任务",
- "font_class": "bukongrenwu1",
- "unicode": "e7b7",
- "unicode_decimal": 59319
- },
- {
- "icon_id": "17190035",
- "name": "摄像机",
- "font_class": "shexiangji",
- "unicode": "e7b8",
- "unicode_decimal": 59320
- },
- {
- "icon_id": "17190037",
- "name": "预警地图",
- "font_class": "yujingditu",
- "unicode": "e7ba",
- "unicode_decimal": 59322
- },
- {
- "icon_id": "17190038",
- "name": "离线分析",
- "font_class": "lixianfenxi2",
- "unicode": "e7bb",
- "unicode_decimal": 59323
- },
- {
- "icon_id": "17190039",
- "name": "预案管理",
- "font_class": "yuanguanli1",
- "unicode": "e7bc",
- "unicode_decimal": 59324
- },
- {
- "icon_id": "17190040",
- "name": "档案库",
- "font_class": "danganku",
- "unicode": "e7bd",
- "unicode_decimal": 59325
- },
- {
- "icon_id": "17190041",
- "name": "回溯分析",
- "font_class": "huisufenxi2",
- "unicode": "e7be",
- "unicode_decimal": 59326
- },
- {
- "icon_id": "17190042",
- "name": "库内检索",
- "font_class": "kuneijiansuo",
- "unicode": "e7bf",
- "unicode_decimal": 59327
- },
- {
- "icon_id": "17190043",
- "name": "结构化查询",
- "font_class": "jiegouhuachaxun",
- "unicode": "e7c0",
- "unicode_decimal": 59328
- },
- {
- "icon_id": "17190062",
- "name": "布控任务",
- "font_class": "bukongrenwu2",
- "unicode": "e7c2",
- "unicode_decimal": 59330
- },
- {
- "icon_id": "17190063",
- "name": "预案管理",
- "font_class": "yuanguanli2",
- "unicode": "e7c3",
- "unicode_decimal": 59331
- },
- {
- "icon_id": "17190064",
- "name": "摄像机",
- "font_class": "shexiangji1",
- "unicode": "e7c4",
- "unicode_decimal": 59332
- },
- {
- "icon_id": "17190065",
- "name": "库内检索",
- "font_class": "kuneijiansuo1",
- "unicode": "e7c5",
- "unicode_decimal": 59333
- },
- {
- "icon_id": "17190066",
- "name": "离线分析",
- "font_class": "lixianfenxi3",
- "unicode": "e7c6",
- "unicode_decimal": 59334
- },
- {
- "icon_id": "17190067",
- "name": "档案库",
- "font_class": "danganku1",
- "unicode": "e7c7",
- "unicode_decimal": 59335
- },
- {
- "icon_id": "17190068",
- "name": "预警地图",
- "font_class": "yujingditu1",
- "unicode": "e7c8",
- "unicode_decimal": 59336
- },
- {
- "icon_id": "17190069",
- "name": "回溯分析",
- "font_class": "huisufenxi3",
- "unicode": "e7c9",
- "unicode_decimal": 59337
- },
- {
- "icon_id": "17190167",
- "name": "结构化查询nor",
- "font_class": "jiegouhuachaxunnor",
- "unicode": "e7ca",
- "unicode_decimal": 59338
- },
- {
- "icon_id": "17073967",
- "name": "创建新布控",
- "font_class": "chuangjianxinbukong",
- "unicode": "e7b6",
- "unicode_decimal": 59318
- },
- {
- "icon_id": "16018746",
- "name": "框选",
- "font_class": "kuangxuan",
- "unicode": "e77f",
- "unicode_decimal": 59263
- },
- {
- "icon_id": "16018715",
- "name": "高级筛选",
- "font_class": "gaojishaixuan",
- "unicode": "e779",
- "unicode_decimal": 59257
- },
- {
- "icon_id": "16018716",
- "name": "高级筛选收起",
- "font_class": "gaojishaixuanshouqi",
- "unicode": "e77a",
- "unicode_decimal": 59258
- },
- {
- "icon_id": "16924391",
- "name": "布控任务",
- "font_class": "bukongrenwu",
- "unicode": "e7b5",
- "unicode_decimal": 59317
- },
- {
- "icon_id": "16018385",
- "name": "日期",
- "font_class": "riqi",
- "unicode": "e74f",
- "unicode_decimal": 59215
- },
- {
- "icon_id": "16301333",
- "name": "时间切换",
- "font_class": "shijianqiehuan",
- "unicode": "e797",
- "unicode_decimal": 59287
- },
- {
- "icon_id": "16905699",
- "name": "授权",
- "font_class": "shouquan1",
- "unicode": "e7b3",
- "unicode_decimal": 59315
- },
- {
- "icon_id": "647455",
- "name": "播放",
- "font_class": "video-play",
- "unicode": "e653",
- "unicode_decimal": 58963
- },
- {
- "icon_id": "16611521",
- "name": "实时分析",
- "font_class": "shishifenxi",
- "unicode": "e7af",
- "unicode_decimal": 59311
- },
- {
- "icon_id": "16611522",
- "name": "查看分析任务",
- "font_class": "chakanfenxirenwu",
- "unicode": "e7b0",
- "unicode_decimal": 59312
- },
- {
- "icon_id": "16611335",
- "name": "结构化分析",
- "font_class": "jiegouhuafenxi",
- "unicode": "e7ad",
- "unicode_decimal": 59309
- },
- {
- "icon_id": "14985809",
- "name": "添加轨迹",
- "font_class": "tianjiaguiji2",
- "unicode": "e6aa",
- "unicode_decimal": 59050
- },
- {
- "icon_id": "15056394",
- "name": "添加检索目标",
- "font_class": "tianjiajiansuomubiao",
- "unicode": "e6b0",
- "unicode_decimal": 59056
- },
- {
- "icon_id": "14677591",
- "name": "add",
- "font_class": "add",
- "unicode": "e661",
- "unicode_decimal": 58977
- },
- {
- "icon_id": "16320529",
- "name": "地点",
- "font_class": "didian",
- "unicode": "e798",
- "unicode_decimal": 59288
- },
- {
- "icon_id": "16406202",
- "name": "播放hov",
- "font_class": "bofanghov",
- "unicode": "e79f",
- "unicode_decimal": 59295
- },
- {
- "icon_id": "16406205",
- "name": "播放",
- "font_class": "bofang3",
- "unicode": "e7a0",
- "unicode_decimal": 59296
- },
- {
- "icon_id": "16018760",
- "name": "警告",
- "font_class": "jinggao",
- "unicode": "e788",
- "unicode_decimal": 59272
- },
- {
- "icon_id": "16018761",
- "name": "提示",
- "font_class": "tishi",
- "unicode": "e789",
- "unicode_decimal": 59273
- },
- {
- "icon_id": "16018772",
- "name": "帮助",
- "font_class": "bangzhu",
- "unicode": "e78a",
- "unicode_decimal": 59274
- },
- {
- "icon_id": "16018774",
- "name": "关闭",
- "font_class": "guanbi1",
- "unicode": "e78b",
- "unicode_decimal": 59275
- },
- {
- "icon_id": "16018783",
- "name": "成功",
- "font_class": "chenggong",
- "unicode": "e78c",
- "unicode_decimal": 59276
- },
- {
- "icon_id": "16438442",
- "name": "前往",
- "font_class": "qianwang",
- "unicode": "e7ac",
- "unicode_decimal": 59308
- },
- {
- "icon_id": "16437744",
- "name": "授权",
- "font_class": "shouquan",
- "unicode": "e7ab",
- "unicode_decimal": 59307
- },
- {
- "icon_id": "16436820",
- "name": "经纬度",
- "font_class": "jingweidu",
- "unicode": "e7aa",
- "unicode_decimal": 59306
- },
- {
- "icon_id": "16018384",
- "name": "删除",
- "font_class": "shanchu1",
- "unicode": "e74e",
- "unicode_decimal": 59214
- },
- {
- "icon_id": "16018750",
- "name": "导出",
- "font_class": "daochu",
- "unicode": "e782",
- "unicode_decimal": 59266
- },
- {
- "icon_id": "16436718",
- "name": "资源管理",
- "font_class": "ziyuanguanli",
- "unicode": "e7a4",
- "unicode_decimal": 59300
- },
- {
- "icon_id": "16436719",
- "name": "服务器授权",
- "font_class": "fuwuqishouquan",
- "unicode": "e7a5",
- "unicode_decimal": 59301
- },
- {
- "icon_id": "16436720",
- "name": "修改密码",
- "font_class": "xiugaimima",
- "unicode": "e7a6",
- "unicode_decimal": 59302
- },
- {
- "icon_id": "16436721",
- "name": "账号管理",
- "font_class": "zhanghaoguanli",
- "unicode": "e7a7",
- "unicode_decimal": 59303
- },
- {
- "icon_id": "16436722",
- "name": "算力配额",
- "font_class": "suanlipeie",
- "unicode": "e7a8",
- "unicode_decimal": 59304
- },
- {
- "icon_id": "16436723",
- "name": "VMS配置",
- "font_class": "VMSpeizhi",
- "unicode": "e7a9",
- "unicode_decimal": 59305
- },
- {
- "icon_id": "16059984",
- "name": "添加",
- "font_class": "tianjia1",
- "unicode": "e794",
- "unicode_decimal": 59284
- },
- {
- "icon_id": "16059985",
- "name": "移除",
- "font_class": "yichu",
- "unicode": "e795",
- "unicode_decimal": 59285
- },
- {
- "icon_id": "15809722",
- "name": "路径",
- "font_class": "lujing",
- "unicode": "e6cf",
- "unicode_decimal": 59087
- },
- {
- "icon_id": "15809625",
- "name": "监控信息",
- "font_class": "jiankongxinxi",
- "unicode": "e6c8",
- "unicode_decimal": 59080
- },
- {
- "icon_id": "15809627",
- "name": "范围",
- "font_class": "fanwei",
- "unicode": "e6c9",
- "unicode_decimal": 59081
- },
- {
- "icon_id": "15809628",
- "name": "案发地点",
- "font_class": "anfadidian",
- "unicode": "e6ca",
- "unicode_decimal": 59082
- },
- {
- "icon_id": "15809688",
- "name": "工具箱",
- "font_class": "gongjuxiang",
- "unicode": "e6cd",
- "unicode_decimal": 59085
- },
- {
- "icon_id": "15809690",
- "name": "工具箱关闭1",
- "font_class": "gongjuxiangguanbi1",
- "unicode": "e6ce",
- "unicode_decimal": 59086
- },
- {
- "icon_id": "15663416",
- "name": "截侦",
- "font_class": "jiezhen",
- "unicode": "e6c2",
- "unicode_decimal": 59074
- },
- {
- "icon_id": "15660940",
- "name": "回溯分析1",
- "font_class": "huisufenxi1",
- "unicode": "e6c6",
- "unicode_decimal": 59078
- },
- {
- "icon_id": "15660941",
- "name": "回溯分析",
- "font_class": "huisufenxi",
- "unicode": "e6c7",
- "unicode_decimal": 59079
- },
- {
- "icon_id": "15492023",
- "name": "添加视频文件",
- "font_class": "tianjiashipinwenjian1",
- "unicode": "e6c5",
- "unicode_decimal": 59077
- },
- {
- "icon_id": "15415140",
- "name": "加载失败",
- "font_class": "jiazaishibai",
- "unicode": "e6c3",
- "unicode_decimal": 59075
- },
- {
- "icon_id": "15415141",
- "name": "刷新",
- "font_class": "shuaxin",
- "unicode": "e6c4",
- "unicode_decimal": 59076
- },
- {
- "icon_id": "15340138",
- "name": "全屏",
- "font_class": "quanping",
- "unicode": "e6c0",
- "unicode_decimal": 59072
- },
- {
- "icon_id": "15340139",
- "name": "取消全屏",
- "font_class": "quxiaoquanping",
- "unicode": "e6c1",
- "unicode_decimal": 59073
- },
- {
- "icon_id": "15329202",
- "name": "视频播放",
- "font_class": "shipinbofang",
- "unicode": "e6be",
- "unicode_decimal": 59070
- },
- {
- "icon_id": "15329203",
- "name": "视频暂停",
- "font_class": "shipinzanting",
- "unicode": "e6bf",
- "unicode_decimal": 59071
- },
- {
- "icon_id": "15291283",
- "name": "离线轨迹",
- "font_class": "lixianguiji",
- "unicode": "e6bd",
- "unicode_decimal": 59069
- },
- {
- "icon_id": "15291280",
- "name": "离线",
- "font_class": "lixian",
- "unicode": "e6bc",
- "unicode_decimal": 59068
- },
- {
- "icon_id": "15208512",
- "name": "小角标",
- "font_class": "xiaojiaobiao",
- "unicode": "e6bb",
- "unicode_decimal": 59067
- },
- {
- "icon_id": "15136409",
- "name": "上传",
- "font_class": "shangchuan1",
- "unicode": "e6ba",
- "unicode_decimal": 59066
- },
- {
- "icon_id": "15136380",
- "name": "添加为检索对象",
- "font_class": "tianjiaweijiansuoduixiang",
- "unicode": "e6b8",
- "unicode_decimal": 59064
- },
- {
- "icon_id": "15136381",
- "name": "添加为检索记录",
- "font_class": "tianjiaweijiansuojilu",
- "unicode": "e6b9",
- "unicode_decimal": 59065
- },
- {
- "icon_id": "15085430",
- "name": "离线分析",
- "font_class": "lixianfenxi1",
- "unicode": "e6b7",
- "unicode_decimal": 59063
- },
- {
- "icon_id": "15078532",
- "name": "快速检索hov",
- "font_class": "kuaisujiansuohov",
- "unicode": "e6b5",
- "unicode_decimal": 59061
- },
- {
- "icon_id": "15078533",
- "name": "快速检索",
- "font_class": "kuaisujiansuo1",
- "unicode": "e6b6",
- "unicode_decimal": 59062
- },
- {
- "icon_id": "15076848",
- "name": "快速检索",
- "font_class": "kuaisujiansuo",
- "unicode": "e6b4",
- "unicode_decimal": 59060
- },
- {
- "icon_id": "15076727",
- "name": "预案管理",
- "font_class": "yuanguanli",
- "unicode": "e6b1",
- "unicode_decimal": 59057
- },
- {
- "icon_id": "15076728",
- "name": "摄像头",
- "font_class": "shexiangtou",
- "unicode": "e6b2",
- "unicode_decimal": 59058
- },
- {
- "icon_id": "15076729",
- "name": "离线分析",
- "font_class": "lixianfenxi",
- "unicode": "e6b3",
- "unicode_decimal": 59059
- },
- {
- "icon_id": "13838314",
- "name": "filter",
- "font_class": "filter",
- "unicode": "e61a",
- "unicode_decimal": 58906
- },
- {
- "icon_id": "15010235",
- "name": "添加为追踪对象",
- "font_class": "tianjiaweizhuizongduixiang2",
- "unicode": "e6af",
- "unicode_decimal": 59055
- },
- {
- "icon_id": "14986007",
- "name": "添加为追踪对象",
- "font_class": "tianjiaweizhuizongduixiang1",
- "unicode": "e6ae",
- "unicode_decimal": 59054
- },
- {
- "icon_id": "14982860",
- "name": "保存",
- "font_class": "baocun1",
- "unicode": "e6a9",
- "unicode_decimal": 59049
- },
- {
- "icon_id": "14981791",
- "name": "添加视频文件夹",
- "font_class": "tianjiashipinwenjianjia",
- "unicode": "e6a5",
- "unicode_decimal": 59045
- },
- {
- "icon_id": "14981792",
- "name": "添加视频文件",
- "font_class": "tianjiashipinwenjian",
- "unicode": "e6a6",
- "unicode_decimal": 59046
- },
- {
- "icon_id": "14981667",
- "name": "地图",
- "font_class": "ditu",
- "unicode": "e6a4",
- "unicode_decimal": 59044
- },
- {
- "icon_id": "14981619",
- "name": "新建摄像头",
- "font_class": "xinjianshexiangtou",
- "unicode": "e6a3",
- "unicode_decimal": 59043
- },
- {
- "icon_id": "14981570",
- "name": "历史回溯",
- "font_class": "lishihuisu",
- "unicode": "e6a2",
- "unicode_decimal": 59042
- },
- {
- "icon_id": "14796345",
- "name": "deco已添加为轨迹",
- "font_class": "decoyitianjiaweiguiji",
- "unicode": "e69f",
- "unicode_decimal": 59039
- },
- {
- "icon_id": "14796466",
- "name": "播放切换",
- "font_class": "bofangqiehuan",
- "unicode": "e6a0",
- "unicode_decimal": 59040
- },
- {
- "icon_id": "14796642",
- "name": "添加",
- "font_class": "tianjia",
- "unicode": "e6a1",
- "unicode_decimal": 59041
- },
- {
- "icon_id": "14795587",
- "name": "保存",
- "font_class": "baocun",
- "unicode": "e698",
- "unicode_decimal": 59032
- },
- {
- "icon_id": "14795971",
- "name": "工具箱关闭",
- "font_class": "gongjuxiangguanbi",
- "unicode": "e699",
- "unicode_decimal": 59033
- },
- {
- "icon_id": "14795973",
- "name": "上传",
- "font_class": "shangchuan",
- "unicode": "e69b",
- "unicode_decimal": 59035
- },
- {
- "icon_id": "14795974",
- "name": "工具箱",
- "font_class": "gongjuxiang1",
- "unicode": "e69c",
- "unicode_decimal": 59036
- },
- {
- "icon_id": "14682024",
- "name": "logo",
- "font_class": "logo",
- "unicode": "e692",
- "unicode_decimal": 59026
- },
- {
- "icon_id": "13841331",
- "name": "setting",
- "font_class": "setting",
- "unicode": "e627",
- "unicode_decimal": 58919
- },
- {
- "icon_id": "13841332",
- "name": "user",
- "font_class": "user",
- "unicode": "e628",
- "unicode_decimal": 58920
- },
- {
- "icon_id": "13841333",
- "name": "quit",
- "font_class": "quit",
- "unicode": "e629",
- "unicode_decimal": 58921
- },
- {
- "icon_id": "14681873",
- "name": "arrow展开没选中",
- "font_class": "arrowzhankaimeixuanzhong",
- "unicode": "e693",
- "unicode_decimal": 59027
- },
- {
- "icon_id": "14681874",
- "name": "arrow展开选中",
- "font_class": "arrowzhankaixuanzhong",
- "unicode": "e694",
- "unicode_decimal": 59028
- },
- {
- "icon_id": "14681940",
- "name": "选择选中",
- "font_class": "xuanzexuanzhong",
- "unicode": "e695",
- "unicode_decimal": 59029
- },
- {
- "icon_id": "14681960",
- "name": "选择半选",
- "font_class": "xuanzebanxuan",
- "unicode": "e696",
- "unicode_decimal": 59030
- },
- {
- "icon_id": "14681963",
- "name": "选择nor",
- "font_class": "xuanzenor",
- "unicode": "e697",
- "unicode_decimal": 59031
- },
- {
- "icon_id": "14681709",
- "name": "筛选关闭nor",
- "font_class": "shaixuanguanbinor",
- "unicode": "e691",
- "unicode_decimal": 59025
- },
- {
- "icon_id": "14681588",
- "name": "更多",
- "font_class": "gengduo",
- "unicode": "e68e",
- "unicode_decimal": 59022
- },
- {
- "icon_id": "14681594",
- "name": "右展开",
- "font_class": "youzhankai",
- "unicode": "e68f",
- "unicode_decimal": 59023
- },
- {
- "icon_id": "14681599",
- "name": "左收起",
- "font_class": "zuoshouqi",
- "unicode": "e690",
- "unicode_decimal": 59024
- },
- {
- "icon_id": "14681557",
- "name": "圆",
- "font_class": "yuan",
- "unicode": "e68a",
- "unicode_decimal": 59018
- },
- {
- "icon_id": "14681559",
- "name": "多边形",
- "font_class": "duobianxing",
- "unicode": "e68b",
- "unicode_decimal": 59019
- },
- {
- "icon_id": "14681564",
- "name": "方",
- "font_class": "fang",
- "unicode": "e68c",
- "unicode_decimal": 59020
- },
- {
- "icon_id": "14681566",
- "name": "测距",
- "font_class": "ceju",
- "unicode": "e68d",
- "unicode_decimal": 59021
- },
- {
- "icon_id": "14681437",
- "name": "实时追踪",
- "font_class": "shishizhuizong1",
- "unicode": "e683",
- "unicode_decimal": 59011
- },
- {
- "icon_id": "14681438",
- "name": "轨迹回溯",
- "font_class": "guijihuisu1",
- "unicode": "e684",
- "unicode_decimal": 59012
- },
- {
- "icon_id": "14681441",
- "name": "添加轨迹",
- "font_class": "tianjiaguiji",
- "unicode": "e685",
- "unicode_decimal": 59013
- },
- {
- "icon_id": "14681442",
- "name": "移除轨迹",
- "font_class": "yichuguiji",
- "unicode": "e686",
- "unicode_decimal": 59014
- },
- {
- "icon_id": "14681327",
- "name": "放大",
- "font_class": "fangda",
- "unicode": "e680",
- "unicode_decimal": 59008
- },
- {
- "icon_id": "14681332",
- "name": "缩小",
- "font_class": "suoxiao",
- "unicode": "e681",
- "unicode_decimal": 59009
- },
- {
- "icon_id": "14681337",
- "name": "下载",
- "font_class": "xiazai",
- "unicode": "e682",
- "unicode_decimal": 59010
- },
- {
- "icon_id": "14681144",
- "name": "返回",
- "font_class": "fanhui",
- "unicode": "e678",
- "unicode_decimal": 59000
- },
- {
- "icon_id": "14681046",
- "name": "搜索",
- "font_class": "sousuo",
- "unicode": "e669",
- "unicode_decimal": 58985
- },
- {
- "icon_id": "14681047",
- "name": "取消选中",
- "font_class": "quxiaoxuanzhong",
- "unicode": "e66a",
- "unicode_decimal": 58986
- },
- {
- "icon_id": "14681048",
- "name": "批量选择nor",
- "font_class": "piliangxuanzenor",
- "unicode": "e66b",
- "unicode_decimal": 58987
- },
- {
- "icon_id": "14681051",
- "name": "开启分析",
- "font_class": "kaiqifenxi",
- "unicode": "e66c",
- "unicode_decimal": 58988
- },
- {
- "icon_id": "14681060",
- "name": "取消分析",
- "font_class": "quxiaofenxi",
- "unicode": "e66d",
- "unicode_decimal": 58989
- },
- {
- "icon_id": "14681062",
- "name": "筛选",
- "font_class": "shaixuan",
- "unicode": "e66e",
- "unicode_decimal": 58990
- },
- {
- "icon_id": "14681067",
- "name": "档案",
- "font_class": "dangan",
- "unicode": "e66f",
- "unicode_decimal": 58991
- },
- {
- "icon_id": "14681071",
- "name": "播放",
- "font_class": "bofang",
- "unicode": "e670",
- "unicode_decimal": 58992
- },
- {
- "icon_id": "14681073",
- "name": "暂停",
- "font_class": "zanting",
- "unicode": "e671",
- "unicode_decimal": 58993
- },
- {
- "icon_id": "14681075",
- "name": "删除",
- "font_class": "shanchu",
- "unicode": "e672",
- "unicode_decimal": 58994
- },
- {
- "icon_id": "14681083",
- "name": "添加为追踪对象",
- "font_class": "tianjiaweizhuizongduixiang",
- "unicode": "e673",
- "unicode_decimal": 58995
- },
- {
- "icon_id": "14681086",
- "name": "查看大图",
- "font_class": "chakandatu",
- "unicode": "e674",
- "unicode_decimal": 58996
- },
- {
- "icon_id": "14681091",
- "name": "检索记录",
- "font_class": "jiansuojilu",
- "unicode": "e675",
- "unicode_decimal": 58997
- },
- {
- "icon_id": "14681108",
- "name": "阈值",
- "font_class": "yuzhi",
- "unicode": "e676",
- "unicode_decimal": 58998
- },
- {
- "icon_id": "14681117",
- "name": "查看详情",
- "font_class": "chakanxiangqing",
- "unicode": "e677",
- "unicode_decimal": 58999
- },
- {
- "icon_id": "14677552",
- "name": "轨迹回溯",
- "font_class": "guijihuisu",
- "unicode": "e65c",
- "unicode_decimal": 58972
- },
- {
- "icon_id": "14677553",
- "name": "点位配置nor",
- "font_class": "dianweipeizhinor",
- "unicode": "e65d",
- "unicode_decimal": 58973
- },
- {
- "icon_id": "14677554",
- "name": "一人一档",
- "font_class": "yirenyidang",
- "unicode": "e65e",
- "unicode_decimal": 58974
- },
- {
- "icon_id": "14677555",
- "name": "同伴分析",
- "font_class": "tongbanfenxi",
- "unicode": "e65f",
- "unicode_decimal": 58975
- },
- {
- "icon_id": "14677595",
- "name": "切换左",
- "font_class": "qiehuanzuo",
- "unicode": "e662",
- "unicode_decimal": 58978
- },
- {
- "icon_id": "14677596",
- "name": "切换右",
- "font_class": "qiehuanyou",
- "unicode": "e663",
- "unicode_decimal": 58979
- },
- {
- "icon_id": "14677606",
- "name": "停止等待",
- "font_class": "tingzhidengdai",
- "unicode": "e664",
- "unicode_decimal": 58980
- },
- {
- "icon_id": "14677607",
- "name": "已关闭",
- "font_class": "yiguanbi",
- "unicode": "e665",
- "unicode_decimal": 58981
- },
- {
- "icon_id": "14677648",
- "name": "弹窗关闭",
- "font_class": "danchuangguanbi",
- "unicode": "e666",
- "unicode_decimal": 58982
- },
- {
- "icon_id": "14071593",
- "name": "历史记录",
- "font_class": "lishijilu",
- "unicode": "e64a",
- "unicode_decimal": 58954
- },
- {
- "icon_id": "14070176",
- "name": "旋转",
- "font_class": "xuanzhuan",
- "unicode": "e648",
- "unicode_decimal": 58952
- },
- {
- "icon_id": "14070177",
- "name": "清除",
- "font_class": "qingchu",
- "unicode": "e649",
- "unicode_decimal": 58953
- },
- {
- "icon_id": "14000087",
- "name": "dangantianjia",
- "font_class": "dangantianjia",
- "unicode": "e63d",
- "unicode_decimal": 58941
- },
- {
- "icon_id": "14000088",
- "name": "bianji",
- "font_class": "bianji",
- "unicode": "e63e",
- "unicode_decimal": 58942
- },
- {
- "icon_id": "13979358",
- "name": "fullscreen",
- "font_class": "fullscreen",
- "unicode": "e63b",
- "unicode_decimal": 58939
- },
- {
- "icon_id": "13979359",
- "name": "cancle_fullscreen",
- "font_class": "cancle_fullscreen",
- "unicode": "e63c",
- "unicode_decimal": 58940
- },
- {
- "icon_id": "13979335",
- "name": "quanyujiansuo_nor",
- "font_class": "quanyujiansuo_nor",
- "unicode": "e639",
- "unicode_decimal": 58937
- },
- {
- "icon_id": "13979336",
- "name": "guijihuisu_nor",
- "font_class": "guijihuisu_nor",
- "unicode": "e63a",
- "unicode_decimal": 58938
- }
- ]
-}
diff --git a/packages/icon/lib/font/iconfont.ttf b/packages/icon/lib/font/iconfont.ttf
deleted file mode 100644
index c466c9f..0000000
Binary files a/packages/icon/lib/font/iconfont.ttf and /dev/null differ
diff --git a/packages/icon/lib/font/iconfont.woff b/packages/icon/lib/font/iconfont.woff
deleted file mode 100644
index f5b4968..0000000
Binary files a/packages/icon/lib/font/iconfont.woff and /dev/null differ
diff --git a/packages/icon/lib/font/iconfont.woff2 b/packages/icon/lib/font/iconfont.woff2
deleted file mode 100644
index 325adce..0000000
Binary files a/packages/icon/lib/font/iconfont.woff2 and /dev/null differ
diff --git a/packages/icon/lib/index.d.ts b/packages/icon/lib/index.d.ts
deleted file mode 100644
index f9fa9f3..0000000
--- a/packages/icon/lib/index.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as IconFont } from './Iconfont';
diff --git a/packages/icon/lib/index.js b/packages/icon/lib/index.js
deleted file mode 100644
index 2c69ef0..0000000
--- a/packages/icon/lib/index.js
+++ /dev/null
@@ -1,39 +0,0 @@
-var __create = Object.create;
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __getProtoOf = Object.getPrototypeOf;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
- // If the importer is in node compatibility mode or this is not an ESM
- // file that has been converted to a CommonJS file using a Babel-
- // compatible transform (i.e. "__esModule" has not been set), then set
- // "default" to the CommonJS "module.exports" for node compatibility.
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
- mod
-));
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/index.ts
-var src_exports = {};
-__export(src_exports, {
- IconFont: () => import_Iconfont.default
-});
-module.exports = __toCommonJS(src_exports);
-var import_Iconfont = __toESM(require("./Iconfont"));
-// Annotate the CommonJS export names for ESM import in node:
-0 && (module.exports = {
- IconFont
-});
diff --git a/packages/icon/lib/index.less b/packages/icon/lib/index.less
deleted file mode 100644
index 23f5dce..0000000
--- a/packages/icon/lib/index.less
+++ /dev/null
@@ -1,3 +0,0 @@
-.icon:hover {
- color: #6accca !important;
-}
diff --git a/packages/map/es/constants.d.ts b/packages/map/es/constants.d.ts
deleted file mode 100644
index bdde6a5..0000000
--- a/packages/map/es/constants.d.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-export declare const mapboxAccessToken = "pk.eyJ1IjoiZGluZ2xpMTIzIiwiYSI6ImNra204ODhjczBobTgyeHJ6MmJpZHMxNWgifQ.NbKrXh_hb2gvjr5CEMDnyQ";
-export declare const MAP_CENTER: {
- longitude: number;
- latitude: number;
-};
-export declare const defaultMapConfig: {
- mapboxAccessToken: string;
- maxZoom: number;
- minZoom: number;
- dragRotate: boolean;
- mapStyle: {
- version: number;
- name: string;
- glyphs: string;
- sources: {
- 'osm-tiles': {
- type: string;
- tiles: string[];
- tileSize: number;
- };
- };
- layers: {
- id: string;
- type: string;
- source: string;
- minZoom: number;
- maxZoom: number;
- renderingMode: string;
- }[];
- };
-};
diff --git a/packages/map/es/index.d.ts b/packages/map/es/index.d.ts
deleted file mode 100644
index 6581359..0000000
--- a/packages/map/es/index.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as MapBox } from './MapBox';
diff --git a/packages/map/es/interface.d.ts b/packages/map/es/interface.d.ts
deleted file mode 100644
index a3e35f4..0000000
--- a/packages/map/es/interface.d.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-import { CSSProperties } from "react";
-import { MapRef, MapStyle } from "react-map-gl";
-export interface MapProps {
- onLoad?: (e: mapboxgl.MapboxEvent) => void;
- mapRef?: React.MutableRefObject;
- style?: CSSProperties;
- children?: JSX.Element | JSX.Element[] | Array;
- mapConfig?: MapConfigProps;
- mapCenter: {
- longitude: number;
- latitude: number;
- };
-}
-export interface MapConfigProps {
- mapboxAccessToken?: string;
- minZoom?: number;
- maxZoom?: number;
- dragRotate?: boolean;
- mapStyle?: MapStyle;
-}
diff --git a/packages/map/es/utils.d.ts b/packages/map/es/utils.d.ts
deleted file mode 100644
index 4bb8b22..0000000
--- a/packages/map/es/utils.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export declare const merge: (object: any, ...sources: any) => any;
diff --git a/packages/map/lib/MapBox.js b/packages/map/lib/MapBox.js
deleted file mode 100644
index c8183e7..0000000
--- a/packages/map/lib/MapBox.js
+++ /dev/null
@@ -1,73 +0,0 @@
-var __create = Object.create;
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __getProtoOf = Object.getPrototypeOf;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
- // If the importer is in node compatibility mode or this is not an ESM
- // file that has been converted to a CommonJS file using a Babel-
- // compatible transform (i.e. "__esModule" has not been set), then set
- // "default" to the CommonJS "module.exports" for node compatibility.
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
- mod
-));
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/MapBox.tsx
-var MapBox_exports = {};
-__export(MapBox_exports, {
- default: () => MapBox_default
-});
-module.exports = __toCommonJS(MapBox_exports);
-var import_mapbox_gl = require("mapbox-gl/dist/mapbox-gl.css");
-var import_react_map_gl = __toESM(require("react-map-gl"));
-var import_index = require("./index.less");
-var import_react = __toESM(require("react"));
-var import_utils = require("./utils");
-var import_constants = require("./constants");
-var MapBox = (props) => {
- const {
- style = {},
- children,
- mapRef,
- onLoad,
- mapCenter = import_constants.MAP_CENTER,
- mapConfig = {},
- ...others
- } = props || {};
- return (
- //@ts-ignore
- /* @__PURE__ */ import_react.default.createElement(
- import_react_map_gl.default,
- {
- ref: (e) => {
- if (mapRef) {
- mapRef.current = e;
- }
- },
- onLoad: (e) => {
- onLoad && onLoad(e);
- },
- style: { width: "100%", height: 600, ...style },
- ...(0, import_utils.merge)(import_constants.defaultMapConfig, mapConfig),
- initialViewState: { ...mapCenter, zoom: 10 },
- ...others
- },
- children
- )
- );
-};
-var MapBox_default = MapBox;
diff --git a/packages/map/lib/constants.d.ts b/packages/map/lib/constants.d.ts
deleted file mode 100644
index bdde6a5..0000000
--- a/packages/map/lib/constants.d.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-export declare const mapboxAccessToken = "pk.eyJ1IjoiZGluZ2xpMTIzIiwiYSI6ImNra204ODhjczBobTgyeHJ6MmJpZHMxNWgifQ.NbKrXh_hb2gvjr5CEMDnyQ";
-export declare const MAP_CENTER: {
- longitude: number;
- latitude: number;
-};
-export declare const defaultMapConfig: {
- mapboxAccessToken: string;
- maxZoom: number;
- minZoom: number;
- dragRotate: boolean;
- mapStyle: {
- version: number;
- name: string;
- glyphs: string;
- sources: {
- 'osm-tiles': {
- type: string;
- tiles: string[];
- tileSize: number;
- };
- };
- layers: {
- id: string;
- type: string;
- source: string;
- minZoom: number;
- maxZoom: number;
- renderingMode: string;
- }[];
- };
-};
diff --git a/packages/map/lib/constants.js b/packages/map/lib/constants.js
deleted file mode 100644
index aa1d8be..0000000
--- a/packages/map/lib/constants.js
+++ /dev/null
@@ -1,81 +0,0 @@
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/constants.ts
-var constants_exports = {};
-__export(constants_exports, {
- MAP_CENTER: () => MAP_CENTER,
- defaultMapConfig: () => defaultMapConfig,
- mapboxAccessToken: () => mapboxAccessToken
-});
-module.exports = __toCommonJS(constants_exports);
-var mapboxAccessToken = "pk.eyJ1IjoiZGluZ2xpMTIzIiwiYSI6ImNra204ODhjczBobTgyeHJ6MmJpZHMxNWgifQ.NbKrXh_hb2gvjr5CEMDnyQ";
-var MAP_CENTER = {
- longitude: 120.2667694313269,
- latitude: 30.180942826533766
-};
-var MapUrl = "http://10.0.0.120:30003/map";
-var defaultMapConfig = {
- mapboxAccessToken,
- maxZoom: 18,
- minZoom: 4,
- dragRotate: false,
- mapStyle: {
- version: 8,
- name: "Mapbox Streets",
- // sprite: `${location.origin}/mapbox/sprite`, // 地图图标
- glyphs: "mapbox://fonts/mapbox/{fontstack}/{range}.pbf",
- // 字体
- sources: {
- //数据源
- "osm-tiles": {
- type: "raster",
- //栅格切片。vector:矢量切片
- // Z-瓦片层级,一般支持0-18级,越大代表越清晰;
- // X-瓦片列号,从西向东(0->360),依次0,1,2,……;
- // Y-瓦片行号,从北向南(有些也可能是从南向北),依次0,1,2,……;
- tiles: [`${MapUrl}/api/tilesets/mapfile/{z}/{x}/{y}.png`],
- //在线地址,先写死120
- tileSize: 256
- //切片的最小展示尺寸(可选,单位:像素,默认值为 512,即 1024/2
- }
- },
- layers: [
- // 图层。图层指定了如何渲染数据源提供的数据
- {
- id: "zhstLayer",
- //唯一id
- type: "raster",
- //类型 栅格。circle,symbol,line...
- source: "osm-tiles",
- // 'source-layer': 'osmtiles',//数据源必须是type:vector
- minZoom: 4,
- //最小层级
- maxZoom: 17,
- //最大层级
- renderingMode: "2d"
- }
- ]
- }
-};
-// Annotate the CommonJS export names for ESM import in node:
-0 && (module.exports = {
- MAP_CENTER,
- defaultMapConfig,
- mapboxAccessToken
-});
diff --git a/packages/map/lib/index.d.ts b/packages/map/lib/index.d.ts
deleted file mode 100644
index 6581359..0000000
--- a/packages/map/lib/index.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as MapBox } from './MapBox';
diff --git a/packages/map/lib/index.js b/packages/map/lib/index.js
deleted file mode 100644
index db0e193..0000000
--- a/packages/map/lib/index.js
+++ /dev/null
@@ -1,39 +0,0 @@
-var __create = Object.create;
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __getProtoOf = Object.getPrototypeOf;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
- // If the importer is in node compatibility mode or this is not an ESM
- // file that has been converted to a CommonJS file using a Babel-
- // compatible transform (i.e. "__esModule" has not been set), then set
- // "default" to the CommonJS "module.exports" for node compatibility.
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
- mod
-));
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/index.ts
-var src_exports = {};
-__export(src_exports, {
- MapBox: () => import_MapBox.default
-});
-module.exports = __toCommonJS(src_exports);
-var import_MapBox = __toESM(require("./MapBox"));
-// Annotate the CommonJS export names for ESM import in node:
-0 && (module.exports = {
- MapBox
-});
diff --git a/packages/map/lib/index.less b/packages/map/lib/index.less
deleted file mode 100644
index ac327e9..0000000
--- a/packages/map/lib/index.less
+++ /dev/null
@@ -1,3 +0,0 @@
-.mapboxgl-ctrl-attrib-button {
- display: none;
-}
diff --git a/packages/map/lib/interface.d.ts b/packages/map/lib/interface.d.ts
deleted file mode 100644
index a3e35f4..0000000
--- a/packages/map/lib/interface.d.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-import { CSSProperties } from "react";
-import { MapRef, MapStyle } from "react-map-gl";
-export interface MapProps {
- onLoad?: (e: mapboxgl.MapboxEvent) => void;
- mapRef?: React.MutableRefObject;
- style?: CSSProperties;
- children?: JSX.Element | JSX.Element[] | Array;
- mapConfig?: MapConfigProps;
- mapCenter: {
- longitude: number;
- latitude: number;
- };
-}
-export interface MapConfigProps {
- mapboxAccessToken?: string;
- minZoom?: number;
- maxZoom?: number;
- dragRotate?: boolean;
- mapStyle?: MapStyle;
-}
diff --git a/packages/map/lib/interface.js b/packages/map/lib/interface.js
deleted file mode 100644
index 9521bc4..0000000
--- a/packages/map/lib/interface.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/interface.ts
-var interface_exports = {};
-module.exports = __toCommonJS(interface_exports);
diff --git a/packages/map/lib/utils.d.ts b/packages/map/lib/utils.d.ts
deleted file mode 100644
index 4bb8b22..0000000
--- a/packages/map/lib/utils.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-export declare const merge: (object: any, ...sources: any) => any;
diff --git a/packages/map/lib/utils.js b/packages/map/lib/utils.js
deleted file mode 100644
index 7baf3f0..0000000
--- a/packages/map/lib/utils.js
+++ /dev/null
@@ -1,60 +0,0 @@
-var __defProp = Object.defineProperty;
-var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
-var __getOwnPropNames = Object.getOwnPropertyNames;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
-var __export = (target, all) => {
- for (var name in all)
- __defProp(target, name, { get: all[name], enumerable: true });
-};
-var __copyProps = (to, from, except, desc) => {
- if (from && typeof from === "object" || typeof from === "function") {
- for (let key of __getOwnPropNames(from))
- if (!__hasOwnProp.call(to, key) && key !== except)
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
- }
- return to;
-};
-var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
-
-// src/utils.ts
-var utils_exports = {};
-__export(utils_exports, {
- merge: () => merge
-});
-module.exports = __toCommonJS(utils_exports);
-var getRawType = (val) => {
- return Object.prototype.toString.call(val).slice(8, -1);
-};
-var isPlainObjectOrArray = (val) => {
- return isPlainObject(val) || Array.isArray(val);
-};
-var isPlainObject = (val) => {
- return getRawType(val) === "Object";
-};
-var merge = (object, ...sources) => {
- for (const source of sources) {
- for (const key in source) {
- if (source[key] === void 0 && key in object) {
- continue;
- }
- if (isPlainObjectOrArray(source[key])) {
- if (getRawType(object[key] === getRawType(source[key]))) {
- if (isPlainObject(object[key])) {
- merge(object[key], source[key]);
- } else {
- object[key] = object[key].concat(source[key]);
- }
- } else {
- object[key] = source[key];
- }
- } else {
- object[key] = source[key];
- }
- }
- }
- return object;
-};
-// Annotate the CommonJS export names for ESM import in node:
-0 && (module.exports = {
- merge
-});