Commit 5a65d31b by lijiabin

【需求 17679】 wip: 先推一版,初始化项目等

parent 5fdfeb9f
{
"globals": {
"Component": true,
"ComponentPublicInstance": true,
"ComputedRef": true,
"DirectiveBinding": true,
"EffectScope": true,
"ElMessage": true,
"ElMessageBox": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,
"InjectionKey": true,
"MaybeRef": true,
"MaybeRefOrGetter": true,
"PropType": true,
"Ref": true,
"ShallowRef": true,
"Slot": true,
"Slots": true,
"VNode": true,
"WritableComputedRef": true,
"computed": true,
"createApp": true,
"customRef": true,
"defineAsyncComponent": true,
"defineComponent": true,
"effectScope": true,
"getCurrentInstance": true,
"getCurrentScope": true,
"getCurrentWatcher": true,
"h": true,
"inject": true,
"isProxy": true,
"isReactive": true,
"isReadonly": true,
"isRef": true,
"isShallow": true,
"markRaw": true,
"nextTick": true,
"onActivated": true,
"onBeforeMount": true,
"onBeforeRouteLeave": true,
"onBeforeRouteUpdate": true,
"onBeforeUnmount": true,
"onBeforeUpdate": true,
"onDeactivated": true,
"onErrorCaptured": true,
"onMounted": true,
"onRenderTracked": true,
"onRenderTriggered": true,
"onScopeDispose": true,
"onServerPrefetch": true,
"onUnmounted": true,
"onUpdated": true,
"onWatcherCleanup": true,
"provide": true,
"reactive": true,
"readonly": true,
"ref": true,
"resolveComponent": true,
"shallowReactive": true,
"shallowReadonly": true,
"shallowRef": true,
"toRaw": true,
"toRef": true,
"toRefs": true,
"toValue": true,
"triggerRef": true,
"unref": true,
"useAttrs": true,
"useCssModule": true,
"useCssVars": true,
"useId": true,
"useLink": true,
"useModel": true,
"useRoute": true,
"useRouter": true,
"useSlots": true,
"useTemplateRef": true,
"watch": true,
"watchEffect": true,
"watchPostEffect": true,
"watchSyncEffect": true
}
}
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const EffectScope: typeof import('vue').EffectScope
const ElMessage: typeof import('element-plus/es').ElMessage
const ElMessageBox: typeof import('element-plus/es').ElMessageBox
const ElSwitch: typeof import('element-plus/es').ElSwitch
const computed: typeof import('vue').computed
const createApp: typeof import('vue').createApp
const customRef: typeof import('vue').customRef
const defineAsyncComponent: typeof import('vue').defineAsyncComponent
const defineComponent: typeof import('vue').defineComponent
const effectScope: typeof import('vue').effectScope
const getCurrentInstance: typeof import('vue').getCurrentInstance
const getCurrentScope: typeof import('vue').getCurrentScope
const getCurrentWatcher: typeof import('vue').getCurrentWatcher
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 isShallow: typeof import('vue').isShallow
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 shallowReactive: typeof import('vue').shallowReactive
const shallowReadonly: typeof import('vue').shallowReadonly
const shallowRef: typeof import('vue').shallowRef
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, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import { GlobalComponents } from 'vue'
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
BaseButton: typeof import('./src/components/common/ElComponents/ElButton/BaseButton.vue')['default']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElButton: typeof import('element-plus/es')['ElButton']
ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
ElCard: typeof import('element-plus/es')['ElCard']
ElCarousel: typeof import('element-plus/es')['ElCarousel']
ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDatePickerPanel: typeof import('element-plus/es')['ElDatePickerPanel']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElLink: typeof import('element-plus/es')['ElLink']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElProgress: typeof import('element-plus/es')['ElProgress']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTag: typeof import('element-plus/es')['ElTag']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ElUpload: typeof import('element-plus/es')['ElUpload']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SelectTags: typeof import('./src/components/common/SelectTags/index.vue')['default']
SvgIcon: typeof import('./src/components/common/SvgIcon/svgIcon.vue')['default']
Tabs: typeof import('./src/components/common/Tabs/index.tsx')['default']
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
UploadFile: typeof import('./src/components/common/UploadFile/index.vue')['default']
UploadVideo: typeof import('./src/components/common/UploadVideo/index.vue')['default']
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
}
export interface GlobalDirectives {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}
// For TSX support
declare global {
const BaseButton: typeof import('./src/components/common/ElComponents/ElButton/BaseButton.vue')['default']
const ElAvatar: typeof import('element-plus/es')['ElAvatar']
const ElButton: typeof import('element-plus/es')['ElButton']
const ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
const ElCard: typeof import('element-plus/es')['ElCard']
const ElCarousel: typeof import('element-plus/es')['ElCarousel']
const ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
const ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
const ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
const ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
const ElDatePickerPanel: typeof import('element-plus/es')['ElDatePickerPanel']
const ElDialog: typeof import('element-plus/es')['ElDialog']
const ElDivider: typeof import('element-plus/es')['ElDivider']
const ElDropdown: typeof import('element-plus/es')['ElDropdown']
const ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
const ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
const ElEmpty: typeof import('element-plus/es')['ElEmpty']
const ElForm: typeof import('element-plus/es')['ElForm']
const ElFormItem: typeof import('element-plus/es')['ElFormItem']
const ElIcon: typeof import('element-plus/es')['ElIcon']
const ElImage: typeof import('element-plus/es')['ElImage']
const ElInput: typeof import('element-plus/es')['ElInput']
const ElLink: typeof import('element-plus/es')['ElLink']
const ElOption: typeof import('element-plus/es')['ElOption']
const ElPagination: typeof import('element-plus/es')['ElPagination']
const ElPopover: typeof import('element-plus/es')['ElPopover']
const ElProgress: typeof import('element-plus/es')['ElProgress']
const ElRadio: typeof import('element-plus/es')['ElRadio']
const ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
const ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
const ElSelect: typeof import('element-plus/es')['ElSelect']
const ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
const ElSwitch: typeof import('element-plus/es')['ElSwitch']
const ElTable: typeof import('element-plus/es')['ElTable']
const ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
const ElTag: typeof import('element-plus/es')['ElTag']
const ElTooltip: typeof import('element-plus/es')['ElTooltip']
const ElUpload: typeof import('element-plus/es')['ElUpload']
const HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
const IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
const IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
const IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
const IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
const IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
const RouterLink: typeof import('vue-router')['RouterLink']
const RouterView: typeof import('vue-router')['RouterView']
const SelectTags: typeof import('./src/components/common/SelectTags/index.vue')['default']
const SvgIcon: typeof import('./src/components/common/SvgIcon/svgIcon.vue')['default']
const Tabs: typeof import('./src/components/common/Tabs/index.tsx')['default']
const TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
const UploadFile: typeof import('./src/components/common/UploadFile/index.vue')['default']
const UploadVideo: typeof import('./src/components/common/UploadVideo/index.vue')['default']
const WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
}
\ No newline at end of file
......@@ -4,8 +4,8 @@ import pluginVue from 'eslint-plugin-vue'
import skipFormatting from '@vue/eslint-config-prettier/skip-formatting'
// To allow more languages other than `ts` in `.vue` files, uncomment the following lines:
// import { configureVueProject } from '@vue/eslint-config-typescript'
// configureVueProject({ scriptLangs: ['ts', 'tsx'] })
import { configureVueProject } from '@vue/eslint-config-typescript'
configureVueProject({ scriptLangs: ['ts', 'tsx'] })
// More info at https://github.com/vuejs/eslint-config-typescript/#advanced-setup
export default defineConfigWithVueTs(
......@@ -19,4 +19,16 @@ export default defineConfigWithVueTs(
pluginVue.configs['flat/essential'],
vueTsConfigs.recommended,
skipFormatting,
{
rules: {
'vue/multi-word-component-names': [
'error',
{
ignores: ['index'],
},
],
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-explicit-any': 'off',
},
},
)
......@@ -16,6 +16,12 @@
"format": "prettier --write src/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@vueuse/components": "^14.0.0",
"@vueuse/core": "^14.0.0",
"axios": "^1.13.0",
"dayjs": "^1.11.19",
"element-plus": "^2.11.5",
"pinia": "^3.0.3",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
......@@ -33,8 +39,13 @@
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"prettier": "3.6.2",
"sass-embedded": "^1.93.2",
"typescript": "~5.9.0",
"unocss": "^66.5.4",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.1.11",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^8.0.3",
"vue-tsc": "^3.1.1"
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
<script setup lang="ts">
import { RouterLink, RouterView } from 'vue-router'
import HelloWorld from './components/HelloWorld.vue'
</script>
<template>
<header>
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" />
<div class="wrapper">
<HelloWorld msg="You did it!" />
<nav>
<RouterLink to="/">Home11</RouterLink>
<RouterLink to="/about">About</RouterLink>
</nav>
</div>
</header>
<RouterView />
<el-config-provider :locale="locale">
<router-view v-slot="{ Component }">
<component :is="Component" />
</router-view>
</el-config-provider>
</template>
<style scoped>
header {
line-height: 1.5;
max-height: 100vh;
}
.logo {
display: block;
margin: 0 auto 2rem;
}
nav {
width: 100%;
font-size: 12px;
text-align: center;
margin-top: 2rem;
}
nav a.router-link-exact-active {
color: var(--color-text);
}
nav a.router-link-exact-active:hover {
background-color: transparent;
}
nav a {
display: inline-block;
padding: 0 1rem;
border-left: 1px solid var(--color-border);
}
nav a:first-of-type {
border: 0;
}
@media (min-width: 1024px) {
header {
display: flex;
place-items: center;
padding-right: calc(var(--section-gap) / 2);
}
.logo {
margin: 0 2rem 0 0;
}
header .wrapper {
display: flex;
place-items: flex-start;
flex-wrap: wrap;
}
nav {
text-align: left;
margin-left: -1rem;
font-size: 1rem;
padding: 1rem 0;
margin-top: 1rem;
}
}
</style>
<script setup lang="ts">
import zhCn from 'element-plus/es/locale/lang/zh-cn'
import { useUserStore } from '@/stores/user'
const locale = ref(zhCn)
const userStore = useUserStore()
userStore.fetchUserInfo().then((res) => {
console.log(res)
})
</script>
import service from '@/utils/request/index'
import type { AddOrUpdateArticleDto, ArticleItemDto, ArticleSearchParams } from './types'
import type { BackendServicePageResult } from '@/utils/request/types'
/**
* 发布文章
*/
export const addOrUpdateArticle = (data: AddOrUpdateArticleDto) => {
return service.request<boolean>({
url: '/api/cultureArticle/addOrUpdateArticle',
method: 'POST',
data,
})
}
/**
* 文章列表
*/
export const getArticleList = (data: ArticleSearchParams) => {
return service.request<BackendServicePageResult<ArticleItemDto>>({
url: '/api/cultureArticle/listByPage',
method: 'POST',
data,
})
}
/**
* 文章详情
*/
export const getArticleDetail = (articleId: number | string) => {
return service.request<ArticleItemDto>({
url: `/api/cultureArticle/getArticleDetail?articleId=${articleId}`,
method: 'POST',
})
}
import { ArticleTypeEnum, ReleaseStatusEnum, BooleanFlag } from '@/constants'
import type { PageSearchParams } from '@/utils/request/types'
/**
* 搜索文章的参数
*/
export interface ArticleSearchParams extends PageSearchParams {
type?: ArticleTypeEnum
}
/**
* 添加或更新文章DTO(带枚举版本)
*/
export interface AddOrUpdateArticleDto {
/** 内容 */
content?: string
/** 创建人id */
createUserId?: number
/** 描述 */
description?: string
/** 封面图 */
faceUrl?: string
/** id,编辑时必传 */
id?: number
/** 是否关联同事 */
isRelateColleague?: number
/** 主标签id */
mainTagId?: number
/** 发布状态 */
releaseStatus?: ReleaseStatusEnum
/** 标签列表 */
tagList?: { tagId: number; sort: number }[]
/** 标题 */
title?: string
/** 文章类型 */
type?: ArticleTypeEnum
/** 视频url */
videoUrl?: string
}
/**
* 文章详情
*/
// 更严格的类型定义
export interface ArticleItemDto {
id: number
title: string
content: string
faceUrl: string
videoUrl: string
description: string
createUserId: number
createTime: number
viewCount: number
isRecommend: BooleanFlag
type: string
isRelateColleague: BooleanFlag
releaseStatus: ReleaseStatusEnum
tagNameList: string[]
praiseCount: number
collectionCount: number
replyCount: number
hasPraised: BooleanFlag
}
import service from '@/utils/request/index'
import type { CarouselItemDto } from './types'
import { BooleanFlag } from '@/constants'
/**
* 获取轮播图列表
*/
export const getCarouselList = () => {
return service.request<CarouselItemDto[]>({
url: '/api/cultureCarousel/listNoPage',
method: 'POST',
data: {
isRelease: BooleanFlag.YES,
},
})
}
import { BooleanFlag } from '@/constants'
/**
* 轮播图的item
*/
export interface CarouselItemDto {
articleId: number
assetUrl: string
isRelease: BooleanFlag
sort: number
type: BooleanFlag
url: string
}
// 专栏列表
import service from '@/utils/request/index'
import type { ColumnItemDto } from './types'
/**
* 获取专栏列表
*/
export const getColumnList = () => {
return service.request<ColumnItemDto[]>({
url: '/api/cultureColumn/listNoPage?type=column',
method: 'POST',
})
}
import { BooleanFlag } from '@/constants'
export interface ColumnItemDto {
color: string
createTime: number
createUserId: number
id: number
isDelete: BooleanFlag
sort: number
status: BooleanFlag
title: string
type: 'column'
}
// 常规的接口
import service from '@/utils/request/index'
import type { FielItemDto } from './types'
/**
* 获取常规的接口
*/
export const uploadFile = (file: File, onProgress?: (progress: number) => void) => {
const formData = new FormData()
formData.append('file', file)
return service.request<FielItemDto>({
url: '/mobiles/file-upload/singleUpload',
method: 'POST',
data: formData,
onUploadProgress: (progressEvent) => {
const percentCompleted = Math.round((progressEvent.loaded * 100) / (progressEvent.total || 1))
onProgress?.(percentCompleted)
},
})
}
export interface FielItemDto {
fileId: string
fileName: string
fileUrl: string
finalName: string
msg: string
status: number
}
// 企业文化接口
export * from './task'
export * from './sign'
export * from './article'
export * from './shop'
export * from './carousel'
export * from './column'
export * from './interview'
export * from './tag'
export * from './common'
export * from './article'
export * from './user'
// 导出类型
export * from './task/types'
export * from './shop/types'
export * from './article/types'
export * from './carousel/types'
export * from './column/types'
export * from './interview/types'
export * from './tag/types'
export * from './article/types'
export * from './user/types'
export * from './common/types'
// 专栏列表
import service from '@/utils/request/index'
import type { ColumnItemDto } from './types'
/**
* 获取专栏列表
*/
export const getInterviewList = () => {
return service.request<ColumnItemDto[]>({
url: '/api/cultureColumn/listNoPage?type=interview',
method: 'POST',
})
}
import { BooleanFlag } from '@/constants'
export interface InterviewItemDto {
color: string
createTime: number
createUserId: number
id: number
isDelete: BooleanFlag
sort: number
status: BooleanFlag
title: string
type: 'column'
}
import service from '@/utils/request/index'
import type { LoginParams, LoginResponseDto } from './types'
/**
* 登录
*/
export const loginByEmail = (data: LoginParams) => {
return service.request<LoginResponseDto>({
url: '/api/auth/login',
method: 'POST',
data,
})
}
export interface LoginParams {
email: string
password: string
}
export interface LoginResponseDto {
id: number
account: string
name: string
email: string
avatar: string
deptId: number | null
roleList: any[] | null
deptName: string | null
roleNames: string | null
permissions: any[] | null
userRelated: any[] | null
isOfficialAccount: boolean | null
firstDeptId: number | null
password: string | null
enabled: boolean
username: string
authorities: any[] | null
accountNonExpired: boolean
credentialsNonExpired: boolean
accountNonLocked: boolean
}
import service from '@/utils/request/index'
import type { BackendServicePageResult, PageSearchParams } from '@/utils/request/types'
import type { ShopItem, YaBiData } from './types'
/**
* 积分商城列表
*/
export const getShopItemList = (data: PageSearchParams) => {
return service.request<BackendServicePageResult<ShopItem>>({
url: '/api/culture/shop/item/pageList',
method: 'POST',
data,
})
}
/**
* 获取用户YA币兑换记录
*/
export const getYabiExchangeList = (data: PageSearchParams) => {
return service.request<BackendServicePageResult<any>>({
url: '/api/culture/action/record/yabiList',
method: 'POST',
data,
})
}
/**
* 获取用户亚币相关数据
*/
export const getYaBiData = () => {
return service.request<YaBiData>({
url: '/api/culture/action/record/yabiData',
method: 'POST',
data: {},
})
}
/**
* 积分商城商品类型
*/
export interface ShopItem {
id: number
description: string
enable: number
imageUrl: string
itemType: number
itemTypeName: string
name: string
price: number
region: string
soldOut: boolean
sotrOrder: number
stock: number
}
/**
* yabi信息对象类型
*/
export interface YaBiData {
currentValue: number
}
import service from '@/utils/request/index'
/**
* 每日签到
*/
export const dailySign = () => {
return service.request({
url: '/api/culture/action/record/operate',
method: 'POST',
data: {
subType: 'sign_in_normal_ayabi',
},
})
}
import service from '@/utils/request/index'
import type { TagItemDto } from './types'
/**
* 获取标签 不分页
*/
export const getTagList = () => {
return service.request<TagItemDto[]>({
url: '/api/cultureTag/listNoPage',
method: 'POST',
data: {
type: 'culture',
},
})
}
export interface TagItemDto {
color: string
createId: string
createTime: number
description: string
id: number
imgUrl: string
style: number
title: string
type: string
}
import service from '@/utils/request/index'
import type { BackendServicePageResult, PageSearchParams } from '@/utils/request/types'
/**
* 获取任务列表
*/
export const getTaskList = (data: PageSearchParams) => {
return service.request<BackendServicePageResult<any>>({
url: '/api/culture/task/config/getList',
method: 'POST',
data,
})
}
import service from '@/utils/request/index'
import type { UpdateUserInfoDto } from './types'
/**
* 更新用户信息
*/
export const updateUserInfo = (data: UpdateUserInfoDto) => {
return service.request({
url: '/api/personalCenter/updateUser',
method: 'POST',
data,
})
}
export interface UpdateUserInfoDto {
hiddenAvatar: string
hiddenName: string
signature: string
}
This source diff could not be displayed because it is too large. You can view the blob instead.
<?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="1662518356637" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5502" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M284.458667 941.397333c-36.437333 15.637333-68.48-7.68-64.896-47.168l22.613333-248.917333-164.394667-188.053333c-26.069333-29.824-13.653333-67.562667 24.789334-76.309334l243.370666-55.381333 127.786667-214.677333c20.288-34.090667 59.946667-34.069333 80.213333 0l127.786667 214.677333 243.370667 55.381333c38.656 8.789333 50.858667 46.485333 24.789333 76.309334l-164.394667 188.053333 22.741334 249.002667c3.605333 39.509333-28.458667 62.805333-64.896 47.146666l-229.504-98.517333-229.376 98.453333z" p-id="5503"></path></svg>
<?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="1662518435358" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7424" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M512 512m-450.56 0a450.56 450.56 0 1 0 901.12 0 450.56 450.56 0 1 0-901.12 0Z" p-id="7425"></path><path d="M276.48 512m-71.68 0a71.68 71.68 0 1 0 143.36 0 71.68 71.68 0 1 0-143.36 0Z" fill="#FFFFFF" p-id="7426"></path><path d="M512 512m-71.68 0a71.68 71.68 0 1 0 143.36 0 71.68 71.68 0 1 0-143.36 0Z" fill="#FFFFFF" p-id="7427"></path><path d="M747.52 512m-71.68 0a71.68 71.68 0 1 0 143.36 0 71.68 71.68 0 1 0-143.36 0Z" fill="#FFFFFF" p-id="7428"></path><path d="M880.64 737.28l39.1168 117.3504a40.96 40.96 0 0 1-46.8992 53.10464L737.28 880.59904 880.64 737.28z" p-id="7429"></path></svg>
<svg width="51" height="52" viewBox="0 0 51 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.8509 12H35.1198C36.8313 12 38.2188 13.372 38.2188 15.0644V24.2578C38.2188 25.9502 36.8313 27.3222 35.1198 27.3222H34.4155L33.8211 29.0856C33.6985 29.4494 33.2495 29.5848 32.9424 29.3505L30.2836 27.3222H23.8509C22.1394 27.3222 20.752 25.9502 20.752 24.2578V15.0644C20.752 13.372 22.1394 12 23.8509 12Z" fill="url(#paint0_linear_4018_5830)"/>
<g opacity="0.5" filter="url(#filter0_f_4018_5830)">
<path d="M21.3242 19.4551H29.5344C30.7814 19.4551 31.7922 20.4547 31.7922 21.6877V28.3858C31.7922 29.6188 30.7814 30.6184 29.5344 30.6184C29.2278 30.6184 28.9553 30.8141 28.8574 31.1047L28.5882 31.9031C28.4989 32.1682 28.1718 32.2668 27.948 32.0962C26.6915 31.1376 25.1548 30.6184 23.5744 30.6184H21.3242C20.0773 30.6184 19.0664 29.6188 19.0664 28.3858V21.6877C19.0664 20.4547 20.0773 19.4551 21.3242 19.4551Z" fill="#EB6F0A"/>
</g>
<foreignObject x="-16.5" y="-8.03516" width="76" height="76"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_4018_5830_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M30.21 16.2148C32.9909 16.215 35.25 18.4454 35.25 21.2021V35.4131C35.2498 38.1697 32.9908 40.3993 30.21 40.3994C29.6667 40.3994 29.1833 40.7469 29.0098 41.2617L28.4395 42.9551C28.1945 43.6819 27.3012 43.9478 26.6924 43.4834L23.1191 40.7588C22.8143 40.5263 22.4419 40.3995 22.0586 40.3994H12.79C10.0092 40.3993 7.75015 38.1697 7.75 35.4131V21.2021C7.75 18.4454 10.0091 16.215 12.79 16.2148H30.21Z" fill="#FFCBB9" fill-opacity="0.35" stroke="url(#paint1_linear_4018_5830)" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>
<g filter="url(#filter2_d_4018_5830)">
<path d="M31.1504 24.0986L34.4072 32.1543H33.0615L32.3721 30.3535L32.3232 30.2256H28.7539L28.7061 30.3555L28.0381 32.1543H26.7959L29.9541 24.0986H31.1504ZM30.3232 25.9551L29.2256 28.9238L29.126 29.1934H31.9326L31.8291 28.9219L30.6973 25.9531L30.5078 25.4551L30.3232 25.9551Z" fill="url(#paint2_linear_4018_5830)" stroke="url(#paint3_linear_4018_5830)" stroke-width="0.4"/>
<path d="M21.834 23.6143C22.2948 23.6143 22.6871 23.6981 23.0166 23.8594C23.3475 24.0213 23.5947 24.2431 23.7656 24.5234L23.7666 24.5254C23.9376 24.7991 24.0254 25.1123 24.0254 25.4707C24.0253 25.948 23.8755 26.3267 23.585 26.624C23.2824 26.9338 22.8417 27.2378 22.2529 27.5322L22.0127 27.6523L22.1963 27.8486L23.6406 29.3848L23.8428 29.6006L23.9678 29.332C24.2174 28.7959 24.3902 28.1986 24.4902 27.542H25.6846C25.4999 28.5688 25.162 29.4664 24.6689 30.2373L24.584 30.3701L24.6924 30.4834L26.2881 32.1553H24.8418L24.0234 31.2939L23.8896 31.1523L23.7451 31.2832C22.9971 31.9579 22.1128 32.2939 21.083 32.2939C20.2477 32.2939 19.5916 32.0881 19.0967 31.6934C18.6175 31.2975 18.3721 30.7483 18.3721 30.0215C18.3721 29.4191 18.5311 28.9486 18.833 28.5918C19.1506 28.2165 19.5929 27.8812 20.168 27.5898L20.3965 27.4736L20.2295 27.2803C19.9356 26.9412 19.7362 26.6488 19.624 26.4033C19.5206 26.1525 19.4697 25.8916 19.4697 25.6201C19.4698 25.193 19.576 24.8377 19.7803 24.5449C19.9894 24.2453 20.2683 24.0185 20.6211 23.8633L20.6221 23.8623C20.9867 23.6978 21.39 23.6143 21.834 23.6143ZM20.8799 28.1963C20.5041 28.4122 20.2019 28.6495 19.9824 28.9111C19.7508 29.1872 19.6358 29.5145 19.6357 29.8828C19.6357 30.3101 19.7821 30.6642 20.0898 30.916L20.0918 30.918C20.3976 31.1608 20.7886 31.2734 21.2451 31.2734C21.8933 31.2733 22.4892 31.0273 23.0283 30.5537L23.1846 30.417L23.042 30.2656L21.125 28.2324L21.0166 28.1182L20.8799 28.1963ZM21.7764 24.5889C21.4751 24.5889 21.2098 24.6735 20.998 24.8564L20.9951 24.8604C20.7821 25.0532 20.6866 25.3203 20.6865 25.6318C20.6865 25.8291 20.7382 26.0282 20.833 26.2266L20.835 26.2295C20.9303 26.4201 21.0921 26.6466 21.3115 26.9053L21.4111 27.0225L21.5508 26.9561C21.9304 26.7741 22.2325 26.5822 22.4463 26.377L22.4492 26.374C22.6775 26.1457 22.7959 25.8679 22.7959 25.5508C22.7958 25.2759 22.6986 25.039 22.499 24.8594H22.498C22.3082 24.6741 22.0608 24.5889 21.7764 24.5889Z" fill="url(#paint4_linear_4018_5830)" stroke="url(#paint5_linear_4018_5830)" stroke-width="0.4"/>
<path d="M13.2598 23.9482C13.9817 23.9482 14.6285 24.117 15.2041 24.4521L15.207 24.4541C15.7876 24.7807 16.2466 25.256 16.584 25.8867L16.585 25.8887C16.9283 26.5169 17.1035 27.2573 17.1035 28.1152C17.1035 28.951 16.939 29.6772 16.6172 30.2988C16.2936 30.916 15.8595 31.3928 15.3145 31.7344L15.0869 31.877L15.2891 32.0547L17.6045 34.084H15.8877L13.8174 32.3174L13.7539 32.2637L13.6709 32.2705C13.4879 32.2858 13.3515 32.293 13.2598 32.293C12.5372 32.2929 11.8858 32.1273 11.3018 31.7988C10.7288 31.4645 10.274 30.9844 9.93652 30.3535C9.60062 29.7254 9.42877 28.9816 9.42871 28.1152C9.42871 27.2566 9.60034 26.5152 9.93652 25.8867C10.2743 25.2554 10.7297 24.7796 11.3027 24.4531H11.3037C11.8875 24.1175 12.5379 23.9483 13.2598 23.9482ZM13.2598 25.085C12.8358 25.085 12.4486 25.1845 12.1025 25.3857L11.957 25.4775C11.5834 25.7325 11.296 26.095 11.0908 26.5547L11.0898 26.5557C10.8919 27.0093 10.7959 27.5313 10.7959 28.1152C10.796 28.6991 10.8925 29.2231 11.0898 29.6836L11.0908 29.6865C11.2959 30.146 11.5829 30.5112 11.9551 30.7734L11.959 30.7764C12.3407 31.0308 12.7768 31.1562 13.2598 31.1562C13.7427 31.1562 14.1758 31.0309 14.5508 30.7754L14.5518 30.7744C14.9329 30.5118 15.222 30.1455 15.4199 29.6836L15.4189 29.6826C15.6238 29.2222 15.7246 28.6986 15.7246 28.1152C15.7246 27.5308 15.6241 27.0088 15.418 26.5547C15.2199 26.0939 14.9317 25.7313 14.5498 25.4766H14.5488C14.1746 25.2143 13.7424 25.085 13.2598 25.085Z" fill="url(#paint6_linear_4018_5830)" stroke="url(#paint7_linear_4018_5830)" stroke-width="0.4"/>
</g>
<defs>
<filter id="filter0_f_4018_5830" x="0.0664062" y="0.455078" width="50.7266" height="50.7256" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="9.5" result="effect1_foregroundBlur_4018_5830"/>
</filter>
<clipPath id="bgblur_0_4018_5830_clip_path" transform="translate(16.5 8.03516)"><path d="M30.21 16.2148C32.9909 16.215 35.25 18.4454 35.25 21.2021V35.4131C35.2498 38.1697 32.9908 40.3993 30.21 40.3994C29.6667 40.3994 29.1833 40.7469 29.0098 41.2617L28.4395 42.9551C28.1945 43.6819 27.3012 43.9478 26.6924 43.4834L23.1191 40.7588C22.8143 40.5263 22.4419 40.3995 22.0586 40.3994H12.79C10.0092 40.3993 7.75015 38.1697 7.75 35.4131V21.2021C7.75 18.4454 10.0091 16.215 12.79 16.2148H30.21Z"/>
</clipPath><filter id="filter2_d_4018_5830" x="-5.77148" y="8.41406" width="55.4746" height="40.8691" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="5" dy="5"/>
<feGaussianBlur stdDeviation="5"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.521569 0 0 0 0 0.133333 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4018_5830"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4018_5830" result="shape"/>
</filter>
<linearGradient id="paint0_linear_4018_5830" x1="40.2774" y1="22.3708" x2="29.4854" y2="29.4668" gradientUnits="userSpaceOnUse">
<stop stop-color="#FD7A0D"/>
<stop offset="1" stop-color="#FF9F58"/>
</linearGradient>
<linearGradient id="paint1_linear_4018_5830" x1="12.298" y1="19.6104" x2="32.4516" y2="43.9467" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.25"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint2_linear_4018_5830" x1="33.666" y1="32.1874" x2="31.9631" y2="23.6602" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.264434" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
<linearGradient id="paint3_linear_4018_5830" x1="41.1813" y1="38.6783" x2="38.8122" y2="23.0178" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.399023" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
<linearGradient id="paint4_linear_4018_5830" x1="25.6689" y1="32.3145" x2="23.7965" y2="23.1768" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.264434" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
<linearGradient id="paint5_linear_4018_5830" x1="33.5335" y1="39.2842" x2="30.9263" y2="22.4883" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.399023" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
<linearGradient id="paint6_linear_4018_5830" x1="17.0081" y1="34.0753" x2="14.603" y2="23.5786" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.264434" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
<linearGradient id="paint7_linear_4018_5830" x1="25.169" y1="42.1622" x2="21.8063" y2="22.788" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.399023" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
</defs>
</svg>
<?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="1662518356637" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5502" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M284.458667 941.397333c-36.437333 15.637333-68.48-7.68-64.896-47.168l22.613333-248.917333-164.394667-188.053333c-26.069333-29.824-13.653333-67.562667 24.789334-76.309334l243.370666-55.381333 127.786667-214.677333c20.288-34.090667 59.946667-34.069333 80.213333 0l127.786667 214.677333 243.370667 55.381333c38.656 8.789333 50.858667 46.485333 24.789333 76.309334l-164.394667 188.053333 22.741334 249.002667c3.605333 39.509333-28.458667 62.805333-64.896 47.146666l-229.504-98.517333-229.376 98.453333z" p-id="5503"></path></svg>
<svg width="1440" height="52" viewBox="0 0 1440 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4018_4776)">
<rect width="1440" height="52" fill="white"/>
<g opacity="0.4">
<g opacity="0.9" filter="url(#filter0_f_4018_4776)">
<path d="M772.018 297.727C638.936 279.177 564.987 211.476 490.277 150.855C420.344 94.1114 352.005 34.5528 364.844 -32.66C378.486 -104.063 452.013 -168.512 559.749 -212.809C672.877 -259.322 814.042 -285.149 956.779 -276.038C1105.97 -266.516 1256.16 -230.95 1333.5 -163.423C1407.16 -99.1186 1360.33 -20.677 1333.66 53.0078C1307.82 124.405 1291.35 201.192 1184.72 247.653C1071.85 296.834 913.88 317.501 772.018 297.727Z" fill="url(#paint0_linear_4018_4776)" fill-opacity="0.4"/>
</g>
<g opacity="0.7" filter="url(#filter1_f_4018_4776)">
<path opacity="0.8" d="M857.48 195.132C762.64 167.448 681.215 111.153 668.027 52.5871C655.959 -0.994975 738.162 -34.9614 797.598 -70.8048C838.132 -95.2444 887.653 -112.753 948.772 -116.704C1003.95 -120.271 1055.98 -102.542 1111.6 -91.1024C1198.17 -73.2947 1307.77 -78.3568 1358.21 -32.4827C1412.26 16.6699 1393.96 79.8839 1347.86 123.779C1303.9 165.632 1212.07 174.564 1127.87 186.817C1039.07 199.734 947.063 221.283 857.48 195.132Z" fill="#0500FF"/>
</g>
<g filter="url(#filter2_f_4018_4776)">
<path d="M350.157 200.737C213.928 187.476 77.4713 132.294 25.7152 56.7774C-21.6292 -12.3138 61.6784 -78.8585 115.165 -142.166C151.635 -185.339 203.601 -221.451 278.326 -242.246C345.782 -261.018 422.039 -250.322 499.052 -248.999C618.921 -246.942 754.141 -281.511 845.269 -232.516C942.908 -180.017 957.736 -90.2717 925.9 -19.4962C895.544 47.9861 785.074 83.2629 686.216 121.078C581.963 160.955 478.828 213.263 350.157 200.737Z" fill="url(#paint1_linear_4018_4776)"/>
</g>
</g>
</g>
<defs>
<filter id="filter0_f_4018_4776" x="-61.5882" y="-702.721" width="1859.51" height="1432.75" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="212.434" result="effect1_foregroundBlur_4018_4776"/>
</filter>
<filter id="filter1_f_4018_4776" x="356.946" y="-427.06" width="1344.29" height="944.428" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="154.945" result="effect1_foregroundBlur_4018_4776"/>
</filter>
<filter id="filter2_f_4018_4776" x="-283.184" y="-553.803" width="1519.04" height="1051.3" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="147.435" result="effect1_foregroundBlur_4018_4776"/>
</filter>
<linearGradient id="paint0_linear_4018_4776" x1="787.426" y1="-33.9855" x2="1583.56" y2="-454.532" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF0099"/>
<stop offset="1" stop-color="#FFD600"/>
</linearGradient>
<linearGradient id="paint1_linear_4018_4776" x1="301.626" y1="167.422" x2="911.841" y2="-246.846" gradientUnits="userSpaceOnUse">
<stop stop-color="#16CDEA"/>
<stop offset="1" stop-color="#D680FF"/>
</linearGradient>
<clipPath id="clip0_4018_4776">
<rect width="1440" height="52" fill="white"/>
</clipPath>
</defs>
</svg>
<svg width="63" height="66" viewBox="0 0 63 66" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_f_4018_4946)">
<path d="M45.922 47.8398C44.836 48.918 43.3624 49.5217 41.8263 49.5177H21.5527C18.3512 49.5177 15.7523 46.9381 15.7479 43.7561L15.7274 29.1431C15.7551 27.89 16.3492 26.7167 17.3449 25.9488L28.2654 17.187C30.1512 15.5607 32.9396 15.5104 34.8879 17.0676L46.0884 25.9488C47.0413 26.74 47.5929 27.9098 47.5946 29.1431L47.6151 43.771C47.6172 45.2977 47.008 46.7617 45.922 47.8398Z" fill="url(#paint0_linear_4018_4946)"/>
</g>
<path d="M45.922 47.8398C44.836 48.918 43.3624 49.5217 41.8263 49.5177H21.5527C18.3512 49.5177 15.7523 46.9381 15.7479 43.7561L15.7274 29.1431C15.7551 27.89 16.3492 26.7167 17.3449 25.9488L28.2654 17.187C30.1512 15.5607 32.9396 15.5104 34.8879 17.0676L46.0884 25.9488C47.0413 26.74 47.5929 27.9098 47.5946 29.1431L47.6151 43.771C47.6172 45.2977 47.008 46.7617 45.922 47.8398Z" fill="url(#paint1_linear_4018_4946)"/>
<g opacity="0.5" filter="url(#filter1_f_4018_4946)">
<path d="M37.671 43.8949C36.858 44.36 35.8919 44.4839 34.9859 44.2393L23.0193 41.0414C21.1296 40.5364 20.007 38.6039 20.5118 36.725L22.83 28.0964C23.0462 27.3611 23.584 26.7623 24.2941 26.466L32.1372 23.0169C33.5097 22.3544 35.1635 22.7645 36.0653 23.991L41.2601 30.9999C41.6963 31.6172 41.8354 32.3947 41.6398 33.1229L39.3191 41.7603C39.0769 42.6618 38.4839 43.4298 37.671 43.8949Z" fill="#0062FF"/>
</g>
<foreignObject x="-20.8184" y="-7.61719" width="85.3125" height="87.0713"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_4018_4946_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M17.7686 18.3877C20.0426 16.4369 23.3992 16.376 25.7432 18.2432L38.1406 28.0469L38.1494 28.0537C39.3179 29.0214 39.9941 30.4537 39.9941 31.9648V48.1113C39.9941 49.9309 39.2626 51.6746 37.9629 52.958C36.6638 54.2408 34.9039 54.9574 33.0713 54.9531V54.9541H10.6055C6.78645 54.9541 3.68168 51.8879 3.68164 48.0947V31.9531L3.69629 31.666C3.81092 30.2427 4.52424 28.9282 5.66699 28.0479L17.7686 18.3877Z" fill="url(#paint2_linear_4018_4946)" stroke="url(#paint3_linear_4018_4946)" stroke-linecap="round" stroke-linejoin="round"/>
<foreignObject x="-1.25977" y="30.0732" width="47.4746" height="35.6318"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_4018_4946_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter3_d_4018_4946)" data-figma-bg-blur-radius="15">
<rect x="13.7402" y="45.0732" width="15.4754" height="3.6315" rx="1.81575" fill="url(#paint4_linear_4018_4946)"/>
<rect x="13.8402" y="45.1732" width="15.2754" height="3.4315" rx="1.71575" stroke="url(#paint5_linear_4018_4946)" stroke-opacity="0.5" stroke-width="0.2"/>
</g>
<defs>
<filter id="filter0_f_4018_4946" x="0.726562" y="0.932617" width="61.8887" height="63.585" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="7.5" result="effect1_foregroundBlur_4018_4946"/>
</filter>
<filter id="filter1_f_4018_4946" x="2.39062" y="4.70215" width="57.3359" height="57.6602" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="9" result="effect1_foregroundBlur_4018_4946"/>
</filter>
<clipPath id="bgblur_0_4018_4946_clip_path" transform="translate(20.8184 7.61719)"><path d="M17.7686 18.3877C20.0426 16.4369 23.3992 16.376 25.7432 18.2432L38.1406 28.0469L38.1494 28.0537C39.3179 29.0214 39.9941 30.4537 39.9941 31.9648V48.1113C39.9941 49.9309 39.2626 51.6746 37.9629 52.958C36.6638 54.2408 34.9039 54.9574 33.0713 54.9531V54.9541H10.6055C6.78645 54.9541 3.68168 51.8879 3.68164 48.0947V31.9531L3.69629 31.666C3.81092 30.2427 4.52424 28.9282 5.66699 28.0479L17.7686 18.3877Z"/>
</clipPath><filter id="filter3_d_4018_4946" x="-1.25977" y="30.0732" width="47.4746" height="35.6318" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="5" dy="5"/>
<feGaussianBlur stdDeviation="6"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.15375 0 0 0 0 0.522433 0 0 0 0 0.9 0 0 0 0.28 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4018_4946"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4018_4946" result="shape"/>
</filter>
<clipPath id="bgblur_1_4018_4946_clip_path" transform="translate(1.25977 -30.0732)"><rect x="13.7402" y="45.0732" width="15.4754" height="3.6315" rx="1.81575"/>
</clipPath><linearGradient id="paint0_linear_4018_4946" x1="47.7062" y1="15.9326" x2="11.3318" y2="44.0154" gradientUnits="userSpaceOnUse">
<stop stop-color="#39AFFD"/>
<stop offset="1" stop-color="#477FFF"/>
</linearGradient>
<linearGradient id="paint1_linear_4018_4946" x1="47.7062" y1="15.9326" x2="11.3318" y2="44.0154" gradientUnits="userSpaceOnUse">
<stop stop-color="#39AFFD"/>
<stop offset="1" stop-color="#477FFF"/>
</linearGradient>
<linearGradient id="paint2_linear_4018_4946" x1="21.8381" y1="17.3828" x2="21.8381" y2="54.4544" gradientUnits="userSpaceOnUse">
<stop stop-color="#91C9FF"/>
<stop offset="1" stop-color="#3B9FFE"/>
</linearGradient>
<linearGradient id="paint3_linear_4018_4946" x1="9.80287" y1="21.7017" x2="40.8699" y2="50.5891" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.25"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint4_linear_4018_4946" x1="28.1185" y1="45.729" x2="11.1888" y2="48.0813" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint5_linear_4018_4946" x1="15.4073" y1="46.2914" x2="28.5412" y2="46.6004" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="44" height="44" fill="url(#pattern0_3339_802)"/>
<defs>
<pattern id="pattern0_3339_802" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_3339_802" transform="scale(0.005)"/>
</pattern>
<image id="image0_3339_802" width="200" height="200" preserveAspectRatio="none" xlink:href="data:image/png;base64,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"/>
</defs>
</svg>
<?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="1712731651220"
class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5138"
xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
<path
d="M624.500364 925.184a204.8 204.8 0 0 0 233.192727-333.312l-233.192727 333.265455z m-45.149091-32.954182l232.029091-331.543273a204.8 204.8 0 0 0-231.982546 331.543273zM426.356364 571.485091c-181.434182 37.469091-280.994909 152.389818-302.638546 350.533818a27.927273 27.927273 0 0 1-55.528727-6.050909c21.504-196.654545 115.898182-325.026909 280.389818-381.207273a283.927273 283.927273 0 1 1 419.374546-109.149091 27.927273 27.927273 0 0 1-50.269091-24.203636 228.072727 228.072727 0 1 0-282.670546 115.898182 27.927273 27.927273 0 0 1-8.657454 54.178909zM721.454545 1005.381818a260.654545 260.654545 0 1 1 0-521.309091 260.654545 260.654545 0 0 1 0 521.309091z"
p-id="5139"></path>
</svg>
<svg width="58" height="53" viewBox="0 0 58 53" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.0161 14.9783L26.5779 14.7892C29.4168 13.8313 32.5493 15.3611 33.5575 18.2085L33.8919 19.1551L33.8932 19.1557L37.7455 30.0372C38.707 32.7535 37.2913 35.6961 34.5833 36.6098L34.5626 36.6158L34.5611 36.6174L30.8579 37.8669C30.8546 37.868 30.8507 37.8683 30.8474 37.8694L25.8915 39.5421C23.0526 40.4999 19.92 38.9702 18.9119 36.1228L15.1614 25.5284L14.7239 24.2941C13.7624 21.5778 15.1781 18.6352 17.8861 17.7215L17.9083 17.7139L26.0161 14.9783Z" fill="url(#paint0_linear_4018_5804)"/>
<g opacity="0.5" filter="url(#filter0_f_4018_5804)">
<path d="M31.3135 32.7553L29.2421 33.46C27.5622 34.0316 25.7122 33.8697 24.1478 33.0142C22.7689 32.2602 21.718 31.025 21.1999 29.5492L19.7249 25.3479C19.1557 23.7267 19.9692 21.979 21.542 21.4439L26.5903 19.7265C28.2393 19.1655 30.068 20.0874 30.6647 21.787L33.1388 28.834C33.7079 30.4552 32.8927 32.2181 31.3135 32.7553Z" fill="#E46800"/>
</g>
<foreignObject x="-1.33594" y="-5.33301" width="69.5801" height="72.833"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_4018_5804_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M43.9932 37.6494C43.9932 40.7442 41.4705 43.25 38.3613 43.25H28.8213C25.5691 43.25 22.9142 40.626 22.9141 37.3877L22.9141 24.541C22.9143 21.4469 25.4481 18.9171 28.5693 18.917H37.4697L37.5205 18.9219C37.5701 18.9322 37.616 18.9577 37.6514 18.9951L43.9248 25.6387C43.9686 25.6851 43.9932 25.7467 43.9932 25.8105V37.6494Z" fill="url(#paint1_linear_4018_5804)" fill-opacity="0.3" stroke="url(#paint2_linear_4018_5804)" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>
<foreignObject x="21.1621" y="5.64258" width="35.9727" height="36.1279"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_4018_5804_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter3_d_4018_5804)" data-figma-bg-blur-radius="15">
<path d="M38.5796 26.7611C39.415 26.7694 40.5764 26.773 41.5616 26.7694C42.0662 26.7683 42.3227 26.1688 41.9727 25.8078C40.7071 24.4993 38.443 22.1577 37.1473 20.8183C36.789 20.4477 36.1621 20.7027 36.1621 21.2163V24.3575C36.1621 25.6755 37.254 26.7611 38.5796 26.7611Z" fill="url(#paint3_linear_4018_5804)"/>
<path d="M36.3623 21.2158C36.3627 20.8819 36.7709 20.7161 37.0039 20.957L41.8291 25.9473C42.0537 26.1792 41.8926 26.5683 41.5615 26.5693C40.5773 26.5729 39.4164 26.5699 38.582 26.5615H38.5801C37.3638 26.5615 36.3623 25.5639 36.3623 24.3574V21.2158Z" stroke="url(#paint4_linear_4018_5804)" stroke-width="0.4"/>
</g>
<defs>
<filter id="filter0_f_4018_5804" x="0.542969" y="0.5625" width="51.7773" height="52.2344" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="9.5" result="effect1_foregroundBlur_4018_5804"/>
</filter>
<clipPath id="bgblur_0_4018_5804_clip_path" transform="translate(1.33594 5.33301)"><path d="M43.9932 37.6494C43.9932 40.7442 41.4705 43.25 38.3613 43.25H28.8213C25.5691 43.25 22.9142 40.626 22.9141 37.3877L22.9141 24.541C22.9143 21.4469 25.4481 18.9171 28.5693 18.917H37.4697L37.5205 18.9219C37.5701 18.9322 37.616 18.9577 37.6514 18.9951L43.9248 25.6387C43.9686 25.6851 43.9932 25.7467 43.9932 25.8105V37.6494Z"/>
</clipPath><filter id="filter3_d_4018_5804" x="21.1621" y="5.64258" width="35.9727" height="36.1279" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="5" dy="5"/>
<feGaussianBlur stdDeviation="5"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.537255 0 0 0 0 0.160784 0 0 0 0.2 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4018_5804"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4018_5804" result="shape"/>
</filter>
<clipPath id="bgblur_1_4018_5804_clip_path" transform="translate(-21.1621 -5.64258)"><path d="M38.5796 26.7611C39.415 26.7694 40.5764 26.773 41.5616 26.7694C42.0662 26.7683 42.3227 26.1688 41.9727 25.8078C40.7071 24.4993 38.443 22.1577 37.1473 20.8183C36.789 20.4477 36.1621 20.7027 36.1621 21.2163V24.3575C36.1621 25.6755 37.254 26.7611 38.5796 26.7611Z"/>
</clipPath><linearGradient id="paint0_linear_4018_5804" x1="45" y1="34" x2="18" y2="34.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFB37F"/>
<stop offset="1" stop-color="#FF7B0D"/>
</linearGradient>
<linearGradient id="paint1_linear_4018_5804" x1="41.3482" y1="41.7461" x2="32.6843" y2="19.3796" gradientUnits="userSpaceOnUse">
<stop offset="0.00365973" stop-color="#FFF0E8"/>
<stop offset="1" stop-color="#FFE1B9"/>
</linearGradient>
<linearGradient id="paint2_linear_4018_5804" x1="25.3873" y1="22.7958" x2="50.6779" y2="39.2355" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.25"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_4018_5804" x1="39.0639" y1="21.0786" x2="34.9849" y2="24.9074" gradientUnits="userSpaceOnUse">
<stop offset="0.0769312" stop-color="white"/>
<stop offset="0.653862" stop-color="white" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint4_linear_4018_5804" x1="39.0639" y1="21.5692" x2="46.385" y2="29.6425" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.25"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="2.0957" y="8.7959" width="27.8093" height="7.58436" rx="3.79218" fill="white"/>
<rect opacity="0.3" x="12.8398" y="3" width="6.95233" height="3.57373" rx="1.78686" transform="rotate(45 12.8398 3)" fill="white"/>
<rect opacity="0.3" width="6.95233" height="3.57373" rx="1.78686" transform="matrix(-0.707107 0.707107 0.707107 0.707107 19.0195 3)" fill="white"/>
<path d="M21.376 11.9561C24.6897 11.9561 27.376 14.6423 27.376 17.9561V22.3887C27.376 25.7024 24.6897 28.3887 21.376 28.3887H10.623C7.30934 28.3887 4.62305 25.7024 4.62305 22.3887V17.9561C4.62305 14.6423 7.30934 11.9561 10.623 11.9561H21.376ZM16 18.3975C15.488 18.3975 15.0723 18.8123 15.0723 19.3242V22.1045C15.0723 22.6164 15.488 23.0322 16 23.0322C16.5118 23.032 16.9268 22.6163 16.9268 22.1045V19.3242C16.9268 18.8124 16.5118 18.3977 16 18.3975Z" fill="white"/>
</svg>
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect opacity="0.4" x="7.13672" y="4" width="3.54545" height="8.86364" rx="1.77273" fill="#FFFEEB"/>
<rect opacity="0.4" x="21.3184" y="4" width="3.54545" height="8.86364" rx="1.77273" fill="#FFFEEB"/>
<path d="M27 8.72754C28.1046 8.72754 29 9.62297 29 10.7275V24.4551C28.9999 25.5595 28.1045 26.4551 27 26.4551H5C3.89552 26.4551 3.00014 25.5595 3 24.4551V10.7275C3 9.62297 3.89543 8.72754 5 8.72754H27ZM20.8428 14.2246C20.4522 13.8346 19.8191 13.8343 19.4287 14.2246L15.4082 18.2441L13.1611 15.9971C12.7706 15.6072 12.1374 15.6069 11.7471 15.9971C11.3567 16.3874 11.3571 17.0206 11.7471 17.4111L14.7012 20.3662C15.0917 20.7567 15.7257 20.7567 16.1162 20.3662L20.8428 15.6387C21.2333 15.2481 21.2333 14.6151 20.8428 14.2246Z" fill="white"/>
</svg>
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect opacity="0.3" x="11.1074" y="10.1885" width="13.0886" height="2.37974" rx="1.18987" fill="white"/>
<rect opacity="0.3" x="11.1074" y="14.3545" width="9.51895" height="2.37974" rx="1.18987" fill="white"/>
<path d="M20.3623 3.64453C24.7806 3.64453 28.3623 7.22625 28.3623 11.6445V25.3594C28.3621 27.0161 27.0191 28.3594 25.3623 28.3594H9.94336C8.2866 28.3594 6.94351 27.0161 6.94336 25.3594V6.64453C6.94336 4.98768 8.28651 3.64453 9.94336 3.64453H20.3623ZM20.6289 22.6836C19.9718 22.6836 19.4385 23.2169 19.4385 23.874C19.4386 24.5311 19.9718 25.0635 20.6289 25.0635H23.0088C23.6657 25.0633 24.1982 24.531 24.1982 23.874C24.1982 23.217 23.6658 22.6838 23.0088 22.6836H20.6289ZM12.2979 14.3545C11.641 14.3547 11.1086 14.8871 11.1084 15.5439C11.1084 16.201 11.6409 16.7342 12.2979 16.7344H19.4375C20.0946 16.7344 20.627 16.2011 20.627 15.5439C20.6268 14.887 20.0945 14.3545 19.4375 14.3545H12.2979ZM12.2979 10.1885C11.6409 10.1887 11.1084 10.7219 11.1084 11.3789C11.1086 12.0358 11.641 12.5681 12.2979 12.5684H23.0068C23.6639 12.5684 24.1971 12.0359 24.1973 11.3789C24.1973 10.7218 23.664 10.1885 23.0068 10.1885H12.2979Z" fill="white"/>
<path opacity="0.3" d="M2 17.6494H11.0613V28.3582H6C3.79086 28.3582 2 26.5674 2 24.3582V17.6494Z" fill="white"/>
</svg>
<svg width="51" height="58" viewBox="0 0 51 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M33.3521 23.97C33.3521 27.7555 30.2841 30.8228 26.4993 30.8228C22.7145 30.8228 19.6465 27.7555 19.6465 23.97C19.6465 20.1859 22.7145 17.1172 26.4993 17.1172C30.2841 17.1172 33.3521 20.1859 33.3521 23.97Z" fill="url(#paint0_linear_4018_5817)"/>
<g opacity="0.5" filter="url(#filter0_f_4018_5817)">
<path d="M31.4809 24.9172C31.4809 28.0559 28.9372 30.5991 25.7991 30.5991C22.661 30.5991 20.1172 28.0559 20.1172 24.9172C20.1172 21.7797 22.661 19.2354 25.7991 19.2354C28.9372 19.2354 31.4809 21.7797 31.4809 24.9172Z" fill="#EB6F0A"/>
</g>
<foreignObject x="-23.0215" y="-5.49219" width="80.6074" height="79.2891"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_4018_5817_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M16.623 18.7578C8.12062 18.7578 1.22855 25.6515 1.22852 34.1523C1.22852 42.6563 8.12063 49.5469 16.623 49.5469C19.7388 49.5469 22.6379 48.6197 25.0615 47.0283L33.0342 48.7109C33.124 48.7299 33.217 48.6979 33.2764 48.6279C33.3356 48.558 33.3525 48.4614 33.3193 48.376L30.4355 40.9561C31.4479 38.9043 32.0176 36.5947 32.0176 34.1523C32.0175 25.6515 25.1254 18.7579 16.623 18.7578Z" fill="#FFCBB9" fill-opacity="0.35" stroke="url(#paint1_linear_4018_5817)" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>
<foreignObject x="-8.64648" y="8.83691" width="49.0586" height="48.5293"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_4018_5817_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter3_d_4018_5817)" data-figma-bg-blur-radius="15">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3615 35.7137L11.9795 30.9656H8.44534C7.80352 30.9656 7.28321 30.4342 7.28321 29.7786C7.28321 29.1231 7.80351 28.5916 8.44534 28.5916H12.2885L12.7732 24.8676C12.8578 24.2178 13.4421 23.761 14.0783 23.8474C14.7145 23.9338 15.1617 24.5306 15.0772 25.1805L14.6332 28.5916H18.6109L19.0757 25.0203C19.1603 24.3704 19.7446 23.9136 20.3809 24C21.0171 24.0864 21.4643 24.6833 21.3797 25.3331L20.9556 28.5916H24.2502C24.892 28.5916 25.4123 29.1231 25.4123 29.7786C25.4123 30.4342 24.892 30.9656 24.2502 30.9656H20.6466L20.0286 35.7137H23.3205C23.9623 35.7137 24.4826 36.2451 24.4826 36.9007C24.4826 37.5562 23.9623 38.0877 23.3205 38.0877H19.7196L19.2968 41.3356C19.2123 41.9855 18.6279 42.4422 17.9917 42.3558C17.3555 42.2694 16.9083 41.6726 16.9929 41.0228L17.3749 38.0877H13.3972L12.9943 41.183C12.9097 41.8328 12.3254 42.2896 11.6892 42.2032C11.0529 42.1168 10.6058 41.52 10.6903 40.8701L11.0525 38.0877H7.51564C6.87382 38.0877 6.35352 37.5562 6.35352 36.9007C6.35352 36.2451 6.87382 35.7137 7.51564 35.7137H11.3615ZM13.7062 35.7137H17.6839L18.3019 30.9656H14.3242L13.7062 35.7137Z" fill="url(#paint2_linear_4018_5817)"/>
<path d="M14.0518 24.0459C14.5749 24.1171 14.9495 24.61 14.8789 25.1543L14.4346 28.5654L14.4053 28.792H18.7861L18.8096 28.6172L19.2744 25.0459C19.3453 24.5024 19.8312 24.1276 20.3535 24.1982C20.8769 24.2693 21.2525 24.7631 21.1816 25.3076L20.7568 28.5654L20.7275 28.792H24.25C24.7773 28.792 25.2117 29.2293 25.2119 29.7783C25.2119 30.3274 24.7774 30.7656 24.25 30.7656H20.4707L20.4482 30.9395L19.8301 35.6875L19.8008 35.9141H23.3203C23.8476 35.9141 24.2821 36.3514 24.2822 36.9004C24.2822 37.4495 23.8477 37.8877 23.3203 37.8877H19.5439L19.5215 38.0615L19.0986 41.3096C19.0279 41.8533 18.5411 42.2282 18.0186 42.1572C17.4953 42.0861 17.1207 41.5933 17.1914 41.0488L17.5732 38.1133L17.6025 37.8877H13.2217L13.1992 38.0615L12.7959 41.1572C12.7251 41.7009 12.2383 42.0758 11.7158 42.0049C11.1925 41.9337 10.8178 41.44 10.8887 40.8955L11.251 38.1133L11.2803 37.8877H7.51562C6.98824 37.8877 6.55371 37.4495 6.55371 36.9004C6.55386 36.3514 6.98833 35.9141 7.51562 35.9141H11.5371L11.5596 35.7393L12.1777 30.9912L12.207 30.7656H8.44531C7.91793 30.7656 7.4834 30.3274 7.4834 29.7783C7.48357 29.2294 7.91803 28.792 8.44531 28.792H12.4639L12.4863 28.6172L12.9717 24.8936C13.0425 24.3498 13.5292 23.9749 14.0518 24.0459ZM14.126 30.9395L13.5078 35.6875L13.4785 35.9141H17.8594L17.8818 35.7393L18.5 30.9912L18.5293 30.7656H14.1484L14.126 30.9395Z" stroke="url(#paint3_linear_4018_5817)" stroke-width="0.4"/>
</g>
<defs>
<filter id="filter0_f_4018_5817" x="1.11719" y="0.235352" width="49.3633" height="49.3633" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="9.5" result="effect1_foregroundBlur_4018_5817"/>
</filter>
<clipPath id="bgblur_0_4018_5817_clip_path" transform="translate(23.0215 5.49219)"><path d="M16.623 18.7578C8.12062 18.7578 1.22855 25.6515 1.22852 34.1523C1.22852 42.6563 8.12063 49.5469 16.623 49.5469C19.7388 49.5469 22.6379 48.6197 25.0615 47.0283L33.0342 48.7109C33.124 48.7299 33.217 48.6979 33.2764 48.6279C33.3356 48.558 33.3525 48.4614 33.3193 48.376L30.4355 40.9561C31.4479 38.9043 32.0176 36.5947 32.0176 34.1523C32.0175 25.6515 25.1254 18.7579 16.623 18.7578Z"/>
</clipPath><filter id="filter3_d_4018_5817" x="-8.64648" y="8.83691" width="49.0586" height="48.5293" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="5" dy="5"/>
<feGaussianBlur stdDeviation="5"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.521569 0 0 0 0 0.133333 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4018_5817"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4018_5817" result="shape"/>
</filter>
<clipPath id="bgblur_1_4018_5817_clip_path" transform="translate(8.64648 -8.83691)"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.3615 35.7137L11.9795 30.9656H8.44534C7.80352 30.9656 7.28321 30.4342 7.28321 29.7786C7.28321 29.1231 7.80351 28.5916 8.44534 28.5916H12.2885L12.7732 24.8676C12.8578 24.2178 13.4421 23.761 14.0783 23.8474C14.7145 23.9338 15.1617 24.5306 15.0772 25.1805L14.6332 28.5916H18.6109L19.0757 25.0203C19.1603 24.3704 19.7446 23.9136 20.3809 24C21.0171 24.0864 21.4643 24.6833 21.3797 25.3331L20.9556 28.5916H24.2502C24.892 28.5916 25.4123 29.1231 25.4123 29.7786C25.4123 30.4342 24.892 30.9656 24.2502 30.9656H20.6466L20.0286 35.7137H23.3205C23.9623 35.7137 24.4826 36.2451 24.4826 36.9007C24.4826 37.5562 23.9623 38.0877 23.3205 38.0877H19.7196L19.2968 41.3356C19.2123 41.9855 18.6279 42.4422 17.9917 42.3558C17.3555 42.2694 16.9083 41.6726 16.9929 41.0228L17.3749 38.0877H13.3972L12.9943 41.183C12.9097 41.8328 12.3254 42.2896 11.6892 42.2032C11.0529 42.1168 10.6058 41.52 10.6903 40.8701L11.0525 38.0877H7.51564C6.87382 38.0877 6.35352 37.5562 6.35352 36.9007C6.35352 36.2451 6.87382 35.7137 7.51564 35.7137H11.3615ZM13.7062 35.7137H17.6839L18.3019 30.9656H14.3242L13.7062 35.7137Z"/>
</clipPath><linearGradient id="paint0_linear_4018_5817" x1="14.7508" y1="26.1493" x2="30.5186" y2="20.245" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFB37F"/>
<stop offset="1" stop-color="#FF7B0D"/>
</linearGradient>
<linearGradient id="paint1_linear_4018_5817" x1="28.0545" y1="22.5365" x2="5.64413" y2="50.776" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.25"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint2_linear_4018_5817" x1="23.0005" y1="42" x2="19.4667" y2="23.2352" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.264434" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
<linearGradient id="paint3_linear_4018_5817" x1="40.4635" y1="56.2229" x2="35.5559" y2="21.822" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.399023" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
</defs>
</svg>
<svg width="34" height="35" viewBox="0 0 34 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_f_4018_5793)">
<path d="M22.6699 9.77812C23.1007 9.55489 23.6061 9.57823 24.0173 9.84204C24.4285 10.1059 24.6738 10.5614 24.6738 11.0607V18.7336C24.6738 19.2328 24.4285 19.6884 24.0173 19.9512C23.7926 20.0943 23.5414 20.1673 23.2882 20.1673C23.0772 20.1673 22.8662 20.1176 22.669 20.0141L11.4219 14.9885L22.6699 9.77812Z" fill="#FC5D00"/>
</g>
<path d="M3 9C3 6.79086 4.79086 5 7 5H17C19.2091 5 21 6.79086 21 9V21C21 23.2091 19.2091 25 17 25H7C4.79086 25 3 23.2091 3 21V9Z" fill="url(#paint0_linear_4018_5793)"/>
<path d="M26.9967 6.55256C27.6625 6.20177 28.4435 6.23845 29.079 6.65301C29.7144 7.06758 30.0936 7.7835 30.0936 8.56798V20.6254C30.0936 21.4099 29.7144 22.1258 29.079 22.5388C28.7317 22.7636 28.3434 22.8784 27.9521 22.8784C27.6261 22.8784 27.3 22.8003 26.9951 22.6377L9.61328 14.7403L26.9967 6.55256Z" fill="url(#paint1_linear_4018_5793)"/>
<foreignObject x="-23.9219" y="-21.5" width="70.3848" height="71.8896"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_0_4018_5793_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="24" d="M15.6875 2.75C17.5935 2.75 19.2275 3.40798 20.3857 4.55176C21.5442 5.69587 22.2119 7.31161 22.2119 9.19727V19.6924C22.2119 21.5773 21.5442 23.1926 20.3857 24.3369C19.2275 25.481 17.5936 26.1396 15.6875 26.1396H6.85254C4.94642 26.1396 3.31255 25.481 2.1543 24.3369C0.995874 23.1926 0.328125 21.5772 0.328125 19.6924V9.19727L0.335938 8.84668C0.413479 7.11124 1.06817 5.62439 2.1543 4.55176C3.31256 3.40796 4.94654 2.75 6.85254 2.75H15.6875Z" fill="url(#paint2_linear_4018_5793)" fill-opacity="0.3" stroke="url(#paint3_linear_4018_5793)" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>
<foreignObject x="-6.75977" y="-5.13281" width="36.9512" height="39.1562"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(7.5px);clip-path:url(#bgblur_1_4018_5793_clip_path);height:100%;width:100%"></div></foreignObject><g filter="url(#filter2_d_4018_5793)" data-figma-bg-blur-radius="15">
<path d="M8.24023 18.0215V10.8685C8.24023 10.0698 9.13038 9.59343 9.79494 10.0365L14.747 13.3379C15.3149 13.7165 15.345 14.5402 14.8063 14.9593L9.85418 18.8109C9.19732 19.3218 8.24023 18.8537 8.24023 18.0215Z" fill="url(#paint4_linear_4018_5793)"/>
<path d="M8.44043 10.8682C8.44069 10.2295 9.15207 9.84895 9.68359 10.2031L14.6357 13.5039C15.0901 13.8068 15.1146 14.4665 14.6836 14.8018L9.73145 18.6533C9.20596 19.0619 8.44043 18.6872 8.44043 18.0215V10.8682Z" stroke="url(#paint5_linear_4018_5793)" stroke-width="0.4"/>
</g>
<foreignObject x="-21.5" y="3.5" width="65" height="51"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(12px);clip-path:url(#bgblur_2_4018_5793_clip_path);height:100%;width:100%"></div></foreignObject><rect data-figma-bg-blur-radius="24" x="2.75" y="27.75" width="16.5" height="2.5" rx="1.25" fill="url(#paint6_linear_4018_5793)" stroke="url(#paint7_linear_4018_5793)" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>
<defs>
<filter id="filter0_f_4018_5793" x="2.42188" y="0.625977" width="31.252" height="28.541" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="4.5" result="effect1_foregroundBlur_4018_5793"/>
</filter>
<clipPath id="bgblur_0_4018_5793_clip_path" transform="translate(23.9219 21.5)"><path d="M15.6875 2.75C17.5935 2.75 19.2275 3.40798 20.3857 4.55176C21.5442 5.69587 22.2119 7.31161 22.2119 9.19727V19.6924C22.2119 21.5773 21.5442 23.1926 20.3857 24.3369C19.2275 25.481 17.5936 26.1396 15.6875 26.1396H6.85254C4.94642 26.1396 3.31255 25.481 2.1543 24.3369C0.995874 23.1926 0.328125 21.5772 0.328125 19.6924V9.19727L0.335938 8.84668C0.413479 7.11124 1.06817 5.62439 2.1543 4.55176C3.31256 3.40796 4.94654 2.75 6.85254 2.75H15.6875Z"/>
</clipPath><filter id="filter2_d_4018_5793" x="-6.75977" y="-5.13281" width="36.9512" height="39.1562" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="5" dy="5"/>
<feGaussianBlur stdDeviation="5"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.521569 0 0 0 0 0.133333 0 0 0 0.5 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4018_5793"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4018_5793" result="shape"/>
</filter>
<clipPath id="bgblur_1_4018_5793_clip_path" transform="translate(6.75977 5.13281)"><path d="M8.24023 18.0215V10.8685C8.24023 10.0698 9.13038 9.59343 9.79494 10.0365L14.747 13.3379C15.3149 13.7165 15.345 14.5402 14.8063 14.9593L9.85418 18.8109C9.19732 19.3218 8.24023 18.8537 8.24023 18.0215Z"/>
</clipPath><clipPath id="bgblur_2_4018_5793_clip_path" transform="translate(21.5 -3.5)"><rect x="2.75" y="27.75" width="16.5" height="2.5" rx="1.25"/>
</clipPath><linearGradient id="paint0_linear_4018_5793" x1="28.8262" y1="22.3684" x2="2.20647" y2="22.957" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF7B0D"/>
<stop offset="1" stop-color="#FFF3EB"/>
</linearGradient>
<linearGradient id="paint1_linear_4018_5793" x1="21.0401" y1="6.31348" x2="21.0401" y2="22.8784" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFB37F"/>
<stop offset="1" stop-color="#FF7B0D"/>
</linearGradient>
<linearGradient id="paint2_linear_4018_5793" x1="19.4732" y1="24.6853" x2="11.6333" y2="2.78791" gradientUnits="userSpaceOnUse">
<stop offset="0.00365973" stop-color="#FFF0E8"/>
<stop offset="1" stop-color="#FFE1B9"/>
</linearGradient>
<linearGradient id="paint3_linear_4018_5793" x1="2.88823" y1="6.48513" x2="27.9004" y2="24.0759" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.25"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint4_linear_4018_5793" x1="22.7827" y1="28.946" x2="18.1147" y2="8.05024" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.399023" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
<linearGradient id="paint5_linear_4018_5793" x1="21.9516" y1="28.3416" x2="17.6995" y2="8.27977" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.2"/>
<stop offset="0.399023" stop-color="white" stop-opacity="0.723067"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
<linearGradient id="paint6_linear_4018_5793" x1="17.1378" y1="29.8948" x2="17.0477" y2="27.74" gradientUnits="userSpaceOnUse">
<stop offset="0.00365973" stop-color="#FFDCC0"/>
<stop offset="1" stop-color="#FFC697"/>
</linearGradient>
<linearGradient id="paint7_linear_4018_5793" x1="4.72849" y1="28.3045" x2="5.47898" y2="32.8244" gradientUnits="userSpaceOnUse">
<stop stop-color="white" stop-opacity="0.25"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>
<?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="1667557434795" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5366" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M627.4 262.5c28.5-10.6 58.7-16.2 89.8-16.2 31.9 0 63 5.8 92.1 17 0.6-6.1 1-12.4 1-18.7C810.3 144.9 729 64 628.7 64c-53.1 0-100.8 22.7-134 58.8 28.1 15.5 54.1 35.6 77.1 60 22.6 23.8 41.2 50.7 55.6 79.7z" p-id="5367"></path><path d="M367.1 777.5h56.4L401 713.9c134-25.3 235.8-149.4 235.8-298.7 0-167.5-128.2-303.4-286.4-303.4C192.2 111.9 64 247.7 64 415.2c0 147.9 99.9 271.1 232.1 297.9l-18.8 64.4h48.9l-8.1 27.6c-5.2 17.5 0 35.8 13.8 49.1 5.9 5.7 7 14 2.8 20.8l-37.3 59c-5.3 8.4-2 19.1 7.5 23.8 3.1 1.5 6.4 2.2 9.6 2.2 6.8 0 13.5-3.2 17.2-8.9l37.3-58.9c12.7-20 9.4-44.8-8.1-61.6-4.6-4.5-6.4-10.7-4.6-16.6l10.8-36.5z m-43.6-543.1c-0.4 0.1-44.1 10.6-82.3 42.2-51.7 42.9-69.8 101.7-53.8 174.7 2.8 12.9-5.3 25.8-18.3 28.6-1.8 0.4-3.5 0.6-5.2 0.6-11 0-20.9-7.6-23.4-18.8-25.2-114.6 24.2-183.9 70-221.9 46-38.1 96.4-50.7 102-52 12.9-3.1 25.8 5 28.8 17.9s-4.9 25.7-17.8 28.7z" p-id="5368"></path><path d="M960 530.2c0-142.3-108.7-257.7-242.8-257.7-27.7 0-54.3 4.9-79 14 16.2 40.2 24.7 83.8 24.7 128.8 0 87.8-32.3 170.3-91 232.5-14.4 15.2-29.9 28.7-46.3 40.5 35 47.7 85.5 82.1 143.4 94.5l-9.2 40.5h25.3v0.1l-2.1 7.2c-4.1 13.9 0 28.5 11 39.2 2.4 2.2 2.8 5.7 1.1 8.3l-26.2 41.1c-5.3 8.4-2 19.1 7.5 23.8 3.1 1.5 6.4 2.2 9.6 2.2 6.8 0 13.5-3.2 17.2-8.9l26.1-41.2c10.1-16 7.5-35.7-6.4-49.1-1.8-1.7-2.7-4.3-2-6.7l4.7-16H750l-10-36.5c123.4-12.3 220-122.5 220-256.6z m-183.5 174c-3.1 1.3-6.3 1.9-9.4 1.9-9.3 0-18.2-5.5-22.1-14.6-5.2-12.2 0.5-26.3 12.7-31.5 43.7-18.6 75.5-54.4 85.2-95.8 3-12.9 16-21.1 28.8-18 12.9 3 21 15.9 18 28.8-13.1 56.4-55.4 104.7-113.2 129.2z" p-id="5369"></path></svg>
\ No newline at end of file
<?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="1676867023098"
class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5592"
xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
<path
d="M97 153.472C97 109.03 133.063 73 177.548 73h648.986c44.486 0 80.548 36.029 80.548 80.472v558.71c0 44.443-36.062 80.472-80.548 80.472H211.712c-30.82 0-54.876 22.177-54.876 48.283 0 25.845 23.577 47.84 53.953 48.277l0.923 0.006h695.37c16.523 0 29.918 13.383 29.918 29.89 0 16.272-13.015 29.507-29.212 29.882l-0.706 0.008h-695.37C148.872 949 97 901.179 97 840.937c0-2.001 0.057-3.989 0.17-5.961a31.452 31.452 0 0 1-0.162-2.53L97 831.74V153.472z m669.699 326.489H237.384l-0.707 0.008c-16.197 0.375-29.211 13.61-29.211 29.881 0 16.343 13.128 29.622 29.423 29.886l0.495 0.004h529.315l0.706-0.008c16.197-0.375 29.211-13.61 29.211-29.882 0-16.507-13.394-29.89-29.917-29.89z m0-170.142H237.384l-0.707 0.008c-16.197 0.375-29.211 13.61-29.211 29.882 0 16.342 13.128 29.621 29.423 29.885l0.495 0.004h529.315l0.706-0.008c16.197-0.375 29.211-13.61 29.211-29.881 0-16.508-13.394-29.89-29.917-29.89z"
p-id="5593"></path>
</svg>
<?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="1667556573285"
class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3250"
xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
<path
d="M893.7 534.5c-4.5-16.5-10.9-31.7-19.2-45.7-8.3-14-18.3-26.8-29.9-38.3-3.1-3-6.3-6.1-9.7-9.1-2 64.9-21.9 127-57.7 180.2-18.2 27.1-40.2 51.3-65.2 71.7-18.3 14.9-37.9 27.7-58.7 38.2l50 168.8h103.3l-40.5-134.9c39.3-10.8 71.6-32.9 96.7-66.3 25.1-33.4 37.7-71.5 37.7-114.2v-0.1c-0.1-17-2.3-33.9-6.8-50.3zM329.7 693.7c-25.1-20.5-47-44.6-65.3-71.8-35.9-53.3-55.8-115.6-57.8-180.6-3.4 3-6.6 6-9.7 9.1-11.6 11.5-21.5 24.3-29.8 38.3-8.3 14-14.7 29.2-19.2 45.7-4.5 16.5-6.7 33.3-6.7 50.5v0.1c0 42.7 12.5 80.8 37.6 114.2 25.1 33.4 57.2 55.5 96.5 66.3l-40.4 134.9H338l50.5-168.6c-20.9-10.4-40.5-23.2-58.8-38.1z"
p-id="3251"></path>
<path
d="M812.1 429.5c0-3.3-0.1-6.5-0.2-9.8-4.9-164.4-133.4-296.1-291.2-296.1-157.8 0-286.2 131.7-291.1 296.1-0.1 3.2-0.2 6.5-0.2 9.8 0 130.2 77.5 241.4 186.6 285.5l-54.9 185.4h319.2L626 714.7c109-44.3 186.1-155.3 186.1-285.2zM520.8 611.8c-36.8 0-68.2-13.7-94.2-41s-39-60.4-39-99.3h40.1c0 8.9 1.2 17.6 3.5 26.2 2.3 8.6 5.5 16.5 9.5 23.6 4 7.1 8.8 13.7 14.4 19.6 5.6 5.9 11.8 11 18.6 15.1 6.8 4.2 14.2 7.5 22.1 10 8 2.5 16.2 3.7 24.6 3.7 25.8 0 47.8-9.6 66.1-28.8 18.3-19.2 27.4-42.3 27.4-69.4H654c0 38.9-13 72-39 99.3-26 27.4-57.4 41-94.2 41z"
p-id="3252"></path>
</svg>
<?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="1667893758496" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7001" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M975.36 801.28c0-10.24-10.24-20.48-20.48-20.48h-386.56l320-320c15.36-15.36 15.36-43.52 0-58.88l-284.16-281.6c-15.36-15.36-43.52-15.36-58.88 0l-376.32 376.32c-15.36 15.36-15.36 43.52 0 58.88l225.28 222.72h-322.56c-10.24 0-20.48 10.24-20.48 20.48l-40.96 79.36c0 10.24 10.24 20.48 20.48 20.48h965.12c10.24 0 20.48-10.24 20.48-20.48l-40.96-76.8z m-540.16-335.36l66.56 71.68 135.68-138.24 20.48 23.04-156.16 158.72-89.6-92.16 23.04-23.04z m-145.92 396.8l20.48-33.28h407.04l20.48 33.28h-448z" fill="" p-id="7002"></path></svg>
\ No newline at end of file
<?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="1662515864211" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3701" width="200" height="200" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M213.57056 399.95392c-48.8448 0-88.58112 39.72096-88.58112 88.54528l0 334.75584c0 48.8192 39.73632 88.54528 88.58112 88.54528l56.08448 0 0-511.8464L213.57056 399.95392z" p-id="3702"></path><path d="M821.43232 381.09184l-189.33248 0c10.34752-28.83072 17.17248-60.16512 19.61472-90.48064 3.77856-47.14496-3.47136-89.02144-20.96128-121.09312-21.5296-39.45984-58.17344-64.07168-105.99424-71.17824-21.6576-3.22048-40.28928 0.95232-55.3728 12.37504-30.49472 23.10656-36.09088 67.06688-42.5728 117.96992-5.18144 40.69376-11.05408 86.81472-30.79168 119.87456-9.86112 16.52736-26.72128 37.11488-64.06144 46.41792l0 516.82304 415.96416 0c24.33024 0 48.22016-8.32512 67.2768-23.42912 19.06688-15.10912 32.60416-36.46976 38.144-60.14976l73.51808-314.27072c7.57248-32.34816 0.06656-65.83296-20.58752-91.86816C885.61152 396.032 854.69184 381.09184 821.43232 381.09184z" p-id="3703"></path></svg>
\ No newline at end of file
<?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="1666076308974" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11970" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M970.666667 170.666667H468.62l-35.673333-59.46a53.593333 53.593333 0 0 0-45.733334-25.873334H96a53.393333 53.393333 0 0 0-53.333333 53.333334v704a53.393333 53.393333 0 0 0 53.333333 53.333333h874.666667a53.393333 53.393333 0 0 0 53.333333-53.333333V224a53.393333 53.393333 0 0 0-53.333333-53.333333z m0 42.666666a10.666667 10.666667 0 0 1 10.666666 10.666667v75.74a53.546667 53.546667 0 0 0-10.666666-1.073333H551.453333a10.72 10.72 0 0 1-9.146666-5.18L494.213333 213.333333z" p-id="11971"></path></svg>
<?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="1653463274928" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="23443" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M514.286299 2.505864h3.565417V895.785974h-3.565417z" fill="#EDA639" p-id="23444"></path><path d="M69.430967 447.365225h893.276081v3.55736H69.430967z" fill="#EDA639" p-id="23445"></path><path d="M517.811429 452.578389m-430.932074 0a430.932074 430.932074 0 1 0 861.864148 0 430.932074 430.932074 0 1 0-861.864148 0Z" fill="#FFE770" p-id="23446"></path><path d="M520.027225 493.522274v160.145663" fill="#FFE770" p-id="23447"></path><path d="M520.027225 675.024184a21.352218 21.352218 0 0 1-21.352218-21.356247v-160.145663a21.352218 21.352218 0 0 1 42.708465 0v160.145663a21.352218 21.352218 0 0 1-21.356247 21.356247z" fill="#6E6E96" p-id="23448"></path><path d="M300.917211 313.051716l62.279988-62.279988 62.279988 62.279988" fill="#FFE770" p-id="23449"></path><path d="M425.477187 334.403934a21.299845 21.299845 0 0 1-15.099644-6.252574L363.197199 280.971016 316.016855 328.15136a21.352218 21.352218 0 1 1-30.199288-30.199288l62.279988-62.279988a21.352218 21.352218 0 0 1 30.199288 0l62.279988 62.279988a21.352218 21.352218 0 0 1-15.099644 36.451862z" fill="#6E6E96" p-id="23450"></path><path d="M610.536457 313.051716l62.284017-62.279988 62.279988 62.279988" fill="#FFE770" p-id="23451"></path><path d="M735.100462 334.403934a21.299845 21.299845 0 0 1-15.099644-6.252574l-47.180344-47.180344-47.184373 47.180344a21.356247 21.356247 0 0 1-30.195259-30.199288l62.279988-62.279988a21.352218 21.352218 0 0 1 30.195259 0l62.279989 62.279988a21.352218 21.352218 0 0 1-15.095616 36.451862z" fill="#6E6E96" p-id="23452"></path><path d="M519.624353 45.947556c-3.831313 0-7.65054 0.068488-11.449623 0.173235 203.095851 5.785242 365.960901 172.231825 365.960901 376.72967 0 208.159953-168.746981 376.898877-376.906934 376.898877-208.155924 0-376.902905-168.738924-376.902906-376.898877a377.615989 377.615989 0 0 1 12.061989-94.924709 406.368966 406.368966 0 0 0-19.523179 124.777527c0 224.645477 182.114276 406.755723 406.759752 406.755724s406.755723-182.110247 406.755724-406.755724c0-224.645477-182.110247-406.755723-406.755724-406.755723z" fill="#FF9900" opacity=".24" p-id="23453"></path><path d="M517.811429 901.305321c-103.779837 0-204.98935-36.262512-284.979593-102.095831-78.906517-64.947001-133.733373-155.508606-154.380564-255.005914a451.740415 451.740415 0 0 1-9.366775-91.629216C69.084497 205.14647 270.383539 3.847428 517.811429 3.847428c247.42789 0 448.726932 201.299042 448.726932 448.726932 0 247.42789-201.299042 448.730961-448.726932 448.730961z m0-861.864149c-227.803993 0-413.137216 185.333223-413.137216 413.137217 0 28.43068 2.900679 56.821072 8.621461 84.397663 19.003474 91.576843 69.487369 174.951211 142.153398 234.757565 73.636951 60.604041 166.813196 93.981989 262.366386 93.981988 227.808022 0 413.137216-185.333223 413.137216-413.137216S745.619451 39.441172 517.811429 39.441172z" fill="#6E6E96" p-id="23454"></path><path d="M809.635818 752.069432m-135.542268 0a135.542268 135.542268 0 1 0 271.084536 0 135.542268 135.542268 0 1 0-271.084536 0Z" fill="#FFE770" p-id="23455"></path><path d="M809.635818 905.406558c-84.546726 0-153.337126-68.786372-153.337126-153.341154 0-84.546726 68.786372-153.337126 153.337126-153.337126s153.341155 68.786372 153.341155 153.337126c-0.004029 84.554783-68.7904 153.341155-153.341155 153.341154z m0-271.084536c-64.926857 0-117.74741 52.816524-117.74741 117.74741s52.816524 117.751439 117.74741 117.751439 117.751439-52.816524 117.751439-117.751439c-0.004029-64.930886-52.820553-117.74741-117.751439-117.74741z" fill="#6E6E96" p-id="23456"></path><path d="M218.864263 752.069432m-135.542268 0a135.542268 135.542268 0 1 0 271.084536 0 135.542268 135.542268 0 1 0-271.084536 0Z" fill="#FFE770" p-id="23457"></path><path d="M218.864263 905.406558c-84.550754 0-153.337126-68.786372-153.337126-153.341154 0-84.546726 68.786372-153.337126 153.337126-153.337126s153.337126 68.786372 153.337126 153.337126c0 84.554783-68.786372 153.341155-153.337126 153.341154z m0-271.084536c-64.926857 0-117.74741 52.816524-117.74741 117.74741s52.820553 117.751439 117.74741 117.751439 117.751439-52.816524 117.751439-117.751439c-0.004029-64.930886-52.824581-117.74741-117.751439-117.74741z" fill="#6E6E96" p-id="23458"></path><path d="M305.248085 455.213172a61.824743 28.845638 0 1 0 123.649486 0 61.824743 28.845638 0 1 0-123.649486 0Z" fill="#FF0000" opacity=".18" p-id="23459"></path><path d="M615.403151 455.213172a61.820714 28.845638 0 1 0 123.641429 0 61.820714 28.845638 0 1 0-123.641429 0Z" fill="#FF0000" opacity=".18" p-id="23460"></path><path d="M410.079418 993.43007h193.378577a16.114881 16.114881 0 0 0 0-32.229763h-193.378577a16.114881 16.114881 0 0 0 0 32.229763z" fill="#6E6E96" opacity=".29" p-id="23461"></path><path d="M675.435114 993.43007h56.402085a16.114881 16.114881 0 0 0 0-32.229763h-56.402085a16.114881 16.114881 0 0 0 0 32.229763z" fill="#6E6E96" opacity=".17" p-id="23462"></path><path d="M332.993882 961.200307h-44.315924a16.114881 16.114881 0 0 0 0 32.229763h44.315924a16.114881 16.114881 0 0 0 0-32.229763z" fill="#6E6E96" opacity=".17" p-id="23463"></path></svg>
\ No newline at end of file
<?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="1666686169316" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6769" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M781.443 514.238c0-73.113-29.837-138.777-77.608-186.546-46.25-47.75-111.914-77.605-183.548-77.605-73.112 0-137.299 29.855-185.046 77.605-47.772 47.77-76.109 113.433-76.109 186.546 0 71.632 28.337 137.297 76.109 185.064 47.747 49.249 111.934 77.588 185.046 77.588 71.634 0 137.297-28.34 183.548-77.588 47.77-47.767 77.608-113.432 77.608-185.064M520.286 750.03c-64.166 0-123.878-26.864-165.657-70.14-41.777-41.777-68.658-101.468-68.658-165.653 0-65.665 26.88-125.356 68.658-167.135 41.779-43.275 101.492-70.135 165.657-70.135 64.164 0 122.378 26.86 164.157 70.135 41.778 41.779 68.66 101.47 68.66 167.135 0 64.185-26.882 123.876-68.66 165.653-41.779 43.277-99.992 70.14-164.157 70.14" p-id="6770"></path><path d="M574.007 642.588c-17.892 7.47-38.784 10.443-58.195 10.443-19.41-1.497-38.803-5.972-56.716-14.918-44.753-22.385-77.584-68.66-77.584-135.821h-28.378c0 79.107 40.302 134.323 92.545 161.183 22.385 10.448 46.25 16.415 70.134 17.913 22.39 0 46.254-4.471 68.639-13.44 52.242-23.864 92.544-76.107 98.496-164.159l-28.34-1.497c-4.493 76.13-38.823 120.886-80.601 140.296" p-id="6771"></path><path d="M876.657 430.921c-16.622-83.027-61.21-154.217-123.554-203.2-65.665-53.742-147.741-83.578-232.817-85.076-43.278 0-83.556 5.969-120.883 17.914-73.109 23.864-132.822 71.632-174.6 132.82-28.34 40.282-49.227 88.054-59.692 137.303-137.3 11.918-135.803 189.516 13.438 211.906l26.86-8.946c-14.935-41.8-20.887-85.076-20.887-126.854 1.497-73.134 23.882-141.772 62.666-196.992 38.804-56.715 94.02-99.99 161.183-122.378C442.68 175.476 480.007 171 520.287 171c79.103 1.498 155.21 29.837 214.923 77.605 58.174 46.254 99.972 111.918 114.89 189.523 0 0 64.51 276.212-220.066 387.886-6.074-7.226-14.857-11.801-24.672-11.801-19.415 0-34.331 14.918-34.331 34.307 0 17.914 14.916 32.833 34.33 32.833 16.252 0 29.897-12.328 32.325-27.995 132.762-51.554 196.18-136.102 224.883-216.076C988.47 605.97 990.696 455.72 876.657 430.921" p-id="6772"></path></svg>
\ No newline at end of file
<?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="1655706388873" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25626" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M663.466667 526.933333L541.866667 405.333333c-17.066667-17.066667-42.666667-17.066667-59.733334 0l-121.6 121.6c-17.066667 17.066667-17.066667 42.666667 0 59.733334 8.533333 8.533333 19.2 12.8 29.866667 12.8s21.333333-4.266667 29.866667-12.8l46.933333-46.933334V853.333333c0 23.466667 19.2 42.666667 42.666667 42.666667s42.666667-19.2 42.666666-42.666667V539.733333l46.933334 46.933334c17.066667 17.066667 42.666667 17.066667 59.733333 0s21.333333-42.666667 4.266667-59.733334z" fill="#80B8F8" p-id="25627"></path><path d="M808.533333 388.266667C789.333333 241.066667 663.466667 128 512 128c-151.466667 0-277.333333 113.066667-296.533333 260.266667-102.4 19.2-179.2 113.066667-172.8 221.866666 6.4 113.066667 106.666667 200.533333 219.733333 200.533334H405.333333c12.8 0 21.333333-8.533333 21.333334-21.333334v-128c0-12.8-10.666667-23.466667-23.466667-21.333333-42.666667 6.4-87.466667-19.2-93.866667-72.533333-4.266667-27.733333 8.533333-57.6 27.733334-76.8l113.066666-113.066667c14.933333-14.933333 32-23.466667 51.2-25.6 27.733333-4.266667 53.333333 6.4 70.4 23.466667l117.333334 117.333333c32 32 36.266667 85.333333 6.4 119.466667-19.2 23.466667-49.066667 32-76.8 27.733333-10.666667 0-21.333333 10.666667-21.333334 21.333333v128c0 12.8 8.533333 21.333333 21.333334 21.333334h142.933333c115.2 0 213.333333-87.466667 219.733333-200.533334 6.4-108.8-70.4-202.666667-172.8-221.866666z" fill="#80B8F8" p-id="25628"></path></svg>
\ No newline at end of file
<?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="1666334784291" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="31824" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M815.104 69.632q27.648 25.6 44.032 42.496t25.088 28.672 10.752 19.968 2.048 14.336l0 16.384-151.552 0q-10.24 0-17.92-7.68t-12.8-17.92-7.68-20.992-2.56-16.896l0-126.976 3.072 0q8.192 0 16.896 2.56t19.968 9.728 28.16 20.48 42.496 35.84zM640 129.024q0 20.48 6.144 42.496t19.456 40.96 33.792 31.232 48.128 12.288l149.504 0 0 577.536q0 29.696-11.776 53.248t-31.232 39.936-43.008 25.6-46.08 9.216l-503.808 0q-19.456 0-42.496-11.264t-43.008-29.696-33.28-41.984-13.312-49.152l0-696.32q0-21.504 9.728-44.544t26.624-42.496 38.4-32.256 45.056-12.8l391.168 0 0 128zM704.512 768q26.624 0 45.056-18.944t18.432-45.568-18.432-45.056-45.056-18.432l-384 0q-26.624 0-45.056 18.432t-18.432 45.056 18.432 45.568 45.056 18.944l384 0zM768 448.512q0-26.624-18.432-45.568t-45.056-18.944l-384 0q-26.624 0-45.056 18.944t-18.432 45.568 18.432 45.056 45.056 18.432l384 0q26.624 0 45.056-18.432t18.432-45.056z" p-id="31825"></path></svg>
\ No newline at end of file
<?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="1666679824484" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5815" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M490.684916 156.359281C256.165269 156.359281 64.383234 309.755867 64.383234 501.634326 64.383234 610.634973 126.868113 710.691594 230.678884 775.40424 227.606262 773.488857 225.494778 770.415816 224.753999 767.352292 223.887537 768.541972 221.953407 773.256131 218.857033 779.006383 217.065752 782.332956 214.951892 785.897204 212.584292 789.613841 209.515541 794.431134 206.194743 799.237633 202.873358 803.77396 200.894915 806.476107 199.385181 808.450099 198.588038 809.457524 172.393538 846.514453 195.912543 878.240014 237.91885 864.281028 238.904007 863.944749 240.468491 863.41216 242.667337 862.668117 246.342793 861.42442 250.469427 860.037674 254.950478 858.543831 267.750292 854.276769 280.813441 850.010352 293.359528 846.033927 295.896051 845.229988 298.389767 844.444875 300.83653 843.680116 316.56621 838.763658 329.922562 834.822101 340.069379 832.152296 345.53275 830.714787 349.931698 829.683229 353.049854 829.104939 354.354436 828.862994 355.312446 828.724123 355.799045 828.684232 354.825653 828.76403 353.666503 828.729983 351.271205 828.060274 395.73304 840.491494 442.681213 846.909372 490.684916 846.909372 515.054363 846.909372 539.17115 845.255803 562.858125 841.990612L553.743714 841.264542C587.27542 851.488506 622.974605 856.786459 659.544225 856.786459 693.181558 856.786459 726.090816 852.304522 757.271021 843.619314 754.092157 844.504782 753.608504 844.478091 752.940486 844.368364 754.491872 844.623192 756.826954 845.133168 759.766796 845.870344 765.488513 847.305086 773.068547 849.485235 781.988654 852.233024 783.660815 852.748123 785.371243 853.28047 787.11584 853.828542 794.321124 856.09211 801.796248 858.523923 809.096177 860.956383 813.473523 862.414988 816.808901 863.546001 818.665128 864.183881 860.663463 877.971145 884.367548 846.417249 859.473647 810.157106L858.061678 808.322293C856.808278 806.864525 854.629739 804.067756 852.506478 800.829267 851.198804 798.834746 850.132845 796.983268 849.402965 795.433479 848.88826 798.914448 846.566215 803.916137 841.990053 806.75813 915.30587 761.225855 959.616766 690.536117 959.616766 613.308352 959.616766 565.930919 942.964529 520.637339 912.303541 481.843704L916.899107 494.563385C912.222016 305.709617 721.984814 156.359281 490.684916 156.359281ZM874.458588 502.750536 878.87761 508.341678C903.736413 539.794134 916.986598 575.834235 916.986598 613.308352 916.986598 674.834711 880.94872 732.326397 819.523603 770.474036 802.737889 780.898687 803.163281 797.33264 810.846353 813.646472 812.511881 817.182966 814.544511 820.713465 816.871626 824.262883 820.163834 829.284301 823.400763 833.439809 825.757675 836.181018L824.345705 834.346205C826.245123 837.112873 827.218499 839.100202 827.393889 839.834262 826.869427 837.639217 827.310775 834.026062 830.096989 830.317167 832.870293 826.625461 836.179448 825.20914 838.39741 825.099927 837.62165 825.138126 835.424001 824.758139 832.221342 823.706931 830.525993 823.122175 827.066992 821.949243 822.554587 820.445634 815.038264 817.941067 807.337514 815.435854 799.875177 813.091531 798.056786 812.520277 796.271017 811.964481 794.521489 811.425549 765.181772 802.387618 755.193882 799.883117 745.847847 802.486444 718.393861 810.133719 689.327665 814.092267 659.544225 814.092267 627.172439 814.092267 595.657587 809.415292 566.15969 800.421253L561.682084 799.056011 557.04528 799.695183C535.285067 802.694774 513.110434 804.215178 490.684916 804.215178 446.549157 804.215178 403.457662 798.324515 362.734113 786.938494 351.832032 783.890348 334.145392 788.544012 288.136195 802.924618 285.63427 803.706617 283.086605 804.508715 280.497094 805.329449 267.729439 809.3761 254.472422 813.705833 241.486537 818.034925 236.942593 819.549735 232.755682 820.956737 229.021658 822.220252 226.774814 822.980535 225.182894 823.522465 224.313674 823.819927 221.208111 824.851035 218.947329 825.258295 218.14354 825.226502 220.466916 825.3184 223.929592 826.769872 226.819244 830.667817 229.71253 834.570666 230.098527 838.322463 229.508371 840.593362 229.704432 839.838924 230.732379 837.824526 232.699225 835.037893 233.109594 834.570863 234.938024 832.180175 237.251504 829.020436 241.083328 823.786956 244.915738 818.239954 248.523314 812.576814 251.420355 808.029067 254.057357 803.582735 256.378759 799.271676 270.621662 772.821292 274.586859 752.486106 253.20607 739.157937 161.261462 681.842314 107.013402 594.975258 107.013402 501.634326 107.013402 335.711853 277.868719 199.053473 490.684916 199.053473 700.625512 199.053473 870.235026 332.209541 874.282045 495.621998L874.458588 502.750536ZM874.35643 501.634326 916.986598 501.634326C916.986598 499.274725 916.957412 496.917663 916.899107 494.563385L874.282045 495.621998C874.331614 497.623493 874.35643 499.627657 874.35643 501.634326ZM557.04528 799.695183 559.951702 820.842898 566.15969 800.421253C467.508194 770.341978 402.101853 695.9473 402.101853 613.308352 402.101853 503.628141 516.430046 412.524437 659.544225 412.524437 750.184557 412.524437 832.352401 449.475927 878.87761 508.341678L912.303541 481.843704C857.398565 412.375501 762.792042 369.830244 659.544225 369.830244 494.751422 369.830244 359.471685 477.629422 359.471685 613.308352 359.471685 716.357726 438.355709 806.082232 553.743714 841.264542L558.221321 842.629784 562.858125 841.990612C564.566072 841.755176 566.271624 841.511382 567.974711 841.259249L561.740762 799.024014C560.177951 799.255379 558.612768 799.479109 557.04528 799.695183Z" p-id="5816"></path></svg>
\ No newline at end of file
<?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="1666247966200" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18300" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M395.765333 586.570667h-171.733333c-22.421333 0-37.888-22.442667-29.909333-43.381334L364.768 95.274667A32 32 0 0 1 394.666667 74.666667h287.957333c22.72 0 38.208 23.018667 29.632 44.064l-99.36 243.882666h187.050667c27.509333 0 42.186667 32.426667 24.042666 53.098667l-458.602666 522.56c-22.293333 25.408-63.626667 3.392-54.976-29.28l85.354666-322.421333z" p-id="18301"></path></svg>
\ No newline at end of file
<?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="1665305204396" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2647" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M704 170.666667H320v53.333333a21.333333 21.333333 0 0 1-42.666667 0V170.666667h-42.666666a106.666667 106.666667 0 0 0-106.666667 106.666666v85.333334h768v-85.333334a106.666667 106.666667 0 0 0-106.666667-106.666666h-42.666666v53.333333a21.333333 21.333333 0 0 1-42.666667 0V170.666667z m42.666667-42.666667h42.666666a149.333333 149.333333 0 0 1 149.333334 149.333333v512a149.333333 149.333333 0 0 1-149.333334 149.333334H234.666667a149.333333 149.333333 0 0 1-149.333334-149.333334V277.333333a149.333333 149.333333 0 0 1 149.333334-149.333333h42.666666V96a21.333333 21.333333 0 0 1 42.666667 0V128h384V96a21.333333 21.333333 0 0 1 42.666667 0V128z m149.333333 277.333333H128v384a106.666667 106.666667 0 0 0 106.666667 106.666667h554.666666a106.666667 106.666667 0 0 0 106.666667-106.666667V405.333333zM327.210667 642.304a21.333333 21.333333 0 0 1 28.245333-32l98.048 86.549333a21.333333 21.333333 0 0 0 29.866667-1.642666l179.882666-197.568a21.333333 21.333333 0 0 1 31.552 28.714666l-179.861333 197.568a64 64 0 0 1-89.664 4.906667l-98.069333-86.528z" p-id="2648"></path></svg>
\ No newline at end of file
<?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="1665994642562" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8290" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M778.94 659.1c-1.3-13.86-4.78-33.96-13.12-61.31-16.49-54.08-63.83-89.67-74.29-97a3.825 3.825 0 0 1-1.56-3.87c3.04-15.68 17.79-104.94-12.94-225.32C646.65 152.62 541 97.64 519.31 87.48c-2.48-1.16-7-2.55-9.45-1.44-10.39 4.73-128.49 58.66-160.88 185.58-30.73 120.37-15.98 209.63-12.94 225.31 0.29 1.48-0.32 3-1.56 3.87-10.47 7.34-57.81 42.92-74.29 97-8.15 26.74-11.66 46.56-13.03 60.38-1.36 13.68 9.38 25.55 23.14 25.55h123.48c0.99 0 1.94 0.38 2.66 1.07l0.19 0.18c0.74 0.71 1.16 1.7 1.17 2.73 0.86 62.99 52.2 113.79 115.39 113.79 63.26 0 114.63-50.9 115.39-113.97 0.01-0.92 0.34-1.81 0.96-2.5 0.73-0.83 1.78-1.3 2.88-1.3h124.03c13.27-0.01 23.73-11.41 22.49-24.63z m-265.9-224.97c-36.52 0-66.12-29.6-66.12-66.12s29.6-66.12 66.12-66.12 66.12 29.6 66.12 66.12-29.6 66.12-66.12 66.12z" p-id="8291" ></path><path d="M513.04 368.01m-44.14 0a44.14 44.14 0 1 0 88.28 0 44.14 44.14 0 1 0-88.28 0Z" p-id="8292"></path><path d="M353.12 830.01c-13.29 0-24.16-10.87-24.16-24.16v-84.77c0-13.29 10.87-24.16 24.16-24.16 13.29 0 24.16 10.87 24.16 24.16v84.77c0 13.29-10.87 24.16-24.16 24.16zM675.68 830.86c-13.29 0-24.16-10.87-24.16-24.16v-84.77c0-13.29 10.87-24.16 24.16-24.16 13.29 0 24.16 10.87 24.16 24.16v84.77c0 13.29-10.88 24.16-24.16 24.16zM513.04 948.69c-13.29 0-24.16-10.87-24.16-24.16v-84.77c0-13.29 10.87-24.16 24.16-24.16 13.29 0 24.16 10.87 24.16 24.16v84.77c0 13.29-10.87 24.16-24.16 24.16z" p-id="8293"></path></svg>
<?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="1666079646119" class="icon" viewBox="0 0 1107 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13858" xmlns:xlink="http://www.w3.org/1999/xlink" width="216.2109375" height="200"><path d="M563.323289 661.336738a330.663562 330.663562 0 1 0-330.531877-330.663562 331.190306 331.190306 0 0 0 330.531877 330.663562z" p-id="13859"></path><path d="M1106.528066 975.53955c-16.724123-134.319727-137.611877-293.001365-273.38015-373.066457a381.889419 381.889419 0 0 1-539.912627-0.65843C157.335331 679.246035 18.274908 834.635523 0.365611 975.53955a42.797952 42.797952 0 0 0 37.26714 48.065392h1031.628175A43.061324 43.061324 0 0 0 1106.528066 975.53955z" p-id="13860"></path></svg>
<?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="1687685273856" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10463" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M359.68 50.7648c140.7488 0 254.848 114.1248 254.848 254.8736 0 5.5552-0.1792 11.1104-0.5376 16.6656-10.7776 164.3008-0.5888 283.5712 30.5408 357.8112 46.2848 110.336 165.6576 185.088 358.144 224.256-118.7328 60.3136-254.464 80.9984-407.1936 62.08-229.12-28.3904-371.1232 85.9648-520.704-177.0496C11.6992 678.4768-11.4688 539.2128 5.248 371.584A356.1728 356.1728 0 0 1 359.68 50.7648z" fill="#FFFFFF" p-id="10464"></path><path d="M359.68 50.7648c140.7488 0 254.848 114.1248 254.848 254.8736 0 5.5552-0.1792 11.1104-0.5376 16.6656-10.7776 164.3008-0.5888 283.5712 30.5408 357.8112 46.2848 110.336 165.6576 185.088 358.144 224.256-115.2512 58.5216-246.5024 79.744-393.7536 63.6416l-13.44-1.5616c-229.12-28.3904-371.1232 85.9648-520.704-177.0496C11.6992 678.4768-11.4688 539.2128 5.248 371.584A356.1728 356.1728 0 0 1 359.68 50.7648z m0 21.3504a334.848 334.848 0 0 0-333.184 301.568c-16.3328 163.5328 6.144 298.4192 66.816 405.1712a591.36 591.36 0 0 0 34.4064 53.9648c73.2928 101.4784 126.3616 118.8096 278.912 111.36l36.4288-1.9712c63.1296-3.2512 101.888-3.072 148.0448 2.2272l6.9888 0.8448c121.6512 15.0784 231.7568 4.3776 330.6496-31.9232l7.168-2.7136-9.8048-2.6624c-153.8048-42.88-253.824-113.664-298.4704-213.2224l-2.7648-6.4c-32.7168-77.952-43.136-200.1152-32.1792-367.4368a233.5232 233.5232 0 0 0-233.0368-248.8064z" fill="#000000" p-id="10465"></path><path d="M128 426.6752m0-42.6752a42.6752 42.6752 0 1 0 0 85.3504 42.6752 42.6752 0 1 0 0-85.3504Z" fill="#FFDDDD" p-id="10466"></path><path d="M469.3248 426.6752m0-42.6752a42.6752 42.6752 0 1 0 0 85.3504 42.6752 42.6752 0 1 0 0-85.3504Z" fill="#FFDDDD" p-id="10467"></path><path d="M181.3248 309.3248m-32 0a32 32 0 1 0 64 0 32 32 0 1 0-64 0Z" fill="#000000" p-id="10468"></path><path d="M412.288 288.3328c14.4128-2.56 29.184 3.9424 44.3648 18.176a10.6752 10.6752 0 1 1-14.592 15.5648c-10.752-10.0864-19.456-13.9008-26.0608-12.7488-6.6048 1.1776-13.4912 7.7312-20.1472 20.8896a10.6752 10.6752 0 1 1-19.0208-9.6512c9.3952-18.56 21.0688-29.696 35.456-32.256z" fill="#000000" p-id="10469"></path><path d="M249.2928 433.5616c-11.52 61.184 3.712 91.776 45.696 91.776s58.8032-30.592 50.432-91.776" fill="#FFA7A7" p-id="10470"></path><path d="M294.9888 451.1232c22.5024 0 44.9536-4.9152 67.2512-14.6944a10.6752 10.6752 0 1 0-8.5504-19.5328c-19.6608 8.6272-39.2192 12.9024-58.7008 12.9024-19.4816 0-39.0144-4.2752-58.7008-12.9024a10.6752 10.6752 0 0 0-8.5504 19.5328c22.3232 9.7792 44.7488 14.6944 67.2512 14.6944zM490.6752 575.9488a42.6752 42.6752 0 0 0-73.728-42.8288l-1.6128 2.7648-25.0368 47.104a10.6752 10.6752 0 0 0 17.792 11.6224l1.024-1.6128 25.0624-47.104a21.3248 21.3248 0 0 1 38.7072 17.7664l-1.024 2.2784-25.0624 47.104a10.6752 10.6752 0 0 0 17.792 11.5968l1.0496-1.6128 25.0368-47.104zM106.6496 575.9488a42.6752 42.6752 0 0 1 73.728-42.8288l1.6128 2.7648 25.0368 47.104a10.6752 10.6752 0 0 1-17.7664 11.6224l-1.0496-1.6128-25.0368-47.104a21.3248 21.3248 0 0 0-38.7328 17.7664l1.024 2.2784 25.0624 47.104a10.6752 10.6752 0 0 1-17.792 11.5968l-1.024-1.6128-25.0624-47.104z" fill="#000000" p-id="10471"></path></svg>
\ No newline at end of file
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="44" height="44" fill="url(#pattern0_3339_802)"/>
<defs>
<pattern id="pattern0_3339_802" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_3339_802" transform="scale(0.005)"/>
</pattern>
<image id="image0_3339_802" width="200" height="200" preserveAspectRatio="none" xlink:href="data:image/png;base64,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"/>
</defs>
</svg>
<?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="1669102612503" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2710" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M736.8704 399.36c-3.2768-5.8368-3.2768-12.9024 0-18.7392l110.1824-197.12c7.168-12.8-2.048-28.4672-16.6912-28.4672H242.8928c-10.8544 0-19.7632 8.8064-19.7632 19.7632v653.312h-28.3648c-8.2944 0-15.9744 5.0176-18.8416 12.8-5.3248 14.5408 5.3248 28.16 19.0464 28.16h97.4848c8.2944 0 15.9744-5.0176 18.8416-12.8 5.3248-14.5408-5.3248-28.16-19.0464-28.16h-28.16V625.0496h566.1696c14.6432 0 23.8592-15.7696 16.6912-28.4672L736.8704 399.36zM264.0896 584.0896v-388.096h528.9984l-92.0576 164.7616c-10.1376 18.1248-10.1376 40.5504 0 58.6752l92.0576 164.7616H264.0896z" p-id="2711"></path><path d="M648.9088 344.9856l-86.1184-12.4928c-2.4576-0.3072-4.5056-1.8432-5.632-4.096l-38.5024-78.0288c-1.3312-2.7648-3.9936-4.096-6.656-4.096s-5.3248 1.3312-6.656 4.096l-38.5024 78.0288c-1.1264 2.1504-3.1744 3.6864-5.632 4.096l-86.1184 12.4928c-6.0416 0.9216-8.4992 8.3968-4.096 12.6976l62.3616 60.7232c1.7408 1.7408 2.56 4.1984 2.1504 6.5536l-14.7456 85.8112c-0.8192 4.8128 2.9696 8.704 7.2704 8.704 1.1264 0 2.3552-0.3072 3.4816-0.8192l77.0048-40.5504c1.1264-0.6144 2.2528-0.8192 3.4816-0.8192s2.3552 0.3072 3.4816 0.8192l77.0048 40.5504c1.1264 0.6144 2.3552 0.8192 3.4816 0.8192 4.3008 0 8.0896-3.8912 7.2704-8.704L588.5952 424.96c-0.4096-2.4576 0.4096-4.9152 2.1504-6.5536l62.3616-60.7232c4.3008-4.4032 1.9456-11.8784-4.1984-12.6976z m-81.1008 49.9712c-9.5232 9.216-13.824 22.528-11.5712 35.5328l6.0416 35.2256-31.6416-16.5888c-5.7344-2.9696-12.1856-4.608-18.7392-4.608s-13.0048 1.6384-18.7392 4.608l-31.6416 16.5888 6.0416-35.2256c2.2528-13.0048-2.048-26.3168-11.5712-35.5328l-25.6-24.8832 35.328-5.12c13.1072-1.9456 24.3712-10.1376 30.3104-22.016l15.7696-32.0512 15.7696 32.0512c5.8368 11.8784 17.2032 20.0704 30.3104 22.016l35.328 5.12-25.3952 24.8832z" p-id="2712"></path></svg>
\ No newline at end of file
<?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="1676965920045"
class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5625"
xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
<path
d="M859.136 51.712h-253.952c-38.4 0-72.704 19.456-93.184 48.64-20.48-29.184-54.784-48.64-93.184-48.64H164.864C102.4 51.712 51.2 102.912 51.2 165.376v627.2c0 62.976 51.2 113.664 113.664 113.664h211.456c32.256 41.472 81.92 65.536 135.168 65.536 52.736 0 102.4-24.576 135.168-65.536h211.456c62.976 0 113.664-51.2 113.664-113.664V165.376c1.024-62.464-50.176-113.664-112.64-113.664zM931.84 792.576c0 39.936-32.768 72.704-72.704 72.704h-222.208c-6.656 0-13.312 3.584-16.896 8.704-24.576 35.328-64.512 56.832-107.52 56.832s-83.456-20.992-107.52-56.832c-3.584-5.632-10.24-8.704-16.896-8.704H165.888c-39.936 0-72.704-32.768-72.704-72.704V165.376c0-39.936 32.768-72.704 72.704-72.704H419.84c39.936 0 72.704 32.768 72.704 72.704V629.76c0 11.264 9.216 20.48 20.48 20.48s20.48-9.216 20.48-20.48V165.376c0-39.936 32.768-72.704 72.704-72.704H860.16c39.936 0 72.704 32.768 72.704 72.704v627.2z"
p-id="5626"></path>
<path
d="M367.104 241.152H215.04c-11.264 0-20.48 9.216-20.48 20.48s9.216 20.48 20.48 20.48h151.552c11.264 0 20.48-9.216 20.48-20.48s-8.704-20.48-19.968-20.48zM367.104 457.216H215.04c-11.264 0-20.48 9.216-20.48 20.48s9.216 20.48 20.48 20.48h151.552c11.264 0 20.48-9.216 20.48-20.48s-8.704-20.48-19.968-20.48zM367.104 672.768H215.04c-11.264 0-20.48 9.216-20.48 20.48s9.216 20.48 20.48 20.48h151.552c11.264 0 20.48-9.216 20.48-20.48 0.512-11.264-8.704-20.48-19.968-20.48zM807.936 241.152h-151.552c-11.264 0-20.48 9.216-20.48 20.48s9.216 20.48 20.48 20.48h151.552c11.264 0 20.48-9.216 20.48-20.48s-9.216-20.48-20.48-20.48zM807.936 457.216h-151.552c-11.264 0-20.48 9.216-20.48 20.48s9.216 20.48 20.48 20.48h151.552c11.264 0 20.48-9.216 20.48-20.48s-9.216-20.48-20.48-20.48zM807.936 672.768h-151.552c-11.264 0-20.48 9.216-20.48 20.48s9.216 20.48 20.48 20.48h151.552c11.264 0 20.48-9.216 20.48-20.48s-9.216-20.48-20.48-20.48z"
p-id="5627"></path>
</svg>
<?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="1663229457209" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8615" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M97.878 483.853c0-117.062-0.108-160.999-0.108-278.062 0-101.472 56.328-108.082 110.483-108.082h441.933c85.128 0 111.453 28.968 111.453 110.481v55.241c0 43.562-55.419 38.57-55.419 0V208.19c0-40.918-13.309-55.24-56.035-55.24H208.252c-45.746 0-55.241 6.203-55.241 55.24v552.407c0 30.278 16.572 55.241 55.241 55.241 67.004 0 43.482 0.026 110.484 0 33.77 0 36.252 55.241 0 55.241s-63.711 0.44-131.306 0.17c-39.867-0.163-72.883-23.774-84.643-60.322-3.292-10.223-4.694-21.525-4.694-32.34-0.323-116.658-0.215-178.076-0.215-294.734" p-id="8616"></path><path d="M649.644 926.291c-152.344-0.027-275.666-123.537-275.666-276.122 0-152.586 123.915-276.259 276.529-276.042 152.616 0.215 275.884 124.022 275.722 276.878-0.16 152.236-123.807 275.314-276.585 275.286m0.756-496.868c-121.109-0.271-220.641 98.828-220.91 220.045-0.27 121.541 98.345 220.934 219.561 221.287 121.704 0.324 221.505-98.208 221.775-219.047 0.324-122.594-98.236-221.99-220.426-222.285M594.945 263.061c44.02 0.027 37.978 55.979 0 55.979h-331.45c-41.431 0-39.704-55.979 0-55.979 108.756-0.027 289.155-0.027 331.45 0zM318.736 428.782c44.021 0.028 37.979 55.98 0 55.98h-55.242c-41.431 0-39.704-55.98 0-55.98 108.757-0.027 12.948-0.027 55.242 0z" p-id="8617"></path><path d="M785.502 547.22c-12.496-12.498-32.758-12.498-45.254 0L602.151 685.316l-42.191-42.191c-12.498-12.496-32.758-12.496-45.256 0-12.496 12.497-12.496 32.759 0 45.256l64.818 64.818c6.249 6.248 14.438 9.372 22.628 9.372s16.379-3.124 22.628-9.372a32.424 32.424 0 0 0 2.402-2.695 32.304 32.304 0 0 0 2.689-2.397l155.633-155.633c12.497-12.496 12.497-32.758 0-45.254z" p-id="8618"></path></svg>
<?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="1712731651220"
class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5138"
xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
<path
d="M624.500364 925.184a204.8 204.8 0 0 0 233.192727-333.312l-233.192727 333.265455z m-45.149091-32.954182l232.029091-331.543273a204.8 204.8 0 0 0-231.982546 331.543273zM426.356364 571.485091c-181.434182 37.469091-280.994909 152.389818-302.638546 350.533818a27.927273 27.927273 0 0 1-55.528727-6.050909c21.504-196.654545 115.898182-325.026909 280.389818-381.207273a283.927273 283.927273 0 1 1 419.374546-109.149091 27.927273 27.927273 0 0 1-50.269091-24.203636 228.072727 228.072727 0 1 0-282.670546 115.898182 27.927273 27.927273 0 0 1-8.657454 54.178909zM721.454545 1005.381818a260.654545 260.654545 0 1 1 0-521.309091 260.654545 260.654545 0 0 1 0 521.309091z"
p-id="5139"></path>
</svg>
<?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="1664505330165" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6482" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M335.008 916.629333c-35.914667 22.314667-82.88 10.773333-104.693333-25.557333a77.333333 77.333333 0 0 1-8.96-57.429333l46.485333-198.24a13.141333 13.141333 0 0 0-4.021333-12.864l-152.16-132.586667c-31.605333-27.52-35.253333-75.648-8.234667-107.733333a75.68 75.68 0 0 1 51.733333-26.752L354.848 339.2c4.352-0.362667 8.245333-3.232 10.026667-7.594667l76.938666-188.170666c16.032-39.2 60.618667-57.92 99.52-41.461334a76.309333 76.309333 0 0 1 40.832 41.461334l76.938667 188.16c1.781333 4.373333 5.674667 7.253333 10.026667 7.605333l199.712 16.277333c41.877333 3.413333 72.885333 40.458667 69.568 82.517334a76.938667 76.938667 0 0 1-26.08 51.978666l-152.16 132.586667c-3.541333 3.082667-5.141333 8.074667-4.021334 12.853333l46.485334 198.24c9.621333 41.013333-15.36 82.336-56.138667 92.224a75.285333 75.285333 0 0 1-57.525333-9.237333l-170.976-106.24a11.296 11.296 0 0 0-12.010667 0l-170.986667 106.24zM551.786667 756.032l170.976 106.24c2.624 1.621333 5.717333 2.122667 8.650666 1.408 6.410667-1.557333 10.56-8.426667 8.928-15.424l-46.485333-198.24a77.141333 77.141333 0 0 1 24.277333-75.733333L870.293333 441.706667c2.485333-2.165333 4.053333-5.312 4.330667-8.746667 0.565333-7.136-4.490667-13.173333-10.976-13.696l-199.712-16.288a75.989333 75.989333 0 0 1-64.064-47.168l-76.938667-188.16a12.309333 12.309333 0 0 0-6.538666-6.741333c-5.898667-2.496-12.725333 0.373333-15.328 6.741333l-76.949334 188.16a75.989333 75.989333 0 0 1-64.064 47.168l-199.701333 16.288a11.68 11.68 0 0 0-7.978667 4.181333 13.226667 13.226667 0 0 0 1.333334 18.261334l152.16 132.586666a77.141333 77.141333 0 0 1 24.277333 75.733334l-46.485333 198.229333a13.333333 13.333333 0 0 0 1.514666 9.877333c3.488 5.792 10.581333 7.530667 16.064 4.128l170.986667-106.229333a75.296 75.296 0 0 1 79.562667 0z" p-id="6483"></path></svg>
\ No newline at end of file
<?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="1663229053818" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5225" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M157.568 751.296c-11.008-18.688-18.218667-31.221333-21.802667-37.909333A424.885333 424.885333 0 0 1 85.333333 512C85.333333 276.362667 276.362667 85.333333 512 85.333333s426.666667 191.029333 426.666667 426.666667-191.029333 426.666667-426.666667 426.666667a424.778667 424.778667 0 0 1-219.125333-60.501334 2786.56 2786.56 0 0 0-20.053334-11.765333l-104.405333 28.48c-23.893333 6.506667-45.802667-15.413333-39.285333-39.296l28.437333-104.288z m65.301333 3.786667l-17.258666 63.306666 63.306666-17.258666a32 32 0 0 1 24.522667 3.210666 4515.84 4515.84 0 0 1 32.352 18.944A360.789333 360.789333 0 0 0 512 874.666667c200.298667 0 362.666667-162.368 362.666667-362.666667S712.298667 149.333333 512 149.333333 149.333333 311.701333 149.333333 512c0 60.586667 14.848 118.954667 42.826667 171.136 3.712 6.912 12.928 22.826667 27.370667 47.232a32 32 0 0 1 3.338666 24.714667z m145.994667-70.773334a32 32 0 1 1 40.917333-49.205333A159.189333 159.189333 0 0 0 512 672c37.888 0 73.674667-13.173333 102.186667-36.885333a32 32 0 0 1 40.917333 49.216A223.178667 223.178667 0 0 1 512 736a223.178667 223.178667 0 0 1-143.136-51.690667z" p-id="5226"></path></svg>
\ No newline at end of file
<?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="1663228828485" class="icon" viewBox="0 0 1170 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3851" xmlns:xlink="http://www.w3.org/1999/xlink" width="228.515625" height="200"><path d="M914.284661 155.062773a260.388619 260.388619 0 0 0-182.856732-69.119899h-2.925996a258.559621 258.559621 0 0 1 36.570946 46.810932 235.885654 235.885654 0 0 1 11.336984 21.211968 193.828716 193.828716 0 0 1 153.599775 228.204666 195.656713 195.656713 0 0 1-193.096717 155.062773h-9.873986c7.679989 4.022994 15.359978 8.776987 23.405966 13.53198s22.673967 14.262979 33.279951 21.942968a274.650598 274.650598 0 0 1 23.770965 18.284973 262.582615 262.582615 0 0 0 54.49192-22.307967 255.999625 255.999625 0 0 0 52.296924-413.622394z" p-id="3852"></path><path d="M1170.284286 980.478564a33.645951 33.645951 0 0 1-36.571947 29.988956 34.37695 34.37695 0 0 1-30.353955-29.988956 365.713464 365.713464 0 0 0-252.70863-347.062492 497.736271 497.736271 0 0 0-46.079933-42.422938 197.119711 197.119711 0 0 0-24.501964-18.650972c-10.971984-8.045988-22.674967-16.091976-34.377949-23.039967a445.805347 445.805347 0 0 1 118.125827 19.382972 433.370365 433.370365 0 0 1 306.468551 411.793397z" p-id="3853"></path><path d="M779.335858 627.199081c-7.313989-5.850991-14.627979-11.702983-22.307967-17.188975a484.93629 484.93629 0 0 0-83.382878-48.273929 345.599494 345.599494 0 0 0-57.051916-21.576968 219.428679 219.428679 0 0 0 24.868963-15.725977 285.988581 285.988581 0 0 0 85.942874-378.147446 275.016597 275.016597 0 0 0-48.639928-61.80591 292.570571 292.570571 0 0 0-498.102271 201.873705 288.548577 288.548577 0 0 0 151.039779 255.999625A469.576312 469.576312 0 0 0 0 987.428554a36.570946 36.570946 0 0 0 73.142893 0 399.359415 399.359415 0 0 1 402.285411-396.43442A399.359415 399.359415 0 0 1 877.712714 987.428554a36.570946 36.570946 0 0 0 73.142893 0A466.650316 466.650316 0 0 0 779.335858 627.199081zM475.429304 505.05026A219.428679 219.428679 0 0 1 255.999625 288.549577a219.428679 219.428679 0 0 1 345.233494-176.639741 193.462717 193.462717 0 0 1 51.199925 49.370928 213.576687 213.576687 0 0 1 42.422938 127.268813A216.136683 216.136683 0 0 1 581.119149 478.353299a211.016691 211.016691 0 0 1-69.119899 23.039967 174.810744 174.810744 0 0 1-36.570946 3.656994z" p-id="3854"></path></svg>
\ No newline at end of file
<?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="1666753207589" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6926" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M512 816.64c-138.24 0-250.88-112.64-250.88-250.88s112.64-250.88 250.88-250.88 250.88 112.64 250.88 250.88-112.64 250.88-250.88 250.88z m0-448c-110.08 0-199.68 89.6-199.68 199.68S401.92 768 512 768s199.68-89.6 199.68-199.68c0-112.64-89.6-199.68-199.68-199.68z" p-id="6927"></path><path d="M583.68 652.8c-2.56 0-5.12 0-7.68 2.56-17.92 17.92-40.96 28.16-64 28.16-23.04 0-46.08-10.24-64-25.6-2.56-2.56-5.12-2.56-7.68-2.56s-5.12 0-7.68 2.56c-5.12 5.12-5.12 12.8 0 17.92 20.48 20.48 51.2 33.28 79.36 33.28 30.72 0 58.88-12.8 81.92-35.84 5.12-5.12 5.12-12.8 0-17.92-2.56 0-7.68-2.56-10.24-2.56z" p-id="6928"></path><path d="M847.36 517.12C819.2 355.84 678.4 232.96 512 232.96S204.8 355.84 176.64 517.12c-35.84 5.12-61.44 38.4-61.44 74.24 0 38.4 30.72 71.68 69.12 74.24h7.68c10.24 0 20.48-2.56 30.72-7.68-7.68-25.6-10.24-53.76-10.24-84.48 0-20.48 2.56-38.4 5.12-56.32 25.6-140.8 148.48-248.32 296.96-248.32s271.36 107.52 296.96 248.32c2.56 17.92 5.12 38.4 5.12 56.32 0 28.16-5.12 56.32-12.8 84.48 10.24 5.12 20.48 7.68 30.72 7.68h7.68c38.4-2.56 69.12-35.84 69.12-74.24-2.56-35.84-30.72-66.56-64-74.24z" p-id="6929"></path><path d="M512 1024C230.4 1024 0 793.6 0 512S230.4 0 512 0s512 230.4 512 512c0 15.36-10.24 25.6-25.6 25.6s-25.6-10.24-25.6-25.6c0-253.44-207.36-460.8-460.8-460.8S51.2 258.56 51.2 512s207.36 460.8 460.8 460.8c81.92 0 163.84-23.04 232.96-64 12.8-7.68 28.16-2.56 35.84 10.24 7.68 12.8 2.56 28.16-10.24 35.84C693.76 998.4 604.16 1024 512 1024z" p-id="6930"></path></svg>
\ No newline at end of file
<?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="1750820360472" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12414" id="mx_n_1750820360475" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32"><path d="M479.36 799.445333a33.706667 33.706667 0 1 1 0 67.370667H163.925333A78.592 78.592 0 0 1 85.333333 788.224V249.258667C85.333333 205.866667 120.533333 170.666667 163.925333 170.666667H792.746667c43.392 0 78.592 35.2 78.592 78.592v184.149333a33.706667 33.706667 0 0 1-67.370667 0V249.258667a11.221333 11.221333 0 0 0-11.221333-11.221334H163.925333a11.221333 11.221333 0 0 0-11.221333 11.221334v538.965333c0 6.186667 5.034667 11.221333 11.221333 11.221333h315.434667z m135.594667-178.133333a138.282667 138.282667 0 0 0 187.477333 187.477333l-187.477333-187.477333z m42.581333-47.658667l192.512 192.512a138.282667 138.282667 0 0 0-192.512-192.512z m79.018667 315.605334a202.112 202.112 0 1 1 0-404.224 202.112 202.112 0 0 1 0 404.224zM253.738667 350.336h291.925333a33.706667 33.706667 0 1 1 0 67.328H253.738667a33.706667 33.706667 0 1 1 0-67.328z m0 134.698667h157.226666a33.706667 33.706667 0 1 1 0 67.413333H253.738667a33.706667 33.706667 0 1 1 0-67.413333z m0 134.741333h157.226666a33.706667 33.706667 0 0 1 0 67.413333H253.738667a33.706667 33.706667 0 0 1 0-67.413333z" p-id="12415"></path></svg>
\ No newline at end of file
<?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="1663228853418" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4284" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M553.472 938.666667c-70.656 0-128.341333-57.514667-128.341333-128.341334h68.266666c0 33.109333 26.965333 60.074667 60.074667 60.074667s60.074667-26.965333 60.074667-60.074667h68.266666c-0.170667 70.826667-57.685333 128.341333-128.341333 128.341334zM553.472 160.256c-18.773333 0-34.133333-15.36-34.133333-34.133333V87.210667c0-18.773333 15.36-34.133333 34.133333-34.133334s34.133333 15.36 34.133333 34.133334V126.293333c0 18.773333-15.36 33.962667-34.133333 33.962667z" p-id="4285"></path><path d="M819.882667 783.36H287.061333c-62.293333 0-112.810667-50.688-112.810666-112.810667 0-55.466667 40.277333-101.717333 93.184-111.104v-160.768c0-157.696 128.341333-286.037333 286.037333-286.037333 157.696 0 286.037333 128.341333 286.037333 286.037333v160.768c52.906667 9.386667 93.184 55.637333 93.184 111.104 0 62.122667-50.688 112.810667-112.810666 112.810667z m-532.821334-157.354667c-24.576 0-44.544 19.968-44.544 44.544s19.968 44.544 44.544 44.544h532.821334c24.576 0 44.544-19.968 44.544-44.544s-19.968-44.544-44.544-44.544h-48.64V398.677333c0-120.149333-97.621333-217.770667-217.770667-217.770666s-217.770667 97.621333-217.770667 217.770666v227.328h-48.64z" p-id="4286"></path></svg>
\ No newline at end of file
<?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="1663228786101" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3062" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M708.9 393.2H329.1c-19.9 0-36.1 16.3-36.1 36.1 0 19.9 16.3 36.1 36.1 36.1h379.7c19.9 0 36.1-16.3 36.1-36.1 0.1-19.8-16.2-36.1-36-36.1zM323.1 627.1h379.7c19.9 0 36.1-16.3 36.1-36.1 0-19.9-16.3-36.1-36.1-36.1H323.1c-19.9 0-36.1 16.3-36.1 36.1s16.3 36.1 36.1 36.1zM702.9 716.4H323.1c-19.9 0-36.1 16.3-36.1 36.1 0 19.9 16.3 36.1 36.1 36.1h379.7c19.9 0 36.1-16.3 36.1-36.1 0.1-19.8-16.2-36.1-36-36.1z" p-id="3063"></path><path d="M789.7 64.2H426.8v0.5c-11.8-1.8-23.8 1.7-32.9 10L173.4 277.3c-9.6 8.8-13.8 21.4-11.9 33.7h-0.5v572.6c0 42 33.8 76.2 75.3 76.2h553.4c41.5 0 75.3-34.2 75.3-76.2V140.4c0-42-33.8-76.2-75.3-76.2zM194.8 307.3c-0.6-1.4-1.1-4 1.4-6.3L416.8 98.3c1.3-1.2 2.7-1.6 3.9-1.6 1 0 1.9 0.3 2.5 0.5 1.3 0.6 3.6 2 3.6 5.3V305c0 3.2-2.7 5.9-6 5.9H200.3c-3.5 0.1-4.9-2.2-5.5-3.6z m627 576.3c0 17.9-14.4 32.5-32.1 32.5H236.3c-17.7 0-32.1-14.6-32.1-32.5V362.3c0-10.4 8.4-18.8 18.8-18.8h197.8c21.7 0 39.4-17.2 39.4-38.4V126.7c0-10.4 8.4-18.8 18.8-18.8h310.7c17.7 0 32.1 14.6 32.1 32.5v743.2z" p-id="3064"></path></svg>
\ No newline at end of file
<?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="1664440986020" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5556" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M939.358251 423.424662c-23.01825-37.252439-62.924121-60.779272-107.019409-63.209624-2.755764-0.38681-5.510504-0.579191-8.347109-0.579191l-152.202471-0.121773c6.649444-28.975938 10.015098-58.653865 10.015098-88.657202 0-28.223808-3.213181-57.139372-9.556657-85.952604-0.447185-2.043542-1.098008-4.006244-1.932002-5.866614-15.820314-57.302077-67.37755-96.841605-127.282918-96.841605-72.827679 0-132.081201 59.254545-132.081201 132.081201 0 3.334955 0.132006 6.66991 0.406253 10.015098-2.196015 57.211003-32.108279 109.947088-80.269162 141.363611-14.447037 9.42465-18.524912 28.773324-9.099239 43.220361 9.414417 14.437827 28.752858 18.535145 43.220361 9.099239 65.811892-42.925648 106.429984-115.325585 108.656699-193.684234 0.030699-1.332345-0.010233-2.663666-0.14224-3.996011-0.203638-2.012843-0.304945-4.016477-0.304945-6.019087 0-38.381146 31.233352-69.614497 69.614497-69.614497 32.57593 0 60.474326 22.204721 67.824735 53.997821 0.356111 1.534959 0.823761 3.019777 1.402953 4.453429 4.696975 22.814612 7.076162 45.579081 7.076162 67.743894 0 37.485753-6.222725 74.352405-18.494213 109.592001-3.324722 9.546424-1.819438 20.111037 4.02671 28.345582 5.856381 8.245801 15.332197 13.146415 25.448602 13.156648l193.226816 0.101307c1.423419 0.264013 2.857071 0.426719 4.300956 0.477884 24.116257 0.9967 45.935192 13.614066 58.603723 34.090423 7.838525 12.31242 11.438517 26.800389 10.431583 41.939181-0.080841 0.945535-0.121773 1.911536-0.11154 2.877537 0 0.854461 0.040932 1.697665 0.11154 2.53166 0.010233 0.335644-0.030699 0.661056-0.11154 0.976234-0.101307 0.376577-0.193405 0.772596-0.284479 1.159406l-74.972529 330.391802c-0.914836 1.281179-1.738597 2.6432-2.449795 4.046153-5.937223 11.762905-14.660908 21.48329-25.346271 28.172643-10.746762 6.812149-23.059182 10.614755-35.757388 11.06194-0.854461-0.061398-513.766226-0.224104-513.766226-0.224104-0.467651-0.020466-0.935302-0.030699-1.402953-0.030699 0 0-111.01542 0.172939-112.718201 0.457418-1.932002 0-3.446495-1.50426-3.446495-3.415796l0.299829-416.334173c0-1.901303 1.545192-3.446495 3.01466-3.456728l1.245364 0.121773c1.174756 0.132006 2.653433 0.284479 3.52836 0.193405l83.82822-0.222057 0 339.367221c0 17.253966 13.979386 31.233352 31.233352 31.233352s31.233352-13.979386 31.233352-31.233352L281.009092 435.350273c0-1.778506 0-8.631588 0-10.411117 0-17.253966-13.979386-30.928407-31.233352-30.928407-1.50426 0-117.547183 0.304945-119.402437 0.304945-36.34272 0-65.913199 29.566386-65.913199 65.893756l-0.299829 416.334173c0 36.337603 29.571503 65.902966 65.913199 65.902966 2.541893 0 111.406323-0.457418 111.406323-0.457418 0.457418 0.020466 0.925069 0.030699 1.382487 0.030699 0 0 511.458671 0.274246 512.505513 0.274246 25.469068 0 50.296523-7.197936 71.647807-20.73116 19.612687-12.281721 35.777855-29.881564 46.839795-50.967812 3.660366-5.622044 6.435573-11.875468 8.256034-18.615986 0.11154-0.416486 0.213871-0.823761 0.304945-1.240247l74.881454-330.340637c1.596358-6.212492 2.257413-12.586666 2.00261-18.992563C960.892707 473.366098 953.948551 446.331371 939.358251 423.424662z" p-id="5557"></path><path d="M450.027553 518.650467c-17.253966 0-31.233352 13.979386-31.233352 31.233352l0 30.470989c0 17.253966 13.979386 31.233352 31.233352 31.233352 17.253966 0 31.233352-13.979386 31.233352-31.233352l0-30.470989C481.260905 532.629853 467.281519 518.650467 450.027553 518.650467z" p-id="5558"></path><path d="M693.805696 518.650467c-17.253966 0-31.233352 13.979386-31.233352 31.233352l0 30.470989c0 17.253966 13.979386 31.233352 31.233352 31.233352 17.253966 0 31.233352-13.979386 31.233352-31.233352l0-30.470989C725.039048 532.629853 711.058638 518.650467 693.805696 518.650467z" p-id="5559"></path><path d="M648.940882 660.09492c-14.304797-9.393951-33.592073-5.398964-43.159986 8.763594-0.132006 0.193405-13.614066 19.754926-34.171264 19.754926-19.98824 0-32.423457-18.09717-33.266661-19.368116-9.17087-14.427594-28.254507-18.809391-42.834574-9.770528-14.650675 9.109472-19.155269 28.366048-10.055007 43.016723 11.214413 18.047028 41.96988 48.588625 86.156242 48.588625 43.962258 0 75.104535-30.318516 86.572728-48.222281C667.404396 688.461991 663.216004 669.500127 648.940882 660.09492z" p-id="5560"></path></svg>
\ No newline at end of file
<?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="1663229552653" class="icon" viewBox="0 0 1127 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11864" xmlns:xlink="http://www.w3.org/1999/xlink" width="220.1171875" height="200"><path d="M1108.468296 824.890547C1159.055032 910.219597 1097.227863 1024 990.429373 1024L130.432879 1024C29.258031 1024-32.574625 910.219597 18.012112 824.890547L450.825613 68.266574C473.306472 22.754136 518.276424 0 563.240888 0 608.209469 0 653.173934 22.754136 675.660283 68.266574L1108.468296 824.890547 1108.468296 824.890547 1108.468296 824.890547 1108.468296 824.890547ZM1020.384123 877.110641 1019.583053 875.735153 586.77504 119.111177 583.854223 113.62523C580.333998 106.500274 573.244216 102.4 563.240888 102.4 553.240806 102.4 546.151071 106.500212 542.636068 113.61633L539.710577 119.111663 106.096287 877.110641C95.301134 895.319767 109.937021 921.6 130.432879 921.6L990.429373 921.6C1016.30634 921.6 1031.298263 895.520476 1020.384123 877.110641L1020.384123 877.110641 1020.384123 877.110641 1020.384123 877.110641ZM558.08319 307.2C532.482248 307.2 512 322.819385 512 342.344809L512 579.251379C512 598.776801 532.482248 614.4 558.08319 614.4L568.321812 614.4C593.922749 614.4 614.4 598.776801 614.4 579.251379L614.4 342.344809C614.4 322.819385 593.922749 307.2 568.321812 307.2L558.08319 307.2 558.08319 307.2 558.08319 307.2 558.08319 307.2ZM512 766.885176C512 780.001705 517.522432 793.032632 526.999818 802.305669 536.477199 811.577487 549.797038 816.975247 563.200625 816.975247 576.602962 816.975247 589.927798 811.577487 599.405184 802.305669 608.882565 793.032632 614.4 780.001705 614.4 766.885176 614.4 753.772319 608.882565 740.741391 599.405184 731.469573 589.927798 722.19776 576.602962 716.8 563.200625 716.8 549.797038 716.8 536.477199 722.19776 526.999818 731.469573 517.522432 740.741391 512 753.772319 512 766.885176L512 766.885176 512 766.885176 512 766.885176Z" p-id="11865"></path></svg>
\ No newline at end of file
<?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="1663229503356" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10315" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M450 230c37.16-33.787 94.508-31.666 129 5l319 344c8.957 9.352 14 22.087 14 35 0 29.03-23.404 52.012-52 52H733a8 8 0 0 0-8 8v150c0 70.692-57.308 128-128 128H427c-70.692 0-128-57.308-128-128V674a8 8 0 0 0-8-8H164c-13.106 0.012-25.431-4.704-35-13v-1c-21.566-19.037-22.505-51.627-3-73l318-343c1.757-1.842 3.36-3.467 5-5z m78.351 57.65c-9.674-9.061-24.861-8.565-33.923 1.109L213.618 588.53A8 8 0 0 0 219.455 602H311c28.418 0 51.483 22.81 52 51v171c0 35.346 28.654 64 64 64h170c35.346 0 64-28.654 64-64V654c0.01-28.709 23.253-51.982 52-52h89.625a8 8 0 0 0 5.856-13.45l-278.97-299.735a24 24 0 0 0-1.16-1.164zM838 81c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H182c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32h656z" p-id="10316"></path></svg>
<?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="1669105719941" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3704" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M942.592 1011.2H86.528c-37.888 0-68.608-30.72-68.608-68.608v-297.984c0-37.888 30.72-68.608 68.608-68.608H317.44v51.2H86.528c-9.216 0-17.408 8.192-17.408 17.408v297.984c0 9.216 8.192 17.408 17.408 17.408h856.064c9.216 0 17.408-8.192 17.408-17.408v-297.984c0-9.216-8.192-17.408-17.408-17.408H645.12v-51.2h297.472c37.888 0 68.608 30.72 68.608 68.608v297.984c0 37.888-30.72 68.608-68.608 68.608z" p-id="3705"></path><path d="M480.256 788.48c-7.68 0-15.872-3.072-21.504-8.704L155.648 476.16c-11.776-11.776-11.776-31.232 0-43.52L547.328 40.96c5.632-5.632 13.312-9.216 21.504-9.216s15.872 3.072 21.504 9.216l303.104 303.104c11.776 11.776 11.776 31.232 0 43.52L501.76 779.264c-5.632 6.144-13.824 9.216-21.504 9.216zM206.336 454.656l273.92 273.92 362.496-362.496L568.832 92.16 206.336 454.656z" p-id="3706"></path><path d="M494.08 536.576c-13.312 0-26.624-5.12-36.864-14.848l-0.512-0.512L373.76 437.248c-9.728-10.24-9.728-26.112 0-36.352 10.24-9.728 26.112-9.728 36.352 0l82.944 83.456c1.024 0.512 1.536 0.512 2.048 0.512l122.88-122.88c10.24-10.24 26.112-10.24 36.352 0s10.24 26.112 0 36.352l-122.88 122.88c-10.24 10.24-23.552 15.36-37.376 15.36z" p-id="3707"></path><path d="M770.56 801.28h-512c-14.336 0-25.6-11.264-25.6-25.6s11.264-25.6 25.6-25.6h512c14.336 0 25.6 11.264 25.6 25.6s-11.264 25.6-25.6 25.6z" p-id="3708"></path></svg>
\ No newline at end of file
<?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="1738921348209" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4284" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24"><path d="M522.837333 960a114.090667 114.090667 0 0 1-52.949333-13.397333 55.765333 55.765333 0 0 1-32.810667-53.802667c0.384-13.653333 0.64-27.306667 0.896-40.576 0.426667-21.333333 0.853333-43.776 1.792-65.664a57.216 57.216 0 0 0-7.808-32.597333c-9.173333-15.744-17.493333-30.293333-25.6-44.373334a2923.818667 2923.818667 0 0 0-50.048-85.333333 246.997333 246.997333 0 0 0-24.405333-28.032l-0.256-0.256-3.626667-3.84a81.066667 81.066667 0 0 1-31.018666-59.093333c0-41.642667-0.256-256.512-0.682667-396.8A71.936 71.936 0 0 1 368.298667 64h390.186666a213.333333 213.333333 0 0 1 66.005334 8.533333 101.504 101.504 0 0 1 73.088 91.989334 115.2 115.2 0 0 1-5.589334 50.304 11.093333 11.093333 0 0 0 2.304 8.533333 112.170667 112.170667 0 0 1 25.216 76.117333 123.733333 123.733333 0 0 1-6.442666 29.056 11.776 11.776 0 0 0 1.92 12.8 104.490667 104.490667 0 0 1 25.088 69.205334 114.005333 114.005333 0 0 1-4.266667 23.893333c-1.066667 4.266667-2.133333 8.533333-2.944 12.8a12.202667 12.202667 0 0 0 0.597333 9.002667 109.866667 109.866667 0 0 1 25.6 53.717333 5.589333 5.589333 0 0 0 0.938667 2.048V541.354667a338.261333 338.261333 0 0 0-2.645333 8.533333 73.642667 73.642667 0 0 1-46.933334 55.68 130.773333 130.773333 0 0 1-40.746666 6.613333h-1.024c-27.904 0.213333-58.154667 0.341333-95.104 0.341334h-130.816c-5.077333 0-7.381333 0-8.533334 1.450666s-0.768 3.968 0 8.533334c1.621333 9.429333 3.114667 18.858667 4.650667 28.288 2.858667 17.834667 5.802667 36.181333 9.344 54.101333a208.341333 208.341333 0 0 1-4.266667 109.696c-8.533333 24.32-17.749333 48.768-26.794666 72.533333l-9.045334 23.765334a64 64 0 0 1-36.48 38.912 126.08 126.08 0 0 1-48.768 10.197333z m-338.816-384H136.021333A72.064 72.064 0 0 1 64 503.978667V136.021333A72.064 72.064 0 0 1 136.021333 64h48A72.064 72.064 0 0 1 256 136.021333v368A72.064 72.064 0 0 1 184.021333 576z" p-id="4285"></path></svg>
\ No newline at end of file
<?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="1668417566727" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13181" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M821.653333 633.813333L576.533333 917.333333a85.333333 85.333333 0 0 1-129.066666 0.064L198.634667 629.952c-1.152-1.322667-2.133333-2.773333-2.88-4.266667A361.088 361.088 0 0 1 149.333333 448c0-200.298667 162.368-362.666667 362.666667-362.666667s362.666667 162.368 362.666667 362.666667c0 63.744-16.490667 125.162667-47.381334 179.370667a21.269333 21.269333 0 0 1-5.632 6.421333zM792.32 602.453333A318.442667 318.442667 0 0 0 832 448c0-176.725333-143.274667-320-320-320-176.725333 0-320 143.274667-320 320 0 55.317333 14.037333 108.522667 40.384 155.733333l247.317333 285.738667a42.666667 42.666667 0 0 0 64.554667-0.021333L792.32 602.453333zM512 597.333333a149.333333 149.333333 0 1 1 0-298.666666 149.333333 149.333333 0 0 1 0 298.666666z m0-42.666666a106.666667 106.666667 0 1 0 0-213.333334 106.666667 106.666667 0 0 0 0 213.333334z" p-id="13182"></path></svg>
\ No newline at end of file
<?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="1668417598936" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="14138" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M639.488 863.232H198.144c-8.704 0-15.36-6.656-15.36-15.36V362.496c0-111.104 90.624-201.728 201.728-201.728h441.344c8.704 0 15.36 6.656 15.36 15.36v485.888c-0.512 111.104-91.136 201.216-201.728 201.216z m-425.984-30.72h425.472c93.696 0 170.496-76.288 171.008-170.496V191.488H384.512c-94.208 0-171.008 76.288-171.008 171.008v470.016z" p-id="14139"></path><path d="M414.72 260.608c-8.704 0-15.36-6.656-15.36-15.36V118.784c0-8.704 6.656-15.36 15.36-15.36s15.36 6.656 15.36 15.36v126.464c0 8.192-6.656 15.36-15.36 15.36zM609.28 260.608c-8.704 0-15.36-6.656-15.36-15.36V118.784c0-8.704 6.656-15.36 15.36-15.36s15.36 6.656 15.36 15.36v126.464c0 8.192-6.656 15.36-15.36 15.36zM821.76 397.312h-619.52c-8.704 0-15.36-6.656-15.36-15.36s6.656-15.36 15.36-15.36h619.52c8.704 0 15.36 6.656 15.36 15.36s-6.656 15.36-15.36 15.36z" p-id="14140"></path><path d="M441.344 689.152v-135.68c-12.8 12.288-30.72 23.552-53.248 33.28v-23.04c29.184-13.824 49.152-30.208 59.392-50.176h19.456v175.616h-25.6zM568.832 513.024c40.96 0.512 61.44 30.72 61.952 90.112 0 59.904-20.48 89.6-61.952 89.088-41.472-0.512-62.464-30.208-62.976-89.088 1.536-58.88 22.016-88.576 62.976-90.112z m0 160.256c23.04 0.512 34.816-22.528 34.816-69.632 0.512-48.128-11.264-71.68-34.816-70.656-23.04-0.512-34.816 23.04-34.816 70.656 0 47.104 11.776 70.144 34.816 69.632z" p-id="14141"></path></svg>
\ No newline at end of file
<?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="1668417369535" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3705" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M727.984 393.184a31.968 31.968 0 0 0-45.248 0.256L449.44 629.248l-103.28-106.112a32 32 0 1 0-45.888 44.608l126.032 129.504c0.048 0.096 0.192 0.096 0.256 0.192 0.064 0.064 0.096 0.192 0.16 0.256 2.016 1.984 4.512 3.2 6.88 4.544 1.248 0.672 2.24 1.792 3.52 2.304a31.728 31.728 0 0 0 24.064 0.064c1.232-0.512 2.208-1.536 3.392-2.176 2.4-1.344 4.896-2.528 6.944-4.544 0.064-0.064 0.096-0.192 0.192-0.256 0.064-0.096 0.16-0.128 0.256-0.192l256.224-259.008a32 32 0 0 0-0.224-45.248zM832.992 928h-640c-52.928 0-96-43.072-96-96V192c0-52.928 43.072-96 96-96h640c52.928 0 96 43.072 96 96v640c0 52.928-43.056 96-96 96z m-640-768c-17.632 0-32 14.368-32 32v640c0 17.664 14.368 32 32 32h640a32 32 0 0 0 32-32V192c0-17.632-14.336-32-32-32h-640z" fill="#000000" p-id="3706"></path></svg>
\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment