修改动态 svg
87
auto-imports.d.ts
vendored
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
/* eslint-disable */
|
||||||
|
/* prettier-ignore */
|
||||||
|
// @ts-nocheck
|
||||||
|
// noinspection JSUnusedGlobalSymbols
|
||||||
|
// Generated by unplugin-auto-import
|
||||||
|
export {}
|
||||||
|
declare global {
|
||||||
|
const EffectScope: typeof import('vue')['EffectScope']
|
||||||
|
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
|
||||||
|
const computed: typeof import('vue')['computed']
|
||||||
|
const createApp: typeof import('vue')['createApp']
|
||||||
|
const createPinia: typeof import('pinia')['createPinia']
|
||||||
|
const customRef: typeof import('vue')['customRef']
|
||||||
|
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
||||||
|
const defineComponent: typeof import('vue')['defineComponent']
|
||||||
|
const defineStore: typeof import('pinia')['defineStore']
|
||||||
|
const effectScope: typeof import('vue')['effectScope']
|
||||||
|
const getActivePinia: typeof import('pinia')['getActivePinia']
|
||||||
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
||||||
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
||||||
|
const h: typeof import('vue')['h']
|
||||||
|
const inject: typeof import('vue')['inject']
|
||||||
|
const isProxy: typeof import('vue')['isProxy']
|
||||||
|
const isReactive: typeof import('vue')['isReactive']
|
||||||
|
const isReadonly: typeof import('vue')['isReadonly']
|
||||||
|
const isRef: typeof import('vue')['isRef']
|
||||||
|
const mapActions: typeof import('pinia')['mapActions']
|
||||||
|
const mapGetters: typeof import('pinia')['mapGetters']
|
||||||
|
const mapState: typeof import('pinia')['mapState']
|
||||||
|
const mapStores: typeof import('pinia')['mapStores']
|
||||||
|
const mapWritableState: typeof import('pinia')['mapWritableState']
|
||||||
|
const markRaw: typeof import('vue')['markRaw']
|
||||||
|
const nextTick: typeof import('vue')['nextTick']
|
||||||
|
const onActivated: typeof import('vue')['onActivated']
|
||||||
|
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
||||||
|
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
|
||||||
|
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
|
||||||
|
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
||||||
|
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
||||||
|
const onDeactivated: typeof import('vue')['onDeactivated']
|
||||||
|
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
|
||||||
|
const onMounted: typeof import('vue')['onMounted']
|
||||||
|
const onRenderTracked: typeof import('vue')['onRenderTracked']
|
||||||
|
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
|
||||||
|
const onScopeDispose: typeof import('vue')['onScopeDispose']
|
||||||
|
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
|
||||||
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
||||||
|
const onUpdated: typeof import('vue')['onUpdated']
|
||||||
|
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
|
||||||
|
const provide: typeof import('vue')['provide']
|
||||||
|
const reactive: typeof import('vue')['reactive']
|
||||||
|
const readonly: typeof import('vue')['readonly']
|
||||||
|
const ref: typeof import('vue')['ref']
|
||||||
|
const resolveComponent: typeof import('vue')['resolveComponent']
|
||||||
|
const setActivePinia: typeof import('pinia')['setActivePinia']
|
||||||
|
const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
|
||||||
|
const shallowReactive: typeof import('vue')['shallowReactive']
|
||||||
|
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
||||||
|
const shallowRef: typeof import('vue')['shallowRef']
|
||||||
|
const storeToRefs: typeof import('pinia')['storeToRefs']
|
||||||
|
const toRaw: typeof import('vue')['toRaw']
|
||||||
|
const toRef: typeof import('vue')['toRef']
|
||||||
|
const toRefs: typeof import('vue')['toRefs']
|
||||||
|
const toValue: typeof import('vue')['toValue']
|
||||||
|
const triggerRef: typeof import('vue')['triggerRef']
|
||||||
|
const unref: typeof import('vue')['unref']
|
||||||
|
const useAttrs: typeof import('vue')['useAttrs']
|
||||||
|
const useCssModule: typeof import('vue')['useCssModule']
|
||||||
|
const useCssVars: typeof import('vue')['useCssVars']
|
||||||
|
const useId: typeof import('vue')['useId']
|
||||||
|
const useLink: typeof import('vue-router')['useLink']
|
||||||
|
const useModel: typeof import('vue')['useModel']
|
||||||
|
const useRoute: typeof import('vue-router')['useRoute']
|
||||||
|
const useRouter: typeof import('vue-router')['useRouter']
|
||||||
|
const useSlots: typeof import('vue')['useSlots']
|
||||||
|
const useTemplateRef: typeof import('vue')['useTemplateRef']
|
||||||
|
const watch: typeof import('vue')['watch']
|
||||||
|
const watchEffect: typeof import('vue')['watchEffect']
|
||||||
|
const watchPostEffect: typeof import('vue')['watchPostEffect']
|
||||||
|
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
|
||||||
|
}
|
||||||
|
// for type re-export
|
||||||
|
declare global {
|
||||||
|
// @ts-ignore
|
||||||
|
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
||||||
|
import('vue')
|
||||||
|
}
|
||||||
124
package.json
@@ -1,62 +1,66 @@
|
|||||||
{
|
{
|
||||||
"name": "canneng-admin",
|
"name": "canneng-admin",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"dev:zl": "vite --mode zl",
|
"dev:zl": "vite --mode zl",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"build:zl": "vite build --mode zl",
|
"build:zl": "vite build --mode zl",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@element-plus/icons-vue": "^2.3.1",
|
"@element-plus/icons-vue": "^2.3.1",
|
||||||
"@fortawesome/fontawesome-free": "^6.5.1",
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
||||||
"@vueuse/core": "^10.7.0",
|
"@vueuse/core": "^10.7.0",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||||
"axios": "^1.6.2",
|
"axios": "^1.6.2",
|
||||||
"crypto-js": "^4.2.0",
|
"crypto-js": "^4.2.0",
|
||||||
"dayjs": "^1.11.18",
|
"dayjs": "^1.11.18",
|
||||||
"echarts": "^5.4.3",
|
"echarts": "^5.4.3",
|
||||||
"echarts-gl": "^2.0.9",
|
"echarts-gl": "^2.0.9",
|
||||||
"echarts-liquidfill": "^3.1.0",
|
"echarts-liquidfill": "^3.1.0",
|
||||||
"echarts4": "npm:echarts@^4.9.0",
|
"echarts4": "npm:echarts@^4.9.0",
|
||||||
"element-plus": "^2.7.5",
|
"element-plus": "^2.7.5",
|
||||||
"exceljs": "v4.4.0",
|
"exceljs": "v4.4.0",
|
||||||
"file-saver": "v2.0.5",
|
"file-saver": "v2.0.5",
|
||||||
"html2canvas": "^1.4.1",
|
"html2canvas": "^1.4.1",
|
||||||
"jquery": "^3.7.1",
|
"jquery": "^3.7.1",
|
||||||
"jszip": "^3.10.1",
|
"jszip": "^3.10.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"luckyexcel": "v1.0.1",
|
"luckyexcel": "v1.0.1",
|
||||||
"luckysheet": "2.1.13",
|
"luckysheet": "2.1.13",
|
||||||
"mitt": "^3.0.1",
|
"mitt": "^3.0.1",
|
||||||
"mqtt": "^5.10.1",
|
"mqtt": "^5.10.1",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pinia": "^2.1.7",
|
"pinia": "^2.1.7",
|
||||||
"pinia-plugin-persistedstate": "^3.2.1",
|
"pinia-plugin-persistedstate": "^3.2.1",
|
||||||
"screenfull": "^6.0.2",
|
"screenfull": "^6.0.2",
|
||||||
"splitpanes": "3.1.5",
|
"splitpanes": "3.1.5",
|
||||||
"use-element-plus-theme": "^0.0.5",
|
"use-element-plus-theme": "^0.0.5",
|
||||||
"vue": "^3.3.11",
|
"vue": "^3.3.11",
|
||||||
"vue-draggable-resizable": "3.0.0-beta.2",
|
"vue-draggable-resizable": "3.0.0-beta.2",
|
||||||
"vue-router": "4",
|
"vue-router": "4",
|
||||||
"vxe-table": "^4.5.17",
|
"vxe-table": "^4.5.17",
|
||||||
"vxe-table-plugin-export-xlsx": "^4.0.7",
|
"vxe-table-plugin-export-xlsx": "^4.0.7",
|
||||||
"xe-utils": "^3.5.14"
|
"grid-layout-plus": "^1.1.0",
|
||||||
},
|
"vue-i18n": "9.10.2",
|
||||||
"devDependencies": {
|
"xe-utils": "^3.5.14"
|
||||||
"@types/lodash-es": "^4.17.12",
|
},
|
||||||
"@types/node": "^20.10.5",
|
"devDependencies": {
|
||||||
"@types/splitpanes": "2.2.6",
|
"@purge-icons/generated": "^0.9.0",
|
||||||
"@vitejs/plugin-vue": "^4.5.2",
|
"@types/lodash-es": "^4.17.12",
|
||||||
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
"@types/node": "^20.10.5",
|
||||||
"sass": "^1.69.5",
|
"@types/splitpanes": "2.2.6",
|
||||||
"typescript": "^5.2.2",
|
"@vitejs/plugin-vue": "^4.5.2",
|
||||||
"vite": "^5.0.8",
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||||||
"vue-tsc": "^1.8.25"
|
"unplugin-auto-import": "^0.16.7",
|
||||||
}
|
"sass": "^1.69.5",
|
||||||
|
"typescript": "^5.2.2",
|
||||||
|
"vite": "^5.0.8",
|
||||||
|
"vue-tsc": "^1.8.25"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
6096
pnpm-lock.yaml
generated
@@ -1,23 +1,71 @@
|
|||||||
import createAxios from '@/utils/request'
|
import createAxios from '@/utils/request'
|
||||||
// 查询指标
|
// 查询指标
|
||||||
export const queryStatistical = (id:string) => {
|
export const queryStatistical = (id:string) => {
|
||||||
let form = new FormData()
|
let form = new FormData()
|
||||||
form.append('id', id)
|
form.append('id', id)
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/system-boot/csstatisticalset/queryStatistical',
|
url: '/system-boot/csstatisticalset/queryStatistical',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/x-www-form-urlencoded'
|
'Content-Type': 'application/x-www-form-urlencoded'
|
||||||
},
|
},
|
||||||
data: form
|
data: form
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 绑定指标
|
// 绑定指标
|
||||||
export const addStatistical = (params:any) => {
|
export const addStatistical = (params:any) => {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/system-boot/csstatisticalset/addStatistical',
|
url: '/system-boot/csstatisticalset/addStatistical',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: params
|
data: params
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 新增驾驶舱页面
|
||||||
|
export const addDashboard = (data: any) => {
|
||||||
|
return createAxios({
|
||||||
|
url: '/system-boot/dashboard/addDashboard',
|
||||||
|
method: 'post',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
// 修改驾驶舱页面
|
||||||
|
export const updateDashboard = (data: any) => {
|
||||||
|
return createAxios({
|
||||||
|
url: '/system-boot/dashboard/updateDashboard',
|
||||||
|
method: 'post',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
// 删除驾驶舱页面
|
||||||
|
export const deleteDashboard = (params: any) => {
|
||||||
|
return createAxios({
|
||||||
|
url: '/system-boot/dashboard/deleteDashboard',
|
||||||
|
method: 'post',
|
||||||
|
params
|
||||||
|
})
|
||||||
|
}
|
||||||
|
// 激活的驾驶舱页面
|
||||||
|
export const activatePage = (params: any) => {
|
||||||
|
return createAxios({
|
||||||
|
url: '/system-boot/dashboard/activatePage',
|
||||||
|
method: 'post',
|
||||||
|
params
|
||||||
|
})
|
||||||
|
}
|
||||||
|
// 查询激活的驾驶舱页面
|
||||||
|
export const queryActivatePage = () => {
|
||||||
|
return createAxios({
|
||||||
|
url: '/system-boot/dashboard/queryActivatePage',
|
||||||
|
method: 'post'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
// 更具id 查询驾驶舱页面
|
||||||
|
export const queryById = (params: any) => {
|
||||||
|
return createAxios({
|
||||||
|
url: '/system-boot/dashboard/queryById',
|
||||||
|
method: 'post',
|
||||||
|
params
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|||||||
117
src/api/user-boot/dept.ts
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
import createAxios from '@/utils/request'
|
||||||
|
|
||||||
|
export function getAreaTree(data: any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/dept/getAreaTree',
|
||||||
|
method: 'post',
|
||||||
|
params: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function getPidAreaByAreaId(data: any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/dept/getPidAreaByAreaId',
|
||||||
|
method: 'post',
|
||||||
|
params: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function addDept(data: any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/dept/add',
|
||||||
|
method: 'post',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function updateDept(data: any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/dept/update',
|
||||||
|
method: 'post',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function deleteDept(data: any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/dept/delete',
|
||||||
|
method: 'post',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function selectPid(data: any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/dept/selectPid',
|
||||||
|
method: 'post',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 部门信息树
|
||||||
|
*/
|
||||||
|
export function deptTreeSelector() {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/dept/deptTreeSelector',
|
||||||
|
method: 'GET'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 部门分页
|
||||||
|
*/
|
||||||
|
export function deptList(data:any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/dept/list',
|
||||||
|
method: 'POST',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// 根据id获取所有部门信息
|
||||||
|
export function getDeptListByIds(data:any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/dept/getDeptListByIds',
|
||||||
|
method: 'POST',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
// 查询组件
|
||||||
|
export function getFatherComponent(params:any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/component/getFatherComponent',
|
||||||
|
method: 'GET',
|
||||||
|
params
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
// 删除组件
|
||||||
|
export function deleteSubassembly(params:any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/component/delete',
|
||||||
|
method: 'DELETE',
|
||||||
|
params
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
// 新增组件
|
||||||
|
export function componentAdd(data:any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/component/add',
|
||||||
|
method: 'post',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
// 修改组件
|
||||||
|
export function componentEdit(data:any) {
|
||||||
|
return createAxios({
|
||||||
|
url: '/user-boot/component/update',
|
||||||
|
method: 'put',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
@@ -1,161 +1,168 @@
|
|||||||
import request from '@/utils/request'
|
import request from '@/utils/request'
|
||||||
import { LoginData } from '@/api/types'
|
import { LoginData } from '@/api/types'
|
||||||
import { useAdminInfo } from '@/stores/adminInfo'
|
import { useAdminInfo } from '@/stores/adminInfo'
|
||||||
import { sm3Digest } from '@/assets/commjs/sm3.js'
|
import { sm3Digest } from '@/assets/commjs/sm3.js'
|
||||||
import { sm2, encrypt } from '@/assets/commjs/sm2.js'
|
import { sm2, encrypt } from '@/assets/commjs/sm2.js'
|
||||||
|
|
||||||
// 获取公钥
|
// 获取公钥
|
||||||
export function gongkey(params?: any) {
|
export function gongkey(params?: any) {
|
||||||
if (!params) {
|
if (!params) {
|
||||||
const adminInfo = useAdminInfo()
|
const adminInfo = useAdminInfo()
|
||||||
params = {
|
params = {
|
||||||
loginName: encrypt(adminInfo.$state.loginName)
|
loginName: encrypt(adminInfo.$state.loginName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/generateSm2Key',
|
url: '/user-boot/user/generateSm2Key',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params
|
params
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function pwdSm3(pwd: any, loginName?: string) {
|
export async function pwdSm3(pwd: any, loginName?: string) {
|
||||||
let publicKey = await gongkey(
|
let publicKey = await gongkey(
|
||||||
loginName
|
loginName
|
||||||
? {
|
? {
|
||||||
loginName: encrypt(loginName)
|
loginName: encrypt(loginName)
|
||||||
}
|
}
|
||||||
: false
|
: false
|
||||||
)
|
)
|
||||||
let sm3Pwd = sm3Digest(pwd) //SM3加密
|
let sm3Pwd = sm3Digest(pwd) //SM3加密
|
||||||
return sm2(sm3Pwd + '|' + pwd, publicKey.data, 0)
|
return sm2(sm3Pwd + '|' + pwd, publicKey.data, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
//登录获取token
|
//登录获取token
|
||||||
export async function login(params: any) {
|
export async function login(params: any) {
|
||||||
if (params.refresh_token == undefined) {
|
if (params.refresh_token == undefined) {
|
||||||
params.password = await pwdSm3(params.password, params.username)
|
params.password = await pwdSm3(params.password, params.username)
|
||||||
}
|
}
|
||||||
params.username = encrypt(params.username)
|
params.username = encrypt(params.username)
|
||||||
return request({
|
return request({
|
||||||
url: '/pqs-auth/oauth/token',
|
url: '/pqs-auth/oauth/token',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
params
|
params
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
//获取用户信息
|
//获取用户信息
|
||||||
export function getUserById() {
|
export function getUserById() {
|
||||||
const adminInfo = useAdminInfo()
|
const adminInfo = useAdminInfo()
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/getUserById?id=' + adminInfo.userIndex,
|
url: '/user-boot/user/getUserById?id=' + adminInfo.userIndex,
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 刷新token
|
// 刷新token
|
||||||
export function refreshToken(): Promise<any> {
|
export function refreshToken(): Promise<any> {
|
||||||
const adminInfo = useAdminInfo()
|
const adminInfo = useAdminInfo()
|
||||||
return login({
|
return login({
|
||||||
grant_type: 'refresh_token',
|
grant_type: 'refresh_token',
|
||||||
refresh_token: adminInfo.refresh_token,
|
refresh_token: adminInfo.refresh_token,
|
||||||
username: adminInfo.loginName
|
username: adminInfo.loginName
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取营销用户列表
|
* 获取营销用户列表
|
||||||
* @returns {AxiosPromise}
|
* @returns {AxiosPromise}
|
||||||
*/
|
*/
|
||||||
export const getMarketList = () => {
|
export const getMarketList = () => {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/getMarketList',
|
url: '/user-boot/user/getMarketList',
|
||||||
method: 'post'
|
method: 'post'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function add(data: any) {
|
export function add(data: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/add',
|
url: '/user-boot/user/add',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function edit(data: any) {
|
export function edit(data: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/update',
|
url: '/user-boot/user/update',
|
||||||
method: 'put',
|
method: 'put',
|
||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function passwordConfirm(pwd: string) {
|
export async function passwordConfirm(pwd: string) {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/passwordConfirm?password=' + (await pwdSm3(pwd)),
|
url: '/user-boot/user/passwordConfirm?password=' + (await pwdSm3(pwd)),
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function deluser(data: any) {
|
export function deluser(data: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/delete',
|
url: '/user-boot/user/delete',
|
||||||
method: 'delete',
|
method: 'delete',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function activateUser(data: any) {
|
export function activateUser(data: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/activateUser',
|
url: '/user-boot/user/activateUser',
|
||||||
method: 'put',
|
method: 'put',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function updatePassword(params: any) {
|
export async function updatePassword(params: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/updatePassword',
|
url: '/user-boot/user/updatePassword',
|
||||||
method: 'put',
|
method: 'put',
|
||||||
params: {
|
params: {
|
||||||
id: params.id,
|
id: params.id,
|
||||||
newPassword: await pwdSm3(params.newPassword)
|
newPassword: await pwdSm3(params.newPassword)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function updateFirstPassword(params: any) {
|
export async function updateFirstPassword(params: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/updateFirstPassword',
|
url: '/user-boot/user/updateFirstPassword',
|
||||||
method: 'put',
|
method: 'put',
|
||||||
data: {
|
data: {
|
||||||
name: encrypt(params.name),
|
name: encrypt(params.name),
|
||||||
password: await pwdSm3(params.password, params.name)
|
password: await pwdSm3(params.password, params.name)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function checkUser(data: any) {
|
export function checkUser(data: any) {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/check',
|
url: '/user-boot/user/check',
|
||||||
method: 'put',
|
method: 'put',
|
||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询所有用户包括管理员
|
* 查询所有用户包括管理员
|
||||||
*/
|
*/
|
||||||
export const getAllUserSimpleList = () => {
|
export const getAllUserSimpleList = () => {
|
||||||
return request({
|
return request({
|
||||||
url: '/user-boot/user/getAllUserSimpleList',
|
url: '/user-boot/user/getAllUserSimpleList',
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export const getSysConfig = () => {
|
export const getSysConfig = () => {
|
||||||
return request({
|
return request({
|
||||||
url: '/system-boot/config/getSysConfig',
|
url: '/system-boot/config/getSysConfig',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
// 驾驶舱组件配置
|
||||||
|
export const componentTree = () => {
|
||||||
|
return request({
|
||||||
|
url: '/user-boot/component/componentTree',
|
||||||
|
method: 'GET'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|||||||
1
src/assets/icons/1台账管理.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665154510" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11228" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M416 960H64V224C64 134.4 134.4 64 224 64H832v352c0 19.2-12.8 32-32 32s-32-12.8-32-32V128H224C172.8 128 128 172.8 128 224V896h288c19.2 0 32 12.8 32 32s-12.8 32-32 32zM640 288c0-19.2-12.8-32-32-32h-320c-19.2 0-32 12.8-32 32s12.8 32 32 32h320c19.2 0 32-12.8 32-32z m-128 192c0-19.2-12.8-32-32-32h-192c-19.2 0-32 12.8-32 32s12.8 32 32 32h192c19.2 0 32-12.8 32-32z m-128 192c0-19.2-12.8-32-32-32h-64c-19.2 0-32 12.8-32 32s12.8 32 32 32h64c19.2 0 32-12.8 32-32z m550.4 64c0 25.6-6.4 44.8-12.8 70.4-25.6-6.4-51.2 0-64 19.2-12.8 25.6-6.4 51.2 12.8 64-32 32-70.4 57.6-121.6 70.4 0-25.6-25.6-44.8-51.2-44.8s-44.8 19.2-51.2 44.8c-44.8-12.8-89.6-32-121.6-70.4 19.2-12.8 25.6-44.8 12.8-64-12.8-25.6-38.4-32-64-19.2-6.4-19.2-12.8-44.8-12.8-70.4s6.4-44.8 12.8-70.4c25.6 6.4 51.2 0 64-19.2 12.8-25.6 6.4-51.2-12.8-64 44.8-38.4 83.2-57.6 134.4-70.4 0 25.6 25.6 44.8 51.2 44.8s44.8-19.2 51.2-44.8c44.8 12.8 89.6 32 121.6 70.4-19.2 12.8-25.6 44.8-12.8 64 12.8 25.6 38.4 32 64 19.2-6.4 25.6 0 44.8 0 70.4z m-134.4 0c0-51.2-38.4-89.6-89.6-89.6s-89.6 38.4-89.6 89.6 38.4 89.6 89.6 89.6c51.2 0 89.6-38.4 89.6-89.6z" p-id="11229"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/icons/3趋势.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665043134" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8780" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M204.8 1024H102.4v-179.2h102.4V1024z m236.8 0h-102.4v-300.8h102.4V1024z m236.8 0H576V572.8h102.4V1024z m240 0h-102.4V422.4h102.4V1024z m-96-883.2c-3.2 3.2-3.2 3.2-3.2 6.4 0 0 0 3.2-3.2 3.2-3.2 6.4-9.6 12.8-16 22.4-6.4 9.6-16 22.4-28.8 35.2-9.6 12.8-22.4 25.6-38.4 41.6-12.8 16-28.8 32-48 48l-25.6 25.6-12.8 12.8c-3.2 3.2-9.6 9.6-16 12.8-9.6 9.6-19.2 16-28.8 25.6-6.4 3.2-9.6 9.6-16 12.8-6.4 3.2-9.6 9.6-16 12.8-3.2 3.2-6.4 3.2-9.6 6.4-3.2 3.2-6.4 3.2-9.6 6.4-6.4 3.2-9.6 6.4-16 12.8-3.2 3.2-6.4 3.2-9.6 6.4l-9.6 6.4c-6.4 3.2-12.8 6.4-16 12.8-6.4 3.2-12.8 6.4-16 9.6-6.4 3.2-12.8 6.4-16 9.6-6.4 3.2-12.8 6.4-16 9.6-3.2-3.2-6.4 0-9.6 0-3.2 3.2-6.4 3.2-9.6 6.4-12.8 6.4-22.4 12.8-35.2 19.2-12.8 6.4-22.4 12.8-35.2 16-12.8 6.4-22.4 9.6-35.2 16-3.2 3.2-9.6 6.4-16 6.4-3.2 0-6.4 3.2-9.6 3.2-3.2 0-6.4 3.2-9.6 3.2-9.6 3.2-22.4 9.6-32 12.8l-28.8 9.6c0 3.2-3.2 3.2-6.4 3.2s-3.2 0-6.4 3.2c-3.2 0-9.6 3.2-12.8 3.2-3.2 0-9.6 3.2-12.8 3.2-3.2 0-3.2 0-6.4 3.2h-6.4c-9.6 3.2-16 3.2-22.4 6.4-6.4 3.2-12.8 3.2-19.2 3.2-22.4 6.4-38.4 9.6-38.4 9.6s12.8-3.2 35.2-9.6c6.4 0 12.8-3.2 19.2-6.4 6.4-3.2 12.8-3.2 22.4-6.4 3.2 0 3.2 0 6.4-3.2 3.2 0 3.2 0 6.4-3.2 3.2 0 9.6-3.2 12.8-3.2 3.2 0 9.6-3.2 12.8-3.2 3.2 0 3.2 0 6.4-3.2 3.2 0 3.2-3.2 6.4-3.2 9.6-3.2 19.2-6.4 28.8-12.8 9.6-3.2 19.2-9.6 32-12.8 3.2 0 6.4-3.2 9.6-3.2 3.2 0 6.4-3.2 9.6-3.2 6.4-3.2 9.6-6.4 16-6.4 9.6-6.4 22.4-9.6 32-16 12.8-6.4 22.4-12.8 35.2-19.2 12.8-6.4 22.4-12.8 35.2-19.2 3.2-3.2 6.4-3.2 9.6-6.4 3.2-3.2 6.4-3.2 9.6-6.4 6.4-3.2 12.8-6.4 16-9.6 6.4-3.2 9.6-6.4 16-12.8 6.4-3.2 9.6-6.4 16-12.8 6.4-3.2 9.6-9.6 16-12.8l9.6-6.4c3.2-3.2 6.4-3.2 9.6-6.4 6.4-3.2 9.6-9.6 16-12.8 3.2-3.2 6.4-3.2 6.4-6.4 3.2-3.2 6.4-3.2 6.4-6.4 6.4-3.2 9.6-9.6 16-12.8 6.4-3.2 9.6-9.6 16-12.8 9.6-9.6 19.2-16 28.8-25.6l12.8-12.8 12.8-12.8 25.6-25.6c16-16 32-32 44.8-48 12.8-16 25.6-28.8 35.2-41.6 9.6-12.8 19.2-25.6 25.6-35.2 6.4-9.6 12.8-16 16-22.4 0 0 0-3.2 3.2-3.2v-3.2-3.2l28.8 25.6z m16 179.2l-51.2-163.2-172.8 16 137.6-86.4L889.6 0 864 160l-25.6 160z" p-id="8781"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.3 KiB |
1
src/assets/icons/Word报告.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685613924124" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="143138" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M772.245854 83.918049v860.16H80.920976V83.918049h691.324878m19.980487-79.921951H60.940488C27.87278 3.996098 0.999024 30.869854 0.999024 63.937561v900.120976c0 33.067707 26.873756 59.941463 59.941464 59.941463h731.285853c33.067707 0 59.941463-26.873756 59.941464-59.941463V63.937561c0-33.067707-26.873756-59.941463-59.941464-59.941463z" p-id="143139"></path><path d="M943.079024 221.783415v722.294634h-90.911219V221.783415h90.911219m19.980488-79.921952H832.187317c-33.067707 0-59.941463 26.873756-59.941463 59.941464v822.197073h190.813658c33.067707 0 59.941463-26.873756 59.941464-59.941463V201.802927c0-33.067707-26.873756-59.941463-59.941464-59.941464zM357.650732 223.781463v136.866342H220.78439V223.781463h136.866342m19.980488-79.921951H200.803902c-33.067707 0-59.941463 26.873756-59.941463 59.941464v176.827317c0 33.067707 26.873756 59.941463 59.941463 59.941463h176.827318c33.067707 0 59.941463-26.873756 59.941463-59.941463V203.800976c0-33.067707-26.873756-59.941463-59.941463-59.941464zM612.401951 222.782439h-98.903414c-22.078439 0-39.960976-17.882537-39.960976-39.960976s17.882537-39.960976 39.960976-39.960975h98.903414c22.078439 0 39.960976 17.882537 39.960976 39.960975s-17.882537 39.960976-39.960976 39.960976zM672.343415 439.570732H513.498537c-22.078439 0-39.960976-17.882537-39.960976-39.960976s17.882537-39.960976 39.960976-39.960976h158.844878c22.078439 0 39.960976 17.882537 39.960975 39.960976s-17.882537 39.960976-39.960975 39.960976zM542.470244 331.176585h-28.971707c-22.078439 0-39.960976-17.882537-39.960976-39.960975s17.882537-39.960976 39.960976-39.960976h28.971707c22.078439 0 39.960976 17.882537 39.960976 39.960976s-17.882537 39.960976-39.960976 39.960975zM208.296585 689.326829c-37.163707 0-67.434146-30.270439-67.434146-67.434146s30.270439-67.434146 67.434146-67.434146 67.434146 30.270439 67.434147 67.434146-30.270439 67.434146-67.434147 67.434146z m0-79.921951c-6.893268 0-12.487805 5.594537-12.487805 12.487805s5.594537 12.487805 12.487805 12.487805 12.487805-5.594537 12.487805-12.487805-5.594537-12.487805-12.487805-12.487805zM208.296585 884.136585c-37.163707 0-67.434146-30.270439-67.434146-67.434146s30.270439-67.434146 67.434146-67.434146 67.434146 30.270439 67.434147 67.434146-30.270439 67.434146-67.434147 67.434146z m0-79.921951c-6.893268 0-12.487805 5.594537-12.487805 12.487805s5.594537 12.487805 12.487805 12.487805 12.487805-5.594537 12.487805-12.487805-5.594537-12.487805-12.487805-12.487805zM671.34439 661.354146H386.622439c-22.078439 0-39.960976-17.882537-39.960976-39.960975s17.882537-39.960976 39.960976-39.960976h284.721951c22.078439 0 39.960976 17.882537 39.960976 39.960976s-17.882537 39.960976-39.960976 39.960975zM671.34439 859.160976H386.622439c-22.078439 0-39.960976-17.882537-39.960976-39.960976s17.882537-39.960976 39.960976-39.960976h284.721951c22.078439 0 39.960976 17.882537 39.960976 39.960976s-17.882537 39.960976-39.960976 39.960976z" p-id="143140"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.2 KiB |
1
src/assets/icons/beikong.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 class="icon" width="48px" height="48.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M860.068571 666.422857L726.857143 731.245714c-8.685714 4.205714-18.742857 4.205714-27.428572 0l-133.211428-64.822857A31.296 31.296 0 0 1 548.571429 638.262857V477.165714c0-11.977143 6.857143-22.948571 17.645714-28.16l133.211428-64.822857c8.685714-4.205714 18.742857-4.205714 27.428572 0l133.211428 64.822857c10.788571 5.211429 17.645714 16.182857 17.645715 28.16v161.097143c0 11.977143-6.857143 22.948571-17.645715 28.16z" /><path d="M713.142857 701.988571V543.542857l-139.337143-68.571428M852.48 474.971429L713.142857 543.542857" /><path d="M950.857143 146.285714H73.142857c-10.057143 0-18.285714 8.228571-18.285714 18.285715v621.714285c0 10.057143 8.228571 18.285714 18.285714 18.285715h205.714286v54.857142c0 10.057143 8.228571 18.285714 18.285714 18.285715h429.714286c10.057143 0 18.285714-8.228571 18.285714-18.285715v-54.857142H950.857143c10.057143 0 18.285714-8.228571 18.285714-18.285715V164.571429c0-10.057143-8.228571-18.285714-18.285714-18.285715zM708.571429 841.142857h-393.142858v-36.571428h393.142858v36.571428z m224-73.142857H91.428571V182.857143h841.142858v585.142857z" /><path d="M182.857143 274.285714h201.142857v36.571429H182.857143z" /><path d="M411.428571 237.714286H155.428571c-5.028571 0-9.142857 4.114286-9.142857 9.142857v457.142857c0 5.028571 4.114286 9.142857 9.142857 9.142857h256c5.028571 0 9.142857-4.114286 9.142858-9.142857V246.857143c0-5.028571-4.114286-9.142857-9.142858-9.142857z m-228.571428 36.571428h201.142857v36.571429H182.857143v-36.571429z m0 402.285715V347.428571h201.142857v329.142858H182.857143zM867.474286 452.571429l-146.285715-71.222858c-2.56-1.188571-5.302857-1.828571-8.045714-1.828571s-5.485714 0.64-8.045714 1.828571l-146.285714 71.222858c-6.217143 3.108571-10.24 9.417143-10.24 16.457142v177.371429c0 7.04 4.022857 13.348571 10.24 16.457143l146.285714 71.222857c2.56 1.188571 5.302857 1.828571 8.045714 1.828571s5.485714-0.64 8.045714-1.828571l146.285715-71.222857c6.308571-3.017143 10.24-9.417143 10.24-16.457143V469.028571c0-7.04-4.022857-13.348571-10.24-16.457142zM713.142857 418.102857l107.245714 52.205714-107.428571 52.937143c-0.64-0.365714-1.28-0.822857-1.92-1.097143l-105.142857-51.748571L713.142857 418.102857z m-128 82.834286l109.714286 54.034286v133.394285l-109.714286-53.394285V500.937143z m146.285714 187.428571V554.971429l109.714286-54.034286v134.034286l-109.714286 53.394285z" /><path d="M347.428571 411.428571H219.428571c-10.057143 0-18.285714-8.228571-18.285714-18.285714s8.228571-18.285714 18.285714-18.285714h128c10.057143 0 18.285714 8.228571 18.285715 18.285714s-8.228571 18.285714-18.285715 18.285714zM859.428571 292.571429H484.571429c-10.057143 0-18.285714-8.228571-18.285715-18.285715s8.228571-18.285714 18.285715-18.285714h374.857142c10.057143 0 18.285714 8.228571 18.285715 18.285714s-8.228571 18.285714-18.285715 18.285715zM667.428571 356.571429H484.571429c-10.057143 0-18.285714-8.228571-18.285715-18.285715s8.228571-18.285714 18.285715-18.285714h182.857142c10.057143 0 18.285714 8.228571 18.285715 18.285714s-8.228571 18.285714-18.285715 18.285715zM548.571429 420.571429h-64c-10.057143 0-18.285714-8.228571-18.285715-18.285715s8.228571-18.285714 18.285715-18.285714h64c10.057143 0 18.285714 8.228571 18.285714 18.285714s-8.228571 18.285714-18.285714 18.285715zM237.714286 475.428571h-18.285715c-10.057143 0-18.285714-8.228571-18.285714-18.285714s8.228571-18.285714 18.285714-18.285714h18.285715c10.057143 0 18.285714 8.228571 18.285714 18.285714s-8.228571 18.285714-18.285714 18.285714z" /><path d="M301.714286 539.428571h-82.285715c-10.057143 0-18.285714-8.228571-18.285714-18.285714s8.228571-18.285714 18.285714-18.285714h82.285715c10.057143 0 18.285714 8.228571 18.285714 18.285714s-8.228571 18.285714-18.285714 18.285714z" /><path d="M274.285714 603.428571h-54.857143c-10.057143 0-18.285714-8.228571-18.285714-18.285714s8.228571-18.285714 18.285714-18.285714h54.857143c10.057143 0 18.285714 8.228571 18.285715 18.285714s-8.228571 18.285714-18.285715 18.285714z" /></svg>
|
||||||
|
After Width: | Height: | Size: 4.1 KiB |
1
src/assets/icons/chart.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M0 54.857h36.571V128H0V54.857zM91.429 27.43H128V128H91.429V27.429zM45.714 0h36.572v128H45.714V0z"/></svg>
|
||||||
|
After Width: | Height: | Size: 179 B |
1
src/assets/icons/components.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M96.258 57.462h31.421C124.794 27.323 100.426 2.956 70.287.07v31.422a32.856 32.856 0 0 1 25.971 25.97zm-38.796-25.97V.07C27.323 2.956 2.956 27.323.07 57.462h31.422a32.856 32.856 0 0 1 25.97-25.97zm12.825 64.766v31.421c30.46-2.885 54.507-27.253 57.713-57.712H96.579c-2.886 13.466-13.146 23.726-26.292 26.291zM31.492 70.287H.07c2.886 30.46 27.253 54.507 57.713 57.713V96.579c-13.466-2.886-23.726-13.146-26.291-26.292z"/></svg>
|
||||||
|
After Width: | Height: | Size: 497 B |
1
src/assets/icons/dashboard.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M27.429 63.638c0-2.508-.893-4.65-2.679-6.424-1.786-1.775-3.94-2.662-6.464-2.662-2.524 0-4.679.887-6.465 2.662-1.785 1.774-2.678 3.916-2.678 6.424 0 2.508.893 4.65 2.678 6.424 1.786 1.775 3.94 2.662 6.465 2.662 2.524 0 4.678-.887 6.464-2.662 1.786-1.775 2.679-3.916 2.679-6.424zm13.714-31.801c0-2.508-.893-4.65-2.679-6.424-1.785-1.775-3.94-2.662-6.464-2.662-2.524 0-4.679.887-6.464 2.662-1.786 1.774-2.679 3.916-2.679 6.424 0 2.508.893 4.65 2.679 6.424 1.785 1.774 3.94 2.662 6.464 2.662 2.524 0 4.679-.888 6.464-2.662 1.786-1.775 2.679-3.916 2.679-6.424zM71.714 65.98l7.215-27.116c.285-1.23.107-2.378-.536-3.443-.643-1.064-1.56-1.762-2.75-2.094-1.19-.33-2.333-.177-3.429.462-1.095.639-1.81 1.573-2.143 2.804l-7.214 27.116c-2.857.237-5.405 1.266-7.643 3.088-2.238 1.822-3.738 4.152-4.5 6.992-.952 3.644-.476 7.098 1.429 10.364 1.905 3.265 4.69 5.37 8.357 6.317 3.667.947 7.143.474 10.429-1.42 3.285-1.892 5.404-4.66 6.357-8.305.762-2.84.619-5.607-.429-8.305-1.047-2.697-2.762-4.85-5.143-6.46zm47.143-2.342c0-2.508-.893-4.65-2.678-6.424-1.786-1.775-3.94-2.662-6.465-2.662-2.524 0-4.678.887-6.464 2.662-1.786 1.774-2.679 3.916-2.679 6.424 0 2.508.893 4.65 2.679 6.424 1.786 1.775 3.94 2.662 6.464 2.662 2.524 0 4.679-.887 6.465-2.662 1.785-1.775 2.678-3.916 2.678-6.424zm-45.714-45.43c0-2.509-.893-4.65-2.679-6.425C68.68 10.01 66.524 9.122 64 9.122c-2.524 0-4.679.887-6.464 2.661-1.786 1.775-2.679 3.916-2.679 6.425 0 2.508.893 4.65 2.679 6.424 1.785 1.774 3.94 2.662 6.464 2.662 2.524 0 4.679-.888 6.464-2.662 1.786-1.775 2.679-3.916 2.679-6.424zm32 13.629c0-2.508-.893-4.65-2.679-6.424-1.785-1.775-3.94-2.662-6.464-2.662-2.524 0-4.679.887-6.464 2.662-1.786 1.774-2.679 3.916-2.679 6.424 0 2.508.893 4.65 2.679 6.424 1.785 1.774 3.94 2.662 6.464 2.662 2.524 0 4.679-.888 6.464-2.662 1.786-1.775 2.679-3.916 2.679-6.424zM128 63.638c0 12.351-3.357 23.78-10.071 34.286-.905 1.372-2.19 2.058-3.858 2.058H13.93c-1.667 0-2.953-.686-3.858-2.058C3.357 87.465 0 76.037 0 63.638c0-8.613 1.69-16.847 5.071-24.703C8.452 31.08 13 24.312 18.714 18.634c5.715-5.68 12.524-10.199 20.429-13.559C47.048 1.715 55.333.035 64 .035c8.667 0 16.952 1.68 24.857 5.04 7.905 3.36 14.714 7.88 20.429 13.559 5.714 5.678 10.262 12.446 13.643 20.301 3.38 7.856 5.071 16.09 5.071 24.703z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.3 KiB |
1
src/assets/icons/dept.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633664622014" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3627" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M329.285 317.714l-8.423 4.429c-8.78 4.584-13.528 14.847-11.923 24.415a240.738 240.738 0 0 0 5.492 14.748c2.03 4.854 4.23 9.653 6.537 14.293 5.62 7.892 16.246 11.825 25.699 8.86l9.042-2.87c14.742-3.86 31.116-0.055 42.626 11.513 11.549 11.527 15.374 27.864 11.549 42.57L407 444.8c-2.958 9.44 0.938 20.043 8.83 25.707 4.635 2.328 9.403 4.528 14.323 6.53 4.876 2.043 9.809 3.846 14.74 5.478 9.538 1.604 19.874-3.123 24.414-11.91l4.402-8.388c7.68-13.144 21.916-22.002 38.268-22.002 16.338 0 30.548 8.83 38.255 21.932l4.414 8.46c4.584 8.786 14.847 13.513 24.414 11.91a222.9 222.9 0 0 0 14.734-5.48 226.477 226.477 0 0 0 14.323-6.529c7.891-5.622 11.81-16.253 8.843-25.706l-2.853-9.042c-3.86-14.734-0.07-31.086 11.485-42.656 11.554-11.525 27.879-15.372 42.599-11.512l9.097 2.882c9.427 2.952 20.045-0.938 25.693-8.83 2.314-4.656 4.527-9.41 6.543-14.322a218.706 218.706 0 0 0 5.495-14.749c1.617-9.58-3.108-19.844-11.91-24.43l-8.403-4.4c-13.132-7.665-21.988-21.901-21.988-38.255 0-16.323 8.83-30.59 21.974-38.268l8.417-4.443c8.803-4.571 13.528-14.833 11.925-24.401-1.647-4.91-3.48-9.85-5.493-14.734-2.032-4.869-4.203-9.68-6.53-14.309-5.622-7.89-16.253-11.823-25.709-8.842l-9.056 2.853c-14.748 3.862-31.072 0.057-42.654-11.512-11.555-11.554-15.345-27.878-11.485-42.613l2.853-9.056c2.967-9.44-0.952-20.043-8.857-25.692-4.641-2.328-9.397-4.543-14.308-6.544a208.838 208.838 0 0 0-14.734-5.466c-9.568-1.632-19.873 3.124-24.414 11.896l-4.4 8.39c-7.68 13.173-21.932 22.002-38.269 22.002-16.31 0-30.576-8.829-38.268-22.003l-4.387-8.389c-4.555-8.771-14.832-13.528-24.406-11.896-4.955 1.605-9.874 3.436-14.764 5.423-4.883 2.044-9.688 4.217-14.323 6.545-7.892 5.65-11.809 16.266-8.83 25.735l2.826 9.056c3.883 14.763 0.058 31.086-11.491 42.613-11.51 11.57-27.85 15.373-42.612 11.526l-9.07-2.867c-9.44-2.98-20.064 0.952-25.686 8.842a204.584 204.584 0 0 0-6.537 14.31c-2.037 4.882-3.848 9.822-5.492 14.733-1.604 9.581 3.142 19.858 11.923 24.444l8.403 4.4c13.156 7.679 21.986 21.945 21.986 38.268 0 16.309-8.83 30.532-21.966 38.226z m182.693-146.007c59.533 0 107.795 48.275 107.795 107.78 0 59.49-48.262 107.752-107.795 107.752-59.534 0-107.752-48.263-107.752-107.753 0-59.504 48.22-107.78 107.752-107.78z m412.67 517.467H798.57V581.65c0-26.388-21.476-47.85-47.864-47.85H276.254c-26.387 0-47.852 21.462-47.852 47.85v107.524H99.345c-20.419 0-36.956 16.551-36.956 36.949v184.771c0 20.4 16.537 36.963 36.956 36.963h273.966c20.397 0 36.947-16.564 36.947-36.963V726.123c0-20.399-16.55-36.949-36.947-36.949H250.207V581.65c0-14.366 11.681-26.047 26.047-26.047h474.452c14.364 0 26.063 11.681 26.063 26.047v107.524h-126.08c-20.413 0-36.963 16.551-36.963 36.949v184.771c0 20.4 16.55 36.963 36.963 36.963h273.959c20.397 0 36.962-16.564 36.962-36.963V726.123c0-20.398-16.566-36.949-36.962-36.949z" p-id="3628"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.1 KiB |
1
src/assets/icons/down.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M639.968 0v585.07h219.508L493.743 1024 128.096 585.07h219.422V0z"/></svg>
|
||||||
|
After Width: | Height: | Size: 205 B |
1
src/assets/icons/editor.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M925.598 836.904c.367-2.784.847-5.53.847-8.41V180.092c19.035-11.08 31.976-31.471 31.976-55.083 0-35.321-28.633-63.957-63.953-63.957-23.612 0-44.007 12.942-55.083 31.98H182.11c-11.077-19.038-31.471-31.98-55.083-31.98-35.318 0-63.953 28.636-63.953 63.957 0 23.612 12.943 44.003 31.976 55.083v648.402c0 2.88.48 5.627.851 8.41-19.499 10.954-32.827 31.586-32.827 55.543 0 35.317 28.635 63.953 63.953 63.953 35.322 0 63.954-28.635 63.954-63.953h639.536c0 35.317 28.631 63.953 63.954 63.953 35.32 0 63.953-28.635 63.953-63.953-.002-23.957-13.33-44.588-32.825-55.543zm-63.106-8.41h-703.49V180.092a63.844 63.844 0 0 0 23.11-23.11h657.274a63.801 63.801 0 0 0 23.107 23.11v648.402z"/><path d="M670.628 252.915h-383.72v127.903h63.954v-63.953h127.906V668.61h-63.952v63.953h191.86v-63.953h-63.954V316.865h127.906v63.953h63.957V252.915H702.61z"/></svg>
|
||||||
|
After Width: | Height: | Size: 969 B |
1
src/assets/icons/excel.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M78.208 16.576v8.384h38.72v5.376h-38.72v8.704h38.72v5.376h-38.72v8.576h38.72v5.376h-38.72v8.576h38.72v5.376h-38.72v8.576h38.72v5.376h-38.72v8.512h38.72v5.376h-38.72v11.136H128v-94.72H78.208zM0 114.368L72.128 128V0L0 13.632v100.736z"/><path d="M28.672 82.56h-11.2l14.784-23.488-14.08-22.592h11.52l8.192 14.976 8.448-14.976h11.136l-14.08 22.208L58.368 82.56H46.656l-8.768-15.68z"/></svg>
|
||||||
|
After Width: | Height: | Size: 459 B |
1
src/assets/icons/export.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M939.85 518.7c-19.57 0-35.449 15.88-35.449 35.45v280.686c0 26.056-21.247 47.303-47.303 47.303h-689.86c-26.057 0-47.304-21.247-47.304-47.303v-650.05c0-26.056 21.247-47.304 47.303-47.304h302.716c19.57 0 35.45-15.88 35.45-35.449s-15.768-35.449-35.45-35.449H167.237c-65.195 0-118.201 53.006-118.201 118.201v650.051c0 65.195 53.006 118.201 118.201 118.201h689.861c65.196 0 118.202-53.006 118.202-118.2V554.15c0-19.57-15.88-35.45-35.45-35.45z"/><path d="M222.48 693.822C332.63 589.6 443.785 428.456 640.377 438.856c13.867.783 24.714 11.63 24.714 25.609v68.214c-.112 21.471 24.826 33.437 41.488 19.906l254.854-206.098c12.637-10.176 12.637-29.522-.112-39.698L707.697 78.66c-16.662-13.419-42.606-1.565-42.718 19.794v69.109c0 12.972-8.834 22.365-21.582 25.273-338.277 77.16-423.825 473.7-420.917 500.985z"/></svg>
|
||||||
|
After Width: | Height: | Size: 935 B |
1
src/assets/icons/eye-open.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="128" height="128"><defs><style/></defs><path d="M512 128q69.675 0 135.51 21.163t115.498 54.997 93.483 74.837 73.685 82.006 51.67 74.837 32.17 54.827L1024 512q-2.347 4.992-6.315 13.483T998.87 560.17t-31.658 51.669-44.331 59.99-56.832 64.34-69.504 60.16-82.347 51.5-94.848 34.687T512 896q-69.675 0-135.51-21.163t-115.498-54.826-93.483-74.326-73.685-81.493-51.67-74.496-32.17-54.997L0 513.707q2.347-4.992 6.315-13.483t18.816-34.816 31.658-51.84 44.331-60.33 56.832-64.683 69.504-60.331 82.347-51.84 94.848-34.816T512 128.085zm0 85.333q-46.677 0-91.648 12.331t-81.152 31.83-70.656 47.146-59.648 54.485-48.853 57.686-37.675 52.821-26.325 43.99q12.33 21.674 26.325 43.52t37.675 52.351 48.853 57.003 59.648 53.845T339.2 767.02t81.152 31.488T512 810.667t91.648-12.331 81.152-31.659 70.656-46.848 59.648-54.186 48.853-57.344 37.675-52.651T927.957 512q-12.33-21.675-26.325-43.648t-37.675-52.65-48.853-57.345-59.648-54.186-70.656-46.848-81.152-31.659T512 213.334zm0 128q70.656 0 120.661 50.006T682.667 512 632.66 632.661 512 682.667 391.339 632.66 341.333 512t50.006-120.661T512 341.333zm0 85.334q-35.328 0-60.33 25.002T426.666 512t25.002 60.33T512 597.334t60.33-25.002T597.334 512t-25.002-60.33T512 426.666z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
1
src/assets/icons/eye.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="64" xmlns="http://www.w3.org/2000/svg"><path d="M127.072 7.994c1.37-2.208.914-5.152-.914-6.87-2.056-1.717-4.797-1.226-6.396.982-.229.245-25.586 32.382-55.74 32.382-29.24 0-55.74-32.382-55.968-32.627-1.6-1.963-4.57-2.208-6.397-.49C-.17 3.086-.399 6.275 1.2 8.238c.457.736 5.94 7.36 14.62 14.72L4.17 35.96c-1.828 1.963-1.6 5.152.228 6.87.457.98 1.6 1.471 2.742 1.471s2.284-.49 3.198-1.472l12.564-13.983c5.94 4.416 13.021 8.587 20.788 11.53l-4.797 17.418c-.685 2.699.686 5.397 3.198 6.133h1.37c2.057 0 3.884-1.472 4.341-3.68L52.6 42.83c3.655.736 7.538 1.227 11.422 1.227 3.883 0 7.767-.49 11.422-1.227l4.797 17.173c.457 2.208 2.513 3.68 4.34 3.68.457 0 .914 0 1.143-.246 2.513-.736 3.883-3.434 3.198-6.133l-4.797-17.172c7.767-2.944 14.848-7.114 20.788-11.53l12.336 13.738c.913.981 2.056 1.472 3.198 1.472s2.284-.49 3.198-1.472c1.828-1.963 1.828-4.906.228-6.87l-11.65-13.001c9.366-7.36 14.849-14.474 14.849-14.474z"/></svg>
|
||||||
|
After Width: | Height: | Size: 944 B |
1
src/assets/icons/form.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M84.068 23.784c-1.02 0-1.877-.32-2.572-.96a8.588 8.588 0 0 1-1.738-2.237 11.524 11.524 0 0 1-1.042-2.621c-.232-.895-.348-1.641-.348-2.238V0h.278c.834 0 1.622.085 2.363.256.742.17 1.645.575 2.711 1.214 1.066.64 2.363 1.535 3.892 2.686 1.53 1.15 3.453 2.664 5.77 4.54 2.502 2.045 4.494 3.771 5.977 5.178 1.483 1.406 2.618 2.6 3.406 3.58.787.98 1.274 1.812 1.46 2.494.185.682.277 1.278.277 1.79v2.046H84.068zM127.3 84.01c.278.682.464 1.535.556 2.558.093 1.023-.37 2.003-1.39 2.94-.463.427-.88.832-1.25 1.215-.372.384-.696.704-.974.96a6.69 6.69 0 0 1-.973.767l-11.816-10.741a44.331 44.331 0 0 0 1.877-1.535 31.028 31.028 0 0 1 1.737-1.406c1.112-.938 2.317-1.343 3.615-1.215 1.297.128 2.363.405 3.197.83.927.427 1.923 1.173 2.989 2.239 1.065 1.065 1.876 2.195 2.432 3.388zM78.23 95.902c2.038 0 3.752-.511 5.143-1.534l-26.969 25.83H18.037c-1.761 0-3.684-.47-5.77-1.407a24.549 24.549 0 0 1-5.838-3.709 21.373 21.373 0 0 1-4.518-5.306c-1.204-2.003-1.807-4.07-1.807-6.202V16.495c0-1.79.44-3.665 1.32-5.626A18.41 18.41 0 0 1 5.04 5.562a21.798 21.798 0 0 1 5.213-3.964C12.198.533 14.237 0 16.37 0h53.24v15.984c0 1.62.278 3.367.834 5.242a16.704 16.704 0 0 0 2.572 5.179c1.159 1.577 2.665 2.898 4.518 3.964 1.853 1.066 4.078 1.598 6.673 1.598h20.295v42.325L85.458 92.45c1.02-1.364 1.529-2.856 1.529-4.476 0-2.216-.857-4.113-2.572-5.69-1.714-1.577-3.776-2.366-6.186-2.366H26.1c-2.409 0-4.448.789-6.116 2.366-1.668 1.577-2.502 3.474-2.502 5.69 0 2.217.834 4.092 2.502 5.626 1.668 1.535 3.707 2.302 6.117 2.302h52.13zM26.1 47.951c-2.41 0-4.449.789-6.117 2.366-1.668 1.577-2.502 3.473-2.502 5.69 0 2.216.834 4.092 2.502 5.626 1.668 1.534 3.707 2.302 6.117 2.302h52.13c2.409 0 4.47-.768 6.185-2.302 1.715-1.534 2.572-3.41 2.572-5.626 0-2.217-.857-4.113-2.572-5.69-1.714-1.577-3.776-2.366-6.186-2.366H26.1zm52.407 64.063l1.807-1.663 3.476-3.196a479.75 479.75 0 0 0 4.587-4.284 500.757 500.757 0 0 1 5.004-4.667c3.985-3.666 8.48-7.758 13.485-12.276l11.677 10.741-13.485 12.404-5.004 4.603-4.587 4.22a179.46 179.46 0 0 0-3.267 3.068c-.88.853-1.367 1.322-1.46 1.407-.463.341-.973.703-1.529 1.087-.556.383-1.112.703-1.668.959-.556.256-1.413.575-2.572.959a83.5 83.5 0 0 1-3.545 1.087 72.2 72.2 0 0 1-3.475.895c-1.112.256-1.946.426-2.502.511-1.112.17-1.854.043-2.224-.383-.371-.426-.464-1.151-.278-2.174.092-.511.278-1.279.556-2.302.278-1.023.602-2.067.973-3.132l1.042-3.005c.325-.938.58-1.577.765-1.918a10.157 10.157 0 0 1 2.224-2.941z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.4 KiB |
1
src/assets/icons/guide.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M1.482 70.131l36.204 16.18 69.932-65.485-61.38 70.594 46.435 18.735c1.119.425 2.397-.17 2.797-1.363v-.085L127.998.047 1.322 65.874c-1.12.597-1.519 1.959-1.04 3.151.32.511.72.937 1.2 1.107zm44.676 57.821L64.22 107.26l-18.062-7.834v28.527z"/></svg>
|
||||||
|
After Width: | Height: | Size: 320 B |
1
src/assets/icons/hamburger.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M408 442h480a8 8 0 0 0 8-8v-56a8 8 0 0 0-8-8H408a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8zm-8 204a8 8 0 0 0 8 8h480a8 8 0 0 0 8-8v-56a8 8 0 0 0-8-8H408a8 8 0 0 0-8 8v56zm504-486H120a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8h784a8 8 0 0 0 8-8v-56a8 8 0 0 0-8-8zm0 632H120a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8h784a8 8 0 0 0 8-8v-56a8 8 0 0 0-8-8zM142.4 642.1L298.7 519a8.8 8.8 0 0 0 0-13.9L142.4 381.9a8.9 8.9 0 0 0-14.4 6.9v246.3a8.9 8.9 0 0 0 14.4 7z"/></svg>
|
||||||
|
After Width: | Height: | Size: 564 B |
1
src/assets/icons/home_fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633664417159" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2639" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M947.2 422.4L572.8 115.2c-32-25.6-86.4-25.6-118.4 0L76.8 425.6c-12.8 6.4-16 22.4-9.6 35.2 3.2 12.8 16 19.2 28.8 19.2h32v364.8C128 892.8 163.2 928 211.2 928H416c19.2 0 32-12.8 32-32v-147.2c0-22.4 35.2-44.8 64-44.8 28.8 0 67.2 22.4 67.2 44.8V896c0 19.2 12.8 32 32 32h208c48 0 80-32 80-83.2V480h32c12.8 0 25.6-9.6 28.8-22.4 3.2-12.8 0-25.6-12.8-35.2z" p-id="2640"></path></svg>
|
||||||
|
After Width: | Height: | Size: 752 B |
1
src/assets/icons/inputGroup.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M559.24 680.96H686.9v82.876H336.485V680.96h123.29V343.04h-123.29V251.7H686.9v91.34H559.241v337.92zM0 0h1024v1024H0V0zm86.699 90.18v844.8H936.14V90.18H86.699z"/></svg>
|
||||||
|
After Width: | Height: | Size: 298 B |
1
src/assets/icons/line_le (2).svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1669288915622" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1327" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M512 473.6c93.866667 0 170.666667-76.8 170.666667-170.666667s-76.8-170.666667-170.666667-170.666666-170.666667 76.8-170.666667 170.666666 76.8 170.666667 170.666667 170.666667z m0-277.333333c59.733333 0 106.666667 46.933333 106.666667 106.666666S571.733333 409.6 512 409.6 405.333333 362.666667 405.333333 302.933333c0-55.466667 46.933333-106.666667 106.666667-106.666666zM844.8 746.666667c-38.4-98.133333-119.466667-170.666667-213.333333-204.8-12.8-4.266667-29.866667 4.266667-29.866667 21.333333v85.333333c0 25.6-21.333333 46.933333-46.933333 46.933334h-81.066667c-25.6 0-46.933333-21.333333-46.933333-46.933334v-85.333333c0-17.066667-17.066667-25.6-29.866667-21.333333-98.133333 34.133333-174.933333 110.933333-217.6 209.066666-29.866667 72.533333 21.333333 153.6 98.133333 153.6h469.333334c76.8-4.266667 128-85.333333 98.133333-157.866666z m-64 68.266666c-4.266667 4.266667-12.8 17.066667-34.133333 17.066667h-469.333334c-17.066667 0-29.866667-12.8-34.133333-17.066667-8.533333-12.8-12.8-29.866667-4.266667-46.933333 21.333333-55.466667 59.733333-102.4 106.666667-136.533333 8.533333-4.266667 17.066667 0 17.066667 8.533333 0 59.733333 51.2 110.933333 110.933333 110.933333H554.666667c59.733333 0 110.933333-51.2 110.933333-110.933333 0-8.533333 8.533333-12.8 17.066667-8.533333 46.933333 34.133333 81.066667 76.8 106.666666 132.266666 4.266667 21.333333 0 38.4-8.533333 51.2z" p-id="1328"></path><path d="M469.333333 558.933333v42.666667c0 21.333333 21.333333 42.666667 42.666667 42.666667 25.6 0 42.666667-21.333333 42.666667-42.666667v-42.666667c0-25.6-17.066667-42.666667-42.666667-42.666666s-42.666667 21.333333-42.666667 42.666666z" p-id="1329"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
1
src/assets/icons/link.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M115.625 127.937H.063V12.375h57.781v12.374H12.438v90.813h90.813V70.156h12.374z"/><path d="M116.426 2.821l8.753 8.753-56.734 56.734-8.753-8.745z"/><path d="M127.893 37.982h-12.375V12.375H88.706V0h39.187z"/></svg>
|
||||||
|
After Width: | Height: | Size: 285 B |
1
src/assets/icons/lixian.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 class="icon" width="48px" height="48.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M505.6 659.2c-51.2 0-102.4 19.2-134.4 51.2-12.8 12.8-32 12.8-44.8 0-19.2-12.8-12.8-38.4 0-57.6 32-25.6 76.8-44.8 121.6-57.6l57.6 64zM288 448c-44.8 19.2-83.2 44.8-115.2 76.8-12.8 12.8-12.8 38.4 0 51.2 12.8 12.8 38.4 12.8 44.8 0 38.4-32 76.8-57.6 121.6-76.8L288 448zM128 288c-38.4 25.6-83.2 57.6-115.2 96-12.8 12.8-12.8 38.4 0 51.2 12.8 12.8 32 12.8 44.8 0 38.4-38.4 76.8-70.4 121.6-96L128 288z m864 96C864 256 691.2 179.2 505.6 179.2c-76.8 0-147.2 12.8-211.2 32l57.6 57.6c44.8-12.8 96-19.2 153.6-19.2 172.8 0 326.4 70.4 441.6 179.2 12.8 19.2 32 19.2 44.8 0 12.8-6.4 19.2-32 0-44.8z m-486.4 12.8H480l76.8 76.8c83.2 6.4 166.4 44.8 224 102.4 12.8 12.8 32 12.8 44.8 0 19.2-12.8 19.2-38.4 0-51.2-83.2-76.8-198.4-128-320-128z m0 409.6c-38.4 0-70.4 32-70.4 70.4 0 38.4 32 70.4 70.4 70.4s70.4-32 70.4-70.4c0-44.8-32-70.4-70.4-70.4z m192-121.6l-64-64L480 467.2l-64-64L300.8 288l-57.6-57.6-38.4-38.4c-19.2-12.8-38.4-12.8-51.2 0-12.8 12.8-12.8 38.4 0 51.2l19.2 19.2 51.2 51.2 140.8 140.8 25.6 25.6 288 288c12.8 12.8 38.4 12.8 51.2 0 12.8-12.8 12.8-38.4 0-51.2l-32-32z" /></svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
1
src/assets/icons/logo.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg"><g><path d="M41.596 7.319a1.767 1.767 0 0 0-2.404.02 1.806 1.806 0 0 0-.187 2.42c6.656 7.262 7.26 18.271 1.44 26.231-5.821 7.96-16.427 10.628-25.27 6.355C6.33 38.073 1.742 28.066 4.24 18.501a1.795 1.795 0 0 0-1.29-2.106 1.777 1.777 0 0 0-2.148 1.198C-2.147 28.83 3.238 40.596 13.63 45.62c10.391 5.024 22.856 1.888 29.691-7.47 6.836-9.359 6.113-22.298-1.722-30.822l-.003-.01z"/><circle cx="5.388" cy="9.306" r="2.449"/><path d="M20.789 37.224h7.414c5.516-.01 9.986-4.315 10.001-9.63V17.65c-.009-3.811-2.343-7.261-5.958-8.806V4.347C32.242 1.952 30.232.01 27.746 0h-6.5c-2.49.003-4.509 1.948-4.512 4.347v4.486c-3.615 1.545-5.95 4.995-5.958 8.806v9.954c.015 5.32 4.492 9.627 10.013 9.631zm-.445-32.877c0-.486.409-.88.914-.88h6.5c.505 0 .914.394.914.88v1.926h-2.708V8.46h-2.888V6.27h-2.708l-.024-1.923zm-5.959 13.304c0-3.405 2.864-6.165 6.397-6.165h7.415c1.697 0 3.324.65 4.524 1.806a6.053 6.053 0 0 1 1.873 4.359v9.942c0 3.405-2.864 6.165-6.397 6.165H20.79c-3.533 0-6.398-2.76-6.398-6.165l-.006-9.942z"/></g></svg>
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |
1
src/assets/icons/markdown.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M1023.898 136.5V0h-137.83v36.25H137.932V0H.103v136.5h36.863v751H.102V1024h137.83v-36.25h748.135V1024h137.83V887.5h-36.863v-751h36.864zm-100.926 751h-36.905v36.25H137.933V887.5h-36.905v-751h36.905v-36.25h748.134v36.25h36.905v751z"/><path d="M357.765 318.403a3045.13 3045.13 0 0 0 60.15 123.842c22.405 42.885 39.854 78.5 52.326 106.865a752.312 752.312 0 0 0 43.684 84.173c44.155-73.175 95.355-178.135 153.6-314.88l127.345.307c4.505.655 6.738 2.56 6.738 5.775 0 3.195-2.56 5.018-7.68 5.427-22.63 1.925-37.724 6.452-45.282 13.599-7.577 7.168-12.288 19.149-14.09 36.004-1.802 16.855-3.563 48.21-5.284 94.085-1.7 45.875-2.56 84.05-2.56 114.565 0 58.655.43 92.856 1.29 102.564.86 9.707 4.486 17.428 10.875 23.183 6.41 5.776 18.883 9.933 37.438 12.493 5.325.84 7.987 2.867 7.987 6.083 0 3.195-3.277 4.792-9.892 4.792l-124.498-.328h-32.624c-7.27 0-10.896-1.7-10.896-5.12 0-2.97 2.458-4.792 7.373-5.427 17.92-2.355 29.799-5.652 35.676-9.933 5.858-4.26 10.24-11.878 13.107-22.876 2.888-10.977 4.342-38.338 4.342-82.084l6.062-153.6 3.216-75.837c0-5.755-.86-8.643-2.56-8.643-2.56 0-4.71 1.72-6.41 5.12l-63.366 125.133c-40.53 79.995-65.372 131.195-74.547 153.6l-19.845 48.333c-6.185 14.705-9.912 22.753-11.203 24.146a5.94 5.94 0 0 1-4.485 2.068c-2.56 0-4.69-2.764-6.39-8.315-3.85-13.23-23.572-55.255-59.187-126.074A4643.779 4643.779 0 0 0 361.431 460.8c-25.907-51.2-39.936-77.926-42.066-80.159-2.13-2.253-3.748-3.358-4.813-3.358-2.13 0-3.195 2.662-3.195 7.987l-3.522 193.945-.963 63.98c0 33.935 4.65 56.115 13.927 66.56s22.569 15.688 39.833 15.688c11.1 0 16.65 2.334 16.65 7.045 0 3.4-2.662 5.12-7.987 5.12l-6.758-.328-20.787.328-45.138-.328c-19.62 0-44.892 1.065-75.838 3.195-2.56-1.7-3.83-3.4-3.83-5.12 0-4.26 3.728-6.492 11.203-6.718 21.32-.634 37.008-7.68 47.022-21.114 10.035-13.435 15.053-43.52 15.053-90.235l-.635-56.32 4.465-142.746c0-33.26-4.915-56.033-14.705-68.3-9.83-12.268-24.228-19.58-43.213-21.914-8.11-1.065-12.165-3.318-12.165-6.718 0-3.85 2.99-5.775 8.97-5.775 3.195 0 7.046.102 11.53.328l113.255 2.56z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
1
src/assets/icons/menu.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633664580647" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3440" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M225.854934 210.432687l-93.071745 0c-2.49789 0-4.523013 2.025123-4.523013 4.523013l0 93.071745c0 2.49789 2.025123 4.523013 4.523013 4.523013l93.071745 0c2.49789 0 4.523013-2.025123 4.523013-4.523013l0-93.071745C230.377948 212.45781 228.352825 210.432687 225.854934 210.432687z" p-id="3441"></path><path d="M868.248703 210.432687 302.545594 210.432687c-15.182794 0-27.491121 2.025123-27.491121 4.523013l0 93.071745c0 2.49789 12.308327 4.523013 27.491121 4.523013L868.248703 312.550459c15.182794 0 27.491121-2.025123 27.491121-4.523013l0-93.071745C895.739824 212.45781 883.431497 210.432687 868.248703 210.432687z" p-id="3442"></path><path d="M225.854934 461.738269l-93.071745 0c-2.49789 0-4.523013 2.025123-4.523013 4.523013l0 93.071745c0 2.49789 2.025123 4.523013 4.523013 4.523013l93.071745 0c2.49789 0 4.523013-2.025123 4.523013-4.523013l0-93.071745C230.377948 463.763392 228.352825 461.738269 225.854934 461.738269z" p-id="3443"></path><path d="M868.248703 461.738269 302.545594 461.738269c-15.182794 0-27.491121 2.025123-27.491121 4.523013l0 93.071745c0 2.49789 12.308327 4.523013 27.491121 4.523013L868.248703 563.856042c15.182794 0 27.491121-2.025123 27.491121-4.523013l0-93.071745C895.739824 463.763392 883.431497 461.738269 868.248703 461.738269z" p-id="3444"></path><path d="M225.854934 711.448518l-93.071745 0c-2.49789 0-4.523013 2.025123-4.523013 4.523013l0 93.071745c0 2.49789 2.025123 4.523013 4.523013 4.523013l93.071745 0c2.49789 0 4.523013-2.025123 4.523013-4.523013l0-93.071745C230.377948 713.473641 228.352825 711.448518 225.854934 711.448518z" p-id="3445"></path><path d="M868.248703 711.448518 302.545594 711.448518c-15.182794 0-27.491121 2.025123-27.491121 4.523013l0 93.071745c0 2.49789 12.308327 4.523013 27.491121 4.523013L868.248703 813.56629c15.182794 0 27.491121-2.025123 27.491121-4.523013l0-93.071745C895.739824 713.473641 883.431497 711.448518 868.248703 711.448518z" p-id="3446"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
1
src/assets/icons/nested.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M.002 9.2c0 5.044 3.58 9.133 7.998 9.133 4.417 0 7.997-4.089 7.997-9.133 0-5.043-3.58-9.132-7.997-9.132S.002 4.157.002 9.2zM31.997.066h95.981V18.33H31.997V.066zm0 45.669c0 5.044 3.58 9.132 7.998 9.132 4.417 0 7.997-4.088 7.997-9.132 0-3.263-1.524-6.278-3.998-7.91-2.475-1.63-5.524-1.63-7.998 0-2.475 1.632-4 4.647-4 7.91zM63.992 36.6h63.986v18.265H63.992V36.6zm-31.995 82.2c0 5.043 3.58 9.132 7.998 9.132 4.417 0 7.997-4.089 7.997-9.132 0-5.044-3.58-9.133-7.997-9.133s-7.998 4.089-7.998 9.133zm31.995-9.131h63.986v18.265H63.992V109.67zm0-27.404c0 5.044 3.58 9.133 7.998 9.133 4.417 0 7.997-4.089 7.997-9.133 0-3.263-1.524-6.277-3.998-7.909-2.475-1.631-5.524-1.631-7.998 0-2.475 1.632-4 4.646-4 7.91zm31.995-9.13h31.991V91.4H95.987V73.135z"/></svg>
|
||||||
|
After Width: | Height: | Size: 821 B |
1
src/assets/icons/password.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M108.8 44.322H89.6v-5.36c0-9.04-3.308-24.163-25.6-24.163-23.145 0-25.6 16.881-25.6 24.162v5.361H19.2v-5.36C19.2 15.281 36.798 0 64 0c27.202 0 44.8 15.281 44.8 38.961v5.361zm-32 39.356c0-5.44-5.763-9.832-12.8-9.832-7.037 0-12.8 4.392-12.8 9.832 0 3.682 2.567 6.808 6.407 8.477v11.205c0 2.718 2.875 4.962 6.4 4.962 3.524 0 6.4-2.244 6.4-4.962V92.155c3.833-1.669 6.393-4.795 6.393-8.477zM128 64v49.201c0 8.158-8.645 14.799-19.2 14.799H19.2C8.651 128 0 121.359 0 113.201V64c0-8.153 8.645-14.799 19.2-14.799h89.6c10.555 0 19.2 6.646 19.2 14.799z"/></svg>
|
||||||
|
After Width: | Height: | Size: 623 B |
1
src/assets/icons/phone.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M717.723 66.79H310.008c-48.507 0-87.972 39.535-87.972 88.13v711.303c0 48.525 39.464 87.986 87.972 87.986h407.715c48.595 0 88.13-39.461 88.13-87.986V154.92c0-48.594-39.535-88.13-88.13-88.13M276.402 257.773h475.086v475.265H276.402V257.773zm475.086 608.45c0 18.545-15.148 33.622-33.765 33.622H310.008c-18.528 0-33.606-15.077-33.606-33.622V787.4h475.086v78.822zM276.402 203.41v-48.49c0-18.617 15.078-33.766 33.606-33.766h407.715c18.617 0 33.765 15.15 33.765 33.766v48.49H276.402zm237.561 689.675c27.324 0 49.481-22.155 49.481-49.514 0-27.325-22.156-49.48-49.48-49.48-27.36 0-49.5 22.154-49.5 49.48 0 27.359 22.14 49.514 49.5 49.514m32.703-739.333h-65.426c-6.813 0-12.334 5.522-12.334 12.317 0 6.83 5.52 12.353 12.334 12.353h65.426c6.796 0 12.351-5.522 12.351-12.353 0-6.795-5.556-12.317-12.35-12.317"/></svg>
|
||||||
|
After Width: | Height: | Size: 936 B |
1
src/assets/icons/quanping.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M41.91 682.266h.14a41.91 41.91 0 0 1 41.91 41.91v250.929a41.91 41.91 0 0 1-41.91 41.91h-.14A41.91 41.91 0 0 1 0 975.105V724.176a41.91 41.91 0 0 1 41.91-41.91z"/><path d="M43.307 933.32h252.088a41.91 41.91 0 0 1 41.91 41.91 41.91 41.91 0 0 1-41.91 41.91H43.307a41.91 41.91 0 0 1-41.91-41.91 41.91 41.91 0 0 1 41.91-41.91z"/><path d="M13.495 1002.905a41.742 41.742 0 0 1 .964-59.163l341.846-329.817a41.91 41.91 0 1 1 58.394 60.071L72.853 1003.869a42.078 42.078 0 0 1-59.358-.964zM981.965 5.588h.125a41.91 41.91 0 0 1 41.91 41.91v250.943a41.91 41.91 0 0 1-41.91 41.91h-.126a41.91 41.91 0 0 1-41.91-41.91V47.498a41.91 41.91 0 0 1 41.91-41.91z"/><path d="M728.605 5.588h252.088a41.91 41.91 0 0 1 41.91 41.91 41.91 41.91 0 0 1-41.91 41.91H728.605a41.91 41.91 0 0 1-41.91-41.91 41.91 41.91 0 0 1 41.91-41.91z"/><path d="M1010.505 19.698a41.742 41.742 0 0 1-.964 59.163L667.695 408.692a41.91 41.91 0 1 1-58.394-60.071L951.147 18.804a42.078 42.078 0 0 1 59.358.894zM48.895 0h250.929a41.91 41.91 0 0 1 41.91 41.91v.126a41.91 41.91 0 0 1-41.91 41.91H48.895a41.91 41.91 0 0 1-41.91-41.91v-.126A41.91 41.91 0 0 1 48.895 0z"/><path d="M48.895 1.397a41.91 41.91 0 0 1 41.91 41.91v252.158a41.91 41.91 0 0 1-41.91 41.91 41.91 41.91 0 0 1-41.91-41.91V43.307a41.91 41.91 0 0 1 41.91-41.91z"/><path d="M21.095 13.495a41.742 41.742 0 0 1 59.163.964l329.817 341.846a41.91 41.91 0 1 1-60.071 58.394L20.131 72.853a42.078 42.078 0 0 1 .964-59.358zm704.464 926.56h250.943a41.91 41.91 0 0 1 41.91 41.91v.125a41.91 41.91 0 0 1-41.91 41.91H725.559a41.91 41.91 0 0 1-41.91-41.91v-.126a41.91 41.91 0 0 1 41.91-41.91z"/><path d="M976.502 686.75a41.91 41.91 0 0 1 41.91 41.91v252.033a41.91 41.91 0 0 1-41.91 41.91 41.91 41.91 0 0 1-41.91-41.91V728.605a41.91 41.91 0 0 1 41.91-41.854z"/><path d="M1004.302 1010.505a41.742 41.742 0 0 1-59.163-.964L615.308 667.695a41.91 41.91 0 1 1 60.071-58.394l329.817 341.846a42.078 42.078 0 0 1-.894 59.358z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
1
src/assets/icons/sjdb.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1684929943936" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2175" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M598.817391 307.2c-15.582609 11.130435-33.391304 20.034783-53.426087 28.93913-20.034783 8.904348-40.069565 15.582609-64.556521 24.486957h144.695652v186.991304H601.043478v-22.260869h-164.730435v22.260869h-26.713043v-166.956521l-26.713043 6.67826-26.713044 6.678261-8.904348-24.486956c51.2-8.904348 97.947826-22.26087 135.791305-35.617392 40.069565-13.356522 73.46087-28.93913 102.4-46.747826l13.356521 20.034783zM467.478261 264.904348c-6.678261 4.452174-13.356522 11.130435-22.26087 17.808695s-15.582609 11.130435-24.486956 17.808696-17.808696 11.130435-26.713044 17.808696-17.808696 11.130435-24.486956 15.582608l-11.130435-24.486956c8.904348-4.452174 17.808696-8.904348 24.486957-13.356522 8.904348-4.452174 17.808696-11.130435 24.486956-15.582608 8.904348-4.452174 15.582609-11.130435 24.486957-17.808696 6.678261-6.678261 15.582609-11.130435 20.034782-15.582609l15.582609 17.808696z m133.565217 115.756522h-164.730435v26.713043H601.043478v-26.713043z m-164.730435 75.686956H601.043478v-26.713043h-164.730435v26.713043z m164.730435 46.747826v-26.713043h-164.730435v26.713043H601.043478zM525.356522 311.652174h-26.713044v-89.043478h26.713044v89.043478z m46.747826-69.008696c6.678261 2.226087 13.356522 6.678261 22.260869 13.356522 8.904348 4.452174 17.808696 11.130435 26.713044 15.582609 8.904348 6.678261 17.808696 11.130435 26.713043 17.808695s15.582609 11.130435 22.26087 15.582609l-11.130435 22.26087c-6.678261-4.452174-15.582609-11.130435-24.486956-17.808696-8.904348-6.678261-17.808696-13.356522-26.713044-17.808696-8.904348-6.678261-17.808696-11.130435-26.713043-17.808695-8.904348-4.452174-15.582609-8.904348-22.26087-13.356522l13.356522-17.808696z" p-id="2176" ></path><path d="M509.773913 710.121739c-171.408696 0-311.652174-140.243478-311.652174-311.652174s140.243478-311.652174 311.652174-311.652174 311.652174 140.243478 311.652174 311.652174-140.243478 311.652174-311.652174 311.652174z m0-578.782609c-146.921739 0-267.130435 120.208696-267.130435 267.130435s120.208696 267.130435 267.130435 267.130435 267.130435-120.208696 267.130435-267.130435-120.208696-267.130435-267.130435-267.130435z" p-id="2177" ></path><path d="M603.269565 937.182609h-175.860869l-15.582609-100.173913-113.530435-48.973913-82.365217 48.973913L89.043478 714.573913l44.521739-93.495652-55.652174-113.530435H2.226087v-131.33913h209.252174v44.521739H46.747826v42.295652h60.104348l77.913043 158.052174-40.069565 84.591304 77.913044 75.686957 71.234782-42.295652 158.052174 66.782608 13.356522 86.817392h102.4l17.808696-82.365218 169.182608-80.13913 73.46087 37.843478 69.008695-80.13913-48.973913-73.46087 73.46087-153.6 55.652174-8.904348v-40.069565h-178.086957v-44.521739h222.608696V489.73913l-69.008696 11.130435-53.426087 109.078261 53.426087 82.365217-115.756521 133.565218-82.365218-46.747826-131.33913 62.330435z" p-id="2178" ></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.1 KiB |
1
src/assets/icons/star.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M70.66 4.328l14.01 29.693c1.088 2.29 3.177 3.882 5.603 4.25l31.347 4.76c6.087.926 8.528 8.756 4.117 13.247L103.05 79.395c-1.75 1.78-2.544 4.352-2.132 6.867l5.352 32.641c1.043 6.337-5.33 11.182-10.778 8.19l-28.039-15.409a7.13 7.13 0 0 0-6.91 0l-28.039 15.41c-5.448 2.99-11.821-1.854-10.777-8.19l5.352-32.642c.415-2.515-.387-5.088-2.136-6.867L2.264 56.278C-2.146 51.787.286 43.957 6.38 43.031l31.343-4.76c2.419-.368 4.51-1.96 5.595-4.25L57.334 4.328c2.728-5.77 10.605-5.77 13.325 0z"/></svg>
|
||||||
|
After Width: | Height: | Size: 563 B |
1
src/assets/icons/table.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M.006.064h127.988v31.104H.006V.064zm0 38.016h38.396v41.472H.006V38.08zm0 48.384h38.396v41.472H.006V86.464zM44.802 38.08h38.396v41.472H44.802V38.08zm0 48.384h38.396v41.472H44.802V86.464zM89.598 38.08h38.396v41.472H89.598zm0 48.384h38.396v41.472H89.598z"/><path d="M.006.064h127.988v31.104H.006V.064zm0 38.016h38.396v41.472H.006V38.08zm0 48.384h38.396v41.472H.006V86.464zM44.802 38.08h38.396v41.472H44.802V38.08zm0 48.384h38.396v41.472H44.802V86.464zM89.598 38.08h38.396v41.472H89.598zm0 48.384h38.396v41.472H89.598z"/></svg>
|
||||||
|
After Width: | Height: | Size: 597 B |
1
src/assets/icons/tree.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M126.713 90.023c.858.985 1.287 2.134 1.287 3.447v29.553c0 1.423-.429 2.6-1.287 3.53-.858.93-1.907 1.395-3.146 1.395H97.824c-1.145 0-2.146-.465-3.004-1.395-.858-.93-1.287-2.107-1.287-3.53V93.47c0-.875.19-1.696.572-2.462.382-.766.906-1.368 1.573-1.806a3.84 3.84 0 0 1 2.146-.657h9.725V69.007a3.84 3.84 0 0 0-.43-1.806 3.569 3.569 0 0 0-1.143-1.313 2.714 2.714 0 0 0-1.573-.492h-36.47v23.149h9.725c1.144 0 2.145.492 3.004 1.478.858.985 1.287 2.134 1.287 3.447v29.553c0 .876-.191 1.696-.573 2.463-.38.766-.905 1.368-1.573 1.806a3.84 3.84 0 0 1-2.145.656H51.915a3.84 3.84 0 0 1-2.145-.656c-.668-.438-1.216-1.04-1.645-1.806a4.96 4.96 0 0 1-.644-2.463V93.47c0-1.313.43-2.462 1.288-3.447.858-.986 1.907-1.478 3.146-1.478h9.582v-23.15h-37.9c-.953 0-1.74.356-2.359 1.068-.62.711-.93 1.56-.93 2.544v19.538h9.726c1.239 0 2.264.492 3.074 1.478.81.985 1.216 2.134 1.216 3.447v29.553c0 1.423-.405 2.6-1.216 3.53-.81.93-1.835 1.395-3.074 1.395H4.29c-.476 0-.93-.082-1.358-.246a4.1 4.1 0 0 1-1.144-.657 4.658 4.658 0 0 1-.93-1.067 5.186 5.186 0 0 1-.643-1.395 5.566 5.566 0 0 1-.215-1.56V93.47c0-.437.048-.875.143-1.313a3.95 3.95 0 0 1 .429-1.15c.19-.328.429-.656.715-.984.286-.329.572-.602.858-.821.286-.22.62-.383 1.001-.493.382-.11.763-.164 1.144-.164h9.726V61.619c0-.985.31-1.833.93-2.544.619-.712 1.358-1.068 2.216-1.068h44.335V39.62h-9.582c-1.24 0-2.288-.492-3.146-1.477a5.09 5.09 0 0 1-1.287-3.448V5.14c0-1.423.429-2.627 1.287-3.612.858-.985 1.907-1.477 3.146-1.477h25.743c.763 0 1.478.246 2.145.739a5.17 5.17 0 0 1 1.573 1.888c.382.766.573 1.587.573 2.462v29.553c0 1.313-.43 2.463-1.287 3.448-.859.985-1.86 1.477-3.004 1.477h-9.725v18.389h42.762c.954 0 1.74.355 2.36 1.067.62.711.93 1.56.93 2.545v26.925h9.582c1.239 0 2.288.492 3.146 1.478z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
1
src/assets/icons/up.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M639.968 1024V438.93h219.508L493.743 0 128.096 438.93h219.422V1024z"/></svg>
|
||||||
|
After Width: | Height: | Size: 208 B |
1
src/assets/icons/user.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg width="130" height="130" xmlns="http://www.w3.org/2000/svg"><path d="M63.444 64.996c20.633 0 37.359-14.308 37.359-31.953 0-17.649-16.726-31.952-37.359-31.952-20.631 0-37.36 14.303-37.358 31.952 0 17.645 16.727 31.953 37.359 31.953zM80.57 75.65H49.434c-26.652 0-48.26 18.477-48.26 41.27v2.664c0 9.316 21.608 9.325 48.26 9.325H80.57c26.649 0 48.256-.344 48.256-9.325v-2.663c0-22.794-21.605-41.271-48.256-41.271z" stroke="#979797"/></svg>
|
||||||
|
After Width: | Height: | Size: 440 B |
1
src/assets/icons/wechat.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M332.82 413.878c-12.798 4.266-29.863-4.266-34.129-21.33-4.266-17.066 4.266-34.13 21.331-34.13h12.799c17.064 0 29.863 12.798 29.863 29.863 0 12.798-12.799 25.597-29.863 25.597zm174.914 0c-17.065 4.266-34.13-4.266-38.396-21.33-4.266-17.066 4.267-34.13 21.331-38.396h12.799c17.065 0 29.863 12.798 29.863 29.863 4.266 17.064-8.532 29.863-25.597 29.863zm81.057 162.115c-12.798 0-25.597-8.532-25.597-21.331s8.533-25.597 21.331-25.597c12.799-4.266 25.597 4.266 29.864 17.065 4.266 12.798-4.267 25.597-17.065 29.863h-8.533zm136.518 0c-12.798 0-25.597-8.532-25.597-21.331s8.533-25.597 21.331-25.597c12.799-4.266 25.597 4.266 29.863 17.065 4.267 12.798-4.266 25.597-17.064 29.863h-8.533zM657.05 435.209c-119.453 0-209.043 76.791-209.043 170.647s93.856 170.647 209.043 170.647c25.597 0 51.195-4.266 72.525-12.798l68.26 34.13-17.065-59.727c46.928-29.863 81.057-81.058 85.323-136.518 0-89.59-98.122-166.381-209.043-166.381zm-243.172-179.18c-136.518 0-247.438 89.59-247.438 200.51 4.266 68.26 38.395 127.986 98.122 157.85l-25.597 72.525 85.323-42.662c29.864 8.532 55.46 12.798 85.324 12.798h21.33c-4.265-17.064-8.532-34.13-8.532-51.194 4.267-110.92 98.123-191.978 209.043-187.712h25.597c-12.798-89.59-119.453-162.115-243.172-162.115zm102.388 767.913C234.698 1028.208 4.325 797.834.058 516.266-4.208 234.698 226.166 4.325 507.734.058s511.942 226.108 516.208 507.676V512c0 281.568-226.108 511.942-507.676 511.942z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/icons/weiwangg.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 class="icon" width="48px" height="48.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M512 0a512 512 0 1 0 512 512A512 512 0 0 0 512 0z m288 656a16 16 0 0 1-16 16H240a16 16 0 0 1-16-16V368a16 16 0 0 1 16-16h544a16 16 0 0 1 16 16z" /><path d="M288 416h448v192H288z" /><path d="M512 464l160 0 0 96-160 0 0-96Z" /><path d="M400 512m-48 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0Z" /><path d="M512 256a148 148 0 0 0-138.4 96h276.8A148 148 0 0 0 512 256z m0 88a32 32 0 1 1 32-32 32 32 0 0 1-32 32z" /></svg>
|
||||||
|
After Width: | Height: | Size: 679 B |
1
src/assets/icons/yzm.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><style/></defs><path d="M959.608 286.565c0-64.381-52.191-116.571-116.571-116.571H181.835c-64.381 0-116.571 52.191-116.571 116.571v449.141c0 64.381 52.191 116.571 116.571 116.571h661.202c64.381 0 116.571-52.191 116.571-116.571V286.565zm-114.673-74.569c12.073 0 23.471 3.469 33.557 8.608l-346.971 328.66c-1.229 1.163-1.157.919-1.754 1.871-1.428 1.069-6.063 3.927-15.467 3.927-9.408 0-14.041-2.758-15.469-3.823-.677-1.079-.662-.717-1.997-1.943L143.316 224.52c11.622-7.565 25.473-12.524 40.346-12.524h661.273zm72.671 524.615c0 40.903-31.767 73.665-72.671 73.665H183.661c-40.904 0-75.37-32.762-75.37-73.665V287.282c0-10.642 2.863-20.758 6.917-29.916l351.879 322.456c4.917 5.31 19.501 17.697 47.061 17.697 27.831 0 42.351-12.633 47.129-17.85l347.189-329.268c6.258 10.872 9.14 23.46 9.14 36.879v449.331z"/></svg>
|
||||||
|
After Width: | Height: | Size: 913 B |
1
src/assets/icons/下降趋势.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665033570" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8641" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M799.9 96 224.1 96C153.3 96 96 153.3 96 224.1l0 68.3c3.6 1.6 7 3.7 9.9 6.6l198 198L451 349.9c12.5-12.5 32.8-12.5 45.2 0l180.3 180.3 26.9-26.9c11.9-11.9 32.3-6.5 36.6 9.8l38.4 143.1c4.4 16.3-10.5 31.2-26.8 26.8l-143.1-38.4c-16.3-4.4-21.7-24.7-9.8-36.6l32.6-32.6L473.6 417.8 326.5 564.9c-12.5 12.5-32.8 12.5-45.2 0L96 379.6l0 420.3C96 870.7 153.3 928 224.1 928l575.8 0c70.7 0 128.1-57.3 128.1-128.1L928 224.1C928 153.3 870.7 96 799.9 96z" p-id="8642"></path></svg>
|
||||||
|
After Width: | Height: | Size: 839 B |
1
src/assets/icons/主题配置.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685674723853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="78273" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M477.866667 935.253333H249.173333c-8.533333 0-17.066667-3.413333-23.893333-10.24s-10.24-15.36-10.24-23.893333V534.186667c-11.946667 3.413333-23.893333 0-32.426667-8.533334L10.24 353.28c-6.826667-6.826667-10.24-15.36-10.24-23.893333s3.413333-17.066667 10.24-23.893334L276.48 37.546667c6.826667-6.826667 18.773333-11.946667 29.013333-10.24 10.24 1.706667 20.48 8.533333 25.6 17.066666C354.986667 88.746667 409.6 119.466667 472.746667 126.293333c11.946667 1.706667 22.186667 1.706667 32.426666 1.706667h13.653334c10.24 0 20.48 0 32.426666-1.706667 63.146667-6.826667 117.76-37.546667 141.653334-80.213333 5.12-8.533333 15.36-15.36 25.6-17.066667 10.24-1.706667 20.48 1.706667 29.013333 10.24l266.24 266.24c6.826667 6.826667 10.24 15.36 10.24 23.893334s-3.413333 17.066667-10.24 23.893333L841.386667 525.653333c-8.533333 8.533333-22.186667 11.946667-32.426667 8.533334-1.706667 17.066667-17.066667 29.013333-34.133333 29.013333-18.773333 0-34.133333-15.36-34.133334-34.133333v-68.266667c0-13.653333 8.533333-25.6 20.48-30.72 11.946667-5.12 27.306667-3.413333 37.546667 6.826667l18.773333 17.066666 124.586667-124.586666L727.04 114.346667c-39.253333 42.666667-98.986667 71.68-168.96 80.213333-17.066667 1.706667-30.72 3.413333-44.373333 1.706667h-3.413334c-13.653333 1.706667-27.306667 0-44.373333-1.706667-68.266667-8.533333-128-37.546667-168.96-80.213333L81.92 329.386667l124.586667 124.586666 18.773333-17.066666c10.24-8.533333 23.893333-11.946667 37.546667-6.826667 11.946667 5.12 20.48 17.066667 20.48 30.72v404.48H477.866667c18.773333 0 34.133333 15.36 34.133333 34.133333s-15.36 35.84-34.133333 35.84z" p-id="78274"></path><path d="M919.893333 756.053333l-46.08-15.36-1.706666-3.413333c-1.706667-5.12-5.12-11.946667-6.826667-17.066667V716.8l22.186667-42.666667c1.706667-3.413333 0-6.826667-1.706667-8.533333l-39.253333-39.253333c-1.706667-1.706667-3.413333-1.706667-5.12-1.706667h-3.413334l-42.666666 22.186667-3.413334-1.706667c-5.12-3.413333-11.946667-5.12-17.066666-6.826667l-3.413334-1.706666-15.36-46.08c-1.706667-3.413333-3.413333-5.12-6.826666-5.12h-56.32c-3.413333 0-5.12 1.706667-6.826667 5.12l-15.36 46.08-5.12 1.706666c-5.12 1.706667-11.946667 5.12-17.066667 6.826667l-3.413333 1.706667-42.666667-22.186667h-3.413333c-1.706667 0-3.413333 0-5.12 1.706667L554.666667 665.6c-1.706667 1.706667-3.413333 5.12-1.706667 8.533333l22.186667 42.666667-1.706667 3.413333c-3.413333 5.12-5.12 11.946667-6.826667 17.066667l-1.706666 3.413333-46.08 15.36c-3.413333 1.706667-5.12 3.413333-5.12 6.826667V819.2c0 3.413333 1.706667 5.12 5.12 6.826667l46.08 15.36 1.706666 3.413333c1.706667 6.826667 5.12 11.946667 6.826667 17.066667l1.706667 3.413333-22.186667 42.666667c-1.706667 3.413333 0 6.826667 1.706667 8.533333l39.253333 39.253333c1.706667 1.706667 3.413333 1.706667 5.12 1.706667h3.413333l42.666667-22.186667 3.413333 1.706667c5.12 3.413333 11.946667 5.12 17.066667 6.826667l3.413333 1.706666 15.36 46.08c1.706667 3.413333 3.413333 5.12 6.826667 5.12h56.32c3.413333 0 5.12-1.706667 6.826667-5.12l15.36-46.08 3.413333-1.706666c5.12-1.706667 11.946667-5.12 17.066667-6.826667l3.413333-1.706667 42.666667 22.186667h3.413333c1.706667 0 3.413333 0 5.12-1.706667l39.253333-39.253333c1.706667-1.706667 3.413333-5.12 1.706667-8.533333l-22.186667-42.666667 1.706667-3.413333c3.413333-5.12 5.12-11.946667 6.826667-17.066667l1.706666-3.413333 46.08-15.36c3.413333-1.706667 5.12-3.413333 5.12-6.826667v-56.32c0-3.413333-1.706667-5.12-5.12-6.826667z m-199.68 126.293334c-46.08 0-85.333333-37.546667-85.333333-85.333334 0-46.08 37.546667-85.333333 85.333333-85.333333 46.08 0 85.333333 37.546667 85.333334 85.333333-1.706667 47.786667-39.253333 85.333333-85.333334 85.333334z" p-id="78275"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.9 KiB |
1
src/assets/icons/事件报告.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685618076428" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="193154" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M897.28288 4.032H126.72288A94.976 94.976 0 0 0 32.19488 99.072V398.08h67.584v-286.08c0-22.208 17.92-40.192 39.872-40.192H884.48288c21.952 0 39.872 17.984 39.872 40.128v749.248c0 22.144-17.92 40.192-39.872 40.192H139.52288a40.128 40.128 0 0 1-39.808-40.192V561.408h128.384a33.28 33.28 0 0 0 23.936-9.92l45.76-46.016 102.016 239.36c5.44 12.416 17.536 20.48 32.384 20.48a33.92 33.92 0 0 0 30.72-23.168l127.68-385.088 51.072 179.84a33.92 33.92 0 0 0 32.512 24.512h121.6a33.92 33.92 0 1 0 0-67.712h-96.064L625.47488 232.96a33.728 33.728 0 0 0-64.512-1.472L426.88288 635.904 340.29088 432.64a33.856 33.856 0 0 0-55.04-10.56L214.08288 493.696H65.85888a34.112 34.112 0 0 0-33.792 34.816v345.6a94.976 94.976 0 0 0 94.656 95.168h770.496a94.976 94.976 0 0 0 94.592-95.168V99.072A94.848 94.848 0 0 0 897.28288 4.032z" fill-opacity=".65" p-id="193155"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/assets/icons/光伏.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg t="1706669457308" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9260" width="128" height="128"><path d="M520.192 232.96l1.024 75.776h138.24L645.12 232.96z m304.64 75.776l-30.208-75.776H669.696l17.408 75.776z m46.08 115.2L832 326.656H690.688l22.016 97.28zM710.656 578.56l-25.088-131.072H523.776l2.048 131.072z m-29.184-154.624l-18.944-97.28h-140.8l1.536 97.28z m-353.28-115.2l16.896-75.776H235.52l-14.848 0.512-5.632 12.8-25.088 62.464z m166.912-75.776H370.176l-14.336 75.776h137.728z m-1.536 93.696H352.256l-18.432 97.28H491.52z m-2.048 120.832H329.216L304.128 578.56H488.96zM324.096 326.656H182.784l-38.4 97.28H302.08zM82.432 578.56h184.832l29.696-131.072H134.656z m849.92 0l-52.224-131.072H718.336L747.52 578.56zM603.648 903.68H417.792l33.28-325.12h119.296z" p-id="9261"></path><path d="M969.216 565.248l-149.504-320c-5.632-12.288-28.16-22.528-50.176-22.528H251.392c-22.016 0-44.032 9.728-50.176 22.528l-149.504 320c-13.312 28.672 3.584 53.76 38.912 53.76H929.28c36.352-0.512 53.248-25.088 39.936-53.76z m-215.04-1.536H98.304l43.52-103.936-0.512-0.512 91.136-215.04 556.544-2.048 84.992 202.24-0.512 0.512 50.176 118.784H754.176z" p-id="9262"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/assets/icons/冶炼负荷.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg t="1706671456320" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12124" width="128" height="128"><path d="M1000.448 554.06592c1.536 5.07904 2.49856 10.30144 2.8672 15.58528l0.2048 5.30432V921.6a81.92 81.92 0 0 1-77.824 81.8176L921.6 1003.52H409.6a40.96 40.96 0 0 1-3.072-81.8176L409.6 921.6h512l-0.02048-335.93344-2.64192-0.08192a40.98048 40.98048 0 0 1-35.28704-26.17344l-0.98304-2.90816a40.96 40.96 0 0 1 27.4432-51.01568 72.54016 72.54016 0 0 1 90.3168 48.57856z m-489.5744 71.72096a40.96 40.96 0 0 1-27.36128 48.5376l-2.94912 0.8192-81.92 19.61984a40.96 40.96 0 0 1-21.99552-78.848l2.94912-0.8192 81.92-19.61984a40.96 40.96 0 0 1 49.3568 30.3104z" p-id="12125"></path><path d="M385.14688 204.8a20.48 20.48 0 0 1 20.43904 19.29216l43.7248 757.76a20.48 20.48 0 0 1-19.2512 21.62688L428.8512 1003.52H42.16832a20.48 20.48 0 0 1-20.33664-18.08384L21.7088 982.4256l43.74528-758.35392A20.48 20.48 0 0 1 85.89312 204.8h299.25376z m-57.99936 81.92H143.872L107.25376 921.6h256.512l-36.61824-634.88zM440.05376 7.29088a40.96 40.96 0 1 1 9.3184 81.38752c-21.52448 2.4576-31.58016 8.6016-35.96288 18.1248-24.6784 53.73952-89.02656 80.65024-133.36576 53.6576a40.96 40.96 0 0 1 39.69024-71.59808 12.73856 12.73856 0 0 0 2.80576-0.6144l1.55648-0.59392c6.0416-2.51904 11.50976-7.72096 14.86848-15.03232 17.5104-38.13376 53.1456-59.84256 101.08928-65.3312z" p-id="12126"></path><path d="M255.73376 7.29088a40.96 40.96 0 1 1 9.3184 81.38752c-21.52448 2.4576-31.58016 8.6016-35.96288 18.1248-24.6784 53.73952-89.02656 80.65024-133.36576 53.6576a40.96 40.96 0 0 1 39.69024-71.59808 12.73856 12.73856 0 0 0 2.80576-0.6144l1.55648-0.59392c6.0416-2.51904 11.50976-7.72096 14.86848-15.03232 17.5104-38.13376 53.1456-59.84256 101.08928-65.3312z" p-id="12127"></path><path d="M102.4 327.68h286.72v81.92H102.4z" p-id="12128"></path><path d="M696.32 163.84a102.4 102.4 0 0 1 102.4 102.4v220.2624a163.84 163.84 0 1 1-204.8 0V266.24a102.4 102.4 0 0 1 102.4-102.4z m0 61.44a40.96 40.96 0 0 0-40.96 40.96v254.27968a102.42048 102.42048 0 1 0 81.92 0V266.24a40.96 40.96 0 0 0-40.96-40.96z" p-id="12129"></path><path d="M614.4 327.68m20.48 0l61.44 0q20.48 0 20.48 20.48l0 0q0 20.48-20.48 20.48l-61.44 0q-20.48 0-20.48-20.48l0 0q0-20.48 20.48-20.48Z" p-id="12130"></path><path d="M614.4 409.6m20.48 0l61.44 0q20.48 0 20.48 20.48l0 0q0 20.48-20.48 20.48l-61.44 0q-20.48 0-20.48-20.48l0 0q0-20.48 20.48-20.48Z" p-id="12131"></path><path d="M696.32 552.96a61.44 61.44 0 1 1 0 122.88 61.44 61.44 0 0 1 0-122.88z m0 40.96a20.48 20.48 0 1 0 0 40.96 20.48 20.48 0 0 0 0-40.96zM601.6 803.67616a20.48 20.48 0 0 1 28.79488 3.19488c13.96736 17.46944 24.064 20.6848 35.69664 14.39744l12.0832-6.5536 7.9872-4.15744c7.33184-3.64544 13.04576-5.9392 19.51744-7.80288a111.69792 111.69792 0 0 1 27.36128-3.9936l8.6016-0.14336 9.728 0.14336 10.99776 0.45056a20.48 20.48 0 1 1-1.98656 40.89856l-9.25696-0.36864-4.11648-0.1024-7.39328-0.06144-6.3488 0.18432a70.71744 70.71744 0 0 0-16.32256 2.37568 55.7056 55.7056 0 0 0-6.00064 2.08896l-4.58752 2.048-5.55008 2.80576-15.21664 8.192c-30.9248 16.75264-61.82912 6.88128-87.18336-24.82176a20.48 20.48 0 0 1 3.19488-28.7744z" p-id="12132"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.1 KiB |
1
src/assets/icons/分布式光伏.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg t="1706671612143" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="14248" width="128" height="128"><path d="M327.5 375.8H213c-11.6 0-21 9.4-21 21s9.4 21 21 21h114.5c11.6 0 21-9.4 21-21s-9.4-21-21-21zM511 375.8H396.5c-11.6 0-21 9.4-21 21s9.4 21 21 21H511c11.6 0 21-9.4 21-21s-9.4-21-21-21zM694.5 375.8H580c-11.6 0-21 9.4-21 21s9.4 21 21 21h114.5c11.6 0 21-9.4 21-21s-9.4-21-21-21zM327.5 507.9H213c-11.6 0-21 9.4-21 21s9.4 21 21 21h114.5c11.6 0 21-9.4 21-21s-9.4-21-21-21zM511 507.9H396.5c-11.6 0-21 9.4-21 21s9.4 21 21 21H511c11.6 0 21-9.4 21-21s-9.4-21-21-21zM694.5 507.9H580c-11.6 0-21 9.4-21 21s9.4 21 21 21h114.5c11.6 0 21-9.4 21-21s-9.4-21-21-21zM327.5 639.9H213c-11.6 0-21 9.4-21 21s9.4 21 21 21h114.5c11.6 0 21-9.4 21-21s-9.4-21-21-21zM511 639.9H396.5c-11.6 0-21 9.4-21 21s9.4 21 21 21H511c11.6 0 21-9.4 21-21s-9.4-21-21-21zM694.5 639.9H580c-11.6 0-21 9.4-21 21s9.4 21 21 21h114.5c11.6 0 21-9.4 21-21s-9.4-21-21-21z" p-id="14249"></path><path d="M759.8 249.1h-612c-27.3 0-49.5 22.2-49.5 49.5v462c0 27.3 22.2 49.5 49.5 49.5H449v61H286.6c-11.6 0-21 9.4-21 21s9.4 21 21 21h366.6c11.6 0 21-9.4 21-21s-9.4-21-21-21H490.9v-60.4-0.6h268.9c27.3 0 49.5-22.2 49.5-49.5v-462c-0.1-27.3-22.3-49.5-49.5-49.5z m7.4 511.4c0 4.1-3.3 7.5-7.5 7.5h-612c-4.1 0-7.5-3.3-7.5-7.5v-462c0-4.1 3.3-7.5 7.5-7.5h612c4.1 0 7.5 3.3 7.5 7.5v462z" p-id="14250"></path><path d="M941.7 179.4c0-27.3-22.2-49.5-49.5-49.5h-631c-27.3 0-49.5 22.2-49.5 49.5v35.2h42v-35.2c0-4.1 3.3-7.5 7.5-7.5h631c4.1 0 7.5 3.3 7.5 7.5v476.4c0 4.1-3.3 7.5-7.5 7.5h-41.3v42h41.3c27.3 0 49.5-22.2 49.5-49.5V179.4z" p-id="14251"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
1
src/assets/icons/前置管理.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685621520594" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="200601" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M256 910.222222a28.444444 28.444444 0 0 1-5.12-56.433778L256 853.333333h227.555556v-113.777777h-341.333334a28.444444 28.444444 0 0 1-28.444444-28.444445v-568.888889a28.444444 28.444444 0 0 1 28.444444-28.444444h739.555556a28.444444 28.444444 0 0 1 28.444444 28.444444v568.888889a28.444444 28.444444 0 0 1-28.444444 28.444445h-341.333334v113.777777h227.555556a28.444444 28.444444 0 0 1 5.12 56.433778L768 910.222222h-512zM853.333333 170.666667H170.666667v512h682.666666V170.666667z m-85.333333 56.888889a28.444444 28.444444 0 0 1 5.12 56.433777L768 284.444444h-512a28.444444 28.444444 0 0 1-5.12-56.433777L256 227.555556h512z" p-id="200602"></path></svg>
|
||||||
|
After Width: | Height: | Size: 986 B |
1
src/assets/icons/区域 (1).svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633672099011" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="23569" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M798.875 258.875c-16.875-39.375-39.375-73.125-67.5-101.25S669.5 107 630.125 90.125C590.75 67.625 551.375 62 512 62S433.25 67.625 393.875 84.5c-39.375 16.875-73.125 39.375-101.25 67.5-28.125 33.75-50.625 67.5-67.5 106.875-16.875 39.375-22.5 78.75-22.5 118.125s5.625 78.75 22.5 118.125c16.875 39.375 39.375 73.125 67.5 101.25l185.625 185.625c5.625 11.25 22.5 16.875 33.75 16.875s28.125-5.625 33.75-16.875l185.625-185.625c28.125-28.125 50.625-67.5 67.5-101.25 16.875-39.375 22.5-78.75 22.5-118.125s-5.625-78.75-22.5-118.125z m-106.875 303.75l-168.75 174.375c-5.625 5.625-11.25 5.625-16.875 0L332 562.625C281.375 512 253.25 444.5 253.25 377c0-67.5 28.125-135 73.125-185.625 50.625-50.625 112.5-78.75 180-78.75s135 28.125 180 78.75c50.625 50.625 73.125 112.5 73.125 185.625 11.25 67.5-16.875 135-67.5 185.625z" p-id="23570"></path><path d="M512 242c-78.75 0-140.625 61.875-140.625 140.625S433.25 523.25 512 523.25s140.625-61.875 140.625-140.625S590.75 242 512 242z m0 230.625c-50.625 0-90-39.375-90-90S461.375 298.25 512 298.25s90 39.375 90 90S562.625 472.625 512 472.625zM866.375 753.875c16.875 11.25 39.375 33.75 39.375 67.5s-22.5 50.625-39.375 67.5c-22.5 16.875-50.625 28.125-84.375 39.375-73.125 22.5-168.75 33.75-270 33.75s-196.875-11.25-270-33.75c-33.75-11.25-67.5-22.5-84.375-39.375-16.875-16.875-39.375-39.375-39.375-67.5s22.5-50.625 39.375-67.5c22.5-16.875 50.625-28.125 84.375-39.375l67.5-16.875c16.875 0 33.75 11.25 33.75 28.125 0 11.25-11.25 22.5-22.5 28.125-22.5 5.625-45 11.25-61.875 16.875-73.125 22.5-90 45-90 56.25s16.875 33.75 90 56.25c67.5 22.5 157.5 33.75 253.125 33.75s185.625-11.25 253.125-33.75c73.125-22.5 90-45 90-56.25s-16.875-33.75-90-56.25c-16.875-5.625-39.375-11.25-61.875-16.875-11.25 0-22.5-11.25-22.5-28.125s16.875-28.125 33.75-28.125l67.5 16.875c33.75 11.25 61.875 28.125 84.375 39.375z" p-id="23571"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
1
src/assets/icons/区域 .svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685605456274" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="62747" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M302.4 424c0 1.6 1.6 3.2 1.6 3.2l179.2 257.6 4.8 4.8c3.2 4.8 6.4 8 9.6 11.2 16 9.6 38.4 3.2 51.2-14.4L712 424l3.2-4.8s0-1.6 1.6-1.6c22.4-36.8 35.2-80 35.2-126.4 0-136-110.4-246.4-246.4-246.4S259.2 155.2 259.2 291.2c3.2 48 17.6 94.4 43.2 132.8z m206.4-310.4c97.6 0 176 78.4 176 176 0 33.6-9.6 64-25.6 91.2l-3.2 6.4-139.2 222.4-150.4-216-6.4-12.8c-16-25.6-25.6-57.6-25.6-91.2-1.6-96 76.8-176 174.4-176z m0 0" p-id="62748"></path><path d="M513.6 401.6c56 0 100.8-44.8 100.8-100.8S569.6 200 513.6 200s-100.8 44.8-100.8 100.8 44.8 100.8 100.8 100.8z m0-134.4c19.2 0 33.6 14.4 33.6 33.6 0 19.2-14.4 33.6-33.6 33.6-17.6 0-33.6-14.4-33.6-33.6 0-19.2 16-33.6 33.6-33.6z m440 155.2H782.4c-19.2 0-33.6 14.4-33.6 33.6 0 19.2 14.4 33.6 33.6 33.6h104c17.6 0 33.6 16 33.6 33.6v339.2c0 19.2-14.4 33.6-33.6 33.6H140.8c-19.2 0-33.6-14.4-33.6-33.6V524.8c0-19.2 14.4-33.6 33.6-33.6h104c19.2 0 33.6-14.4 33.6-33.6 0-19.2-14.4-33.6-33.6-33.6H73.6C54.4 424 40 438.4 40 457.6v473.6c0 19.2 14.4 33.6 33.6 33.6h880c19.2 0 33.6-14.4 33.6-33.6V456c1.6-17.6-14.4-33.6-33.6-33.6z m0 0" p-id="62749"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
1
src/assets/icons/区域.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633664697339" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4993" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M331.585353 377.917166H139.330795a27.99979 27.99979 0 0 0-27.487794 23.039827l-43.199676 236.798224 438.71671 55.039587c-73.27945-93.823296-151.262866-211.838411-175.774682-314.877638zM864.157359 737.562468l104.319217 13.087902-12.351907-67.679492-9.503929-52.159609a1838.994208 1838.994208 0 0 1-82.463381 106.751199zM814.173734 795.770032a2044.304668 2044.304668 0 0 1-40.671695 44.479666l-23.263826 24.543816-46.463651 49.087632-46.495652-49.087632-23.263825-24.575816a2105.904206 2105.904206 0 0 1-67.903491-75.551433l-246.782149-30.975768L400.416837 1023.99232h584.411617a28.127789 28.127789 0 0 0 27.455794-33.27975l-31.743762-174.078695zM251.649953 725.178561L57.123412 700.794744 4.227808 990.71257A28.159789 28.159789 0 0 0 31.683602 1023.99232h302.269733l-81.919385-293.213801a29.887776 29.887776 0 0 1-0.383997-5.599958zM703.774562 438.396712a127.99904 127.99904 0 1 0-127.99904-127.99904 128.159039 128.159039 0 0 0 127.99904 127.99904z m0-191.99856a63.99952 63.99952 0 1 1-63.99952 63.99952 64.06352 64.06352 0 0 1 63.99952-63.99952z" p-id="4994"></path><path d="M703.774562 820.793844l23.231825-24.575816c30.015775-31.679762 293.245801-314.65364 293.245801-479.740402a316.477626 316.477626 0 1 0-632.955253 0c0 165.086762 263.230026 448.02864 293.213801 479.740402z m0-756.794324a252.798104 252.798104 0 0 1 252.478106 252.478106c0 107.775192-165.086762 313.405649-252.478106 410.524921-87.423344-97.119272-252.478106-302.749729-252.478107-410.524921A252.766104 252.766104 0 0 1 703.774562 63.99952z" p-id="4995"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
1
src/assets/icons/区域报告.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685618235368" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="197511" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M745.887162 718.362593c40.856783-50.605068 63.220496-113.682206 63.077139-178.622988 0-156.97606-127.301134-284.277194-284.277195-284.277194S240.409912 382.763545 240.409912 539.739605s127.301134 284.420552 284.420551 284.420552c65.084138 0.143357 128.161277-22.220356 178.622988-63.220496m-178.766345-19.066498c-111.675206 0-202.133557-90.458351-202.133557-202.133558s90.458351-202.133557 202.133557-202.133557 202.133557 90.458351 202.133558 202.133557-90.458351 202.133557-202.133558 202.133558z" p-id="197512"></path><path d="M463.616968 946.157077c0-27.237855-22.076998-49.458211-49.458211-49.458211H235.392412c-23.367213 0-45.300854-7.311214-61.643567-20.50007-15.339213-12.328713-24.083998-29.101498-24.083998-45.874282V193.675486c0-16.772785 8.744785-33.545569 24.083998-45.874282 16.342713-13.188856 38.132997-20.50007 61.643567-20.50007h540.313034c23.367213 0 45.300854 7.311214 61.643567 20.50007 15.339213 12.328713 24.083998 29.101498 24.083998 45.874282v248.867983c0 27.381212 22.076998 49.458211 49.458211 49.458211 27.237855 0 49.458211-22.076998 49.458211-49.458211V193.675486c0-44.727425-19.49657-86.587708-54.762425-117.696206-34.692426-30.678426-80.853423-47.594568-129.738205-47.594568H235.679126c-48.884782 0-94.902422 16.916142-129.738205 47.594568-35.265855 31.251855-54.762425 72.825423-54.762425 117.696206v636.649028c0 44.727425 19.49657 86.587708 54.762425 117.696206 34.835783 30.678426 80.853423 47.594568 129.594848 47.594568h178.622988c27.381212 0 49.458211-22.220356 49.458211-49.458211z" p-id="197513"></path><path d="M761.656447 711.051379l197.402772 197.402772c18.349713 18.349713 18.349713 48.02464 0 66.374352l-3.440571 3.440572c-18.349713 18.349713-48.02464 18.349713-66.374353 0L691.841523 780.866303c-18.349713-18.349713-18.349713-48.02464 0-66.374353l3.440571-3.440571c18.349713-18.349713 48.167997-18.349713 66.374353 0z" p-id="197514"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
1
src/assets/icons/区域暂态评估.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685616458348" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="156953" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M845.312 1023.488H154.624c-68.096 0-122.88-55.808-122.88-124.928V128.512C31.744 59.904 87.04 3.584 154.624 3.584H880.64c68.096 0 122.88 56.32 122.88 124.928v693.248c0 18.944-14.848 33.28-32.768 33.28-18.432 0-32.768-15.36-32.768-33.28V128.512c0-31.744-25.088-57.344-56.832-57.344H154.624c-31.232 0-56.832 25.6-56.832 57.344v770.56c0 31.744 25.088 57.344 56.832 57.344H844.8c18.432 0 32.768 15.36 32.768 33.28 1.024 19.456-13.824 33.792-32.256 33.792z m0 0" p-id="156954"></path><path d="M238.592 896v-329.728c0-15.36 15.36-27.648 33.28-27.648 18.944 0 33.28 12.8 33.28 27.648V896c0 15.36-15.36 27.648-33.28 27.648s-33.28-12.288-33.28-27.648z m115.2-38.912M754.688 576V896c0 15.36-15.36 27.648-33.28 27.648-18.944 0-33.28-12.8-33.28-27.648v-320c0-15.36 15.36-37.376 33.28-37.376s33.28 21.504 33.28 37.376z m-115.712 0M544.256 896v-237.568c0-11.776 15.36-20.48 33.28-20.48 18.944 0 33.28 9.216 33.28 20.48V896c0 11.776-15.36 27.648-33.28 27.648s-33.28-16.384-33.28-27.648z m115.2 0M396.8 900.096v-203.264c0-9.728 15.36-17.408 33.28-17.408 18.944 0 33.28 8.192 33.28 17.408v203.264c0 9.728-15.36 23.552-33.28 23.552-18.432 0-33.28-13.824-33.28-23.552z m115.2 0M492.544 544.256c-3.584 0-7.68 0-11.264-4.096-3.584-3.584-3.584-11.264-3.584-15.36l19.456-105.984c0-3.584 3.584-7.68 3.584-7.68l228.352-229.376c15.36-14.848 34.304-22.528 53.248-22.528s37.888 7.68 52.736 23.04c14.848 15.36 22.528 34.304 22.528 53.248s-7.68 37.888-23.04 52.736l-228.352 229.376c-3.584 3.584-3.584 3.584-7.68 3.584l-105.984 23.04z m38.4-113.152L515.072 506.88l72.192-14.848 194.048-195.584L721.408 235.52l-190.464 195.584z m251.392-237.056c-11.264 0-22.528 3.584-30.208 11.264l-7.68 7.68 59.904 60.928 7.68-7.68c7.68-7.68 11.264-18.944 11.776-30.208 0-11.264-3.584-22.528-11.264-30.208-7.68-7.68-18.944-11.264-30.208-11.776z" p-id="156955"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
1
src/assets/icons/区域概览.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685614366027" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="151102" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M758.6 342.8c0-48.4-39.2-87.6-87.6-87.6-48.4 0-87.6 39.2-87.6 87.6 0 48.4 39.2 87.5 87.6 87.5 48.4 0 87.5-39.2 87.6-87.5z m-136.6 0c0-19.9 12-37.8 30.4-45.4 18.4-7.6 39.5-3.4 53.6 10.7 14 14.1 18.2 35.2 10.6 53.6S691 392 671.1 392c-27.2-0.1-49.1-22.1-49.1-49.2z m0 0" p-id="151103"></path><path d="M657.3 606.6c7.5 7.7 19.9 7.7 27.4 0 16.9-17.1 164.9-170.6 164.9-263.8C847 246.1 767.9 169 671.1 169s-175.9 77.1-178.5 173.8c0 93.2 148 246.6 164.7 263.8zM671 202.7c77.5 0 140.4 62.6 140.8 140 0 54.1-75.4 150.4-126.4 207-7.7 8.5-21 8.5-28.6-0.1C606.4 493.1 531 397 531 342.8c0.4-77.2 62.9-139.6 140-140.1z m0 0" p-id="151104"></path><path d="M838.2 501.4v315.8H649.7l-318.2-448h101.4c10.6 0 19.2-8.6 19.2-19.2s-8.6-19.2-19.2-19.2H166.2c-10.6 0-19.2 8.6-19.2 19.2v486.4c0 10.6 8.6 19.2 19.2 19.2H859c9.7 0 17.6-7.9 17.6-17.6V501.4c0-10.6-8.6-19.2-19.2-19.2s-19.2 8.6-19.2 19.2zM602.6 817.1h-302l197-147.7 105 147.7z m-417.2-448h98.9l191 268.8-238.7 179.2h-51.2v-448z m0 0" p-id="151105"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
1
src/assets/icons/区域稳态超标统计.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685613112226" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="127594" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M895.279 947.042v-663.27H701.352v663.27h-93.436V502.021H413.991v445.021H324.27V320.92H130.343v626.122H0V978h1024v-30.958H895.279z m-601.971-1.55H161.304V351.879h132.003v593.613z m283.648 0H444.953V532.979h132.003v412.513z m287.361 0H732.313V314.73h132.005v630.762z" p-id="127595"></path><path d="M285.221 222.4l150.5 92.454a82.178 82.178 0 0 1 16.697-26.078l-146.96-90.279a82.593 82.593 0 0 1-20.237 23.903z m456.997-57.86a82.617 82.617 0 0 1-15.419-17.36L569.174 286.471a82.43 82.43 0 0 1 14.198 18.44L742.218 164.54zM233.887 217.083c32.307 0 58.593-26.281 58.593-58.585 0-32.306-26.286-58.587-58.593-58.587-32.305 0-58.589 26.282-58.589 58.587-0.001 32.304 26.284 58.585 58.589 58.585z" p-id="127596"></path><path d="M233.887 240.514c19.417 0 37.269-6.795 51.334-18.114a82.6 82.6 0 0 0 20.237-23.904 81.483 81.483 0 0 0 10.454-39.999c0-45.225-36.795-82.018-82.025-82.018-45.228 0-82.023 36.793-82.023 82.018 0 45.224 36.795 82.017 82.023 82.017z m0-140.604c32.307 0 58.593 26.282 58.593 58.587 0 32.305-26.286 58.585-58.593 58.585-32.305 0-58.589-26.281-58.589-58.585-0.001-32.306 26.284-58.587 58.589-58.587zM795.22 160.604c32.307 0 58.593-26.281 58.593-58.586s-26.286-58.587-58.593-58.587-58.592 26.282-58.592 58.587 26.285 58.586 58.592 58.586z" p-id="127597"></path><path d="M742.218 164.54c14.308 12.146 32.809 19.495 53.002 19.495 45.229 0 82.023-36.792 82.023-82.017S840.448 20 795.22 20c-45.227 0-82.024 36.793-82.024 82.018 0 16.678 5.017 32.2 13.604 45.162a82.61 82.61 0 0 0 15.418 17.36zM795.22 43.431c32.307 0 58.593 26.282 58.593 58.587s-26.286 58.586-58.593 58.586-58.592-26.281-58.592-58.586 26.285-58.587 58.592-58.587zM511.928 403.718c32.307 0 58.592-26.282 58.592-58.586s-26.285-58.587-58.592-58.587c-32.306 0-58.591 26.282-58.591 58.587s26.285 58.586 58.591 58.586z" p-id="127598"></path><path d="M429.904 345.131c0 45.224 36.796 82.017 82.023 82.017 45.23 0 82.025-36.793 82.025-82.017a81.474 81.474 0 0 0-10.581-40.22 82.444 82.444 0 0 0-14.198-18.44c-14.793-14.437-34.991-23.357-57.246-23.357-23.414 0-44.551 9.876-59.509 25.662a82.178 82.178 0 0 0-16.697 26.078 81.552 81.552 0 0 0-5.817 30.277z m82.024-58.587c32.307 0 58.592 26.282 58.592 58.587s-26.285 58.586-58.592 58.586c-32.306 0-58.591-26.282-58.591-58.586s26.285-58.587 58.591-58.587z" p-id="127599"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.6 KiB |
1
src/assets/icons/区域统计.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685614422522" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="152106" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M288.692043 160.976014a13.466667 13.466667 0 0 0-13.466667 13.414063v405.630742a13.466667 13.466667 0 1 0 26.933334 0V174.390077a13.414063 13.414063 0 0 0-13.466667-13.414063zM518.730071 239.461434a13.466667 13.466667 0 0 0-13.414063 13.466667v204.156777a13.466667 13.466667 0 0 0 26.88073 0V252.928101a13.466667 13.466667 0 0 0-13.466667-13.466667z m253.131258-107.312504a13.466667 13.466667 0 0 0-13.414063 13.466667v246.503133a13.466667 13.466667 0 1 0 26.88073 0V145.615597a13.466667 13.466667 0 0 0-13.466667-13.466667zM975.544669 47.351011L774.964975 0.848926a33.771876 33.771876 0 0 0-21.567709 2.209375L517.888405 110.476013 301.685273 20.417677a34.192709 34.192709 0 0 0-25.197397 0L43.504015 110.94945A33.561459 33.561459 0 0 0 22.146722 142.038514v639.403666a33.561459 33.561459 0 0 0 45.765627 31.562501l220.358861-85.902607 153.025526 63.86146a291.532301 291.532301 0 0 1-1.209896-26.302084 274.909384 274.909384 0 0 1 3.682291-45.397397l-142.031254-59.232294a33.561459 33.561459 0 0 0-12.99323-2.630208 34.823959 34.823959 0 0 0-12.204167 2.261979l-187.165631 72.541148V165.289556l198.896361-77.538544 217.518236 90.742191a33.666668 33.666668 0 0 0 26.985938-0.473438l238.244279-108.995837 163.546359 37.664585v473.700536a279.90678 279.90678 0 0 1 66.070835 147.554692 31.194272 31.194272 0 0 0 1.209896-8.837501V79.965595a33.666668 33.666668 0 0 0-26.302084-32.614584z m-203.68334 84.797919a13.466667 13.466667 0 0 0-13.414063 13.466667v246.503133a13.466667 13.466667 0 1 0 26.88073 0V145.615597a13.466667 13.466667 0 0 0-13.466667-13.466667zM518.730071 239.461434a13.466667 13.466667 0 0 0-13.414063 13.466667v204.156777a13.466667 13.466667 0 0 0 26.88073 0V252.928101a13.466667 13.466667 0 0 0-13.466667-13.466667zM275.225376 174.390077v405.630742a13.466667 13.466667 0 1 0 26.933334 0V174.390077a13.466667 13.466667 0 0 0-26.933334 0z m13.466667-13.414063a13.466667 13.466667 0 0 0-13.466667 13.414063v405.630742a13.466667 13.466667 0 1 0 26.933334 0V174.390077a13.414063 13.414063 0 0 0-13.466667-13.414063zM518.730071 239.461434a13.466667 13.466667 0 0 0-13.414063 13.466667v204.156777a13.466667 13.466667 0 0 0 26.88073 0V252.928101a13.466667 13.466667 0 0 0-13.466667-13.466667z m253.131258-107.312504a13.466667 13.466667 0 0 0-13.414063 13.466667v246.503133a13.466667 13.466667 0 1 0 26.88073 0V145.615597a13.466667 13.466667 0 0 0-13.466667-13.466667z" p-id="152107"></path><path d="M694.375389 536.569776a244.083341 244.083341 0 0 0-220.09584 242.978654 250.50105 250.50105 0 0 0 21.988542 101.368232l198.107298-113.572399z m-172.383859 387.114075a243.662508 243.662508 0 0 0 393.7422 0L718.888932 810.111452z m251.868758-345.609386a20.252605 20.252605 0 0 0-4.839584-37.875001l-22.041146-3.629688h-3.682292v24.408334a20.726042 20.726042 0 0 0 30.563022 17.096355z m0 98.895837l95.423961-54.918752a20.042188 20.042188 0 0 0 2.419792-32.982814 35.770834 35.770834 0 0 0-8.521876-6.102083 20.410417 20.410417 0 0 0-22.041146-1.209896l-88.059378 51.289064a19.516146 19.516146 0 0 0-9.784375 17.096355v9.731771a19.93698 19.93698 0 0 0 19.621355 20.2 19.621355 19.621355 0 0 0 10.941667-3.103645z m-20.778647 96.476044l3.682292 2.419792a18.727084 18.727084 0 0 0 19.568751 0l149.185421-85.429169a18.727084 18.727084 0 0 0 8.416667-25.039584 13.151042 13.151042 0 0 0-1.104688-1.841146c-1.209896-2.419792-3.629688-6.102084-4.839583-8.521876a20.305209 20.305209 0 0 0-26.933334-7.364583l-147.975526 85.534377a19.410938 19.410938 0 0 0-9.784375 17.043751v6.102084a21.041667 21.041667 0 0 0 9.784375 17.306771z m167.544276 61.07344a19.568751 19.568751 0 0 0 0 34.192709l18.358855 10.994271 1.209896 1.209896c0-1.209896 1.209896-1.209896 1.209896-2.419792 2.419792-6.102084 6.154688-13.414063 8.574479-19.56875 6.102084-16.885938-13.466667-32.719793-29.353126-24.197918z m40.347397-90.373961a20.147396 20.147396 0 0 0-30.563021-14.623959l-96.633858 56.391668a19.463542 19.463542 0 0 0 0 34.140105l8.57448 4.892188a18.727084 18.727084 0 0 0 19.56875 0l89.427087-51.289064a19.673959 19.673959 0 0 0 9.784375-19.516147c1.2625-2.472396 0-6.102084 0-9.784375z" p-id="152108"></path></svg>
|
||||||
|
After Width: | Height: | Size: 4.3 KiB |
1
src/assets/icons/区域配置.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685674677738" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="77339" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M603.022222 967.111111H512c-250.311111 0-455.111111-62.577778-455.111111-142.222222 0-56.888889 113.777778-108.088889 273.066667-130.844445l51.2 51.2c-159.288889 17.066667-250.311111 56.888889-267.377778 79.644445 22.755556 28.444444 159.288889 85.333333 398.222222 85.333333h56.888889c5.688889 17.066667 17.066667 39.822222 34.133333 56.888889z m125.155556-415.288889c-102.4 28.444444-176.355556 113.777778-187.733334 221.866667-17.066667 11.377778-28.444444 22.755556-28.444444 22.755555s-284.444444-227.555556-284.444444-455.111111c0-159.288889 125.155556-284.444444 284.444444-284.444444s284.444444 125.155556 284.444444 284.444444c0 73.955556-28.444444 142.222222-68.266666 210.488889zM512 113.777778C386.844444 113.777778 284.444444 216.177778 284.444444 341.333333c0 153.6 153.6 312.888889 227.555556 381.155556 73.955556-68.266667 227.555556-227.555556 227.555556-381.155556 0-125.155556-102.4-227.555556-227.555556-227.555555z m0 170.666666c-34.133333 0-56.888889 22.755556-56.888889 56.888889s22.755556 56.888889 56.888889 56.888889 56.888889-22.755556 56.888889-56.888889-22.755556-56.888889-56.888889-56.888889z m0-56.888888c62.577778 0 113.777778 51.2 113.777778 113.777777s-51.2 113.777778-113.777778 113.777778-113.777778-51.2-113.777778-113.777778 51.2-113.777778 113.777778-113.777777z m403.911111 648.533333l22.755556 22.755555-39.822223 39.822223-28.444444-22.755556c-17.066667 11.377778-34.133333 17.066667-51.2 22.755556v28.444444h-56.888889v-34.133333c-17.066667-5.688889-34.133333-11.377778-51.2-22.755556l-28.444444 22.755556-34.133334-45.511111 22.755556-17.066667c-11.377778-17.066667-17.066667-34.133333-22.755556-51.2H625.777778v-56.888889h34.133333c5.688889-17.066667 11.377778-34.133333 22.755556-51.2l-22.755556-22.755555 39.822222-39.822223 28.444445 22.755556c17.066667-11.377778 34.133333-17.066667 51.2-22.755556V625.777778h56.888889v34.133333c17.066667 5.688889 34.133333 11.377778 51.2 22.755556l28.444444-22.755556 34.133333 45.511111-22.755555 17.066667c11.377778 17.066667 17.066667 34.133333 22.755555 51.2h17.066667v56.888889h-34.133333c0 11.377778-5.688889 28.444444-17.066667 45.511111z m-34.133333-79.644445c0-45.511111-39.822222-85.333333-85.333334-85.333333s-85.333333 39.822222-85.333333 85.333333 39.822222 85.333333 85.333333 85.333334 85.333333-39.822222 85.333334-85.333334z" p-id="77340"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.6 KiB |
1
src/assets/icons/历史.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633670863576" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="20142" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M640.37558 431.263467a40.117532 40.117532 0 0 1-27.079334-10.029383L413.711525 241.708129a40.117532 40.117532 0 0 1 1.002939-60.176297L614.299185 10.029383a40.195761 40.195761 0 1 1 52.152791 61.179236L501.970096 212.622919l165.484818 148.434867a40.117532 40.117532 0 0 1-27.079334 70.205681z" p-id="20143"></path><path d="M542.087627 1024h-26.076395A445.304603 445.304603 0 0 1 70.706628 578.695397a406.19001 406.19001 0 0 1 122.358472-290.852106l13.038198-13.038198a40.145614 40.145614 0 1 1 53.15573 60.176298l-11.032321 10.029383a324.952008 324.952008 0 0 0-98.287953 233.684623c0 201.590597 163.478942 365.06954 365.069539 365.069539h26.076396c182.53477 0 330.969638-148.434868 330.969638-330.969637 0-198.581783-161.473066-361.057786-361.057787-361.057787h-33.096964a40.117532 40.117532 0 0 1 0-80.235063h34.099902a440.289912 440.289912 0 0 1 441.292851 441.29285 411.204701 411.204701 0 0 1-411.204702 411.204701z" p-id="20144"></path><path d="M657.425531 684.003918H482.914268a40.117532 40.117532 0 0 1-40.117532-40.117532V403.181195a40.117532 40.117532 0 1 1 80.235064 0v200.587659h134.393731a40.117532 40.117532 0 0 1 0 80.235064z" p-id="20145"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/icons/变压器运行.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633670768744" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18232" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M604.498728 445.557252h-91.195929l-93.801527 216.264631h91.195929l-59.928753 182.391857 200.631043-260.559796h-106.829516z" p-id="18233"></path><path d="M888.508906 213.659033h-119.857507v-23.450382h26.05598V39.083969h-26.05598V0h-88.59033v39.083969h-26.05598V192.814249h26.05598v23.450382H557.597964v-26.05598h26.05598V39.083969h-26.05598V0h-88.59033v39.083969h-26.05598V192.814249h26.05598v23.450382h-122.463105v-26.05598h26.05598V39.083969h-26.05598V0H255.348601v39.083969h-26.05598V192.814249h26.05598v23.450382H135.491094C65.139949 213.659033 10.422392 270.982188 10.422392 338.727735v560.203563c0 67.745547 54.717557 125.068702 125.068702 125.068702h753.017812c67.745547 0 125.068702-54.717557 125.068702-125.068702V338.727735c0-67.745547-54.717557-125.068702-125.068702-125.068702z m-182.391858-190.208651h39.08397v5.211196h-39.08397V23.450382z m-26.055979 39.083969h91.195928v13.02799h-91.195928v-13.02799z m0 57.323155v-10.422391h91.195928v13.027989h-91.195928z m0 33.872774h91.195928v13.02799h-91.195928v-13.02799z m26.055979 49.506361v-5.211196h39.08397v5.211196h-39.08397zM492.458015 23.450382H531.541985v5.211196h-39.08397V23.450382z m-26.055979 39.083969H557.597964v13.02799h-91.195928v-13.02799z m0 57.323155v-10.422391H557.597964v13.027989h-91.195928z m0 33.872774H557.597964v13.02799h-91.195928v-13.02799z m26.055979 49.506361v-5.211196H531.541985v5.211196h-39.08397zM278.798982 23.450382h39.08397v5.211196h-39.08397V23.450382z m-26.055979 39.083969h91.195928v13.02799H252.743003v-13.02799z m0 57.323155v-10.422391h91.195928v13.027989H252.743003z m0 33.872774h91.195928v13.02799H252.743003v-13.02799z m26.055979 49.506361v-5.211196h39.08397v5.211196h-39.08397z m654.005089 695.694657c0 23.450382-18.239186 41.689567-41.689567 41.689567h-755.62341c-23.450382 0-41.689567-18.239186-41.689567-41.689567V338.727735c0-23.450382 18.239186-41.689567 41.689567-41.689567h753.017812c23.450382 0 41.689567 18.239186 41.689567 41.689567v560.203563z" p-id="18234"></path><path d="M810.340967 346.544529h-599.287532c-18.239186 0-31.267176 13.02799-31.267175 31.267176V859.847328c0 18.239186 13.02799 31.267176 31.267175 31.267176h599.287532c18.239186 0 31.267176-13.02799 31.267175-31.267176V377.811705c2.605598-18.239186-13.02799-31.267176-31.267175-31.267176z m20.844784 513.302799c0 10.422392-7.816794 20.844784-20.844784 20.844784h-599.287532c-7.816794-2.605598-18.239186-10.422392-18.239186-20.844784V377.811705c0-10.422392 7.816794-20.844784 20.844784-20.844784h599.287532c10.422392 0 20.844784 7.816794 20.844784 20.844784V859.847328z" p-id="18235"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.9 KiB |
1
src/assets/icons/变压器运行评价.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633670768744" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18232" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M604.498728 445.557252h-91.195929l-93.801527 216.264631h91.195929l-59.928753 182.391857 200.631043-260.559796h-106.829516z" p-id="18233"></path><path d="M888.508906 213.659033h-119.857507v-23.450382h26.05598V39.083969h-26.05598V0h-88.59033v39.083969h-26.05598V192.814249h26.05598v23.450382H557.597964v-26.05598h26.05598V39.083969h-26.05598V0h-88.59033v39.083969h-26.05598V192.814249h26.05598v23.450382h-122.463105v-26.05598h26.05598V39.083969h-26.05598V0H255.348601v39.083969h-26.05598V192.814249h26.05598v23.450382H135.491094C65.139949 213.659033 10.422392 270.982188 10.422392 338.727735v560.203563c0 67.745547 54.717557 125.068702 125.068702 125.068702h753.017812c67.745547 0 125.068702-54.717557 125.068702-125.068702V338.727735c0-67.745547-54.717557-125.068702-125.068702-125.068702z m-182.391858-190.208651h39.08397v5.211196h-39.08397V23.450382z m-26.055979 39.083969h91.195928v13.02799h-91.195928v-13.02799z m0 57.323155v-10.422391h91.195928v13.027989h-91.195928z m0 33.872774h91.195928v13.02799h-91.195928v-13.02799z m26.055979 49.506361v-5.211196h39.08397v5.211196h-39.08397zM492.458015 23.450382H531.541985v5.211196h-39.08397V23.450382z m-26.055979 39.083969H557.597964v13.02799h-91.195928v-13.02799z m0 57.323155v-10.422391H557.597964v13.027989h-91.195928z m0 33.872774H557.597964v13.02799h-91.195928v-13.02799z m26.055979 49.506361v-5.211196H531.541985v5.211196h-39.08397zM278.798982 23.450382h39.08397v5.211196h-39.08397V23.450382z m-26.055979 39.083969h91.195928v13.02799H252.743003v-13.02799z m0 57.323155v-10.422391h91.195928v13.027989H252.743003z m0 33.872774h91.195928v13.02799H252.743003v-13.02799z m26.055979 49.506361v-5.211196h39.08397v5.211196h-39.08397z m654.005089 695.694657c0 23.450382-18.239186 41.689567-41.689567 41.689567h-755.62341c-23.450382 0-41.689567-18.239186-41.689567-41.689567V338.727735c0-23.450382 18.239186-41.689567 41.689567-41.689567h753.017812c23.450382 0 41.689567 18.239186 41.689567 41.689567v560.203563z" p-id="18234"></path><path d="M810.340967 346.544529h-599.287532c-18.239186 0-31.267176 13.02799-31.267175 31.267176V859.847328c0 18.239186 13.02799 31.267176 31.267175 31.267176h599.287532c18.239186 0 31.267176-13.02799 31.267175-31.267176V377.811705c2.605598-18.239186-13.02799-31.267176-31.267175-31.267176z m20.844784 513.302799c0 10.422392-7.816794 20.844784-20.844784 20.844784h-599.287532c-7.816794-2.605598-18.239186-10.422392-18.239186-20.844784V377.811705c0-10.422392 7.816794-20.844784 20.844784-20.844784h599.287532c10.422392 0 20.844784 7.816794 20.844784 20.844784V859.847328z" p-id="18235"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.9 KiB |
1
src/assets/icons/台账地图导出.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665119406" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11083" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M607.776 501.888a21.536 21.536 0 0 0 21.92-21.056 21.504 21.504 0 0 0-21.92-21.12 21.472 21.472 0 0 0-21.856 21.12 21.504 21.504 0 0 0 21.856 21.056z m-82.912 12.032a12 12 0 0 0 0-24 11.968 11.968 0 0 0 0 24z m82.912 42.592c-6.688-10.112-14.016-19.296-20.768-27.968l-18.496 6.016-29.6-9.44c-4.256 5.824-9.248 12.096-14.016 19.712-3.84-6.016-8-11.424-11.904-16.576l-3.136 0.608-19.36 49.952 33.792-15.36 45.312 18.4 42.496-18.4 34.08 15.968-19.52-48.704c-6.112 7.744-12.64 16.16-18.88 25.792z m-39.904-170.4a152.16 152.16 0 1 0-0.032 304.32 152.16 152.16 0 0 0 0.032-304.32z m45.056 188.736l-43.328 19.2-46.176-19.2-50.752 19.2 33.6-75.232h0.096c-3.616-5.696-6.08-11.2-6.08-16.896a24.608 24.608 0 0 1 49.152 0 29.056 29.056 0 0 1-4.832 14.912l23.904 7.52 12.352-4c-10.24-13.664-18.08-26.336-18.08-39.552 0-24 20.16-43.456 45.056-43.456s45.056 19.424 45.056 43.456c0 14.72-9.184 27.84-21.056 43.232l31.264 70.016-50.176-19.2z" p-id="11084"></path><path d="M946.752 334.368v67.2l76.928-116.928-76.928-113.344v63.552s-240.672-27.84-271.84 241.728h16.48c97.76-187.744 255.424-142.208 255.424-142.208h-0.064z" p-id="11085"></path><path d="M815.872 134.816H76.32C34.272 134.816 0.32 170.24 0.32 213.92v488.288c0 43.744 39.04 81.056 81.024 81.056h324.224v81.088H202.944v52.736h486.304v-52.736h-202.624v-81.088H810.88c42.016 0 81.024-37.312 81.024-81.056V213.92c0-43.68-34.016-79.104-76.032-79.104z m23.328 595.712l-248.8-2.144 0.128-0.448-25.312 0.16-12.8-0.16 0.064 0.224-499.456 2.368V187.584h786.144v542.944h0.032z" p-id="11086"></path><path d="M267.616 337.248l-43.456 0.096a10.752 10.752 0 1 0 0 21.504l43.456-0.096a10.72 10.72 0 0 0 10.688-10.72 10.72 10.72 0 0 0-10.688-10.784zM342.848 337.248l-43.456 0.096a10.752 10.752 0 1 0 0 21.504l43.456-0.096a10.752 10.752 0 0 0 0-21.504zM418.112 337.248l-43.456 0.096a10.752 10.752 0 1 0 0 21.504l43.456-0.096a10.72 10.72 0 0 0 10.688-10.72 10.688 10.688 0 0 0-10.688-10.784zM267.616 391.008l-43.456 0.064a10.72 10.72 0 1 0 0 21.504l43.456-0.064a10.752 10.752 0 1 0 0-21.504zM342.848 391.008l-43.456 0.064a10.72 10.72 0 1 0 0 21.504l43.456-0.064a10.752 10.752 0 0 0 0-21.504zM418.112 391.008l-43.456 0.064a10.72 10.72 0 1 0 0 21.504l43.456-0.064c5.92 0 10.688-4.768 10.688-10.72s-4.768-10.784-10.688-10.784zM267.616 444.8l-43.456 0.064a10.752 10.752 0 0 0 0 21.536l43.456-0.128c5.92 0 10.688-4.8 10.688-10.72a10.688 10.688 0 0 0-10.688-10.752zM342.848 444.8l-43.456 0.064a10.752 10.752 0 0 0 0 21.536l43.456-0.128a10.72 10.72 0 0 0 0-21.472zM418.112 444.8l-43.456 0.064a10.752 10.752 0 0 0 0 21.536l43.456-0.128c5.92 0 10.688-4.8 10.688-10.72a10.656 10.656 0 0 0-10.688-10.752z" p-id="11087"></path><path d="M175.072 285.216v348h292.544V285.216H175.072zM445.888 617.6H196.8V300.832h249.088V617.6z" p-id="11088"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.1 KiB |
1
src/assets/icons/台账操作.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg t="1706672487656" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25912" width="128" height="128"><path d="M809.472 406.016h-2.56c-16.896 0-31.232 5.12-44.544 13.312-11.776-34.304-41.984-59.392-80.896-59.392-16.896 0-33.28 5.12-47.104 13.312-11.776-34.304-41.984-59.392-80.896-59.392-15.36 0-29.184 3.584-41.472 10.24V235.52c0-48.128-36.352-87.552-85.504-87.552-48.64 0-88.064 39.424-88.064 87.552v339.968l-53.76-53.248c-34.304-34.304-95.232-29.184-124.928 0-29.184 29.184-48.64 88.576-6.656 130.56l246.272 244.736c5.12 5.12 10.752 9.216 16.384 12.8 45.056 36.864 96.256 58.368 205.312 58.368 248.832 0 271.872-134.144 271.872-299.52v-175.104c1.024-48.64-34.304-88.064-83.456-88.064z m38.4 262.656c0 139.776-0.512 253.44-225.28 253.44-95.232 0-152.064-20.992-195.584-64l-233.472-231.936c-20.48-20.48-15.36-47.104 1.536-64 16.896-16.896 48.128-17.408 64-1.024 0 0 40.96 40.448 76.288 75.776 26.624 26.624 50.176 49.664 50.176 49.664v-441.856c0-23.04 18.944-41.472 41.984-41.472 23.04 0 38.912 18.432 38.912 41.472v281.088h0.512c-0.512 1.536-0.512 3.072-0.512 4.608 0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04c0-1.536 0-3.072-0.512-4.608h0.512v-115.2c0-23.04 16.896-41.472 39.936-41.472 0 0 40.96-0.512 40.96 41.472v152.064h0.512c-0.512 1.536-0.512 3.072-0.512 4.608 0 12.8 10.24 23.04 23.04 23.04s23.04-10.24 23.04-23.04c0-1.536 0-3.072-0.512-4.608h0.512v-105.984c0-23.04 16.384-41.472 39.424-41.472 0 0 41.984 2.56 41.984 41.472v133.632h0.512c-0.512 1.536-0.512 3.072-0.512 4.608 0 12.8 10.24 23.04 23.04 23.04s22.528-10.24 22.528-23.04c0-1.536 0-3.072-0.512-4.608h0.512v-91.136c0-23.04 17.408-41.472 40.448-41.472 0 0 40.448-1.536 40.448 41.472 0.512 0 0.512 132.608 0.512 169.472z m-543.232-302.592v-77.312c-7.168-16.384-11.776-34.816-11.776-54.272 0-73.216 59.392-133.12 133.12-133.12 73.216 0 133.12 59.392 133.12 133.12 0 10.24-1.024 19.968-3.072 29.184 16.896 0.512 31.744 7.68 43.008 18.944 4.096-15.36 6.656-31.232 6.656-47.616 0-98.816-80.384-179.2-179.2-179.2s-179.2 80.384-179.2 179.2c-0.512 51.712 22.016 98.304 57.344 131.072z" p-id="25913"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
1
src/assets/icons/台账数据.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665110763" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10939" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M628.768 469.6c0 10.848-8.32 19.104-19.168 19.104-1.888 0-3.136-0.64-4.448-0.64a195.456 195.456 0 0 0-27.328 59.776 251.264 251.264 0 0 0 71.296 29.312 18.496 18.496 0 0 1 17.76-12.704 17.6 17.6 0 0 1 11.488 3.744c8.288-8.288 15.872-16.576 22.912-26.016a203.776 203.776 0 0 1-50.272-100.544 236.096 236.096 0 0 0-23.552 20.352c0.64 2.528 1.312 5.056 1.312 7.616z m38.112-111.776a174.72 174.72 0 1 0 0.096 349.536 174.72 174.72 0 0 0-0.096-349.536z m0 314.784a139.584 139.584 0 0 1-139.936-140 139.52 139.52 0 0 1 139.936-139.936 139.584 139.584 0 0 1 140.032 139.936 139.616 139.616 0 0 1-140.032 140z m41.376-141.28c6.4-9.536 10.784-19.712 15.328-29.888a17.376 17.376 0 0 1-5.728-13.376c0-8.896 6.336-16.544 15.232-18.464 2.56-12.704 3.84-25.44 3.84-38.816v-4.448a109.312 109.312 0 0 0-27.328-13.344 180.256 180.256 0 0 0-47.136 20.352 191.68 191.68 0 0 0 45.792 97.984z m-149.504 68.032v-3.168c0-14.624 1.92-29.248 4.48-43.264a210.144 210.144 0 0 1-23.584-17.824c0.64 23.584 7.68 45.12 19.104 64.256z m127.296-16.448c6.304 0 12.672 0.672 18.976 0.672 14.72 0 28.64-1.376 42.048-3.936a186.944 186.944 0 0 1-36.928-28 243.424 243.424 0 0 1-24.8 27.392c0.704 1.184 0.704 2.56 0.704 3.872z m1.856-175.648a116.736 116.736 0 0 0-21.024-1.888c-1.92 0-4.448 0-6.304 0.64 0 4.416 0 8.896 0.64 13.344 8.832-4.448 17.76-8.288 26.688-12.096z m61.088 28.64c0 12.064-1.312 23.52-3.872 34.976a19.2 19.2 0 0 1 10.848 17.184 18.784 18.784 0 0 1-19.072 19.104h-1.856a246.912 246.912 0 0 1-17.888 33.696 186.24 186.24 0 0 0 48.384 35.008c8.224-1.984 15.904-4.48 22.912-7.68a126.976 126.976 0 0 0-39.456-132.288z m-158.496 33.088c0-10.816 8.288-19.104 19.136-19.104 3.2 0 6.336 0.672 9.6 2.528 9.568-8.896 19.648-17.184 30.496-24.768-0.608-7.008-1.248-13.376-1.248-20.384a128.384 128.384 0 0 0-107.552 111.968c8.288 7.68 16.544 14.656 26.112 21.024 5.76-21.632 15.264-41.376 28-59.168-2.56-3.84-4.544-7.648-4.544-12.096z m114.528 127.232c-7.52 0-15.232-0.608-22.816-1.28a20.096 20.096 0 0 1-15.328 7.584 14.496 14.496 0 0 1-8.864-2.528 193.216 193.216 0 0 1-72.512 29.984 126.848 126.848 0 0 0 81.376 29.856 126.4 126.4 0 0 0 110.784-64.864c-4.512-1.28-8.96-3.872-13.408-5.728a262.272 262.272 0 0 1-59.232 6.976z m-55.904-6.336a256.544 256.544 0 0 1-73.824-29.312c-2.528 11.424-3.84 23.584-3.84 35.648 0 7.68 0.672 14.624 1.312 21.632 0.64 0.672 0.64 1.28 1.888 1.888a190.176 190.176 0 0 0 75.072-28.672c-0.608-0.608-0.608-0.608-0.608-1.184z" p-id="10940"></path><path d="M936.64 69.312H87.392c-48.288 0-87.328 40.64-87.328 90.816v560.704c0 50.24 44.864 93.088 93.088 93.088h372.32v92.96H232.768v60.608h558.432V906.88h-232.672v-92.96h372.288c48.224 0 93.024-42.848 93.024-93.088V160.128c0.032-50.176-39.008-90.816-87.2-90.816z m26.688 684.064l-285.632-2.56 0.096-0.448-29.024 0.128-14.688-0.128v0.224l-573.408 2.784V129.888h902.656v623.488z" p-id="10941"></path><path d="M307.008 301.696l-49.856 0.128a12.352 12.352 0 0 0 0 24.736l49.856-0.16a12.352 12.352 0 0 0 0-24.704zM393.408 301.696l-49.856 0.128a12.352 12.352 0 0 0 0 24.736l49.856-0.128a12.352 12.352 0 0 0 0-24.736zM479.84 301.696l-49.888 0.128a12.352 12.352 0 0 0 0 24.736l49.888-0.128a12.384 12.384 0 0 0 0-24.736zM307.008 363.488l-49.856 0.064a12.352 12.352 0 0 0 0 24.736l49.856-0.128a12.352 12.352 0 0 0 0-24.672zM393.408 363.488l-49.856 0.064a12.352 12.352 0 0 0 0 24.736l49.856-0.128a12.352 12.352 0 0 0 0-24.672zM479.84 363.488l-49.888 0.064a12.352 12.352 0 0 0 0 24.736l49.888-0.128a12.32 12.32 0 1 0 0-24.672zM307.008 425.184l-49.856 0.096a12.352 12.352 0 0 0 0 24.704l49.856-0.128a12.352 12.352 0 0 0 0-24.672zM393.408 425.184l-49.856 0.096a12.352 12.352 0 0 0 0 24.704l49.856-0.128a12.352 12.352 0 0 0 0-24.672zM479.84 425.184l-49.888 0.096a12.352 12.352 0 0 0 0 24.704l49.888-0.128a12.352 12.352 0 0 0 0-24.672z" p-id="10942"></path><path d="M200.768 242.016v399.552h335.904V242.016H200.768z m310.976 381.632H225.728V259.936h286.016v363.712z" p-id="10943"></path></svg>
|
||||||
|
After Width: | Height: | Size: 4.2 KiB |
1
src/assets/icons/告警中心.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685668325149" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="29210" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M665.6 819.2H358.4v102.4H153.6v51.2h716.8v-51.2h-204.8zM51.2 51.2v716.8h921.6V51.2H51.2z m870.4 665.6H102.4V102.4h819.2v614.4z" p-id="29211"></path><path d="M204.8 409.6h102.4v51.2h153.6V256h51.2v358.4h204.8V256h51.2v204.8h102.4V409.6h-51.2V204.8h-153.6v358.4h-102.4V204.8H409.6v204.8H358.4V358.4H153.6v153.6h51.2z" p-id="29212"></path></svg>
|
||||||
|
After Width: | Height: | Size: 674 B |
1
src/assets/icons/告警信息.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685612741197" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="115840" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M204.2 852.4c-46.8 0-84.8-38-84.8-84.8V204.4c0-46.8 38-84.8 84.8-84.8h512c46.8 0 84.8 38 84.8 84.8v144.8c0 18.5-15.1 33.6-33.6 33.6s-33.6-15.1-33.6-33.6V204.4c0-9.7-7.9-17.6-17.6-17.6h-512c-9.7 0-17.6 7.9-17.6 17.6v563.2c0 9.7 7.9 17.6 17.6 17.6h123.6c18.5 0 33.6 15.1 33.6 33.6s-15.1 33.6-33.6 33.6H204.2z" p-id="115841"></path><path d="M281 366c-18.5 0-33.6-15.1-33.6-33.6s15.1-33.6 33.6-33.6h358.4c18.5 0 33.6 15.1 33.6 33.6S657.9 366 639.4 366H281zM281 519.6c-18.5 0-33.6-15.1-33.6-33.6s15.1-33.6 33.6-33.6h76.8c18.5 0 33.6 15.1 33.6 33.6s-15.1 33.6-33.6 33.6H281zM673.8 738.3c-18.5 0-33.6-15.1-33.6-33.6v-137c0-18.5 15.1-33.6 33.6-33.6s33.6 15.1 33.6 33.6v137c0 18.5-15.1 33.6-33.6 33.6zM673.8 827.4c-18.5 0-33.6-15.1-33.6-33.6s15.1-33.6 33.6-33.6 33.6 15.1 33.6 33.6-15.1 33.6-33.6 33.6z" p-id="115842"></path><path d="M842.2 506.9c-45.2-45.2-105-70-168.4-70-63.4 0-123.2 24.9-168.4 70-45.2 45.2-70 105-70 168.4 0 63.4 24.9 123.2 70 168.4 45.2 45.2 105 70 168.4 70 63.4 0 123.2-24.9 168.4-70 45.2-45.2 70-105 70-168.4 0-63.5-24.9-123.3-70-168.4zM673.8 854.4c-98.6 0-179.2-80.6-179.2-179.2S575.2 496 673.8 496 853 576.6 853 675.2s-80.6 179.2-179.2 179.2z" p-id="115843"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/icons/告警变电站统计.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685612741197" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="115840" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M204.2 852.4c-46.8 0-84.8-38-84.8-84.8V204.4c0-46.8 38-84.8 84.8-84.8h512c46.8 0 84.8 38 84.8 84.8v144.8c0 18.5-15.1 33.6-33.6 33.6s-33.6-15.1-33.6-33.6V204.4c0-9.7-7.9-17.6-17.6-17.6h-512c-9.7 0-17.6 7.9-17.6 17.6v563.2c0 9.7 7.9 17.6 17.6 17.6h123.6c18.5 0 33.6 15.1 33.6 33.6s-15.1 33.6-33.6 33.6H204.2z" p-id="115841"></path><path d="M281 366c-18.5 0-33.6-15.1-33.6-33.6s15.1-33.6 33.6-33.6h358.4c18.5 0 33.6 15.1 33.6 33.6S657.9 366 639.4 366H281zM281 519.6c-18.5 0-33.6-15.1-33.6-33.6s15.1-33.6 33.6-33.6h76.8c18.5 0 33.6 15.1 33.6 33.6s-15.1 33.6-33.6 33.6H281zM673.8 738.3c-18.5 0-33.6-15.1-33.6-33.6v-137c0-18.5 15.1-33.6 33.6-33.6s33.6 15.1 33.6 33.6v137c0 18.5-15.1 33.6-33.6 33.6zM673.8 827.4c-18.5 0-33.6-15.1-33.6-33.6s15.1-33.6 33.6-33.6 33.6 15.1 33.6 33.6-15.1 33.6-33.6 33.6z" p-id="115842"></path><path d="M842.2 506.9c-45.2-45.2-105-70-168.4-70-63.4 0-123.2 24.9-168.4 70-45.2 45.2-70 105-70 168.4 0 63.4 24.9 123.2 70 168.4 45.2 45.2 105 70 168.4 70 63.4 0 123.2-24.9 168.4-70 45.2-45.2 70-105 70-168.4 0-63.5-24.9-123.3-70-168.4zM673.8 854.4c-98.6 0-179.2-80.6-179.2-179.2S575.2 496 673.8 496 853 576.6 853 675.2s-80.6 179.2-179.2 179.2z" p-id="115843"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/icons/告警策略管理.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685666779836" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2403" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M789.557895 886.568421c-10.778947 0-18.863158 8.084211-18.863158 18.863158v24.252632c0 10.778947-10.778947 21.557895-21.557895 21.557894H118.568421c-10.778947 0-21.557895-10.778947-21.557895-21.557894V231.747368H188.631579c40.421053 0 72.757895-32.336842 72.757895-72.757894V72.757895h485.052631c10.778947 0 21.557895 10.778947 21.557895 21.557894V377.263158c0 10.778947 8.084211 18.863158 18.863158 18.863158s21.557895-8.084211 21.557895-18.863158V94.315789c0-32.336842-26.947368-59.284211-59.284211-59.28421H245.221053 237.136842c-2.694737 0-2.694737 2.694737-2.694737 2.694737s-2.694737 0-2.694737 2.694737L64.673684 199.410526s-2.694737 2.694737-2.694737 5.389474v727.578947c0 32.336842 26.947368 59.284211 59.284211 59.284211H754.526316c32.336842 0 59.284211-26.947368 59.28421-59.284211v-24.252631c-5.389474-13.473684-13.473684-21.557895-24.252631-21.557895zM188.631579 194.021053H123.957895l102.4-97.010527v59.284211c0 21.557895-16.168421 37.726316-37.726316 37.726316z" p-id="2404"></path><path d="M684.463158 328.757895c0-10.778947-8.084211-18.863158-18.863158-18.863158H202.105263c-10.778947 0-18.863158 8.084211-18.863158 18.863158s8.084211 18.863158 18.863158 18.863158h463.494737c10.778947 0 18.863158-8.084211 18.863158-18.863158zM579.368421 479.663158c0-10.778947-8.084211-18.863158-18.863158-18.863158H202.105263c-10.778947 0-18.863158 8.084211-18.863158 18.863158s8.084211 18.863158 18.863158 18.863158h358.4c10.778947 0 18.863158-8.084211 18.863158-18.863158zM487.747368 611.705263H202.105263c-10.778947 0-18.863158 8.084211-18.863158 18.863158s8.084211 18.863158 18.863158 18.863158H485.052632c10.778947 0 18.863158-8.084211 18.863157-18.863158s-5.389474-18.863158-16.168421-18.863158zM487.747368 762.610526H202.105263c-10.778947 0-18.863158 8.084211-18.863158 18.863158s8.084211 18.863158 18.863158 18.863158H485.052632c10.778947 0 18.863158-8.084211 18.863157-18.863158s-5.389474-18.863158-16.168421-18.863158zM754.526316 619.789474c2.694737-21.557895 18.863158-37.726316 40.421052-43.11579 10.778947-2.694737 16.168421-13.473684 13.473685-21.557895-2.694737-10.778947-13.473684-16.168421-21.557895-13.473684-35.031579 8.084211-61.978947 37.726316-67.368421 72.757895-2.694737 10.778947 5.389474 18.863158 16.168421 21.557895h2.694737c5.389474-2.694737 13.473684-8.084211 16.168421-16.168421z" p-id="2405"></path><path d="M945.852632 743.747368h-24.252632v-126.652631c0-75.452632-61.978947-137.431579-134.736842-137.431579-75.452632 0-134.736842 61.978947-134.736842 137.431579v126.652631h-16.168421c-10.778947 0-18.863158 8.084211-18.863158 18.863158s8.084211 18.863158 18.863158 18.863158h86.231579c8.084211 29.642105 35.031579 53.894737 67.368421 53.894737s59.284211-21.557895 67.368421-53.894737h91.621052c10.778947 0 18.863158-8.084211 18.863158-18.863158s-10.778947-18.863158-21.557894-18.863158z m-256-129.347368c0-56.589474 43.115789-99.705263 97.010526-99.705263s97.010526 45.810526 97.010526 99.705263v126.652632h-196.715789v-126.652632z m97.010526 180.547368c-10.778947 0-21.557895-5.389474-26.947369-16.168421h53.894737c-5.389474 10.778947-16.168421 16.168421-26.947368 16.168421z" p-id="2406"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.4 KiB |
1
src/assets/icons/周报.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685618022758" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="192056" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M733.090909 744.727273h-442.181818a34.909091 34.909091 0 1 0 0 69.818182h442.181818a34.909091 34.909091 0 1 0 0-69.818182m-297.681454-229.818182a52.037818 52.037818 0 0 0 50.129454-38.050909L512 381.928727l26.461091 94.929455a52.037818 52.037818 0 0 0 100.119273 0.372363l70.283636-244.736a34.955636 34.955636 0 0 0-29.672727-44.357818c-17.268364-2.048-33.117091 10.146909-37.911273 26.856728l-52.433455 182.574545-43.659636-153.227636a35.025455 35.025455 0 0 0-67.374545 0.186181l-42.658909 153.041455-52.433455-182.574545c-4.794182-16.709818-20.642909-28.904727-37.911273-26.856728a34.955636 34.955636 0 0 0-29.672727 44.357818l70.283636 244.736a52.014545 52.014545 0 0 0 49.989819 37.678546M733.090909 605.090909h-442.181818a34.909091 34.909091 0 1 0 0 69.818182h442.181818a34.909091 34.909091 0 1 0 0-69.818182m139.636364 116.363636a34.909091 34.909091 0 0 0 34.909091-34.90909V93.090909a69.818182 69.818182 0 0 0-69.818182-69.818182H186.181818a69.818182 69.818182 0 0 0-69.818182 69.818182v837.818182a69.818182 69.818182 0 0 0 69.818182 69.818182h651.636364a69.818182 69.818182 0 0 0 69.818182-69.818182v-81.454546a34.909091 34.909091 0 1 0-69.818182 0V930.909091H186.181818V93.090909h651.636364v593.454546a34.909091 34.909091 0 0 0 34.909091 34.90909" p-id="192057"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
1
src/assets/icons/在线用户.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685673267666" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="50447" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M917.333333 874.666667h-810.666666a42.666667 42.666667 0 0 0 0 85.333333h810.666666a42.666667 42.666667 0 0 0 0-85.333333zM279.466667 810.666667h465.066666a213.333333 213.333333 0 0 0 213.333334-213.333334V277.333333a213.333333 213.333333 0 0 0-213.333334-213.333333H279.466667a213.333333 213.333333 0 0 0-213.333334 213.333333V597.333333a213.333333 213.333333 0 0 0 213.333334 213.333334z m-128-533.333334a128 128 0 0 1 128-128h465.066666a128 128 0 0 1 128 128V597.333333a128 128 0 0 1-128 128H279.466667a128 128 0 0 1-128-128z" p-id="50448"></path><path d="M284.16 654.506667a42.666667 42.666667 0 0 0 23.04 6.826666A42.666667 42.666667 0 0 0 341.333333 640a200.533333 200.533333 0 0 1 336.64 0 42.666667 42.666667 0 1 0 70.826667-47.786667 285.866667 285.866667 0 0 0-145.493333-110.933333 158.72 158.72 0 1 0-183.466667 0A285.44 285.44 0 0 0 271.36 597.333333a42.666667 42.666667 0 0 0 12.8 57.173334zM512 277.333333a73.813333 73.813333 0 1 1-73.386667 73.386667A73.386667 73.386667 0 0 1 512 277.333333z" p-id="50449"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
1
src/assets/icons/在线监测点 -谐波.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685605275035" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="58965" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M237.4 877.2c0-20.2 17-37.5 36.8-37.5h169.9V698.3c0-20.2 17-37.5 36.8-37.5h404.9V184.6H135.5v473.3h70.8l175.5-222.2c5.7-8.7 14.2-11.5 25.5-14.4h5.7c8.5 0 17 2.9 22.6 8.7l73.6 60.6 127.4-141.4c-2.8-11.5-5.7-23.1-5.7-34.6 0-57.7 45.3-103.9 101.9-103.9 56.6 0 101.9 46.2 101.9 103.9s-48.1 109.7-104.8 109.7c-17 0-34-2.9-48.1-11.5L537.5 571.3c-5.7 8.7-17 11.5-25.5 11.5s-17-2.9-22.6-8.7l-70.8-60.6-164.2 205c-8.5 8.7-17 14.4-28.3 14.4H101.5c-19.8 0-36.8-17.3-36.8-37.5V147.1c0-20.2 17-37.5 36.8-37.5h821c8.5 0 19.8 2.9 25.5 11.5 5.7 5.8 11.3 17.3 11.3 26v548.3c0 20.2-17 37.5-36.8 37.5H514.8v106.8h161.4c19.8 0 36.8 17.3 36.8 37.5s-17 37.5-36.8 37.5h-402c-19.8 0-36.8-17.3-36.8-37.5zM730 288.5c-17 0-28.3 14.4-28.3 28.9 0 14.4 14.2 28.9 28.3 28.9 17 0 28.3-14.4 28.3-28.9 0-14.5-11.3-28.9-28.3-28.9z" p-id="58966"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/icons/地图类型配置.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685674962011" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="87249" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M375.7 830.8V334.6l240.7-138.8v357.1c23.4-19 50.6-33.5 80.3-42.1V209.5l152.5 121.3V519c30.5 12.6 57.8 31.6 80 55.4V311.5c0-12.2-5.6-23.7-15.1-31.3L681.5 95.3c-6.6-5.2-14.5-8.1-22.5-8.6h-0.1c-0.6 0-1.2 0-1.8-0.1H655c-6.5 0.2-12.9 2-18.7 5.3L338.9 263.5 127.5 95.3c-12-9.6-28.4-11.4-42.3-4.7-13.8 6.7-22.6 20.7-22.6 36v588.6c0 12.2 5.6 23.7 15.1 31.3l232.5 184.9c7.2 5.7 16 8.7 24.9 8.7h0.6c6.9 0 13.8-1.8 20-5.3l194.2-112c-10.9-25.2-17.4-52.7-18.5-81.7l-155.7 89.7z m-80.6-13.6L142.6 695.9V209.5l152.5 121.3v486.4z" p-id="87250"></path><path d="M813 692.7c-5.5-5.5-12-9.8-19.4-13-7.4-3.2-15.4-4.8-23.7-4.8-8.4 0-16.3 1.6-23.6 4.8-7.3 3.2-13.8 7.5-19.2 13-5.5 5.5-9.8 11.9-13 19.3-3.2 7.3-4.8 15.2-4.8 23.6 0 8.4 1.6 16.2 4.8 23.6 3.2 7.3 7.5 13.8 13 19.4 5.5 5.6 11.9 9.9 19.3 13.1 7.4 3.2 15.2 4.8 23.6 4.8s16.3-1.6 23.7-4.8c7.5-3.2 13.9-7.5 19.4-13.1 5.5-5.6 9.8-12.1 13-19.4 3.2-7.4 4.7-15.2 4.7-23.6 0-8.4-1.6-16.2-4.7-23.6-3.3-7.4-7.6-13.8-13.1-19.3z" p-id="87251"></path><path d="M768.9 546.7c-104.1 0-188.5 84.4-188.5 188.5s84.4 188.5 188.5 188.5 188.5-84.4 188.5-188.5S873 546.7 768.9 546.7z m109.7 205.8c3.5 4.7 8 8.1 13.5 10.2 1.3 0.7 2.4 1.5 3.4 2.2 2 1.7 3.5 3.8 4.2 6.4 0.4 2.2 0.3 4.9-0.3 8.1-0.5 3.2-1.5 6.4-2.8 9.6-1.3 3.3-2.9 6.2-4.7 8.8-1.9 2.6-3.9 4.5-6.1 5.6-2.2 1.1-4.2 1.7-5.9 1.7-1.7 0-3.5-0.4-5.6-1.1-1.9-0.6-4.2-1.1-7-1.5-2.8-0.5-5.6-0.5-8.5-0.3-2.9 0.3-5.8 0.9-8.6 1.8-2.9 0.9-5.4 2.5-7.4 4.8-4.5 4.7-7.1 10-7.8 15.9-0.7 6 0.1 11.6 2.5 17 1.9 3.7 1.6 7.4-0.8 11.2-1.1 1.5-2.9 3-5.3 4.6-2.4 1.6-5.1 3-8 4.3-2.9 1.3-5.9 2.3-9.1 3.1-3.2 0.7-5.9 1.1-8.4 1.1-1.7 0-3.2-0.7-4.7-1.9-1.5-1.3-2.5-2.7-3.1-4.2h-0.3c-2-5.8-5.5-10.7-10.5-14.9-4.9-4.2-10.6-6.3-17.2-6.3-6.3 0-12.1 2.1-17.2 6.3-5.1 4.2-8.7 9.1-10.8 14.7-0.9 2.2-2.3 3.9-4.2 4.9-1.8 1-3.9 1.5-6.1 1.5-2.6 0-5.5-0.5-8.8-1.4-3.3-0.9-6.5-2.1-9.8-3.5-3.3-1.4-6.2-3-8.8-4.9-2.6-1.9-4.6-3.7-5.9-5.6-0.9-1.3-1.4-2.9-1.5-4.6-0.1-1.8 0.6-4.2 2.1-7.4 2-4.3 2.8-9.2 2.4-14.7-0.5-5.5-2.8-10.6-7.1-15.2-2.6-2.8-5.8-4.6-9.5-5.4-3.7-0.9-7.3-1.2-10.6-1-3.9 0.2-7.9 0.9-12 2.2-2.6 0.7-5.2 0.5-7.8-0.6-2-0.7-3.9-2.5-5.7-5.1-1.8-2.7-3.3-5.7-4.8-8.9-1.4-3.3-2.5-6.6-3.2-10.1-0.7-3.4-0.9-6.3-0.6-8.5 0.6-4.1 2.4-6.7 5.6-7.8 5.6-2.2 10.6-5.9 15.1-11s6.7-10.8 6.7-17.2c0-6.5-2.2-12.2-6.7-17-4.5-4.8-9.5-8.4-15.1-10.6-1.6-0.5-3-1.9-4.1-4-1.1-2.1-1.7-4.3-1.7-6.6 0-2.4 0.4-5.1 1.1-8.1 0.7-3 1.7-5.9 2.9-8.7 1.2-2.8 2.6-5.3 4.2-7.7 1.6-2.3 3.3-4 5.2-5.2 1.5-0.9 2.9-1.3 4.3-1.1 1.4 0.2 2.9 0.6 4.6 1.1 5.6 2.2 11.4 2.9 17.5 2.1 6-0.8 11.4-3.5 16.1-7.9 2.2-2.2 3.8-5 4.9-8.2 1-3.3 1.7-6.5 1.9-9.6 0.3-3.2 0.3-6 0-8.6-0.3-2.6-0.5-4.5-0.7-5.6-0.4-1.1-0.7-2.4-1-3.9-0.3-1.5-0.1-2.8 0.4-3.9 1.1-2.6 3.1-4.9 6-6.8 2.9-1.9 6-3.6 9.4-4.9 3.4-1.3 6.6-2.3 9.8-2.9 3.2-0.7 5.7-1 7.5-1 2.4 0 4.3 0.8 5.7 2.4 1.4 1.6 2.4 3.2 2.9 4.9 2 5 5.4 9.4 10.1 13.3 4.7 3.8 10.2 5.7 16.5 5.7 6.5 0 12.3-1.8 17.3-5.5 5-3.6 8.6-8.2 10.6-13.8 0.7-1.5 1.9-3 3.5-4.6 1.6-1.6 3.2-2.4 4.9-2.4 2.6 0 5.4 0.4 8.5 1.1 3.1 0.7 6.1 1.8 9.1 3.1s5.8 3 8.3 5c2.5 2 4.5 4.3 6 6.7 0.9 1.5 1.2 3.1 0.8 4.9-0.4 1.8-0.7 3-1.1 3.8-2.4 5.4-3.2 11.1-2.2 17 0.9 5.9 3.7 11.2 8.1 15.6 4.5 4.5 10 6.9 16.5 7.4s12.6-0.6 18.2-3.2c1.5-0.9 3.3-1.3 5.4-1.1 2.1 0.2 3.9 1 5.4 2.5 2.8 2.6 5.2 6.6 7.4 11.9s3.6 10.7 4.3 16.1c0.4 3.2-0.1 5.6-1.5 7.4-1.4 1.8-2.8 2.9-4.4 3.5-5.8 2-10.7 5.6-14.8 10.7-4.1 5.1-6.1 10.9-6.1 17.4 0 6.1 1.7 11.6 5.1 16.4z" p-id="87252"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.6 KiB |
1
src/assets/icons/地理信息图概览.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685614091196" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="144231" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M512 0C229.2 0 0 229.2 0 512s229.2 512 512 512 512-229.2 512-512S794.8 0 512 0zM337.6 924.8c-53.3-22.6-101.3-54.9-142.4-96-41.2-41.2-73.5-89.1-96-142.4C75.8 631.2 64 572.5 64 512c0-29 2.7-57.6 8.1-85.5 6.5 2.5 13.8 3.9 20.9 3.9 9.7 0 19.3-2.4 27.1-7.6 8-5.3 17.3-8.1 26.5-8.1 7.9 0 15.8 2.1 22.8 6.4 8.1 5 13.8 11.6 13.8 22.8 0 81.6 2.8 168.7 76.9 169.9 2.2 0 41.2 14.9 59.8 63.3 2.2 5.6 6.4 7.4 12.2 7.4 11.5 0 29-7.4 47.6-7.4 13.9 0 0 23.6 0 74.5C379.8 802 489 880.1 489 880.1c-0.6 32 0.9 58.5 3.3 79.4-53.5-2.2-105.5-13.9-154.7-34.7z m491.2-96c-41.2 41.2-89.1 73.5-142.4 96-24.4 10.3-49.4 18.4-75 24.1-1.5-0.3-3.2-0.4-5-0.4-3.5 0-7.5 0.5-12 1.7 15.5-65.5 22.9-102.4 54.9-130.2 44-38.2 9.7-80.4-24-80.4-1.9 0-3.9 0.1-5.8 0.4-1.5 0.2-2.8 0.3-4 0.3-22.2 0-7.5-34.9-31.1-36.9-24.8-2.1-57.3-51.4-93.4-68.5-19-9-37.5-33.2-67-34.5h-1.7c-18.6 0-42.3 11.1-54.4 11.1-4.8 0-7.8-1.8-7.8-6.7 0-57.1-5.9-97.7-6.8-113.8-0.4-5.5-2-7.1-1.1-7.1 1.2 0 7.2 3.2 27.8 3.7h0.5c18.6 0 9.7-38.5 28.1-40 0.8-0.1 1.6-0.1 2.4-0.1 16.4 0 47.5 11.8 63.8 11.8 3.4 0 6.1-0.5 7.9-1.7 0.2-0.1 0.4-0.2 0.7-0.2 8.8 0 43.4 86.3 62.8 86.3 8 0 13.4-14.7 13.4-56 0-17.1-9-46.9 0-63.3 35.1-64.2 67.9-116.7 65.1-124.1-0.9-2.3-11.3-4.4-25-4.4-11.7 0-25.7 1.5-38.3 5.6-9.4 3.1 2.8 17.7-10.2 20.8-8.7 2-17.2 2.9-25.2 2.9-38.2 0-65.8-20.3-53.3-39.8 15.9-23.9 72.8-10.6 77.9-58.6 2.3-22.2 4.3-47.2 5.8-68.5 0.5-7.7 6.7-13.7 14.4-14.2 37.2-2.7 41-47 6.2-75.3 37.5 5.4 74.1 15.6 109.2 30.5 53.3 22.6 101.3 54.9 142.4 96 37.4 37.4 67.4 80.3 89.6 127.8-5.7-3.5-11.6-5.2-17.4-5.2-28.3 0-54.2 38.4-38 82-133 102-98.9 173.4-55.5 214 12.8 12 25.4 27.4 36.4 42.7 10.6 14.6 17.2 31.5 21 49.2 1.4 6.4 6.4 9.6 13.7 9.6 11 0 27-7.3 43.1-21.7-22.2 50.3-53.4 95.8-92.7 135.1z" p-id="144232"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
1
src/assets/icons/大屏.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685675699393" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="97636" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M975.7 33.9H48.3C20.6 33.9 2 53.4 2 82.6v731.2c0 29.3 18.5 48.8 46.3 48.8h927.3c27.8 0 46.3-19.5 46.3-48.8V82.6c0.1-29.3-18.4-48.7-46.2-48.7z m-17.4 765H65.8V97.6h892.5v701.3zM781.7 926.4H242.3c-29.5 0-49.1 12.8-49.1 31.9s19.6 31.9 49.1 31.9h539.3c29.5 0 49.1-12.8 49.1-31.9s-19.6-31.9-49-31.9z" p-id="97637"></path></svg>
|
||||||
|
After Width: | Height: | Size: 654 B |
1
src/assets/icons/套餐流量管理.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685667837195" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8472" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M943.616 785.408c0-22.016 18.432-39.936 40.448-39.936s39.936 18.432 39.936 40.448-18.432 39.936-40.448 39.936c-7.168 0-13.824-2.048-19.968-5.632-12.288-7.168-19.968-20.48-19.968-34.816m-45.568 128c0 22.016 18.432 39.936 40.448 39.936s39.936-18.432 39.936-40.448-18.432-39.936-40.448-39.936c-7.168 0-13.824 2.048-19.968 5.632-12.288 7.168-19.968 20.48-19.968 34.816m-114.176 68.608c0 22.016 17.92 39.936 40.448 39.936s39.936-17.92 39.936-40.448c0-22.016-17.92-39.936-40.448-39.936-7.168 0-13.824 2.048-19.968 5.632-12.288 7.168-19.968 20.48-19.968 34.816m-374.784-218.624c-19.968 0-36.864-16.896-37.376-37.888v-336.896l-64 64c-13.824 14.848-37.376 14.848-52.224 0-14.848-13.824-14.848-37.888 0-52.736l128.512-128c10.24-10.752 26.624-13.824 40.448-7.68 13.824 5.12 22.528 19.456 22.528 34.304v427.52c-0.512 20.48-17.408 37.376-37.888 37.376m300.544-190.976c14.848-14.848 38.4-14.848 51.712-1.024 14.848 13.824 14.848 37.888 0 52.736l-127.488 128c-7.168 6.656-16.384 10.752-26.112 10.752-4.608 0-9.728-1.024-13.824-2.56-13.824-5.12-22.528-19.456-22.528-34.304v-427.52c0-20.48 16.896-37.376 37.376-37.888 20.992 0 37.376 17.408 37.376 37.888v337.92l63.488-64m235.52 77.824c0 20.48 16.384 36.864 36.864 36.864s36.864-16.384 36.864-36.864V236.032c0-130.048-105.472-236.032-235.008-236.032h-548.864c-130.048 0-235.008 105.984-235.008 236.032v551.936c0 130.048 105.472 236.032 235.008 236.032h451.584c20.48 0 36.864-16.384 36.864-36.864s-16.384-36.864-36.864-36.864h-451.584c-88.064 0-160.768-72.704-160.768-161.28V236.032c0-88.576 72.704-161.28 160.768-161.28h549.376c88.064 0 160.768 72.704 160.768 161.28v414.208z" p-id="8473"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
1
src/assets/icons/子流程.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665211432" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13074" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M212.992 526.336 212.992 526.336 212.992 526.336 215.04 526.336 212.992 526.336Z" p-id="13075"></path><path d="M813.056 768l96.256 0c20.48 0 38.912 16.384 38.912 38.912l0 96.256c0 20.48-16.384 38.912-38.912 38.912l-96.256 0c-20.48 0-38.912-16.384-38.912-38.912l0-38.912-18.432 0c-53.248 0-96.256-43.008-96.256-96.256L659.456 614.4l-96.256 0 0 192.512c0 20.48-16.384 38.912-38.912 38.912L120.832 845.824c-20.48 0-38.912-16.384-38.912-38.912L81.92 401.408c0-20.48 16.384-38.912 38.912-38.912l192.512 0L313.344 190.464 120.832 190.464C98.304 190.464 81.92 174.08 81.92 151.552L81.92 112.64c0-20.48 16.384-38.912 38.912-38.912l788.48 0c20.48 0 38.912 16.384 38.912 38.912l0 38.912c0 20.48-16.384 38.912-38.912 38.912L331.776 190.464l0 174.08 192.512 0c20.48 0 38.912 16.384 38.912 38.912L563.2 593.92l96.256 0 0-153.6c0-53.248 43.008-96.256 96.256-96.256l18.432 0 0-38.912c0-20.48 16.384-38.912 38.912-38.912l96.256 0c20.48 0 38.912 16.384 38.912 38.912l0 96.256c0 20.48-16.384 38.912-38.912 38.912l-96.256 0c-20.48 0-38.912-16.384-38.912-38.912l0-38.912-18.432 0c-43.008 0-77.824 34.816-77.824 77.824L677.888 593.92l96.256 0 0-38.912c0-20.48 16.384-38.912 38.912-38.912l96.256 0c20.48 0 38.912 16.384 38.912 38.912l0 96.256c0 20.48-16.384 38.912-38.912 38.912l-96.256 0c-20.48 0-38.912-16.384-38.912-38.912L774.144 614.4l-96.256 0 0 153.6c0 43.008 34.816 77.824 77.824 77.824l18.432 0 0-38.912C774.144 784.384 792.576 768 813.056 768z" p-id="13076"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
1
src/assets/icons/字典树配置.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685675043177" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="89274" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M224.256 812.032h651.776c16.384 0 29.696-13.312 29.696-29.696v-670.72c0-16.384-13.312-29.696-29.696-29.696H204.8c-3.072 0-5.632 0.512-8.192 1.024-27.136 7.168-53.248 32.768-60.416 59.392-0.512 3.072-1.024 5.632-1.024 8.704v684.544c0 52.736 41.984 88.064 89.6 88.064H906.24V870.4H224.256c-17.92 0-29.696-11.776-29.696-29.184s11.776-29.184 29.696-29.184z m0-668.672h591.872c16.384 0 30.208 13.312 30.208 30.208v547.328c0 16.384-13.312 30.208-30.208 30.208H224.256c-16.384 0-30.208-13.312-30.208-30.208V173.568c0.512-16.896 13.824-30.208 30.208-30.208z" p-id="89275"></path><path d="M587.264 668.16c-7.68 0-15.36-3.584-20.48-9.216-6.656-7.68-27.648-27.648-45.056-27.648-17.408 0-38.4 20.48-44.544 27.136-5.12 5.632-12.288 9.216-19.968 9.216-3.584 0-7.168-0.512-10.24-2.048l-0.512-0.512-52.736-31.232-0.512-0.512c-9.728-7.168-13.312-20.992-8.704-32.256 0 0 4.608-11.776 4.608-22.528 0-32.768-25.088-58.88-55.808-58.88h-2.048c-8.704 0-15.872-8.192-18.432-20.992 0-1.024-4.608-25.088-4.608-44.544 0-18.944 4.096-43.52 4.608-44.544 2.048-12.8 9.728-21.504 18.432-20.992h2.048c30.72 0 55.808-26.624 55.808-58.88 0-10.752-4.608-22.528-4.608-22.528-4.608-11.264-1.024-25.088 8.704-32.256l0.512-0.512 55.296-32.256h0.512c3.072-1.536 6.656-2.048 10.24-2.048 7.68 0 15.36 3.072 19.968 8.704 6.656 7.168 27.136 26.112 44.032 26.112 16.384 0 37.376-18.432 43.52-25.6 5.12-5.12 12.288-8.704 19.968-8.704 3.584 0 7.168 0.512 10.24 2.048l0.512 0.512 53.76 31.744 0.512 0.512c9.728 7.168 13.312 20.992 8.704 32.256 0 0-4.608 11.776-4.608 22.528 0 32.256 25.088 58.88 55.808 58.88h2.048c8.704 0 16.384 8.192 18.432 20.992 0 1.024 4.608 25.088 4.608 44.544 0 18.944-4.096 43.52-4.608 44.544-2.56 12.8-9.728 21.504-18.432 20.992h-2.048c-30.72 0-55.808 26.624-55.808 58.88 0 10.752 4.608 22.528 4.608 22.528 4.608 11.264 1.024 25.088-8.704 32.256l-0.512 0.512-54.272 31.744-0.512 0.512c-2.56 1.024-6.144 1.536-9.728 1.536z m-10.24-53.248c0.512 0.512 1.024 0.512 1.536 0.512l43.52-25.6c-1.024-2.56-6.144-15.36-6.144-28.16 0-39.424 29.184-71.68 66.048-73.728 0.512-3.072 3.584-20.48 3.584-33.28s-3.072-30.208-3.584-33.28c-36.864-2.048-66.048-34.304-66.048-73.728 0-13.312 4.608-25.6 6.144-28.16l-43.008-25.6c-0.512 0-1.024 0-1.536 0.512-0.512 1.024-7.168 7.68-15.872 14.336-13.312 9.728-25.6 14.848-37.376 14.848s-24.064-5.12-37.376-15.36c-9.216-6.656-15.36-13.824-15.872-14.336-0.512-0.512-1.024-0.512-1.536-0.512l-44.544 26.112c1.024 2.56 6.144 15.36 6.144 28.16 0 39.424-29.184 71.68-66.048 73.728-0.512 3.072-3.584 20.48-3.584 33.28s3.072 30.208 3.584 33.28c36.864 2.048 66.048 34.304 66.048 73.728 0 13.312-4.608 26.112-6.144 28.16l41.984 25.088c0.512 0 1.024 0 1.536-0.512 1.024-1.024 7.168-8.192 16.384-14.848 13.312-10.752 26.624-15.872 38.4-15.872s25.088 5.632 38.4 16.384c8.192 6.656 14.336 13.824 15.36 14.848z m-54.784-67.584c-48.64 0-88.064-41.984-88.064-93.184S473.6 360.96 522.24 360.96s88.064 41.984 88.064 93.184-39.424 93.184-88.064 93.184z m0-145.408c-27.136 0-49.152 23.04-49.152 51.712s22.016 51.712 49.152 51.712 49.152-23.04 49.152-51.712c-0.512-28.16-22.016-51.712-49.152-51.712z" p-id="89276"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.4 KiB |
1
src/assets/icons/字典管理.svg
Normal file
|
After Width: | Height: | Size: 11 KiB |
1
src/assets/icons/安全监督-线.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633670831635" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="19127" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M334.628571 462.628571h252.342858v73.142858H334.628571zM334.628571 298.057143h362.057143v73.142857H334.628571zM334.628571 629.028571h142.628572v73.142858h-142.628572z" p-id="19128"></path><path d="M186.514286 133.485714h658.285714v369.371429h73.142857V96.914286c0-20.114286-16.457143-36.571429-36.571428-36.571429h-731.428572c-20.114286 0-36.571429 16.457143-36.571428 36.571429v804.571428c0 20.114286 16.457143 36.571429 36.571428 36.571429h365.714286v-73.142857h-329.142857v-731.428572z" p-id="19129"></path><path d="M980.114286 618.057143c0-14.628571-9.142857-27.428571-23.771429-32.914286 0 0-173.714286-69.485714-181.028571-71.314286-9.142857-3.657143-18.285714-3.657143-27.428572 0l-181.028571 73.142858c-12.8 5.485714-21.942857 18.285714-23.771429 32.914285 0 16.457143-3.657143 159.085714 29.257143 223.085715 34.742857 65.828571 153.6 111.542857 177.371429 118.857142 3.657143 1.828571 7.314286 1.828571 12.8 1.828572s7.314286 0 12.8-1.828572c23.771429-7.314286 142.628571-53.028571 177.371428-118.857142 32.914286-65.828571 29.257143-208.457143 27.428572-224.914286z m-93.257143 190.171428c-14.628571 27.428571-76.8 62.171429-124.342857 78.628572-45.714286-18.285714-109.714286-51.2-124.342857-78.628572-16.457143-31.085714-21.942857-107.885714-21.942858-162.742857l146.285715-58.514285c12.8 5.485714 29.257143 12.8 51.2 21.942857l-53.028572 118.857143-40.228571-87.771429-42.057143 107.885714h-25.6v54.857143h62.171429l9.142857-23.771428 38.4 82.285714 49.371428-109.714286 7.314286 18.285714h53.028571v-54.857142h-16.457142l-40.228572-106.057143c7.314286 3.657143 14.628571 5.485714 23.771429 9.142857l67.657143 27.428571c1.828571 54.857143-3.657143 131.657143-20.114286 162.742857z" p-id="19130"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
1
src/assets/icons/审核 (1).svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665186603" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12236" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M482.283364 1024H162.112276A141.726506 141.726506 0 0 1 20.543697 882.431421V141.568579A141.726506 141.726506 0 0 1 162.112276 0h640.355337a141.726506 141.726506 0 0 1 141.568579 141.568579v328.751799a23.031051 23.031051 0 0 1-46.062102 0v-328.751799A95.611762 95.611762 0 0 0 802.467613 46.062102H162.112276A95.611762 95.611762 0 0 0 66.605799 141.568579v740.862842a95.611762 95.611762 0 0 0 95.506477 95.506477h320.171088a23.031051 23.031051 0 0 1 0 46.062102z" p-id="12237"></path><path d="M773.619576 264.370142H196.895743a23.031051 23.031051 0 0 1 0-46.062102h576.736994a23.031051 23.031051 0 0 1 0 46.062102zM768.44746 455.554185H191.723627a23.031051 23.031051 0 1 1 0-46.062102H768.460621a23.031051 23.031051 0 0 1 0 46.062102zM512.973884 634.183015H193.421345a23.031051 23.031051 0 0 1 0-46.062102h319.526218a23.031051 23.031051 0 0 1 0 46.062102zM418.836109 819.089451h-223.730207a23.031051 23.031051 0 1 1 0-46.062102h223.730207a23.031051 23.031051 0 0 1 0 46.062102zM788.846391 738.336007a107.522106 107.522106 0 1 1 107.522106-107.522106 107.640551 107.640551 0 0 1-107.522106 107.522106z m0-168.96895a61.460004 61.460004 0 1 0 61.460004 61.460004 61.525807 61.525807 0 0 0-61.460004-61.460004zM940.943451 1004.259099h-299.535267a62.578655 62.578655 0 0 1-62.512852-62.512852v-14.924121a62.578655 62.578655 0 0 1 62.512852-62.512852h299.535267a62.578655 62.578655 0 0 1 62.512852 62.512852v14.924121a62.578655 62.578655 0 0 1-62.512852 62.512852z m-299.535267-93.887723a16.463911 16.463911 0 0 0-16.45075 16.45075v14.924121a16.463911 16.463911 0 0 0 16.45075 16.450751h299.535267a16.463911 16.463911 0 0 0 16.45075-16.450751v-14.924121a16.463911 16.463911 0 0 0-16.45075-16.45075z" p-id="12238"></path><path d="M651.791898 894.23648a23.031051 23.031051 0 0 1-19.977791-34.467613l93.887723-164.310097a23.033683 23.033683 0 0 1 39.995065 22.859963l-93.887724 164.310097a23.01789 23.01789 0 0 1-20.017273 11.60765zM921.768456 894.23648a23.01789 23.01789 0 0 1-20.017274-11.60765l-93.887723-164.310097a23.033683 23.033683 0 0 1 39.995065-22.859963l93.887723 164.310097a23.031051 23.031051 0 0 1-19.977791 34.467613z" p-id="12239"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.5 KiB |
1
src/assets/icons/审核.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665176959" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12095" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M185.6 745.6v-92.8c0-51.2 41.6-92.8 92.8-92.8h140.8v-73.6c-54.4-32-92.8-92.8-92.8-160 0-102.4 83.2-185.6 185.6-185.6 102.4 0 185.6 83.2 185.6 185.6 0 70.4-38.4 128-92.8 160v73.6h140.8c51.2 0 92.8 41.6 92.8 92.8v92.8H185.6z m512 140.8H326.4v-92.8h374.4v92.8z" p-id="12096"></path></svg>
|
||||||
|
After Width: | Height: | Size: 663 B |
1
src/assets/icons/审核管理.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685672457048" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="44534" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M482.283364 1024H162.112276A141.726506 141.726506 0 0 1 20.543697 882.431421V141.568579A141.726506 141.726506 0 0 1 162.112276 0h640.355337a141.726506 141.726506 0 0 1 141.568579 141.568579v328.751799a23.031051 23.031051 0 0 1-46.062102 0v-328.751799A95.611762 95.611762 0 0 0 802.467613 46.062102H162.112276A95.611762 95.611762 0 0 0 66.605799 141.568579v740.862842a95.611762 95.611762 0 0 0 95.506477 95.506477h320.171088a23.031051 23.031051 0 0 1 0 46.062102z" p-id="44535"></path><path d="M773.619576 264.370142H196.895743a23.031051 23.031051 0 0 1 0-46.062102h576.736994a23.031051 23.031051 0 0 1 0 46.062102zM768.44746 455.554185H191.723627a23.031051 23.031051 0 1 1 0-46.062102H768.460621a23.031051 23.031051 0 0 1 0 46.062102zM512.973884 634.183015H193.421345a23.031051 23.031051 0 0 1 0-46.062102h319.526218a23.031051 23.031051 0 0 1 0 46.062102zM418.836109 819.089451h-223.730207a23.031051 23.031051 0 1 1 0-46.062102h223.730207a23.031051 23.031051 0 0 1 0 46.062102zM788.846391 738.336007a107.522106 107.522106 0 1 1 107.522106-107.522106 107.640551 107.640551 0 0 1-107.522106 107.522106z m0-168.96895a61.460004 61.460004 0 1 0 61.460004 61.460004 61.525807 61.525807 0 0 0-61.460004-61.460004zM940.943451 1004.259099h-299.535267a62.578655 62.578655 0 0 1-62.512852-62.512852v-14.924121a62.578655 62.578655 0 0 1 62.512852-62.512852h299.535267a62.578655 62.578655 0 0 1 62.512852 62.512852v14.924121a62.578655 62.578655 0 0 1-62.512852 62.512852z m-299.535267-93.887723a16.463911 16.463911 0 0 0-16.45075 16.45075v14.924121a16.463911 16.463911 0 0 0 16.45075 16.450751h299.535267a16.463911 16.463911 0 0 0 16.45075-16.450751v-14.924121a16.463911 16.463911 0 0 0-16.45075-16.45075z" p-id="44536"></path><path d="M651.791898 894.23648a23.031051 23.031051 0 0 1-19.977791-34.467613l93.887723-164.310097a23.033683 23.033683 0 0 1 39.995065 22.859963l-93.887724 164.310097a23.01789 23.01789 0 0 1-20.017273 11.60765zM921.768456 894.23648a23.01789 23.01789 0 0 1-20.017274-11.60765l-93.887723-164.310097a23.033683 23.033683 0 0 1 39.995065-22.859963l93.887723 164.310097a23.031051 23.031051 0 0 1-19.977791 34.467613z" p-id="44537"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.4 KiB |
1
src/assets/icons/审计列表.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685673222371" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="49459" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M918.764335 161.280677 811.054238 161.280677l0-20.906253c0-12.507629-10.304119-22.811747-23.687733-22.811747L661.856742 117.562677c-6.96273-27.435506-21.421007-51.628962-40.891366-70.909675-27.841891-27.173613-66.791639-44.277908-109.12793-44.277908-42.589152 0-80.7171 17.104295-109.100838 44.277908-19.750313 19.280713-34.217621 43.474169-40.891366 70.909675L236.326449 117.562677c-13.356522 0-23.398748 10.304119-23.398748 22.811747l0 20.906253L104.928618 161.280677c-21.709992 0-38.940718 17.655172-38.940718 38.308563l0 783.71807c0 21.213299 17.239757 38.308563 38.940718 38.308563l813.835717 0c21.709992 0 39.256795-17.095264 39.256795-38.308563L958.021131 199.598271C958.021131 178.93585 940.474328 161.280677 918.764335 161.280677L918.764335 161.280677zM436.132428 79.245083 436.132428 79.245083c19.217497-19.289743 46.210495-30.713678 75.705018-30.713678 29.512585 0 56.514613 11.432966 75.73211 30.713678 11.125919 10.602134 20.039298 23.642579 25.584196 38.308563L411.081048 117.553647C416.373084 102.887662 425.033601 89.856248 436.132428 79.245083L436.132428 79.245083zM259.698104 163.439033 259.698104 163.439033l504.287715 0 0 72.562307L259.698104 236.001341 259.698104 163.439033 259.698104 163.439033zM879.796525 945.034871 879.796525 945.034871 144.465367 945.034871 144.465367 238.159697l68.462334 0 0 20.662422c0 13.040444 10.042226 22.793686 23.398748 22.793686l551.049087 0c13.383614 0 23.687733-9.753241 23.687733-22.793686l0-20.662422 68.742288 0L879.805556 945.034871 879.796525 945.034871zM281.949943 565.245471 281.949943 565.245471c-21.700961 0-39.247764 16.851433-39.247764 38.561425 0 20.915284 17.546803 38.064732 39.247764 38.064732 21.737084 0 39.256795-17.149449 39.256795-38.064732C321.197707 582.087874 303.677996 565.245471 281.949943 565.245471L281.949943 565.245471zM281.949943 727.140242 281.949943 727.140242c-21.700961 0-39.247764 16.851433-39.247764 38.03764s17.546803 38.03764 39.247764 38.03764c21.737084 0 39.256795-16.851433 39.256795-38.03764S303.677996 727.140242 281.949943 727.140242L281.949943 727.140242zM740.072317 418.540471 740.072317 418.540471 399.39522 418.540471c-13.356522 0-23.66064 10.611165-23.66064 23.091701 0 12.76049 10.304119 23.091701 23.66064 23.091701L740.072317 464.723873c12.823706 0 23.380686-10.331211 23.380686-23.091701C763.453003 429.142605 752.896023 418.540471 740.072317 418.540471L740.072317 418.540471zM281.949943 403.323609 281.949943 403.323609c-21.700961 0-39.247764 17.402311-39.247764 38.308563 0 21.186207 17.546803 38.868472 39.247764 38.868472 21.737084 0 39.256795-17.682265 39.256795-38.868472C321.197707 420.716889 303.677996 403.323609 281.949943 403.323609L281.949943 403.323609zM740.072317 742.08618 740.072317 742.08618 399.39522 742.08618c-13.356522 0-23.66064 10.602134-23.66064 23.091701 0 12.489567 10.304119 22.811747 23.66064 22.811747L740.072317 787.989629c12.823706 0 23.380686-10.331211 23.380686-22.811747C763.453003 752.688315 752.896023 742.08618 740.072317 742.08618L740.072317 742.08618zM740.072317 580.444272 740.072317 580.444272 399.39522 580.444272c-13.356522 0-23.66064 10.349272-23.66064 23.362625 0 12.516659 10.304119 22.567916 23.66064 22.567916L740.072317 626.374813c12.823706 0 23.380686-10.051257 23.380686-22.567916C763.453003 590.793544 752.896023 580.444272 740.072317 580.444272L740.072317 580.444272z" p-id="49460"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.6 KiB |
1
src/assets/icons/审计管理.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685673166308" class="icon" viewBox="0 0 1108 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="48397" xmlns:xlink="http://www.w3.org/1999/xlink" width="51.9375" height="48"><path d="M112.521881 230.680298h135.03918v45.011522h112.52765v-45.011522h393.845621v45.011522h112.52765v-45.011522h129.406105V416.345613h112.526497V118.153802H866.460828v-118.153802h-112.526496v118.153802H360.088711v-118.153802h-112.52765v118.153802H0v905.846198h641.406682V911.47235H112.521881z" p-id="48398"></path><path d="M264.439516 410.72523h447.441755l-123.872261 90.02189H264.439516z m0 219.427995h243.219139v90.021889h-243.219139z" p-id="48399"></path><path d="M732.806263 879.178516a267.357592 267.357592 0 0 1-53.48421-5.391921 263.988362 263.988362 0 0 1-49.814982-15.461533 265.442208 265.442208 0 0 1-45.079598-24.467298 267.3299 267.3299 0 0 1-39.275755-32.405757 267.358746 267.358746 0 0 1-32.405757-39.275755 265.374131 265.374131 0 0 1-24.468452-45.079598 264.018362 264.018362 0 0 1-15.461533-49.814982 267.346053 267.346053 0 0 1-5.391921-53.48421 267.367976 267.367976 0 0 1 5.391921-53.485365 264.028747 264.028747 0 0 1 15.461533-49.814981 265.411054 265.411054 0 0 1 24.468452-45.080752 267.376053 267.376053 0 0 1 32.405757-39.275755 267.2699 267.2699 0 0 1 39.275755-32.405757 265.451439 265.451439 0 0 1 45.079598-24.468452 263.988362 263.988362 0 0 1 49.814982-15.461533 267.357592 267.357592 0 0 1 53.48421-5.391921 267.358746 267.358746 0 0 1 53.484211 5.391921 263.991824 263.991824 0 0 1 49.814981 15.461533 265.467593 265.467593 0 0 1 45.079599 24.468452 267.277977 267.277977 0 0 1 39.275754 32.405757 267.346053 267.346053 0 0 1 32.405757 39.275755 265.422593 265.422593 0 0 1 24.468453 45.080752 264.031055 264.031055 0 0 1 15.461532 49.814981 267.367976 267.367976 0 0 1 5.391921 53.485365 267.346053 267.346053 0 0 1-5.391921 53.48421 264.014901 264.014901 0 0 1-15.461532 49.814982 265.342977 265.342977 0 0 1-24.468453 45.079598 267.327592 267.327592 0 0 1-32.405757 39.275755 267.337977 267.337977 0 0 1-39.275754 32.405757 265.466439 265.466439 0 0 1-45.079599 24.467298 263.991824 263.991824 0 0 1-49.814981 15.461533 267.358746 267.358746 0 0 1-53.484211 5.391921z m0-438.461374c-95.433426 0-173.076858 77.642279-173.076858 173.076858s77.641125 173.076858 173.076858 173.076858 173.076858-77.641125 173.076858-173.076858-77.641125-173.075704-173.076858-173.075704z" p-id="48400"></path><path d="M900.056348 735.216863m30.279636 34.832737l115.062617 132.364399q30.279636 34.832737-4.553101 65.112373l0 0q-34.832737 30.279636-65.112373-4.5531l-115.062617-132.3644q-30.279636-34.832737 4.553101-65.112373l0 0q34.832737-30.279636 65.112373 4.553101Z" p-id="48401"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.8 KiB |
1
src/assets/icons/客流趋势.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665020857" class="icon" viewBox="0 0 1109 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8362" xmlns:xlink="http://www.w3.org/1999/xlink" width="216.6015625" height="200"><defs><style type="text/css"></style></defs><path d="M51.882667 782.506667h188.842666V1024H51.882667V782.506667z m287.914666-247.552H533.333333v488.96H339.797333v-488.96z m288 94.208h191.914667v394.752H627.797333V629.162667z m287.914667-239.616H1109.333333v634.368h-193.621333V389.546667zM-0.085333 542.890667l448.512-418.474667 257.365333 256.682667 242.944-287.061334L860.672 0H1109.333333v244.224l-86.954666-90.965333-316.586667 389.034666-260.096-271.445333L62.378667 633.088l-62.464-90.197333z" p-id="8363"></path></svg>
|
||||||
|
After Width: | Height: | Size: 857 B |
1
src/assets/icons/工作流.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1712543089013" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5255" width="48" height="48" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M983.964 953.145 846.307 953.145c-21.721 0-39.33-17.575-39.33-39.249L806.977 796.141c0-21.677 17.609-39.249 39.33-39.249l39.33 0L885.637 580.263c0-21.679-17.607-39.251-39.33-39.251L531.664 541.012l0 215.88 39.332 0c21.721 0 39.33 17.572 39.33 39.249l0 117.756c0 21.674-17.609 39.249-39.33 39.249L433.34 953.146c-21.723 0-39.33-17.575-39.33-39.249L394.01 796.141c0-21.677 17.607-39.249 39.33-39.249l39.33 0 0-215.88L177.693 541.012c-21.721 0-39.33 17.572-39.33 39.251l0 176.629 39.33 0c21.721 0 39.33 17.572 39.33 39.249l0 117.756c0 21.674-17.609 39.249-39.33 39.249L40.036 953.146c-21.721 0-39.33-17.575-39.33-39.249L0.706 796.141c0-21.677 17.609-39.249 39.33-39.249l39.33 0L79.366 560.636c0-43.355 35.219-78.502 78.663-78.502L472.67 482.134 472.67 266.257l-39.33 0c-21.723 0-39.33-17.575-39.33-39.253L394.01 109.252c0-21.679 17.607-39.251 39.33-39.251l137.657 0c21.721 0 39.33 17.572 39.33 39.251l0 117.751c0 21.679-17.609 39.253-39.33 39.253l-39.332 0 0 215.878 334.309 0c43.441 0 78.66 35.147 78.66 78.502l0 196.255 39.33 0c21.721 0 39.33 17.572 39.33 39.249l0 117.756C1023.294 935.571 1005.684 953.145 983.964 953.145z" fill="#2c2c2c" p-id="5256"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/icons/市场监督管理.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633670824686" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18986" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M986.5 504.3L807.6 163.8c-0.3-0.6-0.7-1.2-1-1.8v-0.1c-0.3-0.5-0.6-1-1-1.5-0.1-0.1-0.2-0.2-0.2-0.3-0.4-0.5-0.7-1-1.1-1.5v-0.1c-0.4-0.4-0.8-0.9-1.1-1.3l-0.4-0.4-1-1-0.3-0.3c-0.4-0.4-0.9-0.8-1.4-1.2-0.1-0.1-0.2-0.2-0.3-0.2l-1.2-0.9c-0.1-0.1-0.2-0.1-0.3-0.2-1-0.7-2.1-1.4-3.3-2 0 0-0.1 0-0.1-0.1-1.7-0.9-3.6-1.6-5.5-2.2h-0.1c-1.2-0.3-2.5-0.6-3.8-0.8h-0.3c-0.5-0.1-1-0.1-1.6-0.2h-0.5c-0.6 0-1.2-0.1-1.8-0.1H540.7v-67c0-16.6-13.4-30-30-30s-30 13.4-30 30v67.1H242.6c-0.6 0-1.3 0-1.9 0.1h-0.5c-0.5 0-1 0.1-1.5 0.2h-0.3c-1.3 0.2-2.6 0.5-3.8 0.8h-0.1c-1.9 0.5-3.7 1.3-5.5 2.2 0 0-0.1 0-0.1 0.1-1.1 0.6-2.2 1.2-3.3 2-0.1 0.1-0.2 0.1-0.3 0.2l-1.2 0.9c-0.1 0.1-0.2 0.2-0.3 0.2-0.5 0.4-0.9 0.8-1.4 1.2l-0.3 0.3c-0.4 0.3-0.7 0.7-1 1l-0.4 0.4c-0.4 0.4-0.7 0.8-1.1 1.2l-0.1 0.1c-0.4 0.5-0.8 1-1.1 1.5-0.1 0.1-0.1 0.2-0.2 0.3-0.3 0.5-0.7 1-1 1.5 0 0 0 0.1-0.1 0.1-0.4 0.6-0.7 1.2-1 1.8L37.6 502.1c-1.3 2.5-2.3 5.2-2.8 7.9-1 3.5-1.4 7.2-1 10.8 0.2 1.9 4.4 46.7 31.5 91.4 25.7 42.3 77 92.8 175.2 92.8 97.9 0 150.3-50.2 177-92.3 28.2-44.5 33.6-89.2 33.8-91.1 0.7-6-0.4-12-3.2-17.4L292.2 207.8h188.5v699.6H217.4c-16.6 0-30 13.4-30 30s13.4 30 30 30h584.4c16.6 0 30-13.4 30-30s-13.4-30-30-30h-261V207.8h190.5L576 502.1c-1.3 2.5-2.3 5.2-2.8 7.9-1 3.5-1.4 7.2-1 10.8 0.2 1.9 4.4 46.7 31.5 91.4 25.7 42.3 77 92.8 175.2 92.8 97.9 0 150.3-50.2 177-92.3 28.2-44.5 33.6-89.2 33.8-91.1 0.7-5.9-0.4-12-3.2-17.3z m-620.8 77.9c-27.2 41.7-69.3 62.8-125.3 62.8-55.7 0-97-21-122.9-62.3-7.4-11.9-12.6-23.9-16.3-34.5h223.1c16.6 0 30-13.4 30-30s-13.4-30-30-30H112.8l129.8-246.1L390.3 523c-2.8 12.3-9.4 36.1-24.6 59.2z m538.5 0C877 623.9 834.8 645 778.9 645c-55.7 0-97-21-122.9-62.3-7.4-11.9-12.6-23.9-16.2-34.5h223.1c16.6 0 30-13.4 30-30s-13.4-30-30-30H651.2l129.8-246 147.7 280.9c-2.7 12.2-9.4 36-24.5 59.1z" p-id="18987"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
1
src/assets/icons/干扰源用户管理.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg t="1706671867709" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18296" width="128" height="128"><path d="M516.87619 402.285714m-92.647619 0a92.647619 92.647619 0 1 0 185.295239 0 92.647619 92.647619 0 1 0-185.295239 0Z" p-id="18297"></path><path d="M516.87619 536.380952c-80.457143 0-146.285714 65.828571-146.285714 146.285715 0 0 65.828571 321.828571 146.285714 321.828571s146.285714-321.828571 146.285715-321.828571c0-80.457143-65.828571-146.285714-146.285715-146.285715zM516.87619 19.504762C319.390476 19.504762 160.914286 180.419048 160.914286 375.466667h41.447619c0-173.104762 141.409524-314.514286 314.514285-314.514286 173.104762 0 314.514286 141.409524 314.514286 314.514286h41.447619c0-195.047619-158.47619-355.961905-355.961905-355.961905z" p-id="18298"></path><path d="M516.87619 156.038095c-119.466667 0-219.428571 97.52381-219.428571 219.428572h24.380952c0-107.27619 87.771429-192.609524 192.609524-192.609524 107.27619 0 192.609524 87.771429 192.609524 192.609524h24.380952c4.87619-119.466667-95.085714-219.428571-214.552381-219.428572z" p-id="18299"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/icons/待审核用户.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685673073538" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="46496" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M470.016 820.224c16.896 0 30.208 13.824 30.208 31.232 0 16.896-13.312 30.72-30.208 31.232H200.704c-50.176 0-91.136-41.984-91.136-93.184V202.24c0-51.2 40.96-93.184 91.136-93.184h574.976c50.176 0 91.136 41.984 91.136 93.184v267.264c0 16.896-13.312 30.72-30.208 31.232-16.896 0-30.72-13.824-30.208-30.72V202.24c0-16.896-13.312-30.72-30.208-31.232H200.704c-16.896 0-30.72 14.336-30.208 31.232v586.752c0 16.896 13.824 31.232 30.208 31.232h269.312zM314.88 273.92h363.52c16.896 0 30.208 13.824 30.208 31.232 0 16.896-13.312 30.72-30.208 31.232h-363.52c-16.896 0-30.72-13.824-30.208-31.232-0.512-17.408 13.312-31.232 30.208-31.232z m0 149.504h363.52c16.896 0 30.208 13.824 30.208 31.232 0 16.896-13.312 30.72-30.208 31.232h-363.52c-16.896 0-30.72-13.824-30.208-31.232-0.512-17.408 13.312-31.232 30.208-31.232z m0 149.504h194.048c16.896 0 30.208 13.824 30.208 31.232 0 16.896-13.312 30.72-30.208 31.232h-194.56c-16.896 0-30.72-13.824-30.208-31.232 0-17.408 13.824-31.232 30.72-31.232z" p-id="46497"></path><path d="M699.392 750.08c-41.472-19.456-68.608-60.928-68.608-110.08v-48.64H593.92c-7.168 0-12.288-5.12-12.288-12.288s5.12-12.288 12.288-12.288h317.44c7.168 0 12.288 5.12 12.288 12.288s-5.12 12.288-12.288 12.288h-35.84v48.64c0 48.64-26.624 90.112-68.608 110.08 41.472 19.456 68.608 60.928 68.608 110.08v48.64h36.864c7.168 0 12.288 5.12 12.288 12.288s-5.12 12.288-12.288 12.288h-317.44c-7.168 0-12.288-5.12-12.288-12.288s5.12-12.288 12.288-12.288h36.864V860.16c-0.512-49.152 26.112-90.624 67.584-110.08z m-44.032 158.72h195.584V860.16c0-53.76-44.032-97.792-97.792-97.792S655.36 806.4 655.36 860.16v48.64z m195.584-317.44H655.36v48.64c0 53.76 44.032 97.792 97.792 97.792s97.792-44.032 97.792-97.792v-48.64z" p-id="46498"></path><path d="M911.872 942.08h-317.44c-12.288 0-20.992-8.704-20.992-20.992s8.704-20.992 20.992-20.992h28.16V860.16c0-45.568 22.016-86.528 58.88-110.08-36.864-23.552-58.88-64-58.88-110.08v-39.936h-28.16c-12.288 0-20.992-8.704-20.992-20.992s8.704-20.992 20.992-20.992h317.44c12.288 0 20.992 8.704 20.992 20.992s-8.704 20.992-20.992 20.992h-28.16v39.936c0 45.568-22.016 86.528-58.88 110.08 36.864 23.552 58.88 64 58.88 110.08v39.936h28.16c12.288 0 20.992 8.704 20.992 20.992s-8.704 20.992-20.992 20.992z m-317.44-24.576c-2.56 0-3.584 1.024-3.584 3.584s1.024 3.584 3.584 3.584h317.44c2.56 0 3.584-1.024 3.584-3.584s-1.024-3.584-3.584-3.584h-45.568V860.16c0-44.544-24.064-83.456-63.488-101.888l-16.896-7.68 16.896-7.68c38.912-18.432 63.488-57.344 63.488-101.888V583.68h45.568c2.56 0 3.584-1.024 3.584-3.584s-1.024-3.584-3.584-3.584h-317.44c-2.56 0-3.584 1.024-3.584 3.584s1.024 3.584 3.584 3.584h45.568v57.344c0 44.544 24.064 83.456 63.488 101.888l16.896 7.68-16.896 7.68c-38.912 18.432-63.488 57.344-63.488 101.888v57.344h-45.568z m265.216 0h-212.992V860.16c0-58.88 47.616-106.496 106.496-106.496s106.496 47.616 106.496 106.496v57.344z m-195.584-17.408h178.176V860.16c0-49.152-39.936-89.088-89.088-89.088-49.152 0-89.088 39.936-89.088 89.088v39.936z m89.088-153.6c-58.88 0-106.496-47.616-106.496-106.496v-57.344h212.992V640c0 58.88-47.616 106.496-106.496 106.496z m-89.088-146.432v39.936c0 49.152 39.936 89.088 89.088 89.088 49.152 0 89.088-39.936 89.088-89.088v-39.936h-178.176z" p-id="46499"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.5 KiB |
1
src/assets/icons/我的报告.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665088687" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9916" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M759.7 495l-182.9 84.4v126.3c0 116.5 78 224.3 181.5 250.9l1.4 0.3 1.4-0.3c103.5-26.1 181.5-134 181.5-250.9V579.4L759.7 495z m139.7 211.1c0 47.6-15.4 95-43.5 133.6-25.1 35.1-59.3 60.9-96.2 72.9-36.8-11.8-71-37.7-96.2-72.9-28-38.6-43.5-86-43.5-133.6v-98.8l139.7-64.5 139.7 64.5v98.8z" p-id="9917"></path><path d="M657.4 725.4c0 56.2 45.7 101.8 101.8 101.8 10.4 0 21.1-1.7 32.6-5.2l30.8 30.8 30.7-30.7-23.5-23.5c19.9-19.3 31.2-45.6 31.2-73.2 0-56.2-45.7-101.8-101.8-101.8-56.1-0.1-101.8 45.6-101.8 101.8z m160.5 0c0 16.3-6.7 31.6-18.6 42.6l-22-22-30.7 30.7 7 7c-29.7-2.8-53-27.9-53-58.4 0-32.3 26.3-58.7 58.7-58.7 32.3 0.1 58.6 26.4 58.6 58.8zM284.7 238.4h71.5v71.5h-71.5zM427.2 238.4h283.3v71.5H427.2zM284.7 381.2h71.5v71.5h-71.5zM427.2 381.2h283.3v71.5H427.2zM284.7 524.6h71.5v71.5h-71.5zM427.2 524.6h97.6v71.5h-97.6zM284.7 667.4h71.5v71.5h-71.5zM427.2 667.4h97.6v71.5h-97.6z" p-id="9918"></path><path d="M212.1 825.7V146c0-3.3 3-5.9 6.7-5.9l556.5-1.2c3.7 0 6.7 2.7 6.7 5.9v300h69.2V81c0-6.5-6-11.8-13.4-11.8H156.4C149 69.2 143 74.5 143 81v807.9c0 6.5 6 11.8 13.4 11.8h342.9v-69.2H218.8c-3.7 0.1-6.7-2.6-6.7-5.8z" p-id="9919"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/icons/承诺监督.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633670841521" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="19274" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M1020.16 691.2c-2.56-5.12-53.76-90.88-148.48-145.92C896 431.36 896 313.6 896 217.6c0-14.08-11.52-25.6-25.6-25.6C610.56 192 469.76 11.52 468.48 10.24c-10.24-12.8-30.72-12.8-40.96 0C426.24 11.52 286.72 192 25.6 192c-14.08 0-25.6 11.52-25.6 25.6 0 257.28 0 645.12 439.04 805.12 2.56 1.28 6.4 1.28 8.96 1.28 2.56 0 6.4 0 8.96-1.28 81.92-30.72 151.04-67.84 208.64-116.48 12.8 1.28 25.6 2.56 38.4 2.56 203.52 0 312.32-184.32 316.16-192 5.12-7.68 5.12-17.92 0-25.6zM448 971.52C64 826.88 51.2 495.36 51.2 243.2c215.04-8.96 348.16-126.72 396.8-179.2 48.64 51.2 181.76 168.96 396.8 177.92 0 88.32-1.28 184.32-20.48 280.32-34.56-14.08-75.52-23.04-120.32-23.04-203.52 0-312.32 184.32-316.16 192-5.12 7.68-5.12 17.92 0 25.6 3.84 6.4 76.8 129.28 212.48 175.36-43.52 30.72-94.72 56.32-152.32 79.36zM704 857.6c-144.64 0-236.8-115.2-263.68-153.6 26.88-39.68 119.04-153.6 263.68-153.6s236.8 113.92 263.68 153.6c-26.88 39.68-119.04 153.6-263.68 153.6z" p-id="19275"></path><path d="M704 614.4c-49.92 0-89.6 39.68-89.6 89.6s39.68 89.6 89.6 89.6 89.6-39.68 89.6-89.6-39.68-89.6-89.6-89.6z m0 128c-21.76 0-38.4-16.64-38.4-38.4s16.64-38.4 38.4-38.4 38.4 16.64 38.4 38.4-16.64 38.4-38.4 38.4z" p-id="19276"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/icons/技术监督管理.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg t="1706671794753" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="16386" width="128" height="128"><path d="M328 512l81.6 108.8a32 32 0 0 1-51.2 38.4l-96-128a32 32 0 0 1 0-38.4l96-128a32 32 0 1 1 51.2 38.4L328 512zM710.4 620.8a32 32 0 0 0 51.2 38.4l96-128a32 32 0 0 0 0-38.4l-96-128a32 32 0 1 0-51.2 38.4l81.6 108.8-81.6 108.8zM559.232 646.944a32 32 0 0 1-62.464-13.888l64-288a32 32 0 0 1 62.464 13.888l-64 288z" p-id="16387"></path><path d="M874.56 739.904a32 32 0 1 1 41.984 48.32l-220.48 195.936a32 32 0 0 1-20.96 7.84H195.04C140.16 992 96 946.624 96 891.072V132.928C96 77.376 140.16 32 195.04 32h633.92C883.84 32 928 77.376 928 132.928v134.976a32 32 0 0 1-64 0V132.928C864 112.32 848.096 96 828.96 96H195.04C175.904 96 160 112.32 160 132.928v758.144C160 911.68 175.904 928 195.04 928h468.096l211.456-188.096z" p-id="16388"></path><path d="M928 763.2a32 32 0 0 1-64 0V672a32 32 0 0 1 64 0v91.2z" p-id="16389"></path></svg>
|
||||||
|
After Width: | Height: | Size: 976 B |
1
src/assets/icons/报告模板配.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685675392620" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="91379" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M890.571 0h-763.001c-115.714 0-125.857 133.571-125.857 133.571v772.286c0 78.714 125.857 118.143 125.857 118.143h566l328.714-323.714v-577.001c0-99.286-131.714-123.286-131.714-123.286v0zM942.571 668.143c0 40.429-42.571 42.571-42.571 42.571h-145.142c-47.429 0-47.001 36-47.001 36v143.857c0 50.857-25.714 52.999-25.714 52.999h-536c-58.286 0-64.571-49.714-64.571-49.714v-741.429c0-65.143 64.571-77.001 64.571-77.001s662.714 3.286 723.714 3.286c60.857 0 72.857 72.857 72.857 72.857v516.571h-0.143zM942.571 668.143zM789.429 354c0 22-17.714 39.714-39.714 39.714h-479.571c-22 0-39.714-17.714-39.714-39.714v0c0-22 17.714-39.714 39.714-39.714h479.714c21.857 0 39.571 17.714 39.571 39.714v0 0zM789.429 354zM704.714 555.857c0 21.143-17.286 38.429-38.571 38.429h-397.287c-21.143 0-38.429-17.286-38.429-38.429v0c0-21.429 17.286-38.571 38.429-38.571h397.287c21.286-0.143 38.571 17.142 38.571 38.571v0 0zM704.714 555.857z" p-id="91380"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/assets/icons/报表模板配置.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685675350730" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="90292" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M768 960H128c-17.67 0-32-14.33-32-32V224c0-17.67 14.33-32 32-32h640c17.67 0 32 14.33 32 32v704c0 17.67-14.33 32-32 32z m-608-64h576V256H160v640z" p-id="90293"></path><path d="M896 864c-17.67 0-32-14.33-32-32V128H225c-17.67 0-32-14.33-32-32s14.33-32 32-32h671c17.67 0 32 14.33 32 32v736c0 17.67-14.33 32-32 32zM288 832h-64V608c0-17.67 14.33-32 32-32s32 14.33 32 32v224zM480 832h-64V672c0-17.67 14.33-32 32-32s32 14.33 32 32v160z" p-id="90294"></path><path d="M672 832h-64V544c0-17.67 14.33-32 32-32s32 14.33 32 32v288z" p-id="90295"></path><path d="M448.02 512c-9.07 0-18.03-3.84-24.31-11.18L352 417.17l-71.7 83.65c-11.5 13.42-31.7 14.97-45.12 3.47-13.42-11.5-14.97-31.7-3.47-45.12l96-112a32 32 0 0 1 24.3-11.17 32 32 0 0 1 24.3 11.17l77.55 90.47 168.41-112.27c14.7-9.8 34.57-5.83 44.38 8.88 9.8 14.71 5.83 34.57-8.88 44.38l-192 128a32.008 32.008 0 0 1-17.75 5.37z" p-id="90296"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/assets/icons/控制中心.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685668355740" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="30210" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M921.6 0H102.4C45.8752 0 0 45.8752 0 102.4v593.92c0 56.5248 45.8752 102.4 102.4 102.4h378.88v163.84H204.8c-16.9984 0-30.72 13.7216-30.72 30.72s13.7216 30.72 30.72 30.72h614.4c16.9984 0 30.72-13.7216 30.72-30.72s-13.7216-30.72-30.72-30.72H542.72v-163.84h378.88c56.5248 0 102.4-45.8752 102.4-102.4V102.4c0-56.5248-45.8752-102.4-102.4-102.4zM102.4 61.44h819.2c22.528 0 40.96 18.432 40.96 40.96v512H61.44V102.4c0-22.528 18.432-40.96 40.96-40.96z m819.2 675.84H102.4c-22.528 0-40.96-18.432-40.96-40.96v-20.48h901.12v20.48c0 22.528-18.432 40.96-40.96 40.96z" p-id="30211"></path><path d="M206.848 366.1824v138.6496c0 16.9984 13.7216 30.72 30.72 30.72s30.72-13.7216 30.72-30.72v-140.0832c34.6112-13.312 59.392-46.8992 59.392-86.2208s-24.7808-72.9088-59.392-86.2208v-15.1552c0-16.9984-13.7216-30.72-30.72-30.72s-30.72 13.7216-30.72 30.72v13.7216C169.984 202.9568 143.36 237.568 143.36 278.528s26.624 75.5712 63.488 87.6544z m28.672-118.3744c16.9984 0 30.72 13.7216 30.72 30.72s-13.7216 30.72-30.72 30.72-30.72-13.7216-30.72-30.72 13.7216-30.72 30.72-30.72zM482.304 491.1104v13.7216c0 16.9984 13.7216 30.72 30.72 30.72s30.72-13.7216 30.72-30.72v-15.1552c34.6112-13.312 59.392-46.8992 59.392-86.2208s-24.7808-72.9088-59.392-86.2208V177.152c0-16.9984-13.7216-30.72-30.72-30.72s-30.72 13.7216-30.72 30.72v138.6496c-36.864 12.0832-63.488 46.6944-63.488 87.6544s26.624 75.5712 63.488 87.6544z m28.672-118.3744c16.9984 0 30.72 13.7216 30.72 30.72s-13.7216 30.72-30.72 30.72-30.72-13.7216-30.72-30.72 13.7216-30.72 30.72-30.72zM757.76 366.1824v138.6496c0 16.9984 13.7216 30.72 30.72 30.72s30.72-13.7216 30.72-30.72v-140.0832c34.6112-13.312 59.392-46.8992 59.392-86.2208s-24.7808-72.9088-59.392-86.2208v-15.1552c0-16.9984-13.7216-30.72-30.72-30.72s-30.72 13.7216-30.72 30.72v13.7216c-36.864 12.0832-63.488 46.6944-63.488 87.6544s26.624 75.5712 63.488 87.6544z m28.672-118.3744c16.9984 0 30.72 13.7216 30.72 30.72s-13.7216 30.72-30.72 30.72-30.72-13.7216-30.72-30.72 13.7216-30.72 30.72-30.72z" p-id="30212"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.3 KiB |
1
src/assets/icons/数据完整性统计.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1685606966134" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="70592" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M720.0256 592.0256a192 192 0 1 1 0 384 192 192 0 0 1 0-384zM656.0256 47.9744v64h159.9488v448h-64v-384h-95.9488v64h-384v-64H176.0256v704h320v64h-384V112.0256h159.9488V48.0256h384z m64 608.0512a128 128 0 1 0 0 256 128 128 0 0 0 0-256z m0 64a64 64 0 1 1 0 128 64 64 0 0 1 0-128z m-256-144.0256v64H303.9744v-64h160z m128-192v64H303.9232V384h288z m0-272.0256h-256v64h256v-64z" p-id="70593"></path></svg>
|
||||||
|
After Width: | Height: | Size: 731 B |
1
src/assets/icons/文档管理系统 (2).svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633670602089" class="icon" viewBox="0 0 1052 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="14666" xmlns:xlink="http://www.w3.org/1999/xlink" width="205.46875" height="200"><defs><style type="text/css"></style></defs><path d="M889.457778 689.635556l-25.941334 8.021333c0.739556 5.603556 1.649778 11.036444 1.649778 16.810667 0 5.688889-0.910222 11.150222-1.820444 16.668444l26.112 8.163556c6.144 1.706667 11.207111 5.888 14.193778 11.377777 2.958222 5.688889 3.612444 12.231111 1.507555 18.204445-4.152889 12.401778-17.92 19.086222-30.890667 15.246222l-26.396444-8.248889a124.586667 124.586667 0 0 1-20.252444 27.221333l16.071111 21.248c3.925333 4.977778 5.575111 11.377778 4.494222 17.635556a22.954667 22.954667 0 0 1-9.813333 15.160889 25.144889 25.144889 0 0 1-34.332445-5.205333l-16.071111-21.304889a131.185778 131.185778 0 0 1-33.251556 10.752v25.969777c0 12.942222-10.894222 23.523556-24.462222 23.523556-13.596444 0-24.632889-10.581333-24.632889-23.523556v-25.969777a129.536 129.536 0 0 1-33.137777-10.752l-16.156445 21.304889a25.088 25.088 0 0 1-34.247111 5.205333 22.897778 22.897778 0 0 1-9.813333-15.160889 22.641778 22.641778 0 0 1 4.408889-17.635556l16.156444-21.475555a128.853333 128.853333 0 0 1-20.878222-26.823111l-25.799111 8.078222c-12.999111 3.982222-26.737778-2.759111-30.862223-15.160889a23.04 23.04 0 0 1 15.644445-29.582222l25.856-8.049778c-0.625778-5.603556-1.564444-11.064889-1.564445-16.867555 0-5.688889 0.910222-11.207111 1.763556-16.725334l-26.112-7.992889c-12.885333-4.152889-19.797333-17.408-15.644444-29.724444 4.181333-12.344889 17.92-19.057778 30.890666-15.189333l26.282667 8.305777c5.688889-9.813333 12.231111-19.171556 20.366222-27.306666l-16.071111-21.304889a22.755556 22.755556 0 0 1 5.347556-32.796445 25.287111 25.287111 0 0 1 34.304 5.233778l16.099555 21.333333a137.358222 137.358222 0 0 1 33.336889-10.808888v-25.912889c0-12.942222 10.837333-23.523556 24.462222-23.523556 13.539556 0 24.576 10.496 24.576 23.523556v25.884444c11.662222 2.076444 22.670222 6.030222 33.109334 10.837333l16.213333-21.333333a25.116444 25.116444 0 0 1 34.190222-5.233778 22.840889 22.840889 0 0 1 5.518222 32.796445l-16.241777 21.504c8.049778 8.049778 15.36 16.896 20.878222 26.851555l25.799111-8.049777c12.970667-3.982222 26.737778 2.844444 30.862222 15.189333 4.266667 12.316444-2.844444 25.571556-15.701333 29.610667z m-159.232-57.514667c-47.388444 0-85.902222 36.949333-85.902222 82.346667 0 45.511111 38.513778 82.318222 85.902222 82.318222s85.902222-36.807111 85.902222-82.318222c0-45.397333-38.513778-82.346667-85.902222-82.346667z" p-id="14667"></path><path d="M735.431111 158.264889h-59.079111c0-17.066667-16.241778-29.582222-33.109333-29.582222H145.408a30.663111 30.663111 0 0 0-30.435556 30.976V774.542222s32.398222 92.899556 85.617778 92.899556h434.744889a175.815111 175.815111 0 0 1-82.716444-75.320889H205.880889s-31.374222-10.581333-31.374222-31.857778l363.491555-0.227555 1.28 2.616888a175.985778 175.985778 0 0 1-9.756444-56.917333c0-46.819556 18.545778-91.676444 51.683555-124.785778a176.497778 176.497778 0 0 1 95.488-48.981333l-2.474666 0.227556 1.649777-328.248889H705.422222l0.455111 325.404444c20.906667 0 40.704 3.726222 59.249778 10.325333V192.568889s-4.892444-34.304-29.667555-34.304zM230.712889 511.601778H170.951111v-59.818667H230.684444v59.818667z m0-111.530667H170.951111v-59.847111H230.684444v59.847111z m0-106.097778H170.951111V234.154667H230.684444v59.875555z m387.896889 217.628445H274.204444v-59.818667h344.376889v59.818667z m0-111.530667H274.204444v-59.847111h344.376889v59.847111z m0-106.097778H274.204444V234.154667h344.376889v59.875555z" p-id="14668"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.7 KiB |
1
src/assets/icons/文档管理系统 (3).svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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 t="1633665251704" class="icon" viewBox="0 0 1052 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="14243" xmlns:xlink="http://www.w3.org/1999/xlink" width="205.46875" height="200"><defs><style type="text/css"></style></defs><path d="M129.194667 128v638.776889h85.162666V213.162667H768V128M299.52 298.353778h596.195556v596.195555H299.52v-596.195555z m304.782222 332.032c47.985778 0 110.990222-63.971556 110.990222-144.867556 0-80.867556-40.448-112.839111-110.990222-112.839111-70.542222 0-112.867556 31.004444-112.867555 112.839111 0 80.355556 64.910222 144.867556 112.867555 144.867556z m219.420445 105.557333c-5.404444-15.246222-11.832889-30.264889-18.119111-36.920889-11.662222-12.401778-78.592-47.928889-108.202667-63.288889a16.071111 16.071111 0 0 0-21.560889 6.627556L641.991111 704.853333a10.353778 10.353778 0 0 1-18.289778-9.728l7.452445-14.250666a10.353778 10.353778 0 0 0-1.251556-11.491556l-14.279111-16.952889a16.099556 16.099556 0 0 0-24.604444 0l-14.279111 16.952889a10.382222 10.382222 0 0 0-1.251556 11.491556l7.480889 14.222222a10.353778 10.353778 0 0 1-18.289778 9.728l-33.820444-62.520889a16.071111 16.071111 0 0 0-21.560889-6.627556c-29.582222 15.388444-96.568889 50.915556-108.202667 63.288889-6.286222 6.684444-12.743111 21.703111-18.119111 36.949334a32.199111 32.199111 0 0 0 30.321778 43.008h380.017778c22.300444 0 37.774222-22.016 30.378666-43.008z" p-id="14244"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |