创建项目

master
徐景良 2 years ago
parent ee29d2daa6
commit c5995726de

@ -0,0 +1,28 @@
NODE_ENV = development
VUE_APP_OIDC_AUTHORITY = http://112.233.241.108:12796
VUE_APP_OIDC_CLIENTID = OpenAuth.Pro
VUE_APP_OIDC_REDIRECTURI = http://112.233.241.108:1803/#/oidc-callback
VUE_APP_OIDC_POSTLOGOUTREDIRECTURI = http://112.233.241.108:1803
VUE_APP_OIDC_RESPONSETYPE = code
VUE_APP_OIDC_SCOPE = openid profile openauthapi
VUE_APP_OIDC_AUTOMATICSILENTRENEW = true
VUE_APP_OIDC_SILENTREDIRECTURI = http://112.233.241.108:1803/silent-renew-oidc.html
#VUE_APP_BASE_API =http://192.168.10.123:9159/api
#VUE_APP_BASE_IMG_URL = http://192.168.10.123:9159
#VUE_APP_BASE_API =http://223.99.16.253:9001/api
#VUE_APP_BASE_IMG_URL =http://223.99.16.253:9001
VUE_APP_BASE_API = http://123.132.248.154:9231/api
VUE_APP_BASE_IMG_URL = http://123.132.248.154:9231
#VUE_APP_BASE_API = http://123.132.248.154:9224/api
#VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224

@ -0,0 +1,19 @@
NODE_ENV = production
VUE_APP_OIDC_AUTHORITY = http://demo.openauth.me:12796
VUE_APP_OIDC_CLIENTID = OpenAuth.Pro
VUE_APP_OIDC_REDIRECTURI = http://demo.openauth.me:1803/#/oidc-callback
VUE_APP_OIDC_POSTLOGOUTREDIRECTURI = http://demo.openauth.me:1803
VUE_APP_OIDC_RESPONSETYPE = code
VUE_APP_OIDC_SCOPE = openid profile openauthapi
VUE_APP_OIDC_AUTOMATICSILENTRENEW = true
VUE_APP_OIDC_SILENTREDIRECTURI = http://demo.openauth.me:1803/silent-renew-oidc.html
#VUE_APP_BASE_API = http://192.168.10.123:9159/api
#VUE_APP_BASE_IMG_URL = http://192.168.10.123:9159
#VUE_APP_BASE_API = http://123.132.248.154:9224/api
#VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224
VUE_APP_BASE_API = http://123.132.248.154:9231/api
VUE_APP_BASE_IMG_URL = http://123.132.248.154:9231

33
.gitignore vendored

@ -1,11 +1,22 @@
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# TODO: where does this rule come from?
docs/_book
# TODO: where does this rule come from?
test/
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

@ -1,3 +1,3 @@
# Fei_Xian_Lin_Ye_Fang_Huo
费县林业防火
# Fei_Xian_Lin_Ye_Fang_Huo
费县林业防火

@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}

@ -0,0 +1 @@
npm run build

@ -0,0 +1 @@
npm install --registry=https://registry.npm.taobao.org

@ -0,0 +1,83 @@
{
"name": "openauth-pro",
"version": "3.0.0",
"description": "OpenAuth.Pro--OpenAuth.Core<72><65>ҵ<EFBFBD><D2B5>",
"author": "yubaolee <yubaolee@163.com>",
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve --mode dev",
"build": "vue-cli-service build --mode prod",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.11.2",
"@riophae/vue-treeselect": "^0.4.0",
"@turf/turf": "^6.3.0",
"ajv": "^8.6.2",
"axios": "^0.21.1",
"core-js": "^3.6.4",
"echarts": "^3.8.5",
"echarts-gl": "^2.0.2",
"electron-builder": "^22.11.7",
"element-ui": "^2.10.1",
"highcharts-vue": "^1.3.5",
"jquery": "^3.6.0",
"js-cookie": "2.2.0",
"jsplumb": "^2.12.8",
"leaflet": "^1.7.1",
"leaflet-minimap": "^3.6.1",
"leaflet.chinatmsproviders": "^3.0.4",
"leaflet.markercluster": "^1.5.0",
"mars3d": "^3.0.13",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"proj4leaflet": "^1.0.2",
"terraformer-wkt-parser": "^1.2.1",
"videojs-contrib-hls": "^5.15.0",
"vue": "^2.6.11",
"vue-codemirror-lite": "^1.0.4",
"vue-contextmenu": "^1.5.10",
"vue-count-to": "^1.0.13",
"vue-draggable-resizable-gorkys": "^2.3.6",
"vue-file-toolbar-menu": "^1.3.4",
"vue-json-excel": "^0.2.98",
"vue-layer": "^0.9.14",
"vue-multiselect": "^2.1.6",
"vue-router": "3.0.1",
"vue-video-player": "^5.0.2",
"vuedraggable": "^2.23.2",
"vuex": "3.0.1",
"vuex-oidc": "^2.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.7.2",
"sass-loader": "^8.0.0",
"strip-pragma-loader": "^1.0.0",
"svg-sprite-loader": "^5.0.0",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}

