提交 f5627979 作者: 郁骅焌

瘦身

上级 9b5afc18
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# 第1步:请在此处配置您的github用户名 # 第1步:请在此处配置您的github用户名
VITE_APP_GITHUB_USER_NAME=test VITE_APP_GITHUB_USER_NAME=heroplum007
# 第2步:请在项目根目录新建一个.env.local的新文件,切记是新建空的文件不是直接拷贝.env文件的内容 # 第2步:请在项目根目录新建一个.env.local的新文件,切记是新建空的文件不是直接拷贝.env文件的内容
# 第3步:.env.local的文件只能有一行不可以换行,大概500个字符不要复制漏掉,购买时随邮件邀请函发放,格式如下:VITE_APP_SECRET_KEY=XXXXXXX # 第3步:.env.local的文件只能有一行不可以换行,大概500个字符不要复制漏掉,购买时随邮件邀请函发放,格式如下:VITE_APP_SECRET_KEY=XXXXXXX
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
<link href="/favicon.ico" rel="icon" sizes="any"> <link href="/favicon.ico" rel="icon" sizes="any">
<link href="/favicon.svg" rel="icon" type="image/svg+xml"> <link href="/favicon.svg" rel="icon" type="image/svg+xml">
<link href="/apple-touch-icon-180x180.png" rel="apple-touch-icon"> <link href="/apple-touch-icon-180x180.png" rel="apple-touch-icon">
<title>Vue Shop Vite</title> <title>Sage后台管理系统</title>
<meta content="Vue Shop Vite 是一款国内领先的基于Vue3 + Vite5 + Element Plus的中后台Admin前端框架" name="description"> <meta content="Sage后台管理系统 是一款国内领先的基于Vue3 + Vite5 + Element Plus的中后台Admin前端框架" name="description">
<link href="/static/css/loading.css" rel="stylesheet"> <link href="/static/css/loading.css" rel="stylesheet">
</head> </head>
......
import progress from 'vite-plugin-vitebar' import progress from 'vite-plugin-vitebar'
export const createProgress = (env: Record<string, string>) => { export const createProgress = (env: Record<string, string>) => {
const projectName = 'Vue Shop Vite' const projectName = 'Sage后台管理系统'
return progress({ env, projectName }) return progress({ env, projectName })
} }
...@@ -13,9 +13,9 @@ export const createPwa = (nodeEnv: string, pwaDev: boolean) => { ...@@ -13,9 +13,9 @@ export const createPwa = (nodeEnv: string, pwaDev: boolean) => {
}, },
manifest: { manifest: {
lang: 'zh', lang: 'zh',
name: 'Vue Shop Vite', name: 'Sage后台管理系统',
short_name: 'Vue Shop Vite', short_name: 'Sage后台管理系统',
description: 'Vue Shop Vite官网、文档、演示地址', description: 'Sage后台管理系统官网、文档、演示地址',
background_color: '#ffffff', background_color: '#ffffff',
theme_color: '#ffffff', theme_color: '#ffffff',
icons: [ icons: [
......
...@@ -28,23 +28,23 @@ ...@@ -28,23 +28,23 @@
</div> </div>
<el-divider /> <el-divider />
<ul class="el-dropdown-menu"> <ul class="el-dropdown-menu">
<li class="el-dropdown-menu__item" @click="handleCommand('changeLog')"> <!-- <li class="el-dropdown-menu__item" @click="handleCommand('changeLog')">
<vab-icon icon="file-word-line" /> <vab-icon icon="file-word-line" />
<span>{{ translate('更新日志') }}</span> <span>{{ translate('更新日志') }}</span>
<el-tag effect="dark" size="small" type="danger">99+</el-tag> <el-tag effect="dark" size="small" type="danger">99+</el-tag>
</li> </li> -->
<li class="el-dropdown-menu__item" @click="handleCommand('dataScreen')"> <!-- <li class="el-dropdown-menu__item" @click="handleCommand('dataScreen')">
<vab-icon icon="database-2-line" /> <vab-icon icon="database-2-line" />
<span>{{ translate('数据大屏') }}</span> <span>{{ translate('数据大屏') }}</span>
</li> </li> -->
<li class="el-dropdown-menu__item" @click="handleCommand('portal')"> <!-- <li class="el-dropdown-menu__item" @click="handleCommand('portal')">
<vab-icon icon="building-line" /> <vab-icon icon="building-line" />
<span>{{ translate('门户') }}</span> <span>{{ translate('门户') }}</span>
</li> </li> -->
<li class="el-dropdown-menu__item" @click="handleCommand('book')"> <!-- <li class="el-dropdown-menu__item" @click="handleCommand('book')">
<vab-icon icon="book-2-line" /> <vab-icon icon="book-2-line" />
<span>{{ translate('文档') }}</span> <span>{{ translate('文档') }}</span>
</li> </li> -->
<li class="el-dropdown-menu__item" @click="handleCommand('logout')"> <li class="el-dropdown-menu__item" @click="handleCommand('logout')">
<vab-icon icon="logout-circle-r-line" /> <vab-icon icon="logout-circle-r-line" />
<span>{{ translate('退出登录') }}</span> <span>{{ translate('退出登录') }}</span>
......
...@@ -97,7 +97,10 @@ const handleTabClick = () => { ...@@ -97,7 +97,10 @@ const handleTabClick = () => {
'_blank' '_blank'
) )
router.push('/redirect') router.push('/redirect')
} else if (openFirstMenu) router.push(tabMenu.value.redirect || tabMenu.value) } else if (openFirstMenu) {
console.log(tabMenu.value)
router.push(tabMenu.value.redirect || tabMenu.value)
}
setDefaultOpeneds() setDefaultOpeneds()
}) })
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
Copyright Copyright
<vab-icon icon="copyright-line" /> <vab-icon icon="copyright-line" />
{{ fullYear }} {{ title }} {{ fullYear }} {{ title }}
<a <a
v-if="beian" v-if="beian"
class="hidden-xs-only" class="hidden-xs-only"
......
<template> <template>
<div class="vab-right-tools"> <div class="vab-right-tools">
<vab-search v-show="!isHorizontal" class="hidden-xs-only" /> <!-- <vab-search v-show="!isHorizontal" class="hidden-xs-only" /> -->
<div class="vab-right-tools-draggable"> <div class="vab-right-tools-draggable">
<vab-dark v-show="theme.showDark" :style="!isHorizontal ? '' : { marginLeft: 'var(--el-margin)' }" /> <!-- <vab-dark v-show="theme.showDark" :style="!isHorizontal ? '' : { marginLeft: 'var(--el-margin)' }" /> -->
<vab-color-picker v-show="theme.showColorPicker" /> <!-- <vab-color-picker v-show="theme.showColorPicker" /> -->
<vab-theme v-show="theme.showTheme && routeName !== 'SeparateLayout'" /> <!-- <vab-theme v-show="theme.showTheme && routeName !== 'SeparateLayout'" /> -->
<vab-error-log class="hidden-xs-only" /> <vab-error-log class="hidden-xs-only" />
<vab-font-size v-show="theme.showFontSize" /> <!-- <vab-font-size v-show="theme.showFontSize" /> -->
<vab-lock v-show="theme.showLock" /> <vab-lock v-show="theme.showLock" />
<vab-notice v-show="theme.showNotice" /> <vab-notice v-show="theme.showNotice" />
<vab-language v-show="theme.showLanguage" /> <!-- <vab-language v-show="theme.showLanguage" /> -->
<vab-fullscreen v-show="theme.showFullScreen" /> <vab-fullscreen v-show="theme.showFullScreen" />
<vab-refresh v-show="theme.showRefresh" /> <vab-refresh v-show="theme.showRefresh" />
</div> </div>
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
"stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-recommended-vue": "^1.5.0",
"terser": "^5.36.0", "terser": "^5.36.0",
"typescript": "^5.7.2", "typescript": "5.6.2",
"unplugin-auto-import": "^0.18.5", "unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4", "unplugin-vue-components": "^0.27.4",
"vite": "^6.0.1", "vite": "^6.0.1",
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
"vite-plugin-svg-icons": "^2.0.1", "vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-unplugin": "^1.8.0", "vite-plugin-unplugin": "^1.8.0",
"vite-plugin-vitebar": "^0.0.8", "vite-plugin-vitebar": "^0.0.8",
"vue-tsc": "^2.1.10" "vue-tsc": "2.0.29"
}, },
"gitHooks": { "gitHooks": {
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
......
/*! build: Vue Shop Vite
copyright: https://vuejs-core.cn/shop-vite
*/
figure { figure {
position: absolute; position: absolute;
top: 0; top: 0;
......
...@@ -5,7 +5,7 @@ export const settingConfig: { ...@@ -5,7 +5,7 @@ export const settingConfig: {
[key: string]: string | boolean | number | Array<string> [key: string]: string | boolean | number | Array<string>
} = { } = {
// 标题,此项修改后需要重启项目!!! (包括初次加载雪花屏的标题 页面的标题 浏览器的标题) // 标题,此项修改后需要重启项目!!! (包括初次加载雪花屏的标题 页面的标题 浏览器的标题)
title: 'Vue Shop Vite', title: 'Sage 后台管理系统',
// 标题分隔符 // 标题分隔符
titleSeparator: ' - ', titleSeparator: ' - ',
// 标题是否反转 // 标题是否反转
......
...@@ -41,7 +41,7 @@ export const themeConfig: ThemeType = { ...@@ -41,7 +41,7 @@ export const themeConfig: ThemeType = {
//是否开启全屏组件 //是否开启全屏组件
showFullScreen: true, showFullScreen: true,
//是否开启右侧悬浮窗 //是否开启右侧悬浮窗
showThemeSetting: true, showThemeSetting: false,
//是否开启暗黑组件 //是否开启暗黑组件
showDark: true, showDark: true,
//否默认收起左侧菜单 //否默认收起左侧菜单
...@@ -49,7 +49,7 @@ export const themeConfig: ThemeType = { ...@@ -49,7 +49,7 @@ export const themeConfig: ThemeType = {
//是否开启页面动画 null、el-fade-in-linear、el-fade-in、el-zoom-in-center、el-zoom-in-top、el-zoom-in-bottom。 //是否开启页面动画 null、el-fade-in-linear、el-fade-in、el-zoom-in-center、el-zoom-in-top、el-zoom-in-bottom。
pageTransition: 'el-fade-in-linear', pageTransition: 'el-fade-in-linear',
// 圆角(单位px,类型必须为数字) // 圆角(单位px,类型必须为数字)
radius: 5, radius: 4,
// 是否开启锁屏 // 是否开启锁屏
showLock: true, showLock: true,
// 是否开启颜色选择器组件 // 是否开启颜色选择器组件
......
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M292.406 191.449c16.666-22.017 13.084-52.916-7.96-68.845-10.395-7.868-23.655-10.796-36.594-8.462-1.276-13.094-7.703-25.068-18.079-32.922-21.054-15.937-51.747-10.998-68.42 11.029a18.564 18.564 0 0 0-.988 1.455c-.239.384-.51.747-.783 1.107-2.951 3.9-5.256 8.893-6.851 14.839a6.52 6.52 0 0 0-.173.614c-9.658 36.938 10.64 103.209 11.42 106.139a8.168 8.168 0 0 0 2.97 4.399 8.182 8.182 0 0 0 5.109 1.654c2.601-.044 61.791 1.161 96.802-13.581 1.247-.451 2.325-.982 3.265-1.432.296-.148.582-.303.881-.433l.131-.072c.239-.105.486-.197.721-.313 2.11-1.037 3.973-2.089 5.677-3.206 4.719-2.964 8.292-6.082 10.908-9.538.353-.466.707-.932 1.093-1.369.27-.306.566-.66.871-1.063Z" fill="#2F9BFF"/></g><g filter="url(#b)"><path d="M286.37 44.326c-1.134-7.209-7.67-12.193-14.56-11.11-3.403.535-6.392 2.521-8.32 5.411-2.726-2.158-6.183-3.131-9.58-2.597-6.893 1.084-11.582 7.83-10.448 15.041.026.167.061.32.096.455.029.116.048.234.067.352.201 1.277.728 2.631 1.567 4.025.028.052.055.1.085.145 5.258 8.612 21.59 16.902 22.29 17.29a2.164 2.164 0 0 0 2.634-.427c.468-.502 11.551-11.544 15.166-20.91.143-.32.24-.622.327-.883.026-.084.049-.166.079-.247l.01-.038c.024-.065.052-.129.073-.195.189-.592.331-1.14.431-1.668.301-1.442.363-2.693.185-3.825a6.44 6.44 0 0 1-.06-.459 5.426 5.426 0 0 0-.042-.36Z" fill="#2F9BFF"/></g><g filter="url(#c)"><path d="M81.25 49.34c0-9.559 7.749-17.308 17.308-17.308H214.37c9.559 0 17.308 7.75 17.308 17.308v184.19c0 9.559-7.749 17.308-17.308 17.308H98.558c-9.559 0-17.308-7.749-17.308-17.308V49.34Z" fill="#B7D5FF" fill-opacity=".3"/></g><path fill-rule="evenodd" clip-rule="evenodd" d="M149.87 168.833c5.962 0 10.826-4.916 11.047-11.042l.021-54.701h9.64a19.66 19.66 0 0 1-.311-3.464H157.1l-.021 54.701c-.221 6.126-5.085 11.042-11.047 11.042-1.853 0-3.598-.48-5.134-1.318 2.012 2.89 5.279 4.782 8.972 4.782Zm-.563-36.581v-3.233a23.322 23.322 0 0 0-3.266-.245c-13.363 0-24.234 11.27-24.234 25.123 0 8.499 4.096 16.021 10.346 20.569-4.034-4.488-6.508-10.501-6.508-17.105 0-13.655 10.563-24.792 23.662-25.109Zm39.287-13.638v3.041c-3.944-.875-7.418-3.07-9.976-6.116 2.873 1.942 6.298 3.075 9.976 3.075Z" fill="url(#d)"/><path d="M178.618 115.539c-2.803-3.336-4.505-7.69-4.505-12.451h-3.527c.929 5.201 3.906 9.663 8.032 12.451ZM146.029 142.421c-6.103 0-11.068 5.148-11.068 11.474 0 4.406 2.411 8.234 5.934 10.156a11.683 11.683 0 0 1-2.096-6.692c0-6.327 4.965-11.474 11.067-11.474 1.14 0 2.232.195 3.266.531v-13.935a23.3 23.3 0 0 0-3.266-.245c-.191 0-.381.01-.572.015v10.701a10.53 10.53 0 0 0-3.265-.531Z" fill="#fff"/><mask id="e" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="132" y="121" width="61" height="62"><path fill-rule="evenodd" clip-rule="evenodd" d="M132.152 121.655h60.279v60.826h-60.279v-60.826Z" fill="#fff"/></mask><g mask="url(#e)"><path d="M188.593 121.655v10.608c-6.827 0-13.154-2.264-18.318-6.106v27.738c0 13.853-10.871 25.123-24.234 25.123-5.164 0-9.952-1.689-13.889-4.554 4.428 4.927 10.734 8.017 17.726 8.017 13.364 0 24.235-11.27 24.235-25.123V129.62c5.164 3.842 11.491 6.107 18.318 6.107v-13.65a17.75 17.75 0 0 1-3.838-.422Z" fill="#fff"/></g><path d="M170.266 153.895v-27.738c5.164 3.842 11.491 6.106 18.318 6.106v-10.608c-3.944-.875-7.418-3.071-9.975-6.116-4.126-2.788-7.103-7.25-8.032-12.451h-9.64l-.021 54.702c-.222 6.125-5.084 11.042-11.047 11.042-3.692 0-6.96-1.892-8.971-4.782-3.523-1.922-5.934-5.75-5.934-10.155 0-6.327 4.965-11.474 11.068-11.474 1.139 0 2.232.195 3.265.53V132.25c-13.099.318-23.662 11.454-23.662 25.108 0 6.604 2.474 12.618 6.508 17.107 3.936 2.864 8.725 4.552 13.889 4.552 13.363 0 24.234-11.269 24.234-25.122Z" fill="#fff"/><defs><filter id="a" x="149.958" y="71.873" width="152.939" height="151.972" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.38"/><feGaussianBlur stdDeviation="1.38"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2161"/></filter><filter id="b" x="243.293" y="33.068" width="43.278" height="40.904" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy=".365"/><feGaussianBlur stdDeviation=".365"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2161"/></filter><filter id="c" x="47.453" y="-1.765" width="218.023" height="286.399" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="16.899"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2161"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2161" result="shape"/><feColorMatrix in="SourceAlpha" 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.408" dy="13.519"/><feGaussianBlur stdDeviation="8.917"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2161"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.38"/><feGaussianBlur stdDeviation="3.38"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2161" result="effect3_innerShadow_35_2161"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.38"/><feGaussianBlur stdDeviation="3.38"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2161" result="effect4_innerShadow_35_2161"/></filter><linearGradient id="d" x1="76.766" y1="152.408" x2="181.121" y2="241.457" gradientUnits="userSpaceOnUse"><stop stop-color="#2F88FF"/><stop offset="1" stop-color="#0E4AB3"/></linearGradient></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M228.396 168.623c-34.168 0-59.033 25.337-59.033 53.225h-43.815c0-55.101 47.612-97.04 102.848-97.04 55.237 0 102.849 41.939 102.849 97.04H287.43c0-27.888-24.865-53.225-59.034-53.225Z" fill="#2F9BFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M117.376 218.094h213.866v35.704a9.375 9.375 0 0 1-9.375 9.375H126.751a9.375 9.375 0 0 1-9.375-9.375v-35.704Zm60.528 18.675a3.652 3.652 0 0 1 7.303 0v15.238a3.652 3.652 0 0 1-7.303 0v-15.238Zm40.159-3.651a3.652 3.652 0 0 0-3.651 3.651v15.238a3.652 3.652 0 0 0 7.302 0v-15.238a3.65 3.65 0 0 0-3.651-3.651Zm32.862 5.823a5.162 5.162 0 1 1 10.324 0v11.721a5.162 5.162 0 1 1-10.324 0v-11.721Zm41.88-5.162a5.367 5.367 0 0 0-5.367 5.367v11.311a5.367 5.367 0 0 0 10.735 0v-11.311a5.368 5.368 0 0 0-5.368-5.367Z" fill="#2F9BFF"/><g filter="url(#a)"><path d="M77.36 60.291c0-9.773 7.923-17.696 17.696-17.696h118.408c9.773 0 17.696 7.923 17.696 17.696v185.188c0 9.774-7.923 17.696-17.696 17.696H95.056c-9.773 0-17.696-7.922-17.696-17.696V60.291Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#b)"><rect x="98.095" y="153.171" width="110.575" height="13.822" rx="6.911" fill="#fff"/></g><g filter="url(#c)"><rect x="98.095" y="187.726" width="62.198" height="13.822" rx="6.911" fill="#fff"/></g><g filter="url(#d)"><rect x="98.095" y="84.061" width="110.575" height="48.376" rx="6.911" fill="#fff"/></g><defs><filter id="a" x="42.806" y="8.041" width="222.909" height="289.689" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="17.277"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2167"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2167" result="shape"/><feColorMatrix in="SourceAlpha" 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.529" dy="13.822"/><feGaussianBlur stdDeviation="9.117"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2167"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.455"/><feGaussianBlur stdDeviation="3.455"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2167" result="effect3_innerShadow_35_2167"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.455"/><feGaussianBlur stdDeviation="3.455"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2167" result="effect4_innerShadow_35_2167"/></filter><filter id="b" x="77.362" y="139.349" width="152.04" height="55.287" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.911"/><feGaussianBlur stdDeviation="10.366"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2167"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2167" result="shape"/></filter><filter id="c" x="77.362" y="173.904" width="103.664" height="55.287" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.911"/><feGaussianBlur stdDeviation="10.366"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2167"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2167" result="shape"/></filter><filter id="d" x="77.362" y="70.239" width="152.04" height="89.842" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.911"/><feGaussianBlur stdDeviation="10.366"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2167"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2167" result="shape"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M300 105.361c0 31.559-25.584 57.142-57.143 57.142s-57.143-25.583-57.143-57.142c0-31.56 25.584-57.143 57.143-57.143S300 73.802 300 105.36Z" fill="#2F9BFF"/><g filter="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M68.75 64.647c0-7.496 6.076-13.572 13.571-13.572h33.929c.133 0 .266.002.398.006 6.485-.181 12.386 3.96 13.979 10.519l8.066 32.636h159.968c6.337 0 12.349 3.518 16.372 8.424 4.019 4.902 5.629 12.028 4.383 18.247l-14.606 73.692c-1.97 9.898-10.663 17.694-20.76 17.694H152.638c-10.096 0-18.79-7.839-20.764-17.737L105.248 78.218H82.321c-7.495 0-13.571-6.076-13.571-13.571Zm194.361 199.712c10.694 0 19.362-8.669 19.362-19.362 0-10.693-8.668-19.361-19.362-19.361-10.693 0-19.361 8.668-19.361 19.361 0 10.693 8.668 19.362 19.361 19.362Zm-88.037.001c10.693 0 19.362-8.668 19.362-19.361 0-10.693-8.669-19.362-19.362-19.362-10.693 0-19.361 8.669-19.361 19.362 0 10.693 8.668 19.361 19.361 19.361Z" fill="#88BAFF" fill-opacity=".3"/></g><circle cx="169.643" cy="38.393" r="19.643" fill="#2F9BFF"/><g filter="url(#b)"><g filter="url(#c)"><path d="M192.099 157.325a7.408 7.408 0 0 1 10.407-1.197l18.947 15.04a7.408 7.408 0 0 1-9.21 11.604l-18.948-15.04a7.407 7.407 0 0 1-1.196-10.407Z" fill="#fff"/></g><g filter="url(#d)"><path d="M241.397 157.325a7.408 7.408 0 0 0-10.407-1.197l-18.947 15.04a7.408 7.408 0 0 0 9.21 11.604l18.948-15.04a7.407 7.407 0 0 0 1.196-10.407Z" fill="#fff"/></g><g filter="url(#e)"><rect x="224.536" y="125" width="59.259" height="14.815" rx="7.407" transform="rotate(90 224.536 125)" fill="#fff"/></g></g><defs><filter id="a" x="34.821" y="17.147" width="318.936" height="281.142" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="16.964"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" 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.429" dy="13.571"/><feGaussianBlur stdDeviation="8.951"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2170"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.393"/><feGaussianBlur stdDeviation="3.393"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2170" result="effect3_innerShadow_35_2170"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.393"/><feGaussianBlur stdDeviation="3.393"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2170" result="effect4_innerShadow_35_2170"/></filter><filter id="b" x="180.346" y="114.853" width="72.805" height="82.025" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2170" result="effect2_dropShadow_35_2170"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2170"/></filter><filter id="c" x="180.346" y="144.375" width="54.057" height="52.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2170"/></filter><filter id="d" x="199.093" y="144.375" width="54.057" height="52.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2170"/></filter><filter id="e" x="199.574" y="114.853" width="35.109" height="81.907" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2170"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2170" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2170"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M299.652 232.571V108.398H100.401c-.041 25.18-.035 35.1-.034 124.106 0 13.081 10.604 23.752 23.684 23.752h151.917c13.08 0 23.684-10.604 23.684-23.685Z" fill="#2F9BFF"/><g filter="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M312.449 96.671c.08 1.214.042 5.008.042 23.246 0 15.523-12.588 28.121-28.121 28.121-15.028 0-27.305-11.791-28.083-26.625-.02-.352-.035-.707-.042-1.063-.232 15.33-12.733 27.688-28.118 27.688-15.029 0-27.306-11.792-28.083-26.627a26.642 26.642 0 0 1-.042-1.061c-.232 15.33-12.733 27.688-28.119 27.688-15.028 0-27.305-11.791-28.082-26.626a27.63 27.63 0 0 1-.043-1.082c-.248 15.241-12.857 27.708-28.118 27.708-14.905 0-27.309-11.906-28.083-26.697a28.104 28.104 0 0 1-.048-1.6 13015.158 13015.158 0 0 0-.009-16.45c-.002-6.288.012-6.823.12-7.338l.058-.27c.018-.084.025-.139.034-.194.104-.663.44-1.29 22.983-53.315a7.764 7.764 0 0 1 7.117-4.674h164.366a7.765 7.765 0 0 1 7.118 4.674c22.526 51.988 22.876 52.625 22.98 53.3.009.058.016.117.036.209l.059.27c.035.169.061.34.078.718Z" fill="#C2DCFF" fill-opacity=".4"/></g><path d="M142.596 209.142c10.053 0 18.231-8.178 18.231-18.23 0-10.053-8.178-18.231-18.231-18.231-10.052 0-18.23 8.178-18.23 18.231 0 10.052 8.178 18.23 18.23 18.23Zm0-28.703c5.775 0 10.474 4.698 10.474 10.473s-4.699 10.473-10.474 10.473-10.473-4.698-10.473-10.473 4.699-10.473 10.473-10.473ZM176.096 209.142a3.879 3.879 0 0 0 3.878-3.879v-5.687h5.688c3.591 0 6.967-1.398 9.506-3.938 8.407-8.409 2.48-22.957-9.506-22.957h-9.566a3.88 3.88 0 0 0-3.879 3.879v28.703a3.88 3.88 0 0 0 3.879 3.879Zm3.878-28.703h5.688a5.693 5.693 0 0 1 5.687 5.686 5.687 5.687 0 0 1-5.687 5.693h-5.688v-11.379ZM214.354 209.143h19.138a3.88 3.88 0 0 0 0-7.758h-15.259v-6.594h9.406a3.879 3.879 0 1 0 0-7.758h-9.406v-6.594h15.259a3.879 3.879 0 1 0 0-7.757h-19.138a3.878 3.878 0 0 0-3.878 3.878v28.703a3.879 3.879 0 0 0 3.878 3.88ZM271.771 172.682a3.88 3.88 0 0 0-3.879 3.879v15.893l-12.031-18.045a3.879 3.879 0 0 0-7.106 2.152v28.702a3.879 3.879 0 1 0 7.758 0V189.37l12.03 18.045a3.878 3.878 0 0 0 7.106-2.152v-28.702a3.878 3.878 0 0 0-3.878-3.879Z" fill="#fff"/><defs><filter id="a" x="57.895" y="7.895" width="284.211" height="169.749" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="14.803"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2162"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2162" result="shape"/><feColorMatrix in="SourceAlpha" 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="4.737" dy="11.842"/><feGaussianBlur stdDeviation="7.811"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2162"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2.961"/><feGaussianBlur stdDeviation="2.961"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2162" result="effect3_innerShadow_35_2162"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-2.961"/><feGaussianBlur stdDeviation="2.961"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2162" result="effect4_innerShadow_35_2162"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><g filter="url(#b)"><rect x="207.225" y="191.003" width="47.777" height="87.94" rx="23.888" transform="rotate(-45 207.225 191.003)" fill="#2F9BFF"/></g><circle cx="174.365" cy="124.365" r="94.535" transform="rotate(-45 174.365 124.365)" stroke="#2F9BFF" stroke-width="13.191"/><circle opacity=".4" cx="174.359" cy="124.365" r="48.367" transform="rotate(-45 174.359 124.365)" fill="#2F9BFF"/><g filter="url(#c)"><circle cx="174.365" cy="124.365" r="87.94" transform="rotate(-45 174.365 124.365)" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#d)"><path d="M156.423 102.093c-.303-.909-1.212-1.515-2.122-1.515h-6.668c-.909 0-1.818.606-2.121 1.515l-17.579 46.07c-.303.606-.303 1.515.303 2.121.303.606 1.212.909 1.818.909h6.365c.909 0 1.819-.606 2.122-1.515l4.546-12.427h16.064L164 149.678c.303.909 1.212 1.515 2.122 1.515h6.971c.909 0 1.515-.303 1.818-.909.303-.606.606-1.515.303-2.121l-18.791-46.07Zm-10.002 25.763 3.94-10.608c.303-.606.303-1.213.606-1.819.303.909.607 1.516.91 2.425l3.637 9.699h-9.093v.303Zm63.952-22.732c-2.122-1.818-4.85-3.031-7.578-3.94-2.121-.606-4.849-.606-8.789-.606h-15.761c-1.212 0-2.424.909-2.424 2.425v46.069c0 1.212.909 2.425 2.424 2.425h16.67c3.031 0 5.759-.304 7.88-.91 2.425-.606 4.547-1.515 6.365-2.727 1.819-1.213 3.334-2.728 4.85-4.85 1.515-2.121 2.727-4.546 3.334-7.274.909-3.031 1.212-6.365 1.212-10.002 0-4.243-.606-8.183-1.819-11.82-1.515-3.637-3.637-6.365-6.364-8.79Zm-3.941 28.793c-.606 2.122-1.515 3.638-2.727 4.85-.91.909-1.819 1.515-3.334 1.818-1.516.607-3.637.607-6.365.607h-7.577V110.58h7.274c4.243 0 6.061.303 6.971.909 1.818.606 3.334 2.122 4.546 4.243 1.212 2.122 2.122 5.456 2.122 10.002.303 3.031 0 5.759-.91 8.183Z" fill="#fff"/></g></g><defs><filter id="b" x="217.119" y="167.115" width="76.176" height="77.147" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy=".971"/><feGaussianBlur stdDeviation=".971"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2166"/></filter><filter id="c" x="60.415" y="10.415" width="227.901" height="227.902" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="13.005"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2166"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2166" result="shape"/><feColorMatrix in="SourceAlpha" 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="4.162" dy="10.404"/><feGaussianBlur stdDeviation="6.863"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2166"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2.601"/><feGaussianBlur stdDeviation="2.601"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2166" result="effect3_innerShadow_35_2166"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-2.601"/><feGaussianBlur stdDeviation="2.601"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2166" result="effect4_innerShadow_35_2166"/></filter><filter id="d" x="127.734" y="100.578" width="90.822" height="56.471" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="5.552"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2166"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2166" result="shape"/></filter><clipPath id="a"><path fill="#fff" d="M0 0h400v300H0z"/></clipPath></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="150" cy="187.5" r="68.75" fill="#2F9BFF"/><g filter="url(#a)"><path d="M118.75 62.5c0-13.807 11.193-25 25-25h150c13.807 0 25 11.193 25 25v168.75c0 13.807-11.193 25-25 25h-150c-13.807 0-25-11.193-25-25V62.5Z" fill="#88BAFF" fill-opacity=".3"/></g><g filter="url(#b)"><rect x="143.75" y="62.5" width="37.5" height="37.5" rx="18.75" fill="#fff"/></g><g filter="url(#c)"><rect x="143.75" y="168.75" width="87.5" height="15.625" rx="7.813" fill="#fff"/></g><g filter="url(#d)"><rect x="143.75" y="125" width="150" height="15.625" rx="7.813" fill="#fff"/></g><g filter="url(#e)"><rect x="143.75" y="212.5" width="150" height="15.625" rx="7.813" fill="#fff"/></g><defs><filter id="a" x="84.821" y="3.571" width="267.857" height="286.607" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="16.964"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" 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.429" dy="13.571"/><feGaussianBlur stdDeviation="8.951"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.393"/><feGaussianBlur stdDeviation="3.393"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2163" result="effect3_innerShadow_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.393"/><feGaussianBlur stdDeviation="3.393"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2163" result="effect4_innerShadow_35_2163"/></filter><filter id="b" x="133.603" y="52.353" width="57.795" height="60.147" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2163" result="effect2_dropShadow_35_2163"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2163"/></filter><filter id="c" x="133.603" y="158.603" width="107.795" height="38.272" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2163" result="effect2_dropShadow_35_2163"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2163"/></filter><filter id="d" x="133.603" y="114.853" width="170.295" height="38.272" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2163" result="effect2_dropShadow_35_2163"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2163"/></filter><filter id="e" x="133.603" y="202.353" width="170.295" height="38.272" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2163"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2163" result="effect2_dropShadow_35_2163"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2163" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2163"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M75 62.5c0-13.807 11.193-25 25-25h162.853c13.807 0 25 11.193 25 25v65.468H75V62.5Z" fill="#2F9BFF"/><g filter="url(#a)"><path d="M75 93.75h212.5v125c0 13.807-11.193 25-25 25H100c-13.807 0-25-11.193-25-25v-125Z" fill="#88BAFF" fill-opacity=".3"/></g><path d="M260.736 184.25c-4.701-1.314-9.027 3.028-7.695 7.724l15.348 54.121c1.296 4.57 7.015 6.081 10.399 2.747l6.99-6.887a6.25 6.25 0 0 1 8.906.135l9.141 9.57a6.25 6.25 0 0 0 8.906.135l7.885-7.77a6.25 6.25 0 0 0 .133-8.769l-9.535-9.982a6.25 6.25 0 0 1-.001-8.634l6.592-6.901c3.259-3.412 1.706-9.067-2.838-10.336l-54.231-15.153Z" fill="#2F9BFF"/><g filter="url(#b)"><path d="M100 143.75c0-6.904 5.596-12.5 12.5-12.5h45.267c6.903 0 12.5 5.596 12.5 12.5v26.777c0 6.903-5.597 12.5-12.5 12.5H112.5c-6.904 0-12.5-5.597-12.5-12.5V143.75Z" fill="#fff"/></g><g filter="url(#c)"><rect x="181.25" y="137.5" width="83.042" height="12.944" rx="6.472" fill="#fff"/></g><g filter="url(#d)"><rect x="181.25" y="163.391" width="51.103" height="12.944" rx="6.472" fill="#fff"/></g><defs><filter id="a" x="43.75" y="62.5" width="275" height="212.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="15.625"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2160"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2160" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2160" result="effect3_innerShadow_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2160" result="effect4_innerShadow_35_2160"/></filter><filter id="b" x="89.853" y="121.103" width="90.561" height="74.424" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="effect1_backgroundBlur_35_2160" result="effect2_dropShadow_35_2160"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2160" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2160"/></filter><filter id="c" x="171.103" y="127.353" width="103.337" height="35.592" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="effect1_backgroundBlur_35_2160" result="effect2_dropShadow_35_2160"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2160" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2160"/></filter><filter id="d" x="171.103" y="153.244" width="71.398" height="35.592" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2160"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="effect1_backgroundBlur_35_2160" result="effect2_dropShadow_35_2160"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2160" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2160"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="171.875" cy="121.875" r="71.875" fill="#2F9BFF"/><g filter="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="m149.631 243.494-.402.001c-40.996 0-74.229-33.234-74.229-74.229s33.233-74.228 74.229-74.228c6.699 0 13.192.887 19.365 2.551 12.329-16.938 32.311-27.947 54.864-27.947 37.451 0 67.812 30.36 67.812 67.812 0 .697-.01 1.391-.031 2.083 22.1 6.393 38.259 26.779 38.259 50.939 0 29.282-23.738 53.02-53.02 53.02l-.495-.002H149.631Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#b)"><path d="M218.337 122.792c13.293 0 24.106 9.827 24.106 21.978 0 3.777-1.11 7.472-3.113 10.802-3.031 4.865-7.879 8.467-13.745 10.181a13.694 13.694 0 0 1-3.842.626 4.48 4.48 0 0 1-3.231-1.289 4.48 4.48 0 0 1-1.34-3.211c0-2.53 2.013-4.495 4.571-4.495.18 0 .555 0 1.012-.174 3.94-1.088 7.053-3.33 8.794-6.312 1.186-1.883 1.741-3.973 1.741-6.128 0-7.128-6.693-12.967-14.856-12.967a16.807 16.807 0 0 0-8.053 2.068c-4.321 2.427-6.878 6.475-6.878 10.899v37.744c0 7.651-4.316 14.681-11.466 18.648-3.842 2.161-8.163 3.254-12.559 3.254-13.289 0-24.107-9.833-24.107-21.984 0-3.771 1.116-7.471 3.113-10.802 3.031-4.864 7.885-8.467 13.745-10.175 1.644-.452 2.754-.626 3.842-.626 2.574 0 4.577 1.986 4.577 4.495a4.5 4.5 0 0 1-1.34 3.21 4.493 4.493 0 0 1-3.231 1.29c-.185 0-.561 0-1.013.174-3.945 1.17-7.052 3.428-8.793 6.307-1.192 1.888-1.742 3.972-1.742 6.133 0 7.128 6.694 12.962 14.932 12.962a16.814 16.814 0 0 0 8.059-2.063c4.316-2.432 6.873-6.481 6.873-10.899v-37.651c0-7.651 4.315-14.676 11.466-18.649a24.1 24.1 0 0 1 12.478-3.346Z" fill="#fff"/><path d="M218.337 122.792c13.293 0 24.106 9.827 24.106 21.978 0 3.777-1.11 7.472-3.113 10.802-3.031 4.865-7.879 8.467-13.745 10.181a13.694 13.694 0 0 1-3.842.626 4.48 4.48 0 0 1-3.231-1.289 4.48 4.48 0 0 1-1.34-3.211c0-2.53 2.013-4.495 4.571-4.495.18 0 .555 0 1.012-.174 3.94-1.088 7.053-3.33 8.794-6.312 1.186-1.883 1.741-3.973 1.741-6.128 0-7.128-6.693-12.967-14.856-12.967a16.807 16.807 0 0 0-8.053 2.068c-4.321 2.427-6.878 6.475-6.878 10.899v37.744c0 7.651-4.316 14.681-11.466 18.648-3.842 2.161-8.163 3.254-12.559 3.254-13.289 0-24.107-9.833-24.107-21.984 0-3.771 1.116-7.471 3.113-10.802 3.031-4.864 7.885-8.467 13.745-10.175 1.644-.452 2.754-.626 3.842-.626 2.574 0 4.577 1.986 4.577 4.495a4.5 4.5 0 0 1-1.34 3.21 4.493 4.493 0 0 1-3.231 1.29c-.185 0-.561 0-1.013.174-3.945 1.17-7.052 3.428-8.793 6.307-1.192 1.888-1.742 3.972-1.742 6.133 0 7.128 6.694 12.962 14.932 12.962a16.814 16.814 0 0 0 8.059-2.063c4.316-2.432 6.873-6.481 6.873-10.899v-37.651c0-7.651 4.315-14.676 11.466-18.649a24.1 24.1 0 0 1 12.478-3.346Z" stroke="#fff" stroke-width="3.349"/></g><defs><filter id="a" x="24.925" y="19.567" width="354.648" height="274.004" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="25.037"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2169"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2169" result="shape"/><feColorMatrix in="SourceAlpha" 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="8.012" dy="20.03"/><feGaussianBlur stdDeviation="13.211"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2169"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="5.007"/><feGaussianBlur stdDeviation="5.007"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2169" result="effect3_innerShadow_35_2169"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-5.007"/><feGaussianBlur stdDeviation="5.007"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2169" result="effect4_innerShadow_35_2169"/></filter><filter id="b" x="153.697" y="121.116" width="90.42" height="91.225" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2169"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2169" result="shape"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><rect x="75" y="56.25" width="206.036" height="140.141" rx="18.333" fill="#2F9BFF"/></g><g filter="url(#b)"><rect x="91.626" y="82.391" width="238.333" height="155.833" rx="18.333" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#c)"><path d="M193.346 134.462c-.331-.994-1.324-1.656-2.317-1.656h-7.283c-.993 0-1.986.662-2.317 1.656l-19.2 50.316c-.331.662-.331 1.655.331 2.318.331.662 1.324.993 1.986.993h6.952c.993 0 1.986-.662 2.317-1.656l4.966-13.572h17.544l5.297 13.572c.331.994 1.324 1.656 2.317 1.656h7.614c.993 0 1.655-.331 1.986-.993.331-.663.662-1.656.331-2.318l-20.524-50.316Zm-10.924 28.137 4.303-11.586c.332-.662.332-1.324.663-1.986.331.993.662 1.655.993 2.648l3.972 10.593h-9.931v.331Zm69.848-24.827c-2.318-1.986-5.297-3.31-8.276-4.304-2.317-.662-5.297-.662-9.6-.662H217.18c-1.324 0-2.648.993-2.648 2.649v50.316c0 1.325.993 2.649 2.648 2.649h18.207c3.31 0 6.29-.331 8.607-.993 2.648-.662 4.965-1.656 6.952-2.98 1.986-1.324 3.641-2.979 5.296-5.296 1.655-2.317 2.979-4.966 3.641-7.945.994-3.31 1.325-6.952 1.325-10.924 0-4.634-.663-8.938-1.987-12.91-1.655-3.973-3.972-6.952-6.951-9.6Zm-4.304 31.448c-.662 2.317-1.655 3.972-2.979 5.296-.993.993-1.986 1.656-3.641 1.987-1.655.662-3.973.662-6.952.662h-8.276V143.73h7.945c4.634 0 6.621.331 7.614.994 1.986.662 3.641 2.317 4.965 4.634 1.324 2.317 2.317 5.959 2.317 10.924.331 3.31 0 6.29-.993 8.938Z" fill="#fff"/></g><circle cx="302.453" cy="105.309" r="9.167" fill="#fff"/><circle opacity=".5" cx="270.373" cy="105.309" r="9.167" fill="#fff"/><defs><filter id="a" x="75" y="56.25" width="206.036" height="140.943" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy=".802"/><feGaussianBlur stdDeviation=".802"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2165"/></filter><filter id="b" x="70.155" y="60.92" width="281.276" height="198.776" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="10.736"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2165"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2165" result="shape"/><feColorMatrix in="SourceAlpha" 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="3.435" dy="8.589"/><feGaussianBlur stdDeviation="5.665"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2165"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2.147"/><feGaussianBlur stdDeviation="2.147"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2165" result="effect3_innerShadow_35_2165"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-2.147"/><feGaussianBlur stdDeviation="2.147"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2165" result="effect4_innerShadow_35_2165"/></filter><filter id="c" x="162.012" y="132.806" width="99.196" height="61.678" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.064"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2165"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2165" result="shape"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="81.25" y="50" width="171.311" height="202.459" rx="31.148" fill="#2F9BFF"/><g filter="url(#a)"><path d="M96.82 98.668c0-5.376 4.358-9.733 9.734-9.733H227.25c5.376 0 9.734 4.358 9.734 9.733 0 5.376-4.358 9.734-9.734 9.734H106.554c-5.376 0-9.734-4.358-9.734-9.734Z" fill="#fff"/></g><g filter="url(#b)"><path d="M96.82 145.389c0-5.375 4.358-9.733 9.734-9.733h81.762c5.376 0 9.734 4.358 9.734 9.733 0 5.376-4.358 9.734-9.734 9.734h-81.762c-5.376 0-9.734-4.358-9.734-9.734Z" fill="#fff"/></g><g filter="url(#c)"><path fill-rule="evenodd" clip-rule="evenodd" d="M311.904 126.437c9.123 9.123 9.123 23.914 0 33.037l-85.655 85.656c-9.123 9.123-23.914 9.123-33.037 0l-38.935-38.934c-9.123-9.123-9.123-23.914 0-33.037 9.123-9.123 23.914-9.123 33.037 0l22.416 22.416 69.137-69.138c9.123-9.123 23.914-9.123 33.037 0Z" fill="#B7D5FF" fill-opacity=".3"/></g><defs><filter id="a" x="81.246" y="81.148" width="171.311" height="50.615" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="7.787"/><feGaussianBlur stdDeviation="7.787"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2158"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2158" result="shape"/></filter><filter id="b" x="81.246" y="127.869" width="132.377" height="50.615" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="7.787"/><feGaussianBlur stdDeviation="7.787"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2158"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2158" result="shape"/></filter><filter id="c" x="113.391" y="85.551" width="239.401" height="200.466" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="17.022"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2158"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2158" result="shape"/><feColorMatrix in="SourceAlpha" 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.447" dy="13.618"/><feGaussianBlur stdDeviation="8.982"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2158"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.404"/><feGaussianBlur stdDeviation="3.404"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2158" result="effect3_innerShadow_35_2158"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.404"/><feGaussianBlur stdDeviation="3.404"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2158" result="effect4_innerShadow_35_2158"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M326.819 119.123c0 8.173-1.422 16.702-4.266 26.296-1.423 4.975-4.267 11.727-4.623 12.082-5.689 12.082-13.511 24.164-24.178 35.89-8.533 9.239-18.133 18.479-29.511 27.007-18.845 14.569-34.845 22.742-35.556 23.098a5.149 5.149 0 0 1-4.326.127l-.297-.127c-.711-.356-16.711-8.529-35.556-23.098-11.022-8.528-20.978-17.412-29.511-26.651-10.667-11.727-18.845-23.453-24.178-35.535-1.778-3.909-3.911-10.661-4.267-11.727-2.844-7.818-4.622-16.346-4.622-26.651 0-17.057 6.044-33.048 17.422-44.774 11.378-12.082 26.312-18.834 42.667-18.834 15.289 0 29.512 6.041 40.534 16.702 11.023-10.661 25.245-16.702 40.534-16.702 16 0 31.289 6.396 42.667 18.478 10.667 12.082 17.067 27.718 17.067 44.419Z" fill="#2F9BFF"/><g filter="url(#a)"><path d="M188.188 163.635c16.292-11.233 26.967-30.017 26.967-51.331C215.192 77.897 187.295 50 152.888 50c-34.406 0-62.34 27.897-62.34 62.304 0 21.276 10.675 40.098 26.967 51.331-27.898 6.175-48.765 31.059-48.765 60.854 0 6.882 5.579 12.46 12.46 12.46H224.53c6.882 0 12.461-5.578 12.461-12.46 0-29.795-20.868-54.679-48.802-60.854Z" fill="#B7D5FF" fill-opacity=".3"/></g><path d="M152.86 152.582c12.906 0 23.71-9.006 26.469-21.076.754-3.298-2.06-6.076-5.443-6.076h-42.053c-3.383 0-6.196 2.778-5.443 6.076 2.76 12.07 13.563 21.076 26.47 21.076Z" fill="#fff"/><defs><filter id="a" x="37.065" y="18.315" width="231.609" height="250.319" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="15.842"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2157"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2157" result="shape"/><feColorMatrix in="SourceAlpha" 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.07" dy="12.674"/><feGaussianBlur stdDeviation="8.359"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2157"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.168"/><feGaussianBlur stdDeviation="3.168"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.770833 0 0 0 0 0.889824 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="effect2_innerShadow_35_2157" result="effect3_innerShadow_35_2157"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.168"/><feGaussianBlur stdDeviation="9.375"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.17 0"/><feBlend in2="effect3_innerShadow_35_2157" result="effect4_innerShadow_35_2157"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M181.522 138.981c9.422-17.603 34.66-17.603 44.082 0L277.91 236.7c8.914 16.654-3.152 36.798-22.041 36.798H151.258c-18.89 0-30.956-20.144-22.041-36.798l52.305-97.719Z" fill="#2F9BFF"/></g><g filter="url(#b)"><circle cx="202.38" cy="127.38" r="96.13" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#c)"><circle cx="202.384" cy="132.071" r="32.682" stroke="#fff" stroke-width="18.75"/></g><defs><filter id="a" x="126.223" y="125.779" width="154.68" height="152.535" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4.816"/><feGaussianBlur stdDeviation="4.816"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2164"/></filter><filter id="b" x="69.277" y="-5.723" width="266.205" height="266.205" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="18.486"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2164"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2164" result="shape"/><feColorMatrix in="SourceAlpha" 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.916" dy="14.789"/><feGaussianBlur stdDeviation="9.755"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2164"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.697"/><feGaussianBlur stdDeviation="3.697"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2164" result="effect3_innerShadow_35_2164"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.697"/><feGaussianBlur stdDeviation="3.697"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2164" result="effect4_innerShadow_35_2164"/></filter><filter id="c" x="150.18" y="79.867" width="104.408" height="106.761" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2164"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.3 0"/><feBlend in2="effect1_backgroundBlur_35_2164" result="effect2_dropShadow_35_2164"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2164" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2164"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><rect x="72.152" y="143.837" width="255.686" height="57.843" rx="13.923" fill="#2F9BFF"/></g><g filter="url(#b)"><rect x="191.653" y="64.493" width="16.707" height="32.212" rx="8.354" fill="#88BAFF" fill-opacity=".5"/></g><g filter="url(#c)"><circle cx="200" cy="56.825" r="19.222" fill="#2F9BFF"/></g><rect x="99.695" y="94.581" width="202.257" height="156.355" rx="46.387" fill="#fff" fill-opacity=".89" stroke="#2F9BFF" stroke-width="16.707"/><g filter="url(#d)"><rect x="104.991" y="99.111" width="191.668" height="147.882" rx="43.799" fill="#88BAFF" fill-opacity=".3"/></g><g filter="url(#e)"><rect x="148.723" y="138.463" width="34.826" height="56.592" rx="17.413" fill="#fff"/></g><g filter="url(#f)"><rect x="216.359" y="138.462" width="34.9" height="56.713" rx="17.45" fill="#fff"/></g><defs><filter id="a" x="56.561" y="128.245" width="286.869" height="89.026" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.796"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2168"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2168" result="shape"/><feColorMatrix in="SourceAlpha" 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="2.495" dy="6.237"/><feGaussianBlur stdDeviation="4.114"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2168" result="effect3_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2168" result="effect4_innerShadow_35_2168"/></filter><filter id="b" x="176.062" y="48.901" width="47.891" height="63.395" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.796"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2168"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2168" result="shape"/><feColorMatrix in="SourceAlpha" 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="2.495" dy="6.237"/><feGaussianBlur stdDeviation="4.114"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2168" result="effect3_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2168" result="effect4_innerShadow_35_2168"/></filter><filter id="c" x="165.187" y="22.011" width="69.627" height="69.627" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.796"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2168"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2168" result="shape"/><feColorMatrix in="SourceAlpha" 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="2.495" dy="6.237"/><feGaussianBlur stdDeviation="4.114"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2168" result="effect3_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2168" result="effect4_innerShadow_35_2168"/></filter><filter id="d" x="89.4" y="83.519" width="222.852" height="179.066" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="7.796"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2168"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2168" result="shape"/><feColorMatrix in="SourceAlpha" 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="2.495" dy="6.237"/><feGaussianBlur stdDeviation="4.114"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2168" result="effect3_innerShadow_35_2168"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-1.559"/><feGaussianBlur stdDeviation="1.559"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2168" result="effect4_innerShadow_35_2168"/></filter><filter id="e" x="130.249" y="126.147" width="71.774" height="93.54" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.158"/><feGaussianBlur stdDeviation="9.237"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2168"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2168" result="shape"/></filter><filter id="f" x="197.885" y="126.146" width="71.848" height="93.661" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.158"/><feGaussianBlur stdDeviation="9.237"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.4 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_35_2168"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_35_2168" result="shape"/></filter></defs></svg>
\ No newline at end of file
<svg viewBox="0 0 400 300" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M172.654 55.776c6.269-13.545 22.331-19.444 35.877-13.175l75.731 35.051c13.545 6.27 19.444 22.332 13.175 35.877L236.134 245.98c-6.269 13.545-22.332 19.444-35.877 13.175l-75.731-35.051c-13.545-6.269-19.444-22.332-13.175-35.877l61.303-132.451Z" fill="#2F9BFF"/></g><g filter="url(#b)"><path d="M87 79.003C87 70.165 94.165 63 103.003 63h107.085c8.838 0 16.003 7.165 16.003 16.003v170.308c0 8.839-7.165 16.004-16.003 16.004H103.003c-8.838 0-16.003-7.165-16.003-16.004V79.003Z" fill="#B7D5FF" fill-opacity=".3"/></g><g filter="url(#c)"><path fill-rule="evenodd" clip-rule="evenodd" d="M164.037 141.407a7.408 7.408 0 0 0-14.815 0v14.816h-14.815a7.408 7.408 0 0 0 0 14.815h14.815v14.814a7.408 7.408 0 0 0 14.815 0v-14.814h14.815a7.408 7.408 0 0 0 0-14.815h-14.815v-14.816Z" fill="#fff"/></g><defs><filter id="a" x="108.845" y="40.095" width="191.097" height="224.69" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.21 0"/><feBlend in2="shape" result="effect1_innerShadow_35_2159"/></filter><filter id="b" x="55.75" y="31.75" width="201.591" height="264.815" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="15.625"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2159"/><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_35_2159" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect2_innerShadow_35_2159"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0"/><feBlend in2="effect2_innerShadow_35_2159" result="effect3_innerShadow_35_2159"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="-3.125"/><feGaussianBlur stdDeviation="3.125"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.103594 0 0 0 0 0.52793 0 0 0 0 0.920833 0 0 0 0.16 0"/><feBlend in2="effect3_innerShadow_35_2159" result="effect4_innerShadow_35_2159"/></filter><filter id="c" x="116.853" y="123.853" width="79.554" height="81.907" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImage" stdDeviation="5.074"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_35_2159"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="6.25"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.6 0"/><feBlend in2="effect1_backgroundBlur_35_2159" result="effect2_dropShadow_35_2159"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_35_2159" result="shape"/><feColorMatrix in="SourceAlpha" 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="12.5"/><feGaussianBlur stdDeviation="8.245"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/><feBlend in2="shape" result="effect3_innerShadow_35_2159"/></filter></defs></svg>
\ No newline at end of file
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<vab-icon icon="home-2-line" /> <vab-icon icon="home-2-line" />
</div> </div>
</vab-link> </vab-link>
<span>Vue Shop Vite 数据大屏</span> <span>Sage 数据大屏</span>
<vab-fullscreen class="data-fullscreen" /> <vab-fullscreen class="data-fullscreen" />
</div> </div>
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
display: block; display: block;
width: 100%; width: 100%;
color: #fff; color: #fff;
content: 'Vue Shop Vite 数据大屏'; content: 'Sage 数据大屏';
background-image: linear-gradient( background-image: linear-gradient(
65deg, 65deg,
transparent 10%, transparent 10%,
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
z-index: -1; z-index: -1;
display: block; display: block;
color: #fff; color: #fff;
content: 'Vue Shop Vite 数据大屏'; content: 'Sage 数据大屏';
} }
} }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<vab-icon icon="home-2-line" /> <vab-icon icon="home-2-line" />
</div> </div>
</vab-link> </vab-link>
<span>Vue Shop Vite 工作台</span> <span>Sage 工作台</span>
<vab-fullscreen class="data-fullscreen" /> <vab-fullscreen class="data-fullscreen" />
</div> </div>
</el-col> </el-col>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
display: block; display: block;
width: 100%; width: 100%;
color: #fff; color: #fff;
content: 'Vue Shop Vite 工作台'; content: 'Sage 工作台';
background-image: linear-gradient( background-image: linear-gradient(
65deg, 65deg,
transparent 10%, transparent 10%,
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
z-index: -1; z-index: -1;
display: block; display: block;
color: #fff; color: #fff;
content: 'Vue Shop Vite 工作台'; content: 'Sage 工作台';
} }
@keyframes flare { @keyframes flare {
......
...@@ -27,14 +27,14 @@ ...@@ -27,14 +27,14 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
<!-- 验证码验证逻辑需自行开发,如不需要验证码功能建议注释 --> <!-- 验证码验证逻辑需自行开发,如不需要验证码功能建议注释 -->
<el-form-item prop="verificationCode"> <!-- <el-form-item prop="verificationCode">
<el-input v-model.trim="form.verificationCode" :placeholder="translate('验证码') + previewText" type="text"> <el-input v-model.trim="form.verificationCode" :placeholder="translate('验证码') + previewText" type="text">
<template #prefix> <template #prefix>
<vab-icon icon="barcode-box-line" /> <vab-icon icon="barcode-box-line" />
</template> </template>
</el-input> </el-input>
<img class="code" :src="codeUrl" @click="changeCode" /> <img class="code" :src="codeUrl" @click="changeCode" />
</el-form-item> </el-form-item> -->
<el-button v-throttle="handleLogin" class="login-btn" :loading="loading" type="primary"> <el-button v-throttle="handleLogin" class="login-btn" :loading="loading" type="primary">
{{ translate('登录') }} {{ translate('登录') }}
</el-button> </el-button>
......
<template> <template>
<div class="login-container" :style="{ background: background, backgroundSize: '100%' }"> <div class="login-container" :style="{ background: background, backgroundSize: '100%' }">
<div v-show="theme.showLanguage || theme.showColorPicker || theme.showDark" class="login-right-tools"> <!-- <div v-show="theme.showLanguage || theme.showColorPicker || theme.showDark" class="login-right-tools">
<el-checkbox v-model="show" @change="handleShow">{{ translate('必应壁纸') }}</el-checkbox> <el-checkbox v-model="show" @change="handleShow">{{ translate('必应壁纸') }}</el-checkbox>
<vab-language v-show="theme.showLanguage" /> <vab-language v-show="theme.showLanguage" />
<vab-color-picker v-show="theme.showColorPicker" /> <vab-color-picker v-show="theme.showColorPicker" />
<vab-dark v-show="theme.showDark" /> <vab-dark v-show="theme.showDark" />
</div> </div> -->
<slot></slot> <slot></slot>
<vab-icon class="login-background" icon="background" is-custom-svg /> <vab-icon class="login-background" icon="background" is-custom-svg />
<vab-footer /> <vab-footer />
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { translate } from '/@/i18n'
import { useBingStore } from '/@/store/modules/bing' import { useBingStore } from '/@/store/modules/bing'
import { useSettingsStore } from '/@/store/modules/settings' import { useSettingsStore } from '/@/store/modules/settings'
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<el-button type="primary">下次打开页面时可以自动跳转至您当前滚动条的记录位置</el-button> <el-button type="primary">下次打开页面时可以自动跳转至您当前滚动条的记录位置</el-button>
</el-affix> </el-affix>
<ul> <ul>
<li v-for="item in 200" :key="item">Vue Shop Vite - {{ item }}</li> <li v-for="item in 200" :key="item">Sage - {{ item }}</li>
</ul> </ul>
</div> </div>
</template> </template>
......
...@@ -31,7 +31,7 @@ const option = reactive<any>({ ...@@ -31,7 +31,7 @@ const option = reactive<any>({
left: 'center', left: 'center',
top: 'center', top: 'center',
style: { style: {
text: 'Vue Shop Vite', text: 'Sage',
fontSize: 40, fontSize: 40,
fontWeight: 'bold', fontWeight: 'bold',
lineDash: [0, 200], lineDash: [0, 200],
......
...@@ -60,7 +60,7 @@ const print = async (value: any) => { ...@@ -60,7 +60,7 @@ const print = async (value: any) => {
const remotePrint = () => { const remotePrint = () => {
ElMessageBox.prompt('', '自定义打印', { ElMessageBox.prompt('', '自定义打印', {
inputType: 'textarea', inputType: 'textarea',
inputValue: `<h1>Vue Shop Vite</h1><p>vuejs-core.cn/shop-vite</p>`, inputValue: `<h1>Sage</h1><p>vuejs-core.cn/shop-vite</p>`,
inputErrorMessage: 'Invalid Email', inputErrorMessage: 'Invalid Email',
confirmButtonText: '打印', confirmButtonText: '打印',
draggable: true, draggable: true,
......
...@@ -30,7 +30,7 @@ const { share } = useShare() ...@@ -30,7 +30,7 @@ const { share } = useShare()
function startShare() { function startShare() {
share({ share({
title: 'Vue shop Vite', title: 'Sage',
url: 'https://vuejs-core.cn/shop-vite', url: 'https://vuejs-core.cn/shop-vite',
}) })
} }
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</vab-card> </vab-card>
<vab-card title="局部多行水印"> <vab-card title="局部多行水印">
<el-watermark :content="['Vite 4.x', 'Vue Shop Vite']"> <el-watermark :content="['Vite 6.x', 'Sage']">
<div style="height: 200px"></div> <div style="height: 200px"></div>
</el-watermark> </el-watermark>
</vab-card> </vab-card>
...@@ -97,7 +97,7 @@ const setCustomWatermark = () => { ...@@ -97,7 +97,7 @@ const setCustomWatermark = () => {
} }
const config = reactive<any>({ const config = reactive<any>({
content: 'Vue shop Vite', content: 'Sage',
font: { font: {
fontSize: 16, fontSize: 16,
color: 'rgba(0, 0, 0, 0.15)', color: 'rgba(0, 0, 0, 0.15)',
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="index-nav"> <div class="index-nav">
<div class="logo"> <div class="logo">
<a href="#/portal"></a> <a href="#/portal"></a>
<span class="logo-title">Vue Shop Vite</span> <span class="logo-title">Sage</span>
</div> </div>
<el-tabs v-model="activeName" class="hidden-xs-only" @tab-click="handleClick"> <el-tabs v-model="activeName" class="hidden-xs-only" @tab-click="handleClick">
......
...@@ -60,7 +60,7 @@ interface FormType { ...@@ -60,7 +60,7 @@ interface FormType {
} }
const form = reactive<FormType>({ const form = reactive<FormType>({
siteName: 'Vue Shop Vite', siteName: 'Sage',
siteUrl: 'https://vuejs-core.cn/shop-vite', siteUrl: 'https://vuejs-core.cn/shop-vite',
metaKeywords: '', metaKeywords: '',
metaDesc: '', metaDesc: '',
......
...@@ -100,7 +100,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { ...@@ -100,7 +100,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
preprocessorOptions: { preprocessorOptions: {
scss: { scss: {
api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
sassOptions: { outputStyle: 'expanded' }, // sassOptions: { outputStyle: 'expanded' },
// additionalData(content: string, loaderContext: string) { // additionalData(content: string, loaderContext: string) {
// return ['variables.scss'].includes(basename(loaderContext)) // return ['variables.scss'].includes(basename(loaderContext))
// ? content // ? content
......
...@@ -45,7 +45,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { ...@@ -45,7 +45,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
}, },
https, https,
fs: { fs: {
cachedChecks: true, // cachedChecks: true,
}, },
}, },
resolve: { resolve: {
...@@ -101,7 +101,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { ...@@ -101,7 +101,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
preprocessorOptions: { preprocessorOptions: {
scss: { scss: {
api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
sassOptions: { outputStyle: 'expanded' }, // sassOptions: { outputStyle: 'expanded' },
// additionalData(content: string, loaderContext: string) { // additionalData(content: string, loaderContext: string) {
// return ['variables.scss'].includes(basename(loaderContext)) // return ['variables.scss'].includes(basename(loaderContext))
// ? content // ? content
......
...@@ -101,7 +101,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { ...@@ -101,7 +101,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
preprocessorOptions: { preprocessorOptions: {
scss: { scss: {
api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. api: 'modern-compiler', // 修复警告: Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
sassOptions: { outputStyle: 'expanded' }, // sassOptions: { outputStyle: 'expanded' },
}, },
}, },
devSourcemap: true, devSourcemap: true,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论