@ -0,0 +1,45 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="laydate-icon" horiz-adv-x="1024" >
<font-face
font-family="laydate-icon"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="x" unicode="x" horiz-adv-x="1001"
d="M281 543q-27 -1 -53 -1h-83q-18 0 -36.5 -6t-32.5 -18.5t-23 -32t-9 -45.5v-76h912v41q0 16 -0.5 30t-0.5 18q0 13 -5 29t-17 29.5t-31.5 22.5t-49.5 9h-133v-97h-438v97zM955 310v-52q0 -23 0.5 -52t0.5 -58t-10.5 -47.5t-26 -30t-33 -16t-31.5 -4.5q-14 -1 -29.5 -0.5
t-29.5 0.5h-32l-45 128h-439l-44 -128h-29h-34q-20 0 -45 1q-25 0 -41 9.5t-25.5 23t-13.5 29.5t-4 30v167h911zM163 247q-12 0 -21 -8.5t-9 -21.5t9 -21.5t21 -8.5q13 0 22 8.5t9 21.5t-9 21.5t-22 8.5zM316 123q-8 -26 -14 -48q-5 -19 -10.5 -37t-7.5 -25t-3 -15t1 -14.5
t9.5 -10.5t21.5 -4h37h67h81h80h64h36q23 0 34 12t2 38q-5 13 -9.5 30.5t-9.5 34.5q-5 19 -11 39h-368zM336 498v228q0 11 2.5 23t10 21.5t20.5 15.5t34 6h188q31 0 51.5 -14.5t20.5 -52.5v-227h-327z" />
<glyph glyph-name="youyou" unicode="&#58882;" d="M283.648 721.918976 340.873216 780.926976 740.352 383.997952 340.876288-12.925952 283.648 46.077952 619.52 383.997952Z" horiz-adv-x="1024" />
<glyph glyph-name="zuozuo" unicode="&#58883;" d="M740.352 721.918976 683.126784 780.926976 283.648 383.997952 683.123712-12.925952 740.352 46.077952 404.48 383.997952Z" horiz-adv-x="1024" />
<glyph glyph-name="xiayiye" unicode="&#58970;" d="M62.573 384.103l423.401 423.662c18.985 18.985 49.757 18.985 68.727 0 18.982-18.972 18.985-49.746 0-68.729l-355.058-355.067 356.796-356.796c18.977-18.971 18.976-49.746 0-68.727-18.982-18.976-49.751-18.976-68.727 0l-39.753 39.753 0.269 0.246-385.655 385.661zM451.365 384.103l423.407 423.662c18.985 18.985 49.757 18.985 68.727 0 18.982-18.972 18.985-49.746 0-68.729l-355.058-355.067 356.796-356.796c18.977-18.971 18.976-49.746 0-68.727-18.982-18.976-49.757-18.977-68.727 0l-39.762 39.754 0.273 0.249-385.662 385.661zM451.365 384.103z" horiz-adv-x="1024" />
<glyph glyph-name="xiayiye1" unicode="&#58971;" d="M948.066926 382.958838l-411.990051-412.24426c-18.47333-18.47333-48.417689-18.47333-66.875207 0-18.47333 18.461167-18.47333 48.405526 0 66.875207L814.691135 383.088983 467.512212 730.269123c-18.466032 18.458735-18.466032 48.405526 0 66.873991 18.468465 18.464816 48.410391 18.464816 66.872774 0l38.682336-38.682336-0.261507-0.239614 375.259894-375.265975v0.003649m-378.312834 0L157.756743-29.285422c-18.47333-18.47333-48.415256-18.47333-66.872775 0-18.47333 18.461167-18.47333 48.405526 0 66.875207L436.369787 383.088983 89.19208 730.269123c-18.4636 18.458735-18.4636 48.405526 0 66.873991 18.470898 18.464816 48.415256 18.464816 66.872774 0l38.692067-38.682336-0.266372-0.239614 375.267191-375.265975-0.004865 0.003649m0 0z" horiz-adv-x="1024" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,77 @@
{
"method":"pingyixian",
"gaodeApi": "4f992c089f9496201f6e4ea39ff3ab60",
"pingyixian":{
"appname":"平邑县森林防火电子沙盘",
"area":"平邑县",
"baseUrl":"http://123.132.248.154:9210",
"layerurl":"http://123.132.248.154:9236/applicationMars/getApplicationInfo/pingyixian",
"uavWebSocketUrl":"ws://123.132.248.154:9211/",
"map":{
"center":[],
"zoom":null
},
"waterUrl":"http://123.132.248.154:9235/geoserver/ksp/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=ksp%3Ashp_1692064004&maxFeatures=5000&outputFormat=application%2Fjson",
"goodsUrl":"",
"tools":{
"routebox":true,
"toolsbox":true,
"monitorbox":true,
"uavbox":true,
"waterbox":true,
"reportbox":true,
"goodsbox":true,
"griderbox":false
}
},
"feixian":{
"appname":"费县森林防火电子沙盘",
"area":"费县",
"baseUrl":"http://223.99.16.253:9001",
"layerurl":"http://223.99.16.253:9006/applicationMars/getApplicationInfo",
"uavWebSocketUrl":"ws://123.132.248.154:9211/",
"map":{
"center":[],
"zoom":null
},
"waterUrl":"http://123.132.248.154:9235/geoserver/ksp/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=ksp%3Ashp_1691142509&maxFeatures=5000&outputFormat=application%2Fjson",
"goodsUrl":"",
"tools":{
"routebox":true,
"toolsbox":true,
"monitorbox":false,
"uavbox":true,
"waterbox":true,
"reportbox":true,
"goodsbox":true,
"griderbox":true
}
},
"gaoxinqu":{
"appname":"高新区森林防火电子沙盘",
"area":"高新区",
"baseUrl":"",
"goodsUrl":"",
"tools":{
"routebox":true,
"toolsbox":true,
"monitorbox":true,
"uavbox":true,
"waterbox":true
}
},
"lanlingxian":{
"appname":"兰陵县森林防火电子沙盘",
"area":"兰陵县",
"baseUrl":"",
"goodsUrl":"",
"tools":{
"routebox":true,
"toolsbox":true,
"monitorbox":true,
"uavbox":true,
"waterbox":true
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -0,0 +1,250 @@
{
"version": "20210105",
"defaultOptions": {
"style": "dark",
"windowOptions": {
"skin": "layer-mars-dialog animation-scale-up",
"position": {
"top": 50,
"right": 10
},
"maxmin": false,
"resize": true
},
"autoReset": false,
"autoDisable": true,
"disableOther": true
},
"openAtStart": [
{
"name": "POI查询",
"uri": "widgets/queryBaiduPOI/widget.js"
},
{
"name": "右上角工具栏",
"uri": "widgets/toolBarRight/widget.js",
"css": {
"top": "10px",
"left": "auto",
"right": "10px"
}
},
{
"name": "放大缩小按钮",
"uri": "widgets/toolButton/zoom.js"
}
],
"widgets": [
{
"name": "模板-iframe弹窗",
"uri": "widgets/_example/widget.js",
"windowOptions": {
"width": 300,
"height": 400,
"position": {
"bottom": 10,
"right": 10
},
"maxmin": true,
"resize": true
},
"autoDisable": false,
"disableOther": false,
"openAtStart": false
},
{
"name": "模板-div弹窗",
"uri": "widgets/_example_divwin/widget.js"
},
{
"name": "模板-2个弹窗",
"uri": "widgets/_example_2win/widget.js"
},
{
"name": "模板-append模板",
"uri": "widgets/_example_append/widget.js"
},
{
"name": "地图切换",
"uri": "widgets/manageBasemaps/widget.js",
"group": "forlayer",
"autoDisable": false,
"disableOther": false
},
{
"name": "图层管理",
"uri": "widgets/manageLayers/widget.js",
"group": "forlayer",
"autoCenter": true,
"windowOptions": {
"position": {
"top": 50,
"bottom": 30,
"right": 10
}
},
"css": {
"max-width": "300px"
},
"autoDisable": false,
"disableOther": false
},
{
"name": "剖面分析图表",
"uri": "widgets/measureChars/widget.js",
"windowOptions": {
"noTitle": true,
"position": {
"bottom": 30,
"left": 30,
"right": 60
}
},
"disableOther": false
},
{
"name": "视角书签",
"uri": "widgets/bookmark/widget.js",
"windowOptions": {
"position": {
"top": 50,
"bottom": 30,
"right": 10
}
}
},
{
"name": "漫游路线设置",
"uri": "widgets/roamLine/widget.js",
"windowOptions": {
"position": {
"top": 45,
"bottom": 30,
"right": 5
}
}
},
{
"name": "漫游路线",
"uri": "widgets/roamFly/widget.js",
"windowOptions": {
"position": {
"bottom": 60,
"right": 5
}
}
},
{
"name": "路线剖面",
"uri": "widgets/roamChars/widget.js",
"windowOptions": {
"noTitle": true,
"position": {
"top": 10,
"left": 10,
"right": 10
}
},
"disableOther": false
},
{
"name": "卷帘对比",
"uri": "widgets/mapSwipe/widget.js",
"group": "mapCompare",
"autoDisable": false,
"disableOther": false
},
{
"name": "双屏对比",
"uri": "widgets/mapCompare/widget.js",
"autoDisable": false,
"disableOther": false,
"group": "mapCompare",
"windowOptions": {
"position": {
"top": 160,
"bottom": 40,
"left": 10
},
"maxmin": true
}
},
{
"name": "百度街景",
"uri": "widgets/streetscape/widget.js",
"autoDisable": false,
"disableOther": false,
"group": "mapCompare",
"windowOptions": {
"position": {
"top": 160,
"bottom": 40,
"left": 10
},
"maxmin": true
}
},
{
"name": "标绘",
"uri": "widgets/plot/widget.js",
"windowOptions": {
"position": {
"top": 45,
"bottom": 30,
"right": 5
}
},
"openAtStart": false
},
{
"name": "模型库",
"uri": "widgets/plot-model/widget.js",
"windowOptions": {
"position": {
"top": 45,
"bottom": 30,
"right": 5
}
}
},
{
"name": "分组名称编辑",
"uri": "widgets/plotGroupName/widget.js",
"windowOptions": {
"position": "t"
},
"disableOther": false
},
{
"name": "属性编辑",
"uri": "widgets/plotAttr/widget.js",
"windowOptions": {
"position": {
"top": 60,
"bottom": 30,
"left": 10
}
},
"disableOther": false
},
{
"name": "路线导航",
"uri": "widgets/queryRoute/widget.js",
"windowOptions": {
"position": {
"top": 45,
"bottom": 30,
"right": 5
}
}
},
{
"name": "打印",
"uri": "widgets/print/widget.js",
"autoDisable": false,
"disableOther": false
}
]
}

@ -0,0 +1,139 @@
/*
* widgetcss
*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
border: none;
overflow: hidden;
font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
font-size: 14px;
background-color:transparent!important;
}
body {
padding:1px;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a { color: #62a8ea;text-decoration: none;}
a:hover, a:focus {
color: #89bceb;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline: none;
outline-offset: -2px;
}
ul, li {list-style: none;}
.dark { color: #ffffff; }
.dark a{color:#ffffff;text-decoration: none;}
.dark a:hover {color:#CC3300;text-decoration:underline;}
.dark .content{
overflow: auto;
position: relative;
background: transparent;
height: 400px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.dark .form-control,.dark .input-group-addon,.dark .btn-default,.dark input ,.dark .dropdown-menu {
color: #ffffff;
background-color: rgba(63, 72, 84, 0.6);
}
.input-group{
width:100%;
}
.dark .btn-primary {
background-color: rgba(32, 160, 255, 0.2);
}
.dark .btn-danger {
background-color: rgba(255, 109, 109, 0.2);
}
.dark .btn-warning {
background-color: rgba(196, 188, 181, 0.2);
}
.dark .table-hover > tbody > tr:hover {
background-color: rgba(63, 72, 84, 1);
}
.dark .dropdown-menu > li > a {
color: #ffffff;
}
.dark .dropdown-menu > li > a:hover,.dark .dropdown-menu > li > a:focus {
background-color: #4db3ff;
}
/*滚动条*/
body, html {
scrollbar-base-color:#f4f7fc;
scrollbar-track-color:#f4f7fc;
scrollbar-face-color:#797979;
scrollbar-arrow-color:#f4f7fc;
scrollbar-shadow-color:#f4f7fc;
scrollbar-3dlight-color:#f4f7fc;
scrollbar-highlight-color:#f4f7fc;
scrollbar-darkshadow-color:#f4f7fc;
}
::-webkit-scrollbar-button {
height: 0;
width: 0;
display: none
}
::-webkit-scrollbar-track {
background: transparent
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
border: 0
}
::-webkit-scrollbar {
height: 10px;
width: 10px;
background: transparent;
border-radius: 5px
}
::-webkit-scrollbar-thumb {
padding-top: 100px;
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
background-color: #797979;
min-height: 28px;
border-radius: 4px;
background-clip:
padding-box
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
border: 0
}
::-webkit-scrollbar-thumb:hover {
-webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, .25);
background-color:rgba(0, 0, 0, .4)
}
::-webkit-scrollbar-thumb:active {
-webkit-box-shadow:inset 1px 1px 3px rgba(0, 0, 0, .35);
background-color:rgba(0, 0, 0, .5)
}

Binary file not shown.

Binary file not shown.

@ -0,0 +1,87 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Created by iconfont</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024">
<font-face
font-family="iconfont"
font-weight="400"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="talk_1" unicode="&#58999;" d="M515.072 885.0944a178.3808 178.3808 0 0 0 178.176-178.2272v-366.2336a178.2272 178.2272 0 0 0-356.4032 0V706.8672A178.3808 178.3808 0 0 0 515.072 885.0944z m0-671.4368a127.1296 127.1296 0 0 1 127.0272 127.0272V706.8672a127.0272 127.0272 0 0 1-254.0032 0v-366.2336a127.1296 127.1296 0 0 1 126.976-126.976zM512-117.09439999999995a25.6 25.6 0 0 0-25.6 25.6v141.7728a25.6 25.6 0 0 0 51.2 0v-141.7728a25.6 25.6 0 0 0-25.6-25.6zM512 24.67840000000001a380.416 380.416 0 0 0-380.0064 380.0064 25.6 25.6 0 1 0 51.2 0 328.8064 328.8064 0 0 1 657.5616 0 25.6 25.6 0 0 0 51.2 0A380.416 380.416 0 0 0 512 24.67840000000001z" horiz-adv-x="1024" />
<glyph glyph-name="icon_yuyinguanbi" unicode="&#59000;" d="M515.072 885.0944a178.3808 178.3808 0 0 0 178.176-178.2272v-366.2336a178.2272 178.2272 0 0 0-356.4032 0V706.8672A178.3808 178.3808 0 0 0 515.072 885.0944z m0-671.4368a127.1296 127.1296 0 0 1 127.0272 127.0272V706.8672a127.0272 127.0272 0 0 1-254.0032 0v-366.2336a127.1296 127.1296 0 0 1 126.976-126.976zM512 24.6784a380.416 380.416 0 0 0-380.0064 380.0064 25.6 25.6 0 0 0 51.2 0A329.1648 329.1648 0 0 1 512 75.8784a349.44 349.44 0 0 1 126.8736 25.344 25.6 25.6 0 1 0 17.7664-48.0256 397.4144 397.4144 0 0 0-144.64-28.5184zM512-117.0944a25.6 25.6 0 0 0-25.6 25.6v141.7728a25.6 25.6 0 0 0 51.2 0v-141.7728a25.6 25.6 0 0 0-25.6-25.6zM818.7904 201.6256a25.6 25.6 0 0 0-21.4528 39.5776 316.5184 316.5184 0 0 1 43.4176 163.4816 25.6 25.6 0 0 0 51.2 0 364.8512 364.8512 0 0 0-51.712-191.3856 25.6 25.6 0 0 0-21.4528-11.6736zM939.008-68.608a25.6 25.6 0 0 0-18.1248 7.4752L66.8672 792.8832a25.6 25.6 0 0 0 36.1984 36.1984l854.016-854.016a25.6 25.6 0 0 0-18.1248-43.7248z" horiz-adv-x="1024" />
<glyph glyph-name="talk" unicode="&#59005;" d="M515.072 885.0944a178.3808 178.3808 0 0 0 178.176-178.2272v-366.2336a178.2272 178.2272 0 0 0-356.4032 0V706.8672A178.3808 178.3808 0 0 0 515.072 885.0944z m0-671.4368a127.1296 127.1296 0 0 1 127.0272 127.0272V706.8672a127.0272 127.0272 0 0 1-254.0032 0v-366.2336a127.1296 127.1296 0 0 1 126.976-126.976zM512 24.67840000000001a380.416 380.416 0 0 0-380.0064 380.0064 25.6 25.6 0 0 0 51.2 0A329.1648 329.1648 0 0 1 512 75.87840000000006a349.44 349.44 0 0 1 126.8736 25.344 25.6 25.6 0 1 0 17.7664-48.0256 397.4144 397.4144 0 0 0-144.64-28.5184zM512-117.09439999999995a25.6 25.6 0 0 0-25.6 25.6v141.7728a25.6 25.6 0 0 0 51.2 0v-141.7728a25.6 25.6 0 0 0-25.6-25.6zM818.7904 201.62559999999996a25.6 25.6 0 0 0-21.4528 39.5776 316.5184 316.5184 0 0 1 43.4176 163.4816 25.6 25.6 0 0 0 51.2 0 364.8512 364.8512 0 0 0-51.712-191.3856 25.6 25.6 0 0 0-21.4528-11.6736zM939.008-68.60799999999995a25.6 25.6 0 0 0-18.1248 7.4752L66.8672 792.8832a25.6 25.6 0 0 0 36.1984 36.1984l854.016-854.016a25.6 25.6 0 0 0-18.1248-43.7248z" horiz-adv-x="1024" />
<glyph glyph-name="icon_shouqi" unicode="&#58997;" d="M716.8 376.456533a34.133333 34.133333 0 0 0-10.001067-24.132266l-336.349866-336.349867a34.133333 34.133333 0 0 0-48.264534 0 34.133333 34.133333 0 0 0 0 48.264533l312.183467 312.2176-329.0112 329.045334a34.133333 34.133333 0 0 0 0 48.264533 34.133333 34.133333 0 0 0 48.264533 0l353.1776-353.1776a34.133333 34.133333 0 0 0 10.001067-24.132267z" horiz-adv-x="1024" />
<glyph glyph-name="icon_zhankai" unicode="&#58998;" d="M295.355733 376.4224a34.133333 34.133333 0 0 0 10.001067 24.132267L658.5344 753.732267a34.133333 34.133333 0 0 0 48.264533 0 34.133333 34.133333 0 0 0 0-48.264534l-329.0112-329.045333 312.183467-312.2176a34.133333 34.133333 0 0 0-48.264533-48.264533l-336.349867 336.349866a34.133333 34.133333 0 0 0-10.001067 24.132267z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_YunLuXiang" unicode="&#58995;" d="M307.264 20.096a239.488 239.488 0 0 0-55.552 472.384 32 32 0 0 0 14.784-62.272 175.488 175.488 0 1 1 88.704-339.52 32 32 0 1 0 17.472-61.568 239.808 239.808 0 0 0-65.408-9.024zM716.672 20.096a239.808 239.808 0 0 0-65.408 9.024 32 32 0 1 0 17.472 61.568 175.488 175.488 0 1 1 88.704 339.52 32 32 0 0 0 14.784 62.272 239.488 239.488 0 0 0-55.552-472.384zM763.712 434.944a32 32 0 0 0-32 32 216.96 216.96 0 0 1-433.856 0 32 32 0 1 0-64 0 280.96 280.96 0 0 0 561.856 0 32 32 0 0 0-32-32zM662.72 269.056a32 32 0 0 0-22.528 9.28L514.88 402.624l-121.6-121.6a32 32 0 0 0-45.312 45.184l143.872 144.32a32 32 0 0 0 45.184 0l147.968-146.816a32 32 0 0 0-22.528-54.72zM514.752 61.568a32 32 0 0 0-32 32V374.4a32 32 0 0 0 64 0v-280.832a32 32 0 0 0-32-32z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_BenDiLuXiang" unicode="&#58996;" d="M298.688 842.688h554.688a32 32 0 0 0 32-32v-853.312a32 32 0 0 0-32-32H170.688a32 32 0 0 0-32 32V640a32 32 0 0 0 6.4 19.2l128 170.688a32 32 0 0 0 25.6 12.8z m522.688-64H314.688l-112-149.312v-640h618.688zM320 416a32 32 0 0 0-32 32V576a32 32 0 0 0 64 0v-128a32 32 0 0 0-32-32zM448 480a32 32 0 0 0-32 32V640a32 32 0 0 0 64 0v-128a32 32 0 0 0-32-32zM704 480a32 32 0 0 0-32 32V640a32 32 0 0 0 64 0v-128a32 32 0 0 0-32-32zM576 480a32 32 0 0 0-32 32V640a32 32 0 0 0 64 0v-128a32 32 0 0 0-32-32z" horiz-adv-x="1024" />
<glyph glyph-name="voice_1" unicode="&#59004;" d="M494.7456 819.2a25.6 25.6 0 0 0 25.6-25.6v-798.3616a25.6 25.6 0 0 0-25.6-25.6 302.4896 302.4896 0 0 0-212.0704 109.568A628.0704 628.0704 0 0 0 209.92 172.79999999999995H95.5392A70.0416 70.0416 0 0 0 25.6 242.73919999999998v306.688A70.0416 70.0416 0 0 0 95.5392 619.52H209.92c29.6448 46.08 139.008 199.68 284.8256 199.68z m-25.6-796.2624V765.9008c-126.0544-20.48-221.7984-183.1936-222.8224-184.9856a25.6 25.6 0 0 0-22.1696-12.8H95.5392a18.7904 18.7904 0 0 1-18.7392-18.7392v-306.688a18.7904 18.7904 0 0 1 18.7392-18.7392h128.6144a25.6 25.6 0 0 0 22.272-12.9536c0.9728-1.7408 96.6144-167.3216 222.72-188.0576zM929.0752 213.86239999999998a25.6 25.6 0 0 0-18.0736 7.4752l-289.0752 289.0752a25.6 25.6 0 0 0 36.1984 36.1984L947.2 257.53599999999994a25.6 25.6 0 0 0-18.1248-43.7248zM640 213.86239999999998a25.6 25.6 0 0 0-18.1248 43.7248l289.0752 289.0752a25.6 25.6 0 1 0 36.1984-36.1984l-289.024-289.1264a25.6 25.6 0 0 0-18.1248-7.4752z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_JingYin" unicode="&#58994;" d="M494.7456 819.2a25.6 25.6 0 0 0 25.6-25.6v-798.3616a25.6 25.6 0 0 0-25.6-25.6 302.4896 302.4896 0 0 0-212.0704 109.568A628.0704 628.0704 0 0 0 209.92 172.8H95.5392A70.0416 70.0416 0 0 0 25.6 242.7392v306.688A70.0416 70.0416 0 0 0 95.5392 619.52H209.92c29.6448 46.08 139.008 199.68 284.8256 199.68z m-25.6-796.2624V765.9008c-126.0544-20.48-221.7984-183.1936-222.8224-184.9856a25.6 25.6 0 0 0-22.1696-12.8H95.5392a18.7904 18.7904 0 0 1-18.7392-18.7392v-306.688a18.7904 18.7904 0 0 1 18.7392-18.7392h128.6144a25.6 25.6 0 0 0 22.272-12.9536c0.9728-1.7408 96.6144-167.3216 222.72-188.0576zM929.0752 213.8624a25.6 25.6 0 0 0-18.0736 7.4752l-289.0752 289.0752a25.6 25.6 0 0 0 36.1984 36.1984L947.2 257.536a25.6 25.6 0 0 0-18.1248-43.7248zM640 213.8624a25.6 25.6 0 0 0-18.1248 43.7248l289.0752 289.0752a25.6 25.6 0 1 0 36.1984-36.1984l-289.024-289.1264a25.6 25.6 0 0 0-18.1248-7.4752z" horiz-adv-x="1024" />
<glyph glyph-name="fullPage" unicode="&#59006;" d="M501.76 0H163.84a87.04 87.04 0 0 0-87.04 87.04V424.96a25.6 25.6 0 0 0 25.6 25.6 25.6 25.6 0 0 0 25.6-25.6v-337.92a35.84 35.84 0 0 1 35.84-35.84h337.92a25.6 25.6 0 0 0 0-51.2zM911.36 317.44000000000005a25.6 25.6 0 0 0-25.6 25.6V680.96a35.84 35.84 0 0 1-35.84 35.84H512a25.6 25.6 0 0 0-25.6 25.6 25.6 25.6 0 0 0 25.6 25.6h337.92a87.04 87.04 0 0 0 87.04-87.04v-337.92a25.6 25.6 0 0 0-25.6-25.6z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_QuanPing" unicode="&#58993;" d="M501.76 0H163.84a87.04 87.04 0 0 0-87.04 87.04V424.96a25.6 25.6 0 0 0 25.6 25.6 25.6 25.6 0 0 0 25.6-25.6v-337.92a35.84 35.84 0 0 1 35.84-35.84h337.92a25.6 25.6 0 0 0 0-51.2zM911.36 317.44a25.6 25.6 0 0 0-25.6 25.6V680.96a35.84 35.84 0 0 1-35.84 35.84H512a25.6 25.6 0 0 0-25.6 25.6 25.6 25.6 0 0 0 25.6 25.6h337.92a87.04 87.04 0 0 0 87.04-87.04v-337.92a25.6 25.6 0 0 0-25.6-25.6z" horiz-adv-x="1024" />
<glyph glyph-name="clarity_1" unicode="&#59010;" d="M258.6624 239.25760000000002a104.5504 104.5504 0 0 0-42.0864 85.504h49.8176a72.2432 72.2432 0 0 1 24.9344-49.8688 96.1024 96.1024 0 0 1 55.8592-13.312 109.4656 109.4656 0 0 1 53.248 11.1616 34.8672 34.8672 0 0 1 19.7632 30.72 43.4688 43.4688 0 0 1-28.7744 38.6048 563.2 563.2 0 0 1-59.6992 20.48 500.6848 500.6848 0 0 0-70.4512 25.6 67.7888 67.7888 0 0 0-35.2256 61.8496 72.704 72.704 0 0 0 34.3552 64 165.7344 165.7344 0 0 0 166.2464 0 98.2016 98.2016 0 0 0 36.9664-74.2912h-49.8688a66.8672 66.8672 0 0 1-23.6544 40.96 83.3024 83.3024 0 0 1-50.688 12.4416 94.464 94.464 0 0 1-44.2368-8.1408 32.8192 32.8192 0 0 1-18.8928-31.7952 34.8672 34.8672 0 0 1 21.4528-31.3856 438.3744 438.3744 0 0 1 52.4288-18.8928 480.0512 480.0512 0 0 0 80.3328-30.0544 73.5744 73.5744 0 0 0 39.936-66.1504 76.8 76.8 0 0 0-32.256-65.28 188.3648 188.3648 0 0 0-179.5584-1.6896z m392.7552-21.248h-115.6608V537.6h118.6304c103.7824-1.1776 156.2624-54.8864 157.3888-160.4096 2.9184-106.24-47.36-159.3344-151.7568-159.3344z m-63.232 43.5712h63.232c72.1408-1.1776 107.52 36.9664 106.7008 114.4832-1.1776 74.5472-36.352 112.64-104.9088 113.92h-65.024zM51.2 691.2v-629.0432h921.6V691.2H51.2M46.5408 742.4h930.9184a43.8784 43.8784 0 0 0 46.5408-40.6528v-650.24a43.8784 43.8784 0 0 0-46.5408-40.6528H46.5408A43.8784 43.8784 0 0 0 0 51.6096V701.7472A43.8784 43.8784 0 0 0 46.5408 742.4z" horiz-adv-x="1024" />
<glyph glyph-name="voice" unicode="&#59007;" d="M494.7456 819.2a25.6 25.6 0 0 0 25.6-25.6v-798.3616a25.6 25.6 0 0 0-25.6-25.6 302.4896 302.4896 0 0 0-212.0704 109.568A628.0704 628.0704 0 0 0 209.92 172.79999999999995H95.5392A70.0416 70.0416 0 0 0 25.6 242.73919999999998v306.688A70.0416 70.0416 0 0 0 95.5392 619.52H209.92c29.6448 46.08 139.008 199.68 284.8256 199.68z m-25.6-796.2624V765.9008c-126.0544-20.48-221.7984-183.1936-222.8224-184.9856a25.6 25.6 0 0 0-22.1696-12.8H95.5392a18.7904 18.7904 0 0 1-18.7392-18.7392v-306.688a18.7904 18.7904 0 0 1 18.7392-18.7392h128.6144a25.6 25.6 0 0 0 22.272-12.9536c0.9728-1.7408 96.6144-167.3216 222.72-188.0576zM672.1536 169.06240000000003a25.6 25.6 0 0 0-17.0496 44.6976 238.8992 238.8992 0 0 1 34.4576 38.2464 244.2752 244.2752 0 0 1-0.768 285.4912 238.8992 238.8992 0 0 1-33.7408 37.2224 25.6 25.6 0 0 0 34.0992 38.1952 293.632 293.632 0 0 0 0-437.4016 25.6 25.6 0 0 0-16.9984-6.4512zM721.7664-12.543999999999983a25.6 25.6 0 0 0-13.1584 47.5648 417.9968 417.9968 0 0 1 5.6832 715.3152 25.6 25.6 0 0 0 26.9312 43.52 469.1968 469.1968 0 0 0-6.3488-802.3552 25.6 25.6 0 0 0-13.1072-4.0448z" horiz-adv-x="1024" />
<glyph glyph-name="capture" unicode="&#59008;" d="M699.904 620.9536H308.3776a25.6 25.6 0 0 0-22.8864 37.0688L350.72 788.5312a25.6 25.6 0 0 0 22.8864 14.1312h261.12a25.6 25.6 0 0 0 22.8864-14.1312l65.28-130.5088a25.6 25.6 0 0 0-22.8864-37.0688z m-350.1056 51.2h308.6848l-39.6288 79.3088h-229.376zM153.6 672.1536h701.1328a128 128 0 0 0 128-128v-422.3488a128 128 0 0 0-128-128H153.6a128 128 0 0 0-128 128V544.1536a128 128 0 0 0 128 128z m701.1328-627.1488a76.8 76.8 0 0 1 76.8 76.8V544.1536a76.8 76.8 0 0 1-76.8 76.8H153.6a76.8 76.8 0 0 1-76.8-76.8v-422.3488a76.8 76.8 0 0 1 76.8-76.8zM503.6032 137.06240000000003a199.68 199.68 0 1 0 199.68 199.68 199.68 199.68 0 0 0-199.68-199.68z m0 348.16a148.48 148.48 0 1 1 148.48-148.48 148.48 148.48 0 0 1-148.48 148.48z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_LuPing" unicode="&#58985;" d="M50.2784 716.8h716.8a25.6 25.6 0 0 0 25.6-25.6v-614.4a25.6 25.6 0 0 0-25.6-25.6h-716.8a25.6 25.6 0 0 0-25.6 25.6V691.2a25.6 25.6 0 0 0 25.6 25.6z m691.2-51.2h-665.6v-563.2h665.6zM971.8784 640a25.6 25.6 0 0 0 25.6-25.6v-460.8a25.6 25.6 0 0 0-40.96-20.48l-204.8 155.5456a25.6 25.6 0 0 0-10.24 20.48V458.9056a25.6 25.6 0 0 0 10.24 20.48l204.8 155.4944a25.6 25.6 0 0 0 15.36 5.12z m-25.6-434.7904V562.7904l-153.6-116.6336v-124.3648zM358.4 241.92a25.6 25.6 0 0 0-16.384 45.2608L458.1888 384 342.016 480.8192a25.6 25.6 0 0 0 32.768 39.3216l139.776-116.48a25.6 25.6 0 0 0 0-39.3216l-139.776-116.48a25.6 25.6 0 0 0-16.384-5.9392z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_HD" unicode="&#58986;" d="M413.4912 536.4224h54.272v-319.5904h-54.272v141.9264H257.28v-141.9264H204.8V536.4224h52.48v-131.1744h156.2112z m237.8752-318.3616H535.552V537.6512h118.6304c103.7312-1.1776 156.2112-54.8352 157.3888-160.4096 3.1744-109.1584-49.8688-162.2016-160.2048-159.232z m1.792 271.872h-64.9728v-228.352h63.1808c72.1408-1.1776 107.52 36.9664 106.7008 114.4832-1.1776 74.496-36.352 112.64-104.7552 113.8176zM51.2 691.2v-629.0432h921.6V691.2H51.2M46.5408 742.4h930.9184a43.8784 43.8784 0 0 0 46.5408-40.6528v-650.24a43.8784 43.8784 0 0 0-46.5408-40.6528H46.5408A43.8784 43.8784 0 0 0 0 51.6096V701.7472A43.8784 43.8784 0 0 0 46.5408 742.4z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_Voice" unicode="&#58987;" d="M494.7456 819.2a25.6 25.6 0 0 0 25.6-25.6v-798.3616a25.6 25.6 0 0 0-25.6-25.6 302.4896 302.4896 0 0 0-212.0704 109.568A628.0704 628.0704 0 0 0 209.92 172.8H95.5392A70.0416 70.0416 0 0 0 25.6 242.7392v306.688A70.0416 70.0416 0 0 0 95.5392 619.52H209.92c29.6448 46.08 139.008 199.68 284.8256 199.68z m-25.6-796.2624V765.9008c-126.0544-20.48-221.7984-183.1936-222.8224-184.9856a25.6 25.6 0 0 0-22.1696-12.8H95.5392a18.7904 18.7904 0 0 1-18.7392-18.7392v-306.688a18.7904 18.7904 0 0 1 18.7392-18.7392h128.6144a25.6 25.6 0 0 0 22.272-12.9536c0.9728-1.7408 96.6144-167.3216 222.72-188.0576zM672.1536 169.0624a25.6 25.6 0 0 0-17.0496 44.6976 238.8992 238.8992 0 0 1 34.4576 38.2464 244.2752 244.2752 0 0 1-0.768 285.4912 238.8992 238.8992 0 0 1-33.7408 37.2224 25.6 25.6 0 0 0 34.0992 38.1952 293.632 293.632 0 0 0 0-437.4016 25.6 25.6 0 0 0-16.9984-6.4512zM721.7664-12.544a25.6 25.6 0 0 0-13.1584 47.5648 417.9968 417.9968 0 0 1 5.6832 715.3152 25.6 25.6 0 0 0 26.9312 43.52 469.1968 469.1968 0 0 0-6.3488-802.3552 25.6 25.6 0 0 0-13.1072-4.0448z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_ScreenShot" unicode="&#58989;" d="M699.904 620.9536H308.3776a25.6 25.6 0 0 0-22.8864 37.0688L350.72 788.5312a25.6 25.6 0 0 0 22.8864 14.1312h261.12a25.6 25.6 0 0 0 22.8864-14.1312l65.28-130.5088a25.6 25.6 0 0 0-22.8864-37.0688z m-350.1056 51.2h308.6848l-39.6288 79.3088h-229.376zM153.6 672.1536h701.1328a128 128 0 0 0 128-128v-422.3488a128 128 0 0 0-128-128H153.6a128 128 0 0 0-128 128V544.1536a128 128 0 0 0 128 128z m701.1328-627.1488a76.8 76.8 0 0 1 76.8 76.8V544.1536a76.8 76.8 0 0 1-76.8 76.8H153.6a76.8 76.8 0 0 1-76.8-76.8v-422.3488a76.8 76.8 0 0 1 76.8-76.8zM503.6032 137.0624a199.68 199.68 0 1 0 199.68 199.68 199.68 199.68 0 0 0-199.68-199.68z m0 348.16a148.48 148.48 0 1 1 148.48-148.48 148.48 148.48 0 0 1-148.48 148.48z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_SD" unicode="&#58990;" d="M258.6624 239.2576a104.5504 104.5504 0 0 0-42.0864 85.504h49.8176a72.2432 72.2432 0 0 1 24.9344-49.8688 96.1024 96.1024 0 0 1 55.8592-13.312 109.4656 109.4656 0 0 1 53.248 11.1616 34.8672 34.8672 0 0 1 19.7632 30.72 43.4688 43.4688 0 0 1-28.7744 38.6048 563.2 563.2 0 0 1-59.6992 20.48 500.6848 500.6848 0 0 0-70.4512 25.6 67.7888 67.7888 0 0 0-35.2256 61.8496 72.704 72.704 0 0 0 34.3552 64 165.7344 165.7344 0 0 0 166.2464 0 98.2016 98.2016 0 0 0 36.9664-74.2912h-49.8688a66.8672 66.8672 0 0 1-23.6544 40.96 83.3024 83.3024 0 0 1-50.688 12.4416 94.464 94.464 0 0 1-44.2368-8.1408 32.8192 32.8192 0 0 1-18.8928-31.7952 34.8672 34.8672 0 0 1 21.4528-31.3856 438.3744 438.3744 0 0 1 52.4288-18.8928 480.0512 480.0512 0 0 0 80.3328-30.0544 73.5744 73.5744 0 0 0 39.936-66.1504 76.8 76.8 0 0 0-32.256-65.28 188.3648 188.3648 0 0 0-179.5584-1.6896z m392.7552-21.248h-115.6608V537.6h118.6304c103.7824-1.1776 156.2624-54.8864 157.3888-160.4096 2.9184-106.24-47.36-159.3344-151.7568-159.3344z m-63.232 43.5712h63.232c72.1408-1.1776 107.52 36.9664 106.7008 114.4832-1.1776 74.5472-36.352 112.64-104.9088 113.92h-65.024zM51.2 691.2v-629.0432h921.6V691.2H51.2M46.5408 742.4h930.9184a43.8784 43.8784 0 0 0 46.5408-40.6528v-650.24a43.8784 43.8784 0 0 0-46.5408-40.6528H46.5408A43.8784 43.8784 0 0 0 0 51.6096V701.7472A43.8784 43.8784 0 0 0 46.5408 742.4z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_YunTai" unicode="&#58991;" d="M514.7136 490.7008a109.4144 109.4144 0 1 1 109.4144-109.4144 109.5168 109.5168 0 0 1-109.4144 109.4144m0 51.2a160.6144 160.6144 0 1 0-160.6144-160.6144 160.6144 160.6144 0 0 0 160.6144 160.6144zM804.9664 182.5792a25.6 25.6 0 0 0-18.1248 43.7248l160.4096 160.4608-160.4096 160.4096a25.6 25.6 0 0 0 36.1984 36.1984l178.5344-178.5344a25.6 25.6 0 0 0 0-36.1984l-178.5344-178.5344a25.6 25.6 0 0 0-18.0736-7.5264zM310.5792 91.0336a25.6 25.6 0 0 0 7.4752 18.1248 25.6 25.6 0 0 0 36.1984 0l160.4608-160.4608 160.4096 160.4608a25.6 25.6 0 0 0 36.1984 0 25.6 25.6 0 0 0 0-36.1984l-178.4832-178.5856a25.6 25.6 0 0 0-36.1984 0l-178.5856 178.5344a25.6 25.6 0 0 0-7.4752 18.1248zM219.0336 177.152a25.6 25.6 0 0 0-18.1248 7.4752L22.3744 363.1616a25.6 25.6 0 0 0 0 36.1984l178.5344 178.5344a25.6 25.6 0 1 0 36.1984-36.1984l-160.4096-160.4096 160.4096-160.4608a25.6 25.6 0 0 0-18.1248-43.7248zM305.152 676.9664a25.6 25.6 0 0 0 7.4752 18.1248L491.1616 873.6256a25.6 25.6 0 0 0 36.1984 0l178.5856-178.5344a25.6 25.6 0 0 0 0-36.1984 25.6 25.6 0 0 0-36.1984 0L509.2864 819.3024 348.8768 658.8416a25.6 25.6 0 0 0-43.7248 18.1248z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_WangYeQuanPing" unicode="&#58992;" d="M326.6048-53.8624H94.8224a74.752 74.752 0 0 0-71.936 77.3632V744.5504a74.752 74.752 0 0 0 71.936 77.1072h834.304a74.752 74.752 0 0 0 71.936-77.1072v-154.5216a25.6 25.6 0 1 0-51.2 0V744.5504a24.064 24.064 0 0 1-20.736 25.9072H94.8224a24.064 24.064 0 0 1-20.736-25.9072v-721.0496a24.064 24.064 0 0 1 20.736-25.9072h231.7824a25.6 25.6 0 0 0 0-51.2zM583.7824 409.6h309.6576a76.8 76.8 0 0 0 76.8-76.8v-309.6576a76.8 76.8 0 0 0-76.8-76.8h-309.6576a76.8 76.8 0 0 0-76.8 76.8V332.8a76.8 76.8 0 0 0 76.8 76.8z m309.6576-412.0576a25.6 25.6 0 0 1 25.6 25.6V332.8a25.6 25.6 0 0 1-25.6 25.6h-309.6576a25.6 25.6 0 0 1-25.6-25.6v-309.6576a25.6 25.6 0 0 1 25.6-25.6z" horiz-adv-x="1024" />
<glyph glyph-name="clarity" unicode="&#59009;" d="M413.4912 536.4223999999999h54.272v-319.5904h-54.272v141.9264H257.28v-141.9264H204.8V536.4223999999999h52.48v-131.1744h156.2112z m237.8752-318.3616H535.552V537.6512h118.6304c103.7312-1.1776 156.2112-54.8352 157.3888-160.4096 3.1744-109.1584-49.8688-162.2016-160.2048-159.232z m1.792 271.872h-64.9728v-228.352h63.1808c72.1408-1.1776 107.52 36.9664 106.7008 114.4832-1.1776 74.496-36.352 112.64-104.7552 113.8176zM51.2 691.2v-629.0432h921.6V691.2H51.2M46.5408 742.4h930.9184a43.8784 43.8784 0 0 0 46.5408-40.6528v-650.24a43.8784 43.8784 0 0 0-46.5408-40.6528H46.5408A43.8784 43.8784 0 0 0 0 51.6096V701.7472A43.8784 43.8784 0 0 0 46.5408 742.4z" horiz-adv-x="1024" />
<glyph glyph-name="WangYeQuanPing" unicode="&#59011;" d="M326.6048-53.86239999999998H94.8224a74.752 74.752 0 0 0-71.936 77.3632V744.5504a74.752 74.752 0 0 0 71.936 77.1072h834.304a74.752 74.752 0 0 0 71.936-77.1072v-154.5216a25.6 25.6 0 1 0-51.2 0V744.5504a24.064 24.064 0 0 1-20.736 25.9072H94.8224a24.064 24.064 0 0 1-20.736-25.9072v-721.0496a24.064 24.064 0 0 1 20.736-25.9072h231.7824a25.6 25.6 0 0 0 0-51.2zM583.7824 409.6h309.6576a76.8 76.8 0 0 0 76.8-76.8v-309.6576a76.8 76.8 0 0 0-76.8-76.8h-309.6576a76.8 76.8 0 0 0-76.8 76.8V332.79999999999995a76.8 76.8 0 0 0 76.8 76.8z m309.6576-412.0576a25.6 25.6 0 0 1 25.6 25.6V332.79999999999995a25.6 25.6 0 0 1-25.6 25.6h-309.6576a25.6 25.6 0 0 1-25.6-25.6v-309.6576a25.6 25.6 0 0 1 25.6-25.6z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_Play" unicode="&#58983;" d="M859.2896 384a75.3664 75.3664 0 0 1-35.84 65.1264L373.504 730.1632A76.8 76.8 0 0 1 256 665.0368v-562.0736a76.8 76.8 0 0 1 117.76-65.1264l449.4336 281.0368A75.3664 75.3664 0 0 1 859.2896 384m51.2 0a126.9248 126.9248 0 0 0-60.16-108.544l-449.6896-281.0368A128 128 0 0 0 204.8 102.9632V665.0368a128 128 0 0 0 195.84 108.544l449.6896-281.0368A126.9248 126.9248 0 0 0 910.4896 384z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_Stop" unicode="&#58984;" d="M307.2 0a25.6 25.6 0 0 0-25.6 25.6V742.4a25.6 25.6 0 0 0 51.2 0v-716.8a25.6 25.6 0 0 0-25.6-25.6zM716.8 0a25.6 25.6 0 0 0-25.6 25.6V742.4a25.6 25.6 0 0 0 51.2 0v-716.8a25.6 25.6 0 0 0-25.6-25.6z" horiz-adv-x="1024" />
<glyph glyph-name="play_1" unicode="&#59002;" d="M307.2 0a25.6 25.6 0 0 0-25.6 25.6V742.4a25.6 25.6 0 0 0 51.2 0v-716.8a25.6 25.6 0 0 0-25.6-25.6zM716.8 0a25.6 25.6 0 0 0-25.6 25.6V742.4a25.6 25.6 0 0 0 51.2 0v-716.8a25.6 25.6 0 0 0-25.6-25.6z" horiz-adv-x="1024" />
<glyph glyph-name="play" unicode="&#59003;" d="M859.2896 384a75.3664 75.3664 0 0 1-35.84 65.1264L373.504 730.1632A76.8 76.8 0 0 1 256 665.0368v-562.0736a76.8 76.8 0 0 1 117.76-65.1264l449.4336 281.0368A75.3664 75.3664 0 0 1 859.2896 384m51.2 0a126.9248 126.9248 0 0 0-60.16-108.544l-449.6896-281.0368A128 128 0 0 0 204.8 102.96320000000003V665.0368a128 128 0 0 0 195.84 108.544l449.6896-281.0368A126.9248 126.9248 0 0 0 910.4896 384z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_SDcard" unicode="&#58981;" d="M845.376-75.392H169.088a32 32 0 0 0-32 32V633.088a32 32 0 0 0 6.4 19.2l126.784 169.088a32.32 32.32 0 0 0 25.6 12.8h549.504a32 32 0 0 0 32-32v-845.376a32 32 0 0 0-32-32.192zM316.992 601.472a32 32 0 0 1-32-32v-126.784a32 32 0 0 1 32-32 32 32 0 0 1 32 32V569.472a32 32 0 0 1-31.936 32z m380.416 63.424a32 32 0 0 1-32-32v-126.784a32 32 0 0 1 32-32 32 32 0 0 1 32 32V633.088a32 32 0 0 1-32 32z m-126.784 0a32 32 0 0 1-32-32v-126.784a32 32 0 0 1 32-32 32 32 0 0 1 32 32V633.088a32 32 0 0 1-32 32z m-126.848 0a32 32 0 0 1-32-32v-126.784a32 32 0 0 1 32-32 32 32 0 0 1 32 32V633.088a32 32 0 0 1-31.936 32z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_Cloud" unicode="&#58982;" d="M997.248 311.232a274.624 274.624 0 0 0-272.896-275.968H269.376A244.736 244.736 0 0 0 26.752 267.648a232.768 232.768 0 0 0 151.616 211.904 60.608 60.608 0 0 1 36.224 43.904 270.08 270.08 0 0 0 267.072 209.408 275.2 275.2 0 0 0 230.784-122.304 60.672 60.672 0 0 1 41.92-26.752 279.872 279.872 0 0 0 242.88-272.576z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_Left" unicode="&#58979;" d="M227.968 304a102.4 102.4 0 0 0 0 159.872L601.6 762.88a102.4 102.4 0 0 0 166.4-80v-597.888a102.4 102.4 0 0 0-166.4-79.872z" horiz-adv-x="1024" />
<glyph glyph-name="Icon_Right" unicode="&#58980;" d="M796.032 464a102.4 102.4 0 0 0 0-159.872L422.4 5.12A102.4 102.4 0 0 0 256 85.12V683.008a102.4 102.4 0 0 0 166.4 79.872z" horiz-adv-x="1024" />
<glyph glyph-name="Console_icon_delete" unicode="&#58888;" d="M805.248 0.256L511.872 293.504 218.624 0.256a64 64 0 0 0-45.312-18.816A64 64 0 0 0 128 0.256a64 64 0 0 0 0 90.496L421.248 384 128 677.248a64 64 0 0 0 0 90.496 64 64 0 0 0 90.496 0l293.248-293.248L805.12 767.744a64 64 0 0 0 90.496 0 64 64 0 0 0 0-90.496L602.368 384l293.248-293.248a64 64 0 0 0 0-90.496 64 64 0 0 0-45.312-18.816 64 64 0 0 0-45.056 18.816z" horiz-adv-x="1024" />
<glyph glyph-name="Console_icon_calendar" unicode="&#58889;" d="M179.153455 1.815273a116.363636 116.363636 0 0 0-116.363637 116.363636V559.197091a116.363636 116.363636 0 0 0 116.363637 116.363636h91.648V732.578909a23.272727 23.272727 0 0 0 23.272727 23.272727 23.272727 23.272727 0 0 0 23.272727-23.272727v-56.878545h369.570909V732.578909a23.272727 23.272727 0 0 0 23.272727 23.272727 23.272727 23.272727 0 0 0 23.272728-23.272727v-56.878545h95.744a116.363636 116.363636 0 0 0 116.363636-116.363637v-441.157818a116.363636 116.363636 0 0 0-116.363636-116.363636z m-69.818182 557.335272v-440.971636a69.818182 69.818182 0 0 1 69.818182-69.818182h650.053818a69.818182 69.818182 0 0 1 69.818182 69.818182V559.197091a69.818182 69.818182 0 0 1-69.818182 69.818182h-95.744V565.992727a23.272727 23.272727 0 0 0-23.272728-23.272727 23.272727 23.272727 0 0 0-23.272727 23.272727V629.015273h-369.570909V565.992727a23.272727 23.272727 0 0 0-23.272727-23.272727 23.272727 23.272727 0 0 0-23.272727 23.272727V629.015273H179.153455a69.818182 69.818182 0 0 1-69.818182-69.678546z m184.785454-370.129454a23.272727 23.272727 0 0 0-23.272727 23.272727 23.272727 23.272727 0 0 0 23.272727 23.272727h416.116364a23.272727 23.272727 0 0 0 23.272727-23.272727 23.272727 23.272727 0 0 0-23.272727-23.272727z m0 166.446545a23.272727 23.272727 0 0 0-23.272727 23.272728 23.272727 23.272727 0 0 0 23.272727 23.272727h228.864a23.272727 23.272727 0 0 0 23.272728-23.272727 23.272727 23.272727 0 0 0-23.272728-23.272728z" horiz-adv-x="1024" />
<glyph glyph-name="code_icon_copy" unicode="&#58892;" d="M136.192-91.428571A99.766857 99.766857 0 0 0 36.571429 8.192V574.171429a99.693714 99.693714 0 0 0 99.620571 99.620571h86.089143V759.881143A99.766857 99.766857 0 0 0 321.828571 859.428571h565.906286A99.766857 99.766857 0 0 0 987.428571 759.808V193.828571a99.693714 99.693714 0 0 0-99.620571-99.620571h-86.089143v-86.089143A99.766857 99.766857 0 0 0 702.171429-91.428571z m-30.939429 665.6v-565.906286a31.012571 31.012571 0 0 1 30.939429-31.012572H702.171429a31.012571 31.012571 0 0 1 31.012571 31.012572V574.171429a31.012571 31.012571 0 0 1-31.012571 30.939428H136.265143a31.012571 31.012571 0 0 1-31.012572-30.939428z m782.628572-411.136a31.012571 31.012571 0 0 1 30.939428 30.939428V759.881143a31.012571 31.012571 0 0 1-30.939428 31.012571H321.828571a31.012571 31.012571 0 0 1-31.012571-31.012571v-86.089143H702.171429A99.766857 99.766857 0 0 0 801.792 574.171429v-411.136z" horiz-adv-x="1024" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save