@nikoyo-spa/app-navbar 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -27,4 +27,4 @@ import{defineComponent as te,createElementBlock as z,openBlock as M,createElemen
27
27
  `;return r+=t.wordwrap(this.getPrivateBaseKeyB64())+`
28
28
  `,r+="-----END RSA PRIVATE KEY-----",r},t.prototype.getPublicKey=function(){var r=`-----BEGIN PUBLIC KEY-----
29
29
  `;return r+=t.wordwrap(this.getPublicBaseKeyB64())+`
30
- `,r+="-----END PUBLIC KEY-----",r},t.hasPublicKeyProperty=function(r){return r=r||{},r.hasOwnProperty("n")&&r.hasOwnProperty("e")},t.hasPrivateKeyProperty=function(r){return r=r||{},r.hasOwnProperty("n")&&r.hasOwnProperty("e")&&r.hasOwnProperty("d")&&r.hasOwnProperty("p")&&r.hasOwnProperty("q")&&r.hasOwnProperty("dmp1")&&r.hasOwnProperty("dmq1")&&r.hasOwnProperty("coeff")},t.prototype.parsePropertiesFrom=function(r){this.n=r.n,this.e=r.e,r.hasOwnProperty("d")&&(this.d=r.d,this.p=r.p,this.q=r.q,this.dmp1=r.dmp1,this.dmq1=r.dmq1,this.coeff=r.coeff)},t})(BC),MC={},ji,IC=typeof process<"u"?(ji=MC)===null||ji===void 0?void 0:ji.npm_package_version:void 0,RC=(function(){function e(t){t===void 0&&(t={}),this.default_key_size=t.default_key_size?parseInt(t.default_key_size,10):1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=t.key||null}return e.prototype.setKey=function(t){t?(this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new I2(t)):!this.key&&this.log&&console.error("A key was not set.")},e.prototype.setPrivateKey=function(t){this.setKey(t)},e.prototype.setPublicKey=function(t){this.setKey(t)},e.prototype.decrypt=function(t){try{return this.getKey().decrypt(C2(t))}catch{return!1}},e.prototype.encrypt=function(t){try{return vo(this.getKey().encrypt(t))}catch{return!1}},e.prototype.encryptOAEP=function(t){try{return vo(this.getKey().encrypt(t,AC))}catch{return!1}},e.prototype.sign=function(t,r,n){r===void 0&&(r=function(o){return o}),n===void 0&&(n="");try{return vo(this.getKey().sign(t,r,n))}catch{return!1}},e.prototype.signSha256=function(t){return this.sign(t,function(r){return O2(Ca(r))},"sha256")},e.prototype.verify=function(t,r,n){n===void 0&&(n=function(o){return o});try{return this.getKey().verify(t,C2(r),n)}catch{return!1}},e.prototype.verifySha256=function(t,r){return this.verify(t,r,function(n){return O2(Ca(n))})},e.prototype.getKey=function(t){if(!this.key){if(this.key=new I2,t&&{}.toString.call(t)==="[object Function]"){this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);return}this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},e.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},e.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},e.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},e.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},e.version=IC,e})();function Sa(e,t=""){return sessionStorage.getItem(e)||Dl.get(e)||localStorage.getItem(e)||t}function PC(e=!1){e&&localStorage.setItem("tabClosed",String(Date.now())),window.close(),window.location.href="about:blank"}function js(e=!0){Dl.remove("digest"),window.sessionStorage.clear(),typeof window.location.reload=="function"&&e&&(e===!0&&window.location.reload(),typeof e=="string"&&(e===""?PC():window.location.href=e))}var $C=Object.defineProperty,kC=(e,t,r)=>t in e?$C(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Tn=(e,t,r)=>kC(e,typeof t!="symbol"?t+"":t,r);const LC={loading:!0,isToken:!0,digest:"",loginOut:!0},HC=globalThis.__API_URL__||globalThis.__BASE_URL__||"/",VC=6e4;class NC{constructor({baseURL:t=HC,timeout:r=VC}={},n=LC){return Tn(this,"instance"),Tn(this,"loadingInstance"),Tn(this,"requestCount",0),Tn(this,"isUnauthorized",!1),Tn(this,"requestMap",new Map),Tn(this,"defaultCustomConfig"),this.instance=Ge.create({baseURL:t,timeout:r,paramsSerializer(o){return Y_.stringify(o,{arrayFormat:"bracket",encode:!0})},withCredentials:!0}),this.loadingInstance=null,this.defaultCustomConfig=n,this.setupInterceptors(),new Proxy(this,{get(o,s){return s==="defaultCustomConfig"?o.defaultCustomConfig:o.instance[s]}})}showLoading(){this.requestCount++,this.requestCount===1&&(this.loadingInstance||(this.loadingInstance=Cb.service({lock:!0,target:"#root>.container"})))}closeLoading(){var t;this.requestCount--,this.requestCount===0&&((t=this.loadingInstance)==null||t.close(),this.loadingInstance=null)}setupInterceptors(){this.instance.interceptors.request.use(t=>this.handleRequest(t),t=>Promise.reject(t)),this.instance.interceptors.response.use(t=>this.handleResponse(t),t=>this.handleError(t))}handleRequest(t){var r;if(this.isUnauthorized)return Promise.reject(new Error("Unauthorized: Requests blocked due to 401 error"));const n=new AbortController,o=t.data+t.url;t.signal=n.signal,this.requestMap.has(o)&&((r=this.requestMap.get(o))==null||r.abort(),this.requestMap.delete(o)),this.requestMap.set(o,n);const{loading:s,isToken:i,digest:a}=this.defaultCustomConfig,{loading:l=s,isToken:u=i,digest:c=a}=t;l&&this.showLoading();const v=c||Sa("digest"),d=Sa("locale","zh-CN");return v&&u&&(t.headers.Authorization=v),t.headers["Accept-Language"]=d,t}handleResponse(t){const{data:r,config:{loading:n=!0}}=t;return n&&this.closeLoading(),t.status!==200?Mo.error(r.describe):r}handleError(t){var r,n,o;const{message:s,response:i,config:a,status:l}=t,u=(r=a?.loading)!=null?r:!0,c=(n=a?.loginOut)!=null?n:this.defaultCustomConfig.loginOut;return u&&this.closeLoading(),t.response&&(l===401&&(this.isUnauthorized=!0,this.requestMap.forEach(v=>v.abort()),this.requestMap.clear()),Mo.error({message:((o=i?.data)==null?void 0:o.reason)||s,onClose:()=>{this.isUnauthorized&&(this.isUnauthorized=!1,js(c))}})),Promise.reject(t)}}const Qn=new NC;var zC=Object.defineProperty,jC=(e,t,r)=>t in e?zC(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Rn=(e,t,r)=>jC(e,typeof t!="symbol"?t+"":t,r);class qC{constructor(t){Rn(this,"key"),Rn(this,"value1"),Rn(this,"value2"),Rn(this,"value3"),Rn(this,"value4");var r,n,o,s,i;this.key=(r=t?.key)!=null?r:Date.now(),this.value1=(n=t?.value1)!=null?n:"must",this.value2=(o=t?.value2)!=null?o:"",this.value3=(s=t?.value3)!=null?s:"",this.value4=(i=t?.value4)!=null?i:""}serializeQuery(){const{value1:t,value2:r,value3:n,value4:o}=this,s=["exists","missing"].includes(n),i=n==="range",a=n==="wildcard"&&Lg(o)&&!(o.startsWith("*")||o.endsWith("*")),l=i&&gt(o)?{gte:o[0],lte:o[1]}:a?`*${o}*`:o,u=s?{field:r}:{[r]:l};return{[t]:{[n]:u}}}}Rn(qC,"instance");let D0;function UC(){return D0||(D0=new RC,D0.setPublicKey("MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDaDlKuhf7D5QZAUamuwV6pe3MJF4FGo/LSglI0CTq80v7vRCqnYwV/PIhZL+GaSUTLHrIUGCChhNW8u9XpWLM2C3HXKJ1aZXE2zEUGuYIRZiZoH+Yd82jE0iP9IvLouGuwfLHzqhXPUZHW74w5Nopu62I6BZruTiZQHK3T+EGL+wIDAQAB")),D0}function R2(e){return UC().encrypt(e)}function ZC(){return Sa("digest")}function P2(e,t){var r;(r=e.__ro__)==null||r.disconnect();let n=!1;const o=()=>{if(n)return;const{width:i,height:a}=e.getBoundingClientRect();i&&a&&(GC(e,t),n=!0)},s=new ResizeObserver(o);s.observe(e),be(o),e.__ro__=s}const WC={mounted(e,t){P2(e,t)},updated(e,t){P2(e,t)},unmounted(e){var t;(t=e.__ro__)==null||t.disconnect()}};function GC(e,t){if(!!t.value||KC(e)){if(e._tipRoot)return;const n=document.querySelector("#_tooltip_root");n&&n.remove(),e._tipRoot=null,e._tipApp=null;const o="_tooltip_root",s=document.createElement("div");s.id=o,s.classList.add("_tipRoot");const i=Da(ui,{showAfter:1e3,trigger:"hover",virtualRef:e,rawContent:!0,placement:"top",virtualTriggering:!0,content:t.value||e.innerHTML});e._tipRoot=s,e._tipApp=i,document.body.appendChild(s),i&&s&&e._tipApp.mount(`#${o}`)}}function KC(e){return e.scrollWidth>e.offsetWidth||e.scrollHeight>e.offsetHeight}const YC={tooltip:WC},XC=({app:e})=>{Object.entries(YC).forEach(([r,n])=>{e.directive(r,n)}),Object.entries(Object.assign({})).forEach(([r,n])=>{const o=r.match(/\/([^/]+)\.ts$/)?.[1];o&&e.directive(o,n.default)})},JC={download:"Download",edit:"Edit",history:"History",jump:"Jump",move:"Move",selectAll:"Select all",submit:"Submit",update:"Renew",upload:"Upload",view:"Check",cancel:"Cancel",close:"Closure",confirm:"Confirm",create:"New",delete:"Delete",print:"Print",refresh:"Refresh",rename:"Rename",reset:"Reset",scan:"Scanning",visit:"Access"},QC={danger:"Abnormal",id:"Serial number",name:"Name",noChange:"No updates",noData:"No data yet",notFound:"Does not exist",operation:"Operate",permission:"Permissions",property:"Property",read:"Read",remark:"Remark",success:"Success",tip:"Hint",type:"Type",warning:"Warn",write:"Write",all:"All",amount:"Amount",attachment:"Appendix",content:"Content"},eS={confirm:"Are you sure to perform the {0} operation?",enter:"Please enter {0}",error:"{0} Error, please contact the administrator",fail:"{0} failed, please try again later","formal-error":"{0} format error",info:"{0} information","least-num":"At least {0}{1} required",missing:"Missing {0}",noPass:"{0} failed","num-limit":"The quantity of {0} cannot exceed {1}",pass:"{0}passed",permission:"No {0} permission",required:"{0} cannot be empty",select:"Please select {0}","selected-num":"{0} items {1} selected","size-limit":"{0} cannot exceed {1} in size",success:"{0} success",unknown:"Unknown {0}",valid:"Please enter a valid {0}"},tS={button:JC,label:QC,message:eS},rS={create:"新建",update:"更新",delete:"删除",edit:"编辑",view:"查看",upload:"上传",history:"历史",refresh:"刷新",print:"打印",download:"下载",move:"移动",confirm:"确认",cancel:"取消",rename:"重命名",close:"关闭",visit:"访问",selectAll:"全选",jump:"跳转",scan:"扫描",reset:"重置",submit:"提交"},nS={tip:"提示",amount:"金额",remark:"备注",all:"全部",danger:"异常",success:"成功",warning:"警告",operation:"操作",content:"内容",id:"编号",property:"属性",permission:"权限",attachment:"附件",type:"类型",name:"名称",read:"读取",write:"写入",notFound:"不存在",noData:"暂无数据",noChange:"无更新"},oS={success:"{0}成功",fail:"{0}失败,请稍后重试",error:"{0}出错,请联系管理员",pass:"{0}通过",noPass:"{0}未通过",confirm:"确认执行{0}操作吗?",unknown:"未知{0}",missing:"缺少{0}",required:"{0}不能为空",valid:"请输入有效的{0}",enter:"请输入{0}",select:"请选择{0}",permission:"没有{0}权限",info:"{0}信息","size-limit":"{0}大小不能超过{1}","num-limit":"{0}数量不能超过{1}","selected-num":"已选中{0}项{1}","least-num":"至少需要{0}条{1}","formal-error":"{0}格式错误"},sS={button:rS,label:nS,message:oS},iS={cancel:"取消",close:"關閉",confirm:"確認",create:"新建",delete:"刪除",download:"下載",edit:"編輯",history:"歷史",jump:"跳轉",move:"移動",print:"列印",refresh:"重新整理",rename:"重命名",reset:"重置",scan:"掃描",selectAll:"全選",submit:"提交",update:"更新",upload:"上傳",view:"查看",visit:"訪問"},aS={all:"全部",amount:"金額",attachment:"附件",content:"內容",danger:"異常",id:"編號",name:"名稱",noChange:"無更新",noData:"暫無數據",notFound:"不存在",operation:"操作",permission:"權限",property:"屬性",read:"讀取",remark:"備註",success:"成功",tip:"提示",type:"類型",warning:"警告",write:"寫入"},lS={confirm:"確認執行{0}操作嗎?",enter:"請輸入{0}",error:"{0}出錯,請聯繫管理員",fail:"{0}失敗,請稍後重試","formal-error":"{0}格式錯誤",info:"{0}信息","least-num":"至少需要{0}條{1}",missing:"缺少{0}",noPass:"{0}未通過","num-limit":"{0}數量不能超過{1}",pass:"{0}通過",permission:"沒有{0}權限",required:"{0}不能為空",select:"請選擇{0}","selected-num":"已選中{0}項{1}","size-limit":"{0}大小不能超過{1}",success:"{0}成功",unknown:"未知{0}",valid:"請輸入有效的{0}"},uS={button:iS,label:aS,message:lS},cS={en:tS,"zh-CN":sS,"zh-TW":uS},l3=Q2({globalInjection:!0,legacy:!1,locale:"",messages:{}}),fS=Object.fromEntries(Object.entries(cS).map(([e,t])=>[e,async()=>Promise.resolve({default:t})]));l3.global.t;l3.global.te;var dS={name:"zh-cn",el:{breadcrumb:{label:"面包屑"},colorpicker:{confirm:"确定",clear:"清空",defaultLabel:"颜色选择器",description:"当前颜色 {color},按 Enter 键选择新颜色",alphaLabel:"选择透明度的值",alphaDescription:"透明度 {alpha}, 当前颜色 {color}",hueLabel:"选择色相值",hueDescription:"色相 {hue}, 当前颜色 {color}",svLabel:"选择饱和度与明度的值",svDescription:"饱和度 {saturation}, 明度 {brightness}, 当前颜色 {color}",predefineDescription:"选择 {value} 作为颜色"},datepicker:{now:"此刻",today:"今天",cancel:"取消",clear:"清空",confirm:"确定",dateTablePrompt:"使用方向键与 Enter 键可选择日期",monthTablePrompt:"使用方向键与 Enter 键可选择月份",yearTablePrompt:"使用方向键与 Enter 键可选择年份",selectedDate:"已选日期",selectDate:"选择日期",selectTime:"选择时间",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",prevYear:"前一年",nextYear:"后一年",prevMonth:"上个月",nextMonth:"下个月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},weeksFull:{sun:"星期日",mon:"星期一",tue:"星期二",wed:"星期三",thu:"星期四",fri:"星期五",sat:"星期六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},inputNumber:{decrease:"减少数值",increase:"增加数值"},select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},mention:{loading:"加载中"},dropdown:{toggleDropdown:"切换下拉选项"},cascader:{noMatch:"无匹配数据",loading:"加载中",placeholder:"请选择",noData:"暂无数据"},pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页",page:"页",prev:"上一页",next:"下一页",currentPage:"第 {pager} 页",prevPages:"向前 {pager} 页",nextPages:"向后 {pager} 页",deprecationWarning:"你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档"},dialog:{close:"关闭此对话框"},drawer:{close:"关闭此对话框"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!",close:"关闭此对话框"},upload:{deleteTip:"按 Delete 键可删除",delete:"删除",preview:"查看图片",continue:"继续上传"},slider:{defaultLabel:"滑块介于 {min} 至 {max}",defaultRangeStartLabel:"选择起始值",defaultRangeEndLabel:"选择结束值"},table:{emptyText:"暂无数据",confirmFilter:"筛选",resetFilter:"重置",clearFilter:"全部",sumText:"合计",selectAllLabel:"选择所有行",selectRowLabel:"选择当前行",expandRowLabel:"展开当前行",collapseRowLabel:"收起当前行",sortLabel:"按 {column} 排序",filterLabel:"按 {column} 过滤"},tag:{close:"关闭此标签"},tour:{next:"下一步",previous:"上一步",finish:"结束导览",close:"关闭此对话框"},tree:{emptyText:"暂无数据"},transfer:{noMatch:"无匹配数据",noData:"无数据",titles:["列表 1","列表 2"],filterPlaceholder:"请输入搜索内容",noCheckedFormat:"共 {total} 项",hasCheckedFormat:"已选 {checked}/{total} 项"},image:{error:"加载失败"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"},carousel:{leftArrow:"上一张幻灯片",rightArrow:"下一张幻灯片",indicator:"幻灯片切换至索引 {index}"}}},hS={name:"zh-tw",el:{breadcrumb:{label:"面包屑"},colorpicker:{confirm:"確認",clear:"清空",defaultLabel:"色彩選擇器",description:"目前色彩為 {color}。按一下 Enter 以選擇新色彩。",alphaLabel:"選擇透明度的值",alphaDescription:"alpha {alpha}, current color is {color}",hueLabel:"pick hue value",hueDescription:"hue {hue}, current color is {color}",svLabel:"pick saturation and brightness value",svDescription:"saturation {saturation}, brightness {brightness}, current color is {color}",predefineDescription:"select {value} as the color"},datepicker:{now:"現在",today:"今天",cancel:"取消",clear:"清空",confirm:"確認",dateTablePrompt:"使用方向鍵與 Enter 鍵以選擇日期",monthTablePrompt:"使用方向鍵與 Enter 鍵以選擇月份",yearTablePrompt:"使用方向鍵與 Enter 鍵以選擇年份",selectedDate:"已選日期",selectDate:"選擇日期",selectTime:"選擇時間",startDate:"開始日期",startTime:"開始時間",endDate:"結束日期",endTime:"結束時間",prevYear:"前一年",nextYear:"後一年",prevMonth:"上個月",nextMonth:"下個月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},weeksFull:{sun:"星期日",mon:"星期一",tue:"星期二",wed:"星期三",thu:"星期四",fri:"星期五",sat:"星期六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},inputNumber:{decrease:"減少數值",increase:"增加數值"},select:{loading:"載入中",noMatch:"無相符資料",noData:"無資料",placeholder:"請選擇"},mention:{loading:"載入中"},dropdown:{toggleDropdown:"切換下拉選單"},cascader:{noMatch:"無相符資料",loading:"載入中",placeholder:"請選擇",noData:"無資料"},pagination:{goto:"前往",pagesize:"項/頁",total:"共 {total} 項",pageClassifier:"頁",page:"頁",prev:"上一頁",next:"下一頁",currentPage:"第 {pager} 頁",prevPages:"向前 {pager} 頁",nextPages:"向後 {pager} 頁",deprecationWarning:"偵測到已過時的使用方式,請參閱 el-pagination 說明文件以了解更多資訊"},dialog:{close:"關閉此對話框"},drawer:{close:"關閉此對話框"},messagebox:{title:"提示",confirm:"確定",cancel:"取消",error:"輸入的資料不符合規定!",close:"關閉此對話框"},upload:{deleteTip:"按 Delete 鍵以刪除",delete:"刪除",preview:"查看圖片",continue:"繼續上傳"},slider:{defaultLabel:"滑桿介於 {min} 至 {max}",defaultRangeStartLabel:"選擇起始值",defaultRangeEndLabel:"選擇結束值"},table:{emptyText:"暫無資料",confirmFilter:"篩選",resetFilter:"重置",clearFilter:"全部",sumText:"合計",selectAllLabel:"Select all rows",selectRowLabel:"Select this row",expandRowLabel:"Expand this row",collapseRowLabel:"Collapse this row",sortLabel:"Sort by {column}",filterLabel:"Filter by {column}"},tag:{close:"關閉此標籤"},tour:{next:"下一步",previous:"上一步",finish:"結束導覽",close:"關閉此對話框"},tree:{emptyText:"暫無資料"},transfer:{noMatch:"無相符資料",noData:"無資料",titles:["列表 1","列表 2"],filterPlaceholder:"請輸入搜尋內容",noCheckedFormat:"共 {total} 項",hasCheckedFormat:"已選 {checked}/{total} 項"},image:{error:"載入失敗"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"確認",cancelButtonText:"取消"},carousel:{leftArrow:"上一張投影片",rightArrow:"下一張投影片",indicator:"投影片切換至索引 {index}"}}},_s={exports:{}},pS=_s.exports,$2;function vS(){return $2||($2=1,(function(e,t){(function(r,n){e.exports=n(Oa)})(pS,(function(r){function n(i){return i&&typeof i=="object"&&"default"in i?i:{default:i}}var o=n(r),s={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(i,a){return a==="W"?i+"周":i+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(i,a){var l=100*i+a;return l<600?"凌晨":l<900?"早上":l<1100?"上午":l<1300?"中午":l<1800?"下午":"晚上"}};return o.default.locale(s,null,!0),s}))})(_s)),_s.exports}vS();var Cs={exports:{}},gS=Cs.exports,k2;function mS(){return k2||(k2=1,(function(e,t){(function(r,n){e.exports=n(Oa)})(gS,(function(r){function n(i){return i&&typeof i=="object"&&"default"in i?i:{default:i}}var o=n(r),s={name:"zh-tw",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(i,a){return a==="W"?i+"週":i+"日"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"},meridiem:function(i,a){var l=100*i+a;return l<600?"凌晨":l<900?"早上":l<1100?"上午":l<1300?"中午":l<1800?"下午":"晚上"}};return o.default.locale(s,null,!0),s}))})(Cs)),Cs.exports}mS();var Ss={exports:{}},xS=Ss.exports,L2;function yS(){return L2||(L2=1,(function(e,t){(function(r,n){e.exports=n()})(xS,(function(){return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(r){var n=["th","st","nd","rd"],o=r%100;return"["+r+(n[(o-20)%10]||n[o]||n[0])+"]"}}}))})(Ss)),Ss.exports}yS();const bS={"zh-CN":"中文",en:"English","zh-TW":"繁體中文"},wS={"zh-CN":dS,"zh-TW":hS,en:hf},u3=Object.keys(bS),Ml=u3[0];let Aa=Ml;const qs=Q2({globalInjection:!0,legacy:!1,locale:"",fallbackLocale:Ml,messages:{}});let c3={};const H2=[];function ES(){const e=localStorage.getItem("locale")||navigator.language;return u3.includes(e)?e:Ml}function _S(){const e=Object.entries(fS),t=Object.entries(Object.assign({"/src/locales/en.json":()=>Ei(()=>import("./assets/en-DjuL3mcD.js"),[]),"/src/locales/zh-CN.json":()=>Ei(()=>import("./assets/zh-CN-Cheiz2cq.js"),[]),"/src/locales/zh-TW.json":()=>Ei(()=>import("./assets/zh-TW-DPtO20fv.js"),[])})).map(([o,s])=>[o.match(/([\w-]*)\.json$/)?.[1],s]),r=[...e,...t].reduce((o,[s,i])=>(o[s]||(o[s]=[]),o[s].push(i),o),{});return Object.fromEntries(Object.entries(r).map(([o,s])=>[o,()=>new Promise(i=>{Promise.all(s.map(a=>a())).then(a=>{const l={};a.forEach(u=>sf(l,u.default)),i({default:l})})})]))}function qi(e){return qs.global.locale.value=e,Oa.locale(e.toLocaleLowerCase()),localStorage.setItem("locale",e),typeof document<"u"&&document.querySelector("html")?.setAttribute("lang",e),e}async function CS(e){if(qs.global.locale.value===e||H2.includes(e))return qi(e);const t=await c3[e]?.();return t?(qs.global.setLocaleMessage(e,t.default),H2.push(e),qi(e)):Aa}const SS=({app:e})=>{Aa=ES(),c3=_S(),e.use(qs),CS(Aa)};const AS=Symbol();var V2;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(V2||(V2={}));function BS(){const e=L3(!0),t=e.run(()=>q({}));let r=[],n=[];const o=ce({install(s){o._a=s,s.provide(AS,o),s.config.globalProperties.$pinia=o,n.forEach(i=>r.push(i)),n=[]},use(s){return this._a?r.push(s):n.push(s),this},_p:r,_a:null,_e:e,_s:new Map,state:t});return o}function FS(e,t){if(e==null)return;let r=e;for(let n=0;n<t.length;n++){if(r===void 0||r[t[n]]===void 0)return;if(r===null||r[t[n]]===null)return null;r=r[t[n]]}return r}function Il(e,t,r){if(r.length===0)return t;const n=r[0];return r.length>1&&(t=Il(typeof e!="object"||e===null||!Object.prototype.hasOwnProperty.call(e,n)?Number.isInteger(Number(r[1]))?[]:{}:e[n],t,Array.prototype.slice.call(r,1))),Number.isInteger(Number(n))&&Array.isArray(e)?e.slice()[n]:Object.assign({},e,{[n]:t})}function f3(e,t){if(e==null||t.length===0)return e;if(t.length===1){if(e==null)return e;if(Number.isInteger(t[0])&&Array.isArray(e))return Array.prototype.slice.call(e,0).splice(t[0],1);const r={};for(const n in e)r[n]=e[n];return delete r[t[0]],r}if(e[t[0]]==null){if(Number.isInteger(t[0])&&Array.isArray(e))return Array.prototype.concat.call([],e);const r={};for(const n in e)r[n]=e[n];return r}return Il(e,f3(e[t[0]],Array.prototype.slice.call(t,1)),[t[0]])}function d3(e,t){return t.map(r=>r.split(".")).map(r=>[r,FS(e,r)]).filter(r=>r[1]!==void 0).reduce((r,n)=>Il(r,n[1],n[0]),{})}function h3(e,t){return t.map(r=>r.split(".")).reduce((r,n)=>f3(r,n),e)}function N2(e,{storage:t,serializer:r,key:n,debug:o,pick:s,omit:i,beforeHydrate:a,afterHydrate:l},u,c=!0){try{c&&a?.(u);const v=t.getItem(n);if(v){const d=r.deserialize(v),h=s?d3(d,s):d,f=i?h3(h,i):h;e.$patch(f)}c&&l?.(u)}catch(v){o&&console.error("[pinia-plugin-persistedstate]",v)}}function z2(e,{storage:t,serializer:r,key:n,debug:o,pick:s,omit:i}){try{const a=s?d3(e,s):e,l=i?h3(a,i):a,u=r.serialize(l);t.setItem(n,u)}catch(a){o&&console.error("[pinia-plugin-persistedstate]",a)}}function TS(e,t){return typeof e=="function"?e(t):typeof e=="string"?e:t}function DS(e,t,r){const{pinia:n,store:o,options:{persist:s=r}}=e;if(!s)return;if(!(o.$id in n.state.value)){const a=n._s.get(o.$id.replace("__hot:",""));a&&Promise.resolve().then(()=>a.$persist());return}const i=(Array.isArray(s)?s:s===!0?[{}]:[s]).map(t);o.$hydrate=({runHooks:a=!0}={})=>{i.forEach(l=>{N2(o,l,e,a)})},o.$persist=()=>{i.forEach(a=>{z2(o.$state,a)})},i.forEach(a=>{N2(o,a,e),o.$subscribe((l,u)=>z2(u,a),{detached:!0})})}function OS(e={}){return function(t){DS(t,r=>{const n=TS(r.key,t.store.$id);return{key:(e.key?e.key:o=>o)(n),debug:r.debug??e.debug??!1,serializer:r.serializer??e.serializer??{serialize:o=>JSON.stringify(o),deserialize:o=>JSON.parse(o)},storage:r.storage??e.storage??window.localStorage,beforeHydrate:r.beforeHydrate??e.beforeHydrate,afterHydrate:r.afterHydrate??e.afterHydrate,pick:r.pick,omit:r.omit}},e.auto??!1)}}var MS=OS();const IS=({app:e})=>{const t=BS();t.use(MS),e.use(t)};var As={exports:{}};var RS=As.exports,j2;function PS(){return j2||(j2=1,(function(e,t){(function(r,n){e.exports=n()})(RS,function(){var r={};r.version="0.2.0";var n=r.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};r.configure=function(f){var p,g;for(p in f)g=f[p],g!==void 0&&f.hasOwnProperty(p)&&(n[p]=g);return this},r.status=null,r.set=function(f){var p=r.isStarted();f=o(f,n.minimum,1),r.status=f===1?null:f;var g=r.render(!p),y=g.querySelector(n.barSelector),m=n.speed,x=n.easing;return g.offsetWidth,a(function(b){n.positionUsing===""&&(n.positionUsing=r.getPositioningCSS()),l(y,i(f,m,x)),f===1?(l(g,{transition:"none",opacity:1}),g.offsetWidth,setTimeout(function(){l(g,{transition:"all "+m+"ms linear",opacity:0}),setTimeout(function(){r.remove(),b()},m)},m)):setTimeout(b,m)}),this},r.isStarted=function(){return typeof r.status=="number"},r.start=function(){r.status||r.set(0);var f=function(){setTimeout(function(){r.status&&(r.trickle(),f())},n.trickleSpeed)};return n.trickle&&f(),this},r.done=function(f){return!f&&!r.status?this:r.inc(.3+.5*Math.random()).set(1)},r.inc=function(f){var p=r.status;return p?(typeof f!="number"&&(f=(1-p)*o(Math.random()*p,.1,.95)),p=o(p+f,0,.994),r.set(p)):r.start()},r.trickle=function(){return r.inc(Math.random()*n.trickleRate)},(function(){var f=0,p=0;r.promise=function(g){return!g||g.state()==="resolved"?this:(p===0&&r.start(),f++,p++,g.always(function(){p--,p===0?(f=0,r.done()):r.set((f-p)/f)}),this)}})(),r.render=function(f){if(r.isRendered())return document.getElementById("nprogress");c(document.documentElement,"nprogress-busy");var p=document.createElement("div");p.id="nprogress",p.innerHTML=n.template;var g=p.querySelector(n.barSelector),y=f?"-100":s(r.status||0),m=document.querySelector(n.parent),x;return l(g,{transition:"all 0 linear",transform:"translate3d("+y+"%,0,0)"}),n.showSpinner||(x=p.querySelector(n.spinnerSelector),x&&h(x)),m!=document.body&&c(m,"nprogress-custom-parent"),m.appendChild(p),p},r.remove=function(){v(document.documentElement,"nprogress-busy"),v(document.querySelector(n.parent),"nprogress-custom-parent");var f=document.getElementById("nprogress");f&&h(f)},r.isRendered=function(){return!!document.getElementById("nprogress")},r.getPositioningCSS=function(){var f=document.body.style,p="WebkitTransform"in f?"Webkit":"MozTransform"in f?"Moz":"msTransform"in f?"ms":"OTransform"in f?"O":"";return p+"Perspective"in f?"translate3d":p+"Transform"in f?"translate":"margin"};function o(f,p,g){return f<p?p:f>g?g:f}function s(f){return(-1+f)*100}function i(f,p,g){var y;return n.positionUsing==="translate3d"?y={transform:"translate3d("+s(f)+"%,0,0)"}:n.positionUsing==="translate"?y={transform:"translate("+s(f)+"%,0)"}:y={"margin-left":s(f)+"%"},y.transition="all "+p+"ms "+g,y}var a=(function(){var f=[];function p(){var g=f.shift();g&&g(p)}return function(g){f.push(g),f.length==1&&p()}})(),l=(function(){var f=["Webkit","O","Moz","ms"],p={};function g(b){return b.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(_,E){return E.toUpperCase()})}function y(b){var _=document.body.style;if(b in _)return b;for(var E=f.length,B=b.charAt(0).toUpperCase()+b.slice(1),F;E--;)if(F=f[E]+B,F in _)return F;return b}function m(b){return b=g(b),p[b]||(p[b]=y(b))}function x(b,_,E){_=m(_),b.style[_]=E}return function(b,_){var E=arguments,B,F;if(E.length==2)for(B in _)F=_[B],F!==void 0&&_.hasOwnProperty(B)&&x(b,B,F);else x(b,E[1],E[2])}})();function u(f,p){var g=typeof f=="string"?f:d(f);return g.indexOf(" "+p+" ")>=0}function c(f,p){var g=d(f),y=g+p;u(g,p)||(f.className=y.substring(1))}function v(f,p){var g=d(f),y;u(f,p)&&(y=g.replace(" "+p+" "," "),f.className=y.substring(1,y.length-1))}function d(f){return(" "+(f.className||"")+" ").replace(/\s+/gi," ")}function h(f){f&&f.parentNode&&f.parentNode.removeChild(f)}return r})})(As)),As.exports}var $S=PS();const q2=i9($S),Ba="/auth/sign-in";let Rl=[];const kS=(e,t,r)=>e.hash?{el:decodeURIComponent(e.hash),top:120,behavior:"smooth"}:new Promise(n=>{n(r||{left:0,top:0})});function LS(e,t=!1){e.beforeEach((r,n,o)=>{if(t){const s=!!ZC();if(r.path!==Ba&&!r.path.startsWith("/viewer/")&&!s){o({path:Ba,query:{redirect:r.fullPath}});return}}r.path!==n.path&&q2.start(),o()}),e.afterEach(()=>{q2.done()})}function HS(e="/"){return e1({history:t1(e),routes:Rl})}function VS(e="/"){const t=e1({history:t1(e),routes:Rl,scrollBehavior:kS});return LS(t,!0),t}const NS=[{path:"/",redirect:Ba}],zS=({app:e,props:t,routes:r=[]})=>{const o=t?.basePath||"/modules/navbar/",s=!t;Rl=[...s?NS:[],...r];const i=s?VS(o):HS(o);e.use(i)},jS={directive:XC,i18n:SS,router:zS,pinia:IS},qS=(e,t)=>{const r=typeof t=="string"?[t]:t;Object.entries(jS).forEach(([n,o])=>{(!r||r.includes(n))&&o(e)})},US={logger:!0,loadTimeout:1500,failOnTimeout:!1,failOnError:!1};function O0(){}const ZS={debug:O0,info:O0,warn:O0,error:O0};let Ln;function WS(e){Ln=e===!0?console:e===!1?ZS:e}function GS(e){const t=globalThis.document.createElement("link");return t.rel="stylesheet",t.href=e,t.setAttribute("data-vpss","true"),t}function KS(e,t,r,n){let o;const s=setTimeout(()=>{Ln.debug('CSS file "%s" for project with ID "%s" timed out and might have failed to load. %d ms',t,r,n),o({status:"timeout",cssFileName:t}),e.removeEventListener("load",i),e.removeEventListener("error",a)},n),i=()=>{Ln.debug('CSS file "%s" loaded.',t),clearTimeout(s),o({status:"ok"}),e.removeEventListener("load",i),e.removeEventListener("error",a)},a=l=>{Ln.debug('CSS file "%s" failed to load with error detail: %o',t,l),clearTimeout(s),o({status:"error",cssFileName:t,detail:l}),e.removeEventListener("error",a),e.removeEventListener("load",i)};return e.addEventListener("error",a),e.addEventListener("load",i),new Promise(l=>{o=l})}async function YS(e,t){try{await Promise.all(e)}catch(r){return Promise.reject(r)}for(let r of e){const n=await r;if(n.status==="error"){if(t.failOnError)throw new Error(`CSS load failed for file "${n.cssFileName}".`,{cause:n.detail});Ln.warn('CSS load failed for file "%s": %s',n.cssFileName,n.detail.message)}else if(n.status==="timeout"){const o=`CSS load for file "${n.cssFileName}" timed out and might not have loaded.`;if(t.failOnTimeout)throw new Error(o);Ln.warn(o)}}}let U2,Ro,Po=[];const p3="navbar",XS="{\"main\":[\"assets\\\\vpss(navbar)main-BocIUG-L.css\"]}",JS=JSON.parse(XS);let Fa="/modules/navbar/";Fa+=Fa.endsWith("/")?"":"/";let go;function QS(e){return e.nodeName==="LINK"}function eA(){const e=new MutationObserver(t=>{t.forEach(r=>{r.addedNodes.length>0&&r.addedNodes.forEach(n=>{QS(n)&&n.rel==="stylesheet"&&n.href.includes(`vpss(${p3})`)&&(n.getAttribute("data-vpss")?Ro:Po).push(n)})})});return e.observe(globalThis?.document?.head,{childList:!0}),e}function Z2(e){e?.forEach(t=>globalThis.document.head.removeChild(t))}function tA(e){if(U2?.disconnect(),U2=eA(),Z2(Ro),Z2(Po),Ro=[],Po=[],go=[],e.length===0)return Promise.resolve();for(let t of e){const r=GS(Fa+t);go.push(r)}return Promise.resolve()}async function rA(e,t){const r=[];let n=0;if(go){for(let o of go){globalThis.document.head.appendChild(o);const s=KS(o,e[n++],p3,t.loadTimeout);r.push(s)}go=void 0}else r.push(Promise.resolve({status:"ok"}));if(e.length>0)for(let o of Ro)o.disabled=!1;for(let o of Po)o.disabled=!1;return await YS(r,t),Promise.resolve()}function nA(e){if(e.length>0)for(let t of Ro)t.disabled=!0;for(let t of Po)t.disabled=!0;return Promise.resolve()}function oA(e,t){const r={...US,...t};WS(r.logger);const n=JS[e]??[];return{bootstrap:tA.bind(null,n),mount:rA.bind(null,n,r),unmount:nA.bind(null,n)}}function sA(e){return Qn.patch("/svc/users/pwd",e)}function iA(){return Qn.get("/svc/types?filter=user&permission=list")}function aA(){return Qn.get("/svc/views?filter=user")}function lA(e){return Qn.get(`/svc/functions/${e}?filter=user`)}function uA(){return Qn.get("/svc/profile")}function cA(){return Qn.get(`/svc/finance/business-types/tree?_dc=${Date.now()}&_id=0`)}const fA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.3.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%201024%201024'%20style='enable-background:new%200%200%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20.st1{fill:%23AABACA;}%20.st2{fill:%23F7931E;}%20.st3{opacity:0.81;}%20.st4{opacity:0.5;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M356.6,483.4V375.6c0-2.6-2.6-5.3-5.3-5.3h-31.6c-2.6,0-5.3-2.6-5.3-5.3v-13.2c0-2.6,2.6-5.3,5.3-5.3h105.2%20c0,2.6,2.6,2.6,2.6,5.3v15.8c0,2.6-2.6,5.3-5.3,5.3h-31.6c-2.6,0-5.3,2.6-5.3,5.3V486h-23.7C359.2,486,356.6,486,356.6,483.4z'/%3e%3cg%3e%3cpath%20class='st0'%20d='M325.6,795c-19,0-34.4-15.4-34.4-34.4V263.4c0-19,15.4-34.4,34.4-34.4h289.9l158.8,137.7v393.9%20c0,19-15.4,34.4-34.4,34.4H325.6z'/%3e%3cpath%20class='st1'%20d='M612.9,236l154.4,133.9v390.7c0,15.1-12.3,27.4-27.4,27.4H325.6c-15.1,0-27.4-12.3-27.4-27.4V263.4%20c0-15.1,12.3-27.4,27.4-27.4H612.9%20M618.1,222H325.6c-22.8,0-41.4,18.6-41.4,41.4v497.1c0,22.8,18.6,41.4,41.4,41.4h414.3%20c22.8,0,41.4-18.6,41.4-41.4V363.5L618.1,222L618.1,222z'/%3e%3c/g%3e%3cpath%20class='st2'%20d='M416.2,567.8H290.7c-26.4,0-48-21.6-48-48V394.3c0-26.4,21.6-48,48-48h125.5c26.4,0,48,21.6,48,48v125.5%20C464.2,546.2,442.6,567.8,416.2,567.8z'/%3e%3cg%20class='st3'%3e%3cpolygon%20class='st1'%20points='618.5,283.5%20618.8,387.7%20740,387.7%20'/%3e%3c/g%3e%3cg%20class='st4'%3e%3crect%20x='491.3'%20y='242.7'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='532.7'%20y='284.1'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='491.3'%20y='325.6'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='532.7'%20y='367'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='491.3'%20y='408.4'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='532.7'%20y='449.9'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='491.3'%20y='491.3'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='532.7'%20y='532.7'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3cpath%20class='st2'%20d='M533,615.6L533,615.6c-22.7,0-41.1,18.4-41.1,41.1v0.6c0,22.7,18.4,41.1,41.1,41.1h0%20c22.7,0,41.1-18.4,41.1-41.1v-0.6C574.1,634,555.7,615.6,533,615.6z%20M548.6,657c0,8.6-7,15.5-15.5,15.5s-15.5-7-15.5-15.5v0%20c0-8.6,7-15.5,15.5-15.5S548.6,648.4,548.6,657L548.6,657z'/%3e%3c/g%3e%3cpolygon%20class='st0'%20points='398.1,387.7%20408.4,398.1%20325.6,491.3%20418.8,491.3%20398.1,512.1%20387.7,522.4%20294.5,522.4%20284.1,512%20284.2,480.9%20367,418.8%20294.5,418.8%20294.5,398.1%20273.8,387.7%20'/%3e%3c/g%3e%3c/svg%3e",dA=Object.freeze(Object.defineProperty({__proto__:null,default:fA},Symbol.toStringTag,{value:"Module"})),hA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%20fill='currentColor'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H352c-17.67,0-32,14.33-32,32v96h64v-64h512v287.97h64V96c0-17.67-14.33-32-32-32Z'/%3e%3crect%20x='256'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='256'%20y='672'%20width='128'%20height='64'/%3e%3cpath%20d='M704,448c-141.38,0-256,114.62-256,256s114.62,256,256,256,256-114.62,256-256-114.62-256-256-256ZM512,704c0-41.47,13.15-79.86,35.5-111.25l267.75,267.75c-31.39,22.35-69.78,35.5-111.25,35.5-106.04,0-192-85.96-192-192ZM860.5,815.25l-267.75-267.75c31.39-22.35,69.78-35.5,111.25-35.5,106.04,0,192,85.96,192,192,0,41.47-13.15,79.86-35.5,111.25Z'/%3e%3cpath%20d='M376,896h-248V320h576v64h64v-96c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v640c0,17.67,14.33,32,32,32h352v-64h-72Z'/%3e%3c/svg%3e",pA=Object.freeze(Object.defineProperty({__proto__:null,default:hA},Symbol.toStringTag,{value:"Module"})),vA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='256'%20y='536'%20width='512'%20height='40'/%3e%3crect%20x='416'%20y='280'%20width='192'%20height='40'/%3e%3crect%20x='416'%20y='192'%20width='192'%20height='40'/%3e%3cpath%20d='M279.28,447.99h465.45c12.85,0,23.27-7.81,23.27-17.45V81.45c0-9.64-10.42-17.45-23.27-17.45h-465.45c-12.85,0-23.27,7.81-23.27,17.45v349.09c0,9.64,10.42,17.45,23.27,17.45ZM320,128h384v256h-384V128Z'/%3e%3cpath%20d='M832,256v168l64,216h-192v48.1c0,8.78-7.12,15.9-15.9,15.9h-352.19c-8.78,0-15.9-7.12-15.9-15.9v-48.1h-192.01l64-216v-168l-128,384v256c0,35.35,28.65,64,64,64h768c35.35,0,64-28.65,64-64v-256l-128-384ZM896,768v97c0,17.12-13.88,31-31,31H159c-17.12,0-31-13.88-31-31v-161h128c0,35.35,28.65,64,64,64h384c35.35,0,64-28.65,64-64h128v64Z'/%3e%3c/svg%3e",gA=Object.freeze(Object.defineProperty({__proto__:null,default:vA},Symbol.toStringTag,{value:"Module"})),mA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H352c-17.67,0-32,14.33-32,32v96h64v-64h512v287.97h64V96c0-17.67-14.33-32-32-32Z'/%3e%3crect%20x='256'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='256'%20y='672'%20width='128'%20height='64'/%3e%3cpath%20d='M704,448c-141.38,0-256,114.62-256,256s114.62,256,256,256,256-114.62,256-256-114.62-256-256-256ZM512,704c0-41.47,13.15-79.86,35.5-111.25l267.75,267.75c-31.39,22.35-69.78,35.5-111.25,35.5-106.04,0-192-85.96-192-192ZM860.5,815.25l-267.75-267.75c31.39-22.35,69.78-35.5,111.25-35.5,106.04,0,192,85.96,192,192,0,41.47-13.15,79.86-35.5,111.25Z'/%3e%3cpath%20d='M376,896h-248V320h576v64h64v-96c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v640c0,17.67,14.33,32,32,32h352v-64h-72Z'/%3e%3c/svg%3e",xA=Object.freeze(Object.defineProperty({__proto__:null,default:mA},Symbol.toStringTag,{value:"Module"})),yA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H352c-17.67,0-32,14.33-32,32v96h64v-64h512v287.97h64V96c0-17.67-14.33-32-32-32Z'/%3e%3crect%20x='256'%20y='480'%20width='256'%20height='64'/%3e%3crect%20x='256'%20y='672'%20width='256'%20height='64'/%3e%3cpath%20d='M872,784h-96v-102.18c33.8-23.04,56-61.83,56-105.82,0-68-57.31-128-128-128s-128,57.31-128,128c0,45.73,22.2,84.01,56,106.47v101.53h-96c-48.57,0-88,39.43-88,88h512c0-48.57-39.43-88-88-88ZM696,703.74v-64.26c-31.57-3.94-56-30.85-56-63.48,0-35.35,28.65-64,64-64s64,28.65,64,64c0,32.63-24.43,59.55-56,63.48v144.52h-16v-80.26Z'/%3e%3crect%20x='448'%20y='920'%20width='512'%20height='40'/%3e%3cpath%20d='M128,320h576v64h64v-96c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v640c0,17.67,14.33,32,32,32h288v-64H128V320Z'/%3e%3c/svg%3e",bA=Object.freeze(Object.defineProperty({__proto__:null,default:yA},Symbol.toStringTag,{value:"Module"})),wA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='256'%20y='480'%20width='320'%20height='64'/%3e%3cpath%20d='M384,128h128v-64h-160c-17.67,0-32,14.33-32,32v96h64v-64Z'/%3e%3cpath%20d='M928,64h-32v704h-64v64h96c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32Z'/%3e%3crect%20x='256'%20y='672'%20width='320'%20height='64'/%3e%3cpath%20d='M704,896H128V320h384v-64H96c-17.67,0-32,14.33-32,32v640c0,17.67,14.33,32,32,32h640c17.67,0,32-14.33,32-32v-416h-64v384Z'/%3e%3cpath%20d='M832,94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94ZM768,352l-64-72.29-64,72.39v-224.1h128v224Z'/%3e%3c/svg%3e",EA=Object.freeze(Object.defineProperty({__proto__:null,default:wA},Symbol.toStringTag,{value:"Module"})),_A="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M704,704h-144v-163.61c48.59-34.84,80.25-91.79,80.25-156.14,0-106.04-85.96-192-192-192s-192,85.96-192,192c0,64.13,31.45,120.9,79.75,155.77v163.98h-144c-70.65,0-128,57.35-128,128h768c0-70.65-57.35-128-128-128ZM319.75,384.25c0-70.97,57.53-128.5,128.5-128.5s128.5,57.53,128.5,128.5c0,54.09-33.43,100.37-80.75,119.32v200.43h-96v-200.63c-47.06-19.08-80.25-65.22-80.25-119.12Z'/%3e%3crect%20x='64'%20y='896'%20width='768'%20height='64'/%3e%3cpath%20d='M464,160h288c8.84,0,16-7.16,16-16s-7.16-16-16-16h-288c-8.84,0-16,7.16-16,16s7.16,16,16,16Z'/%3e%3cpath%20d='M841.68,181.57c6.25,6.25,16.38,6.25,22.63,0,.03-.03.05-.06.08-.08l90.43-90.43c6.25-6.25,6.25-16.38,0-22.63s-16.38-6.25-22.63,0l-79.2,79.2-33.94-33.94c-6.25-6.25-16.38-6.25-22.63,0-6.25,6.25-6.25,16.38,0,22.63l45.25,45.25Z'/%3e%3cpath%20d='M753,256h-97c-8.84,0-16,7.16-16,16s7.16,16,16,16h97c8.84,0,16-7.16,16-16s-7.16-16-16-16Z'/%3e%3cpath%20d='M933.19,196.43l-79.2,79.2-33.94-33.94c-6.25-6.25-16.38-6.25-22.63,0s-6.25,16.38,0,22.63l45.25,45.25c6.25,6.25,16.38,6.25,22.63,0,.03-.03.05-.06.08-.08l90.43-90.43c6.25-6.25,6.25-16.38,0-22.63-6.25-6.25-16.38-6.25-22.63,0Z'/%3e%3cpath%20d='M752,384h-32c-8.84,0-16,7.16-16,16s7.16,16,16,16h32c8.84,0,16-7.16,16-16s-7.16-16-16-16Z'/%3e%3cpath%20d='M932.19,324.43l-79.2,79.2-33.94-33.94c-6.25-6.25-16.38-6.25-22.63,0s-6.25,16.38,0,22.63l45.25,45.25c6.25,6.25,16.38,6.25,22.63,0,.03-.03.05-.06.08-.08l90.43-90.43c6.25-6.25,6.25-16.38,0-22.63s-16.38-6.25-22.63,0Z'/%3e%3c/svg%3e",CA=Object.freeze(Object.defineProperty({__proto__:null,default:_A},Symbol.toStringTag,{value:"Module"})),SA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,832v-480c0-17.67-14.33-32-32-32h-96V96c0-17.67-14.33-32-32-32H160c-17.67,0-32,14.33-32,32v736h-64v64h896v-64h-64ZM192,128h512v704H192V128ZM768,832v-448h64v448h-64Z'/%3e%3cpath%20d='M448,512c70.69,0,128-57.31,128-128s-57.31-128-128-128-128,57.31-128,128,57.31,128,128,128ZM448,320c35.35,0,64,28.65,64,64s-28.65,64-64,64-64-28.65-64-64,28.65-64,64-64Z'/%3e%3cpath%20d='M576,576h-256c-35.35,0-64,28.65-64,64v96c0,17.67,14.33,32,32,32h320c17.67,0,32-14.33,32-32v-96c0-35.35-28.65-64-64-64ZM576,704h-256v-64h256v64Z'/%3e%3c/svg%3e",AA=Object.freeze(Object.defineProperty({__proto__:null,default:SA},Symbol.toStringTag,{value:"Module"})),BA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='832'%20y='128'%20width='64'%20height='192'%20rx='28.16'%20ry='28.16'/%3e%3crect%20x='704'%20y='256'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='128'%20y='704'%20width='64'%20height='192'%20rx='28.16'%20ry='28.16'/%3e%3crect%20x='128'%20y='704'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3cg%3e%3cpath%20d='M512,128c124.91,0,235.88,59.64,306.01,152h77.31c-78.54-129.48-220.83-216-383.32-216-247.42,0-448,200.58-448,448h64c0-212.08,171.92-384,384-384Z'/%3e%3cpath%20d='M896,512c0,212.08-171.92,384-384,384-121.27,0-229.4-56.21-299.77-144h-78.58c79.48,125.03,219.22,208,378.35,208,247.42,0,448-200.58,448-448h-64Z'/%3e%3c/g%3e%3cpath%20d='M512,320c-141.38,0-256,42.98-256,96s114.62,96,256,96,256-42.98,256-96-114.62-96-256-96ZM512,456c-101.62,0-184-17.91-184-40s82.38-40,184-40,184,17.91,184,40-82.38,40-184,40Z'/%3e%3cpath%20d='M733.74,560c-16.4,10.63-38.07,19.97-63.67,27.52,16.46,5.99,25.93,13,25.93,20.48,0,22.09-82.38,40-184,40s-184-17.91-184-40c0-7.49,9.47-14.49,25.93-20.48-25.61-7.55-47.28-16.89-63.67-27.52-21.78,14.12-34.26,30.51-34.26,48,0,53.02,114.62,96,256,96s256-42.98,256-96c0-17.49-12.47-33.88-34.26-48Z'/%3e%3cpath%20d='M733.74,464c-16.4,10.63-38.07,19.97-63.67,27.52,16.46,5.99,25.93,13,25.93,20.48,0,22.09-82.38,40-184,40s-184-17.91-184-40c0-7.49,9.47-14.49,25.93-20.48-25.61-7.55-47.28-16.89-63.67-27.52-21.78,14.12-34.26,30.51-34.26,48,0,53.02,114.62,96,256,96s256-42.98,256-96c0-17.49-12.47-33.88-34.26-48Z'/%3e%3c/svg%3e",FA=Object.freeze(Object.defineProperty({__proto__:null,default:BA},Symbol.toStringTag,{value:"Module"})),TA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='832'%20y='128'%20width='64'%20height='192'%20rx='28.16'%20ry='28.16'/%3e%3crect%20x='704'%20y='256'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='128'%20y='704'%20width='64'%20height='192'%20rx='28.16'%20ry='28.16'/%3e%3crect%20x='128'%20y='704'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3cg%3e%3cpath%20d='M512,128c124.91,0,235.88,59.64,306.01,152h77.31c-78.54-129.48-220.83-216-383.32-216-247.42,0-448,200.58-448,448h64c0-212.08,171.92-384,384-384Z'/%3e%3cpath%20d='M896,512c0,212.08-171.92,384-384,384-121.27,0-229.4-56.21-299.77-144h-78.58c79.48,125.03,219.22,208,378.35,208,247.42,0,448-200.58,448-448h-64Z'/%3e%3c/g%3e%3crect%20x='448'%20y='352'%20width='256'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='448'%20y='480'%20width='256'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='448'%20y='608'%20width='256'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='320'%20y='352'%20width='64'%20height='64'%20rx='30.47'%20ry='30.47'/%3e%3crect%20x='320'%20y='480'%20width='64'%20height='64'%20rx='30.47'%20ry='30.47'/%3e%3crect%20x='320'%20y='608'%20width='64'%20height='64'%20rx='30.47'%20ry='30.47'/%3e%3c/svg%3e",DA=Object.freeze(Object.defineProperty({__proto__:null,default:TA},Symbol.toStringTag,{value:"Module"})),OA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H96c-17.67,0-32,14.33-32,32v832c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM896,896H128V128h768v768Z'/%3e%3crect%20x='256'%20y='576'%20width='432'%20height='64'/%3e%3crect%20x='256'%20y='704'%20width='512'%20height='64'/%3e%3cpolygon%20points='256%20512%20320%20512%20320%20320%20384%20320%20384%20256%20192%20256%20192%20320%20256%20320%20256%20512'/%3e%3cpath%20d='M448,512l21.33-64h85.33l21.33,64h64l-96-256h-64l-96,256h64ZM533.33,384h-42.67l21.33-64,21.33,64Z'/%3e%3cpolygon%20points='736%20448%20768%20512%20832%20512%20768%20384%20832%20256%20768%20256%20736%20320%20704%20256%20640%20256%20704%20384%20640%20512%20704%20512%20736%20448'/%3e%3c/svg%3e",MA=Object.freeze(Object.defineProperty({__proto__:null,default:OA},Symbol.toStringTag,{value:"Module"})),IA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='64'%20y='832'%20width='384'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='576'%20y='832'%20width='384'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='64'%20y='256'%20width='64'%20height='640'%20rx='32'%20ry='32'/%3e%3crect%20x='896'%20y='256'%20width='64'%20height='640'%20rx='32'%20ry='32'/%3e%3crect%20x='192'%20y='64'%20width='64'%20height='640'%20rx='32'%20ry='32'/%3e%3crect%20x='768'%20y='64'%20width='64'%20height='320'%20rx='32'%20ry='32'/%3e%3cpath%20d='M192,672v64h224s64,0,64,64h64s0-64,64-64h224v-64h-208s-112,0-112,64c0-64-112-64-112-64h-208Z'/%3e%3cpath%20d='M224,64v64h192s64,0,64,64h64s0-64,64-64h192v-64h-176s-112,0-112,64c0-64-112-64-112-64h-176Z'/%3e%3crect%20x='480'%20y='176'%20width='64'%20height='576'/%3e%3cpath%20d='M192,832v64h224s46.13,0,60.06,39.17c5.33,15,19.76,24.83,35.67,24.83h.47c16.3,0,31.1-9.93,36.83-25.19,6.72-17.91,22.39-38.81,58.96-38.81h224v-64h-208s-112,0-112,64c0-64-112-64-112-64h-208Z'/%3e%3crect%20x='768'%20y='448'%20width='64'%20height='288'%20rx='32'%20ry='32'/%3e%3c/svg%3e",RA=Object.freeze(Object.defineProperty({__proto__:null,default:IA},Symbol.toStringTag,{value:"Module"})),PA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94ZM832,352l-64-72.29-64,72.39V128h128v224h0Z'/%3e%3cg%3e%3cpolygon%20points='704%20512%20576%20512%20320%20512%20320%20576%20704%20576%20704%20512'/%3e%3crect%20x='320'%20y='704'%20width='384'%20height='64'/%3e%3crect%20x='320'%20y='320'%20width='192'%20height='64'/%3e%3cpath%20d='M832,512v384H192V128h384v-64H160c-17.67,0-32,14.33-32,32v832c0,17.67,14.33,32,32,32h704c17.67,0,32-14.33,32-32v-416h-64Z'/%3e%3c/g%3e%3c/svg%3e",$A=Object.freeze(Object.defineProperty({__proto__:null,default:PA},Symbol.toStringTag,{value:"Module"})),kA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3crect%20x='160'%20y='64'%20width='64'%20height='312'%20rx='32'%20ry='32'/%3e%3crect%20x='160'%20y='712'%20width='64'%20height='248'%20rx='32'%20ry='32'/%3e%3cpath%20d='M288,320H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h192c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM256,448h-128v-64h128v64Z'/%3e%3cpath%20d='M288,576H96c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32ZM256,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='480'%20y='64'%20width='64'%20height='312'%20rx='32'%20ry='32'/%3e%3crect%20x='480'%20y='712'%20width='64'%20height='248'%20rx='32'%20ry='32'/%3e%3cpath%20d='M608,320h-192c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h192c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM576,448h-128v-64h128v64Z'/%3e%3cpath%20d='M608,576h-192c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32ZM576,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='800'%20y='64'%20width='64'%20height='312'%20rx='32'%20ry='32'/%3e%3crect%20x='800'%20y='712'%20width='64'%20height='248'%20rx='32'%20ry='32'/%3e%3cpath%20d='M928,320h-192c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h192c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM896,448h-128v-64h128v64Z'/%3e%3cpath%20d='M928,576h-192c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32ZM896,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3c/svg%3e",LA=Object.freeze(Object.defineProperty({__proto__:null,default:kA},Symbol.toStringTag,{value:"Module"})),HA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M734,448h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30ZM768,128h128v224l-64-72.29-64,72.39V128h0Z'/%3e%3cg%3e%3cpath%20d='M365.19,567.81l90.32-90.77c49.87-50.11,130.72-50.11,180.59,0,49.87,50.11,49.87,131.34,0,181.45l-89.9,90.33,45.24,45.24,89.79-90.22c74.8-75.15,74.8-196.99,0-272.14-74.8-75.15-196.06-75.15-270.86,0l-90.43,90.87,45.24,45.24Z'/%3e%3cpolygon%20points='500.64%20522.45%20410.45%20613.07%20455.72%20658.33%20545.84%20567.8%20500.64%20522.45'/%3e%3cpath%20d='M341.92,680.76c-.26.27-.52.53-.78.79-12.68,12.3-32.89,11.95-45.13-.79-12.25-12.74-11.9-33.04.78-45.35l112.79-113.35-45.24-45.24-112.68,113.24c-.8.77-1.58,1.56-2.35,2.36-36.74,38.22-35.69,99.13,2.35,136.04,38.04,36.91,98.66,35.86,135.4-2.36l113.03-113.54-45.25-45.25-112.91,113.44Z'/%3e%3cpolygon%20points='274.71%20477.32%20455.51%20295.66%20410.38%20250.31%20229.47%20432.08%20274.71%20477.32'/%3e%3cpath%20d='M590.57,703.07l-135.79,136.44c-74.8,75.15-196.06,75.15-270.86,0-74.8-75.15-74.8-196.99,0-272.14l135.15-135.79-45.24-45.24-135.05,135.69c-99.72,100.19-99.72,262.64,0,362.84,99.72,100.19,261.4,100.19,361.12,0l135.9-136.54-45.24-45.24Z'/%3e%3c/g%3e%3c/svg%3e",VA=Object.freeze(Object.defineProperty({__proto__:null,default:HA},Symbol.toStringTag,{value:"Module"})),NA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3crect%20x='1840'%20y='968'%20width='64'%20height='144'/%3e%3cg%3e%3cpath%20d='M1840,1096h896v32c0,17.66-14.34,32-32,32h-832c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cg%3e%3cpath%20d='M2288,264c-123.71,0-224,100.29-224,224s100.29,224,224,224,224-100.29,224-224-100.29-224-224-224ZM2288,648c-88.37,0-160-71.63-160-160s71.63-160,160-160,160,71.63,160,160-71.63,160-160,160Z'/%3e%3cg%3e%3cpath%20d='M2288,840c212.08,0,384,57.31,384,128h64c0-106.04-200.58-192-448-192s-448,85.96-448,192h64c0-70.69,171.92-128,384-128Z'/%3e%3cpath%20d='M2108.67,1144c54.91,10.29,115.56,16,179.33,16s124.42-5.71,179.33-16h-358.65Z'/%3e%3c/g%3e%3c/g%3e%3crect%20x='2672'%20y='968'%20width='64'%20height='160'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath%20d='M1352,496c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM1352,816c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M1032,1136h640v32c0,17.66-14.34,32-32,32h-576c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cpath%20d='M1352,944c-176.73,0-320,71.63-320,160,0,5.4.54,10.74,1.59,16h62.41v-16h.07c2.9-50.99,116.37-92,255.93-92s253.03,41.01,255.93,92h.07v16h62.41c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160Z'/%3e%3crect%20x='1032'%20y='1104'%20width='64'%20height='64'/%3e%3crect%20x='1608'%20y='1104'%20width='64'%20height='72'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M512,192c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM512,512c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M192,832h640v32c0,17.66-14.34,32-32,32H224c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cpath%20d='M512,640c-176.73,0-320,71.63-320,160,0,5.4.54,10.74,1.59,16h62.41v-16h.07c2.9-50.99,116.37-92,255.93-92s253.03,41.01,255.93,92h.07v16h62.41c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160Z'/%3e%3crect%20x='192'%20y='800'%20width='64'%20height='64'/%3e%3crect%20x='768'%20y='800'%20width='64'%20height='72'/%3e%3c/g%3e%3cpath%20d='M64,576h224v64H96c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3crect%20x='64'%20y='544'%20width='64'%20height='56'/%3e%3cg%3e%3cpath%20d='M1360-128c-88.37,0-160,71.63-160,160s71.63,160,160,160,160-71.63,160-160-71.63-160-160-160ZM1360,128c-53.02,0-96-42.98-96-96s42.98-96,96-96,96,42.98,96,96-42.98,96-96,96Z'/%3e%3cpath%20d='M1360,320c106.04,0,192,14.33,192,32h64c0-53.02-114.62-96-256-96s-256,42.98-256,96h64c0-17.67,85.96-32,192-32Z'/%3e%3cpath%20d='M1104,384h512v32c0,17.66-14.34,32-32,32h-448c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3crect%20x='1104'%20y='352'%20width='64'%20height='56'/%3e%3crect%20x='1552'%20y='352'%20width='64'%20height='56'/%3e%3c/g%3e%3cpath%20d='M768,576h192v32c0,17.66-14.34,32-32,32h-160v-64h0Z'/%3e%3crect%20x='896'%20y='544'%20width='64'%20height='56'/%3e%3cpath%20d='M268.44,304.99c-26.72-17.04-44.44-46.95-44.44-80.99,0-53.02,42.98-96,96-96,27.8,0,52.83,11.82,70.36,30.7,19.46-10.53,40.45-18.6,62.53-23.82-28.72-42.74-77.52-70.87-132.89-70.87-88.37,0-160,71.63-160,160,0,65.74,39.65,122.2,96.33,146.82,1.16-22.86,5.34-44.93,12.11-65.83Z'/%3e%3cpath%20d='M704,64c-55.37,0-104.17,28.13-132.89,70.87,22.09,5.22,43.07,13.29,62.53,23.82,17.53-18.88,42.56-30.7,70.36-30.7,53.02,0,96,42.98,96,96,0,34.04-17.72,63.95-44.44,80.99,6.77,20.9,10.95,42.96,12.11,65.83,56.68-24.61,96.33-81.08,96.33-146.82,0-88.37-71.63-160-160-160Z'/%3e%3cpath%20d='M264.68,450.26c-114.79,9.48-200.68,47.85-200.68,93.74h64c0-16,70.46-29.26,162.48-31.62-11.18-19.26-19.92-40.1-25.8-62.12Z'/%3e%3cpath%20d='M759.32,450.26c-5.88,22.02-14.62,42.87-25.8,62.12,92.02,2.37,162.48,15.62,162.48,31.62h64c0-45.9-85.89-84.26-200.68-93.74Z'/%3e%3c/svg%3e",zA=Object.freeze(Object.defineProperty({__proto__:null,default:NA},Symbol.toStringTag,{value:"Module"})),jA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3crect%20x='288'%20y='160'%20width='608'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M288,64h-128c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32V96c0-17.6-14.4-32-32-32ZM256,256h-64v-128h64v128Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='640'%20y='480'%20width='256'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='128'%20y='480'%20width='432'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M672,384h-128c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32v-192c0-17.6-14.4-32-32-32ZM640,576h-64v-128h64v128Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='288'%20y='800'%20width='608'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M288,704h-128c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32v-192c0-17.6-14.4-32-32-32ZM256,896h-64v-128h64v128Z'/%3e%3c/g%3e%3c/svg%3e",qA=Object.freeze(Object.defineProperty({__proto__:null,default:jA},Symbol.toStringTag,{value:"Module"})),UA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpolygon%20points='480%20704%20544%20704%20544%20576%20672%20576%20672%20512%20544%20512%20544%20448%20672%20448%20672%20384%20571.43%20384%20645.94%20309.49%20600.68%20264.23%20512.11%20352.81%20423.31%20264%20378.06%20309.26%20452.8%20384%20352%20384%20352%20448%20480%20448%20480%20512%20352%20512%20352%20576%20480%20576%20480%20704'/%3e%3cpath%20d='M928,128H96c-17.66,0-32,14.34-32,32v256s128-16,128,96-128,96-128,96v256c0,17.66,14.34,32,32,32h832c17.66,0,32-14.34,32-32v-256s-128,16-128-96,128-96,128-96V160c0-17.66-14.34-32-32-32ZM896,360s-128,8-128,152,128,152,128,152v168H128v-168s128-8,128-152-128-152-128-152v-168h768v168Z'/%3e%3c/svg%3e",ZA=Object.freeze(Object.defineProperty({__proto__:null,default:UA},Symbol.toStringTag,{value:"Module"})),WA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64h-256c-17.67,0-32,14.33-32,32v32h-256v-32c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-24h256v24c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM320,192h-192v-64h192v64ZM896,192h-192v-64h192v64Z'/%3e%3cpath%20d='M928,416h-256c-17.67,0-32,14.33-32,32v32h-256v-32c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-24h256v24c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM320,544h-192v-64h192v64ZM896,544h-192v-64h192v64Z'/%3e%3cpath%20d='M928,768h-256c-17.67,0-32,14.33-32,32v32h-256v-32c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-24h256v24c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM320,896h-192v-64h192v64ZM896,896h-192v-64h192v64Z'/%3e%3c/svg%3e",GA=Object.freeze(Object.defineProperty({__proto__:null,default:WA},Symbol.toStringTag,{value:"Module"})),KA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,640v192H128v-192h-64v224c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32v-224h-64Z'/%3e%3cpath%20d='M224,704h576c17.66,0,32-14.34,32-32v-160s-64,0-64-64,64-64,64-64v-160c0-17.66-14.34-32-32-32H224c-17.66,0-32,14.34-32,32v160s64,0,64,64-64,64-64,64v160c0,17.66,14.34,32,32,32ZM256,560s64-24,64-112-64-112-64-112v-80h512v80s-64,24-64,112,64,112,64,112v80H256v-80Z'/%3e%3cpath%20d='M619.48,325.26l-36.37-36.37-71.12,71.12-71.12-71.12-36.37,36.37,50.74,50.74h-71.26v48h104v40h-104v48h104v88h48v-88h104v-48h-104v-40h104v-48h-71.26l50.74-50.74ZM512,376h0s0,0,0,0h0Z'/%3e%3c/svg%3e",YA=Object.freeze(Object.defineProperty({__proto__:null,default:KA},Symbol.toStringTag,{value:"Module"})),XA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,640v192H128v-192h-64v224c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32v-224h-64Z'/%3e%3cpath%20d='M224,704h576c17.66,0,32-14.34,32-32v-160s-64,0-64-64,64-64,64-64v-160c0-17.67-14.33-32-32-32h-160v64h128v80s-64,24-64,112,64,112,64,112v80H256v-80s64-24,64-112-64-112-64-112v-80h128v-64h-160c-17.67,0-32,14.33-32,32v160s64,0,64,64-64,64-64,64v160c0,17.66,14.34,32,32,32Z'/%3e%3cpath%20d='M360.98,316.09c-12.27,12.71-11.92,32.97.79,45.25l128,128c12.5,12.49,32.75,12.49,45.25,0l128-128c.65-.6,1.27-1.23,1.87-1.88,11.96-13.01,11.1-33.25-1.91-45.21-13.01-11.96-33.25-11.1-45.21,1.91h0v-.07l-73.41,73.41v-229.5c0-17.67-14.33-32-32-32s-32,14.33-32,32v229.5l-73.34-73.41c-.26-.27-.52-.53-.79-.79-12.71-12.27-32.97-11.92-45.25.79Z'/%3e%3c/svg%3e",JA=Object.freeze(Object.defineProperty({__proto__:null,default:XA},Symbol.toStringTag,{value:"Module"})),QA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,640v192H128v-192h-64v224c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32v-224h-64Z'/%3e%3cpath%20d='M224,704h576c17.66,0,32-14.34,32-32v-160s-64,0-64-64,64-64,64-64v-160c0-17.67-14.33-32-32-32h-96v64h64v80s-64,24-64,112,64,112,64,112v80H256v-80s64-24,64-112-64-112-64-112v-80h64v-64h-96c-17.67,0-32,14.33-32,32v160s64,0,64,64-64,64-64,64v160c0,17.66,14.34,32,32,32Z'/%3e%3cpath%20d='M406.23,311.41c.27-.26.53-.52.79-.79l73.34-73.41v229.5c0,17.67,14.33,32,32,32s32-14.33,32-32v-229.5l73.41,73.41h0v-.07c11.95,13.02,32.19,13.86,45.21,1.91,13.02-11.95,13.87-32.2,1.91-45.21-.6-.66-1.22-1.28-1.87-1.88l-128-128c-12.5-12.49-32.75-12.49-45.25,0l-128,128c-12.72,12.28-13.07,32.54-.79,45.25,12.28,12.72,32.54,13.07,45.25.79Z'/%3e%3c/svg%3e",eB=Object.freeze(Object.defineProperty({__proto__:null,default:QA},Symbol.toStringTag,{value:"Module"})),tB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpolygon%20points='378.06%20309.26%20452.79%20384%20352%20384%20352%20448%20480%20448%20480%20512%20352%20512%20352%20576%20480%20576%20480%20704%20544%20704%20544%20576%20672%20576%20672%20512%20544%20512%20544%20354.51%20513.81%20354.51%20423.31%20264.01%20378.06%20309.26'/%3e%3cpath%20d='M928,128h-32v294c32-10,64-6,64-6V160c0-17.67-14.33-32-32-32Z'/%3e%3cpath%20d='M832,512h-64c0,144,128,152,128,152v168H128v-168s128-8,128-152-128-152-128-152v-168h384v-64H96c-17.67,0-32,14.33-32,32v256s128-16,128,96-128,96-128,96v256c0,17.66,14.34,32,32,32h832c17.66,0,32-14.34,32-32v-256s-128,16-128-96Z'/%3e%3cpath%20d='M606,448h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30ZM640,128h128v224l-64-72.29-64,72.39v-224.1Z'/%3e%3c/svg%3e",rB=Object.freeze(Object.defineProperty({__proto__:null,default:tB},Symbol.toStringTag,{value:"Module"})),nB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M192,64h0c17.67,0,32,14.33,32,32v248c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32V96c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M192,712h0c17.67,0,32,14.33,32,32v184c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-184c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M288,320H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h192c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM256,448h-128v-64h128v64Z'/%3e%3cpath%20d='M288,576H96c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32h-.01ZM256,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3cpath%20d='M512,64h0c17.67,0,32,14.33,32,32v248c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32V96c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M832,64h0c17.67,0,32,14.33,32,32v248c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32V96c0-17.67,14.33-32,32-32Z'/%3e%3cg%3e%3cpath%20d='M928,512h-448c-17.67,0-32,14.33-32,32v384c0,17.67,14.33,32,32,32h448c17.67,0,32-14.33,32-32v-384c0-17.67-14.33-32-32-32ZM896,896h-384v-320h384v320Z'/%3e%3cpath%20d='M608,448h0c17.67,0,32,14.33,32,32v96c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-96c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M800,448h0c17.67,0,32,14.33,32,32v96c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-96c0-17.67,14.33-32,32-32Z'/%3e%3crect%20x='480'%20y='640'%20width='448'%20height='64'/%3e%3cpath%20d='M608,768h32c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-32c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M768,768h32c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-32c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3c/g%3e%3cpath%20d='M576,384h64v-32c0-17.67-14.33-32-32-32h-192c-17.67,0-32,14.33-32,32v96h64v-64h128Z'/%3e%3cpath%20d='M928,320h-192c-17.67,0-32,14.33-32,32v32h192v64h64v-96c0-17.67-14.33-32-32-32Z'/%3e%3c/svg%3e",oB=Object.freeze(Object.defineProperty({__proto__:null,default:nB},Symbol.toStringTag,{value:"Module"})),sB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M928,512h-448c-17.67,0-32,14.33-32,32v384c0,17.67,14.33,32,32,32h448c17.67,0,32-14.33,32-32v-384c0-17.67-14.33-32-32-32ZM896,896h-384v-320h384v320Z'/%3e%3cpath%20d='M608,448h0c17.67,0,32,14.33,32,32v96c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-96c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M800,448h0c17.67,0,32,14.33,32,32v96c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-96c0-17.67,14.33-32,32-32Z'/%3e%3crect%20x='480'%20y='640'%20width='448'%20height='64'/%3e%3cpath%20d='M608,768h32c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-32c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M768,768h32c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-32c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M192,712h0c17.67,0,32,14.33,32,32v184c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-184c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M288,576H96c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32h-.01ZM256,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='160'%20y='64'%20width='64'%20height='448'%20rx='32'%20ry='32'/%3e%3crect%20x='42.45'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(-60.31%20143.72)%20rotate(-45)'/%3e%3crect%20x='139.79'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(308.55%20417.14)%20rotate(-135)'/%3e%3c/g%3e%3cg%3e%3crect%20x='478.67'%20y='64'%20width='64'%20height='384'%20rx='32'%20ry='32'/%3e%3crect%20x='361.12'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(33.02%20369.05)%20rotate(-45)'/%3e%3crect%20x='458.45'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(852.55%20642.47)%20rotate(-135)'/%3e%3c/g%3e%3cg%3e%3crect%20x='800'%20y='64'%20width='64'%20height='320'%20rx='32'%20ry='32'/%3e%3crect%20x='682.45'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(127.14%20596.27)%20rotate(-45)'/%3e%3crect%20x='779.79'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(1401.1%20869.69)%20rotate(-135)'/%3e%3c/g%3e%3c/svg%3e",iB=Object.freeze(Object.defineProperty({__proto__:null,default:sB},Symbol.toStringTag,{value:"Module"})),aB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M384,512c0-70.69,57.31-128,128-128,27.14,0,52.31,8.46,73.02,22.87,23.11-9.26,47.56-15.9,72.97-19.56-35.22-41.19-87.55-67.31-145.99-67.31-106.04,0-192,85.96-192,192,0,58.44,26.12,110.77,67.31,145.99,3.66-25.41,10.3-49.86,19.56-72.97-14.41-20.71-22.87-45.88-22.87-73.02Z'/%3e%3cg%3e%3cpath%20d='M928,512h-448c-17.67,0-32,14.33-32,32v384c0,17.67,14.33,32,32,32h448c17.67,0,32-14.33,32-32v-384c0-17.67-14.33-32-32-32ZM896,896h-384v-320h384v320Z'/%3e%3crect%20x='576'%20y='448'%20width='64'%20height='160'%20rx='32'%20ry='32'/%3e%3crect%20x='768'%20y='448'%20width='64'%20height='160'%20rx='32'%20ry='32'/%3e%3crect%20x='480'%20y='640'%20width='448'%20height='64'/%3e%3crect%20x='576'%20y='768'%20width='96'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='736'%20y='768'%20width='96'%20height='64'%20rx='32'%20ry='32'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M496,960h15.98c-5.47-4.11-10.79-8.4-15.98-12.84v12.84Z'/%3e%3cpath%20d='M944.32,364.8l-88.7-153.54c-6.92-12.06-20.84-18.26-34.43-15.36l-112.38,24.19c-13.5-9.15-27.65-17.28-42.43-24.51l-35.2-109.38c-4.25-13.23-16.56-22.21-30.46-22.21h-177.47c-13.85.06-26.1,9.02-30.34,22.21l-35.2,109.31c-14.78,7.23-28.99,15.49-42.56,24.64l-112.32-24.26c-13.58-2.91-27.49,3.26-34.43,15.3l-88.7,153.6c-6.95,12.05-5.32,27.21,4.03,37.5l77.12,85.25c-1.12,16.28-1.12,32.62,0,48.9l-77.12,85.25c-9.35,10.3-10.98,25.46-4.03,37.5l88.7,153.54c6.92,12.06,20.84,18.26,34.43,15.36l112.32-24.26c13.59,9.2,27.82,17.43,42.56,24.64l26.3,81.83v-140.27c-11.41-5.68-22.45-12.09-33.02-19.2l-22.66-15.3-116.22,25.02-65.34-113.15,79.81-88.19-1.92-27.14c-.92-13.38-.92-26.81,0-40.19l1.92-27.14-79.68-88.19,65.28-113.15,116.22,25.09,22.66-15.36c11.13-7.49,22.77-14.2,34.82-20.1l24.51-11.97,36.35-113.09h130.62l36.54,113.15,24.45,11.9c12.04,5.88,23.65,12.6,34.75,20.1l22.59,15.23,116.29-24.96,65.34,113.15-35.09,38.74c19.7,9.45,38.27,20.87,55.48,33.98l42.58-46.99c9.35-10.3,10.98-25.46,4.03-37.5Z'/%3e%3c/g%3e%3c/svg%3e",lB=Object.freeze(Object.defineProperty({__proto__:null,default:aB},Symbol.toStringTag,{value:"Module"})),uB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M928,512h-448c-17.67,0-32,14.33-32,32v384c0,17.67,14.33,32,32,32h448c17.67,0,32-14.33,32-32v-384c0-17.67-14.33-32-32-32ZM896,896h-384v-320h384v320Z'/%3e%3crect%20x='576'%20y='448'%20width='64'%20height='160'%20rx='32'%20ry='32'/%3e%3crect%20x='768'%20y='448'%20width='64'%20height='160'%20rx='32'%20ry='32'/%3e%3crect%20x='480'%20y='640'%20width='448'%20height='64'/%3e%3crect%20x='576'%20y='768'%20width='96'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='736'%20y='768'%20width='96'%20height='64'%20rx='32'%20ry='32'/%3e%3c/g%3e%3cpath%20d='M384,720.58v-67.25c-113.01,24.69-192,81.06-192,146.67,0,5.4.54,10.74,1.59,16h65.24c-1.86-4.57-2.83-9.24-2.83-14,0-34.79,51.48-65.17,128-81.42Z'/%3e%3cpath%20d='M384,874.13c-149.14-52.72-256-194.93-256-362.13,0-212.08,171.92-384,384-384,188.71,0,345.62,136.12,377.91,315.52,2.05,1.47,4.08,2.96,6.09,4.48h59.46c-31.06-217.1-217.77-384-443.46-384-247.42,0-448,200.58-448,448,0,202.94,134.95,374.37,320,429.45v-67.32Z'/%3e%3cpath%20d='M380.81,524.17c12.73-17,27.21-32.82,43.2-47.26-24.63-23.32-40.01-56.31-40.01-92.91,0-70.69,57.31-128,128-128s128,57.31,128,128h64c0-106.04-85.96-192-192-192s-192,85.96-192,192c0,55.3,23.39,105.14,60.81,140.17Z'/%3e%3c/svg%3e",cB=Object.freeze(Object.defineProperty({__proto__:null,default:uB},Symbol.toStringTag,{value:"Module"})),fB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M288,896h448c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-448c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3crect%20x='480'%20y='768'%20width='64'%20height='176'/%3e%3cpath%20d='M736,256c-53.02,0-96,42.98-96,96s42.98,96,96,96,96-42.98,96-96-42.98-96-96-96ZM736,384c-17.67,0-32-14.33-32-32s14.33-32,32-32,32,14.33,32,32-14.33,32-32,32Z'/%3e%3ccircle%20cx='248'%20cy='736'%20r='32'/%3e%3crect%20x='143.19'%20y='573.54'%20width='363.78'%20height='64'%20rx='32'%20ry='32'%20transform='translate(-361.87%20584.3)%20rotate(-60)'/%3e%3crect%20x='514.16'%20y='469.67'%20width='256.36'%20height='64'%20rx='31.77'%20ry='31.77'%20transform='translate(-113.29%20807.12)%20rotate(-60)'/%3e%3crect%20x='355.61'%20y='497.23'%20width='283.05'%20height='64'%20rx='32'%20ry='32'%20transform='translate(331.22%20-177.67)%20rotate(30)'/%3e%3cpath%20d='M832,128H192c-70.69,0-128,57.31-128,128v384c0,70.69,57.31,128,128,128h56v-64h-56c-35.35,0-64-28.65-64-64v-384c0-35.35,28.65-64,64-64h640c35.35,0,64,28.65,64,64v384c0,35.35-28.65,64-64,64h-352v64h352c70.69,0,128-57.31,128-128v-384c0-70.69-57.31-128-128-128Z'/%3e%3c/svg%3e",dB=Object.freeze(Object.defineProperty({__proto__:null,default:fB},Symbol.toStringTag,{value:"Module"})),hB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='480'%20y='64'%20width='64'%20height='128'/%3e%3crect%20x='480'%20y='832'%20width='64'%20height='128'/%3e%3crect%20x='64'%20y='480'%20width='128'%20height='64'/%3e%3crect%20x='832'%20y='480'%20width='128'%20height='64'/%3e%3cpath%20d='M512,192c-176.73,0-320,143.27-320,320s143.27,320,320,320,320-143.27,320-320-143.27-320-320-320ZM512,768c-141.38,0-256-114.62-256-256s114.62-256,256-256,256,114.62,256,256-114.62,256-256,256Z'/%3e%3ccircle%20cx='512'%20cy='512'%20r='64'/%3e%3c/svg%3e",pB=Object.freeze(Object.defineProperty({__proto__:null,default:hB},Symbol.toStringTag,{value:"Module"})),vB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M288,896h448c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-448c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3crect%20x='480'%20y='768'%20width='64'%20height='176'/%3e%3ccircle%20cx='768'%20cy='320'%20r='64'/%3e%3cpath%20d='M832,128H192c-70.69,0-128,57.31-128,128v384c0,70.69,57.31,128,128,128h640c70.69,0,128-57.31,128-128v-384c0-70.69-57.31-128-128-128ZM896,640c0,35.35-28.65,64-64,64H192c-35.35,0-64-28.65-64-64v-384c0-35.35,28.65-64,64-64h640c35.35,0,64,28.65,64,64v384Z'/%3e%3cpath%20d='M512,256c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM512,576c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3c/svg%3e",gB=Object.freeze(Object.defineProperty({__proto__:null,default:vB},Symbol.toStringTag,{value:"Module"})),mB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='576'%20y='768'%20width='192'%20height='64'/%3e%3cpath%20d='M64,640v192c0,70.69,57.31,128,128,128h640c70.69,0,128-57.31,128-128v-192H64ZM896,832c0,35.35-28.65,64-64,64H192c-35.35,0-64-28.65-64-64v-128h768v128Z'/%3e%3crect%20x='-133.91'%20y='336.69'%20width='633.8'%20height='64'%20rx='32'%20ry='32'%20transform='translate(-223.97%20430.38)%20rotate(-72.22)'/%3e%3crect%20x='240'%20y='64'%20width='544'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='256'%20y='256'%20width='192'%20height='64'%20rx='32'%20ry='32'%20transform='translate(64%20640)%20rotate(-90)'/%3e%3crect%20x='320'%20y='320'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='524.11'%20y='336.69'%20width='633.8'%20height='64'%20rx='32'%20ry='32'%20transform='translate(746.69%201282.11)%20rotate(-107.78)'/%3e%3cpath%20d='M512,224c-92.89,0-170.37,54.97-188.16,128h67.45c17.57-37.28,64.98-64,120.71-64,70.69,0,128,42.98,128,96s-57.31,96-128,96c-37.91,0-71.96-12.36-95.4-32h-80.61c29.63,56.51,97.28,96,176.01,96,106.04,0,192-71.63,192-160s-85.96-160-192-160Z'/%3e%3c/svg%3e",xB=Object.freeze(Object.defineProperty({__proto__:null,default:mB},Symbol.toStringTag,{value:"Module"})),yB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3crect%20x='1840'%20y='968'%20width='64'%20height='144'/%3e%3cg%3e%3cpath%20d='M1840,1096h896v32c0,17.66-14.34,32-32,32h-832c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cg%3e%3cpath%20d='M2288,264c-123.71,0-224,100.29-224,224s100.29,224,224,224,224-100.29,224-224-100.29-224-224-224ZM2288,648c-88.37,0-160-71.63-160-160s71.63-160,160-160,160,71.63,160,160-71.63,160-160,160Z'/%3e%3cg%3e%3cpath%20d='M2288,840c212.08,0,384,57.31,384,128h64c0-106.04-200.58-192-448-192s-448,85.96-448,192h64c0-70.69,171.92-128,384-128Z'/%3e%3cpath%20d='M2108.67,1144c54.91,10.29,115.56,16,179.33,16s124.42-5.71,179.33-16h-358.65Z'/%3e%3c/g%3e%3c/g%3e%3crect%20x='2672'%20y='968'%20width='64'%20height='160'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath%20d='M1352,496c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM1352,816c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M1032,1136h640v32c0,17.66-14.34,32-32,32h-576c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cpath%20d='M1352,944c-176.73,0-320,71.63-320,160,0,5.4.54,10.74,1.59,16h62.41v-16h.07c2.9-50.99,116.37-92,255.93-92s253.03,41.01,255.93,92h.07v16h62.41c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160Z'/%3e%3crect%20x='1032'%20y='1104'%20width='64'%20height='64'/%3e%3crect%20x='1608'%20y='1104'%20width='64'%20height='72'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M512,256c-88.37,0-160,71.63-160,160s71.63,160,160,160,160-71.63,160-160-71.63-160-160-160ZM512,512c-53.02,0-96-42.98-96-96s42.98-96,96-96,96,42.98,96,96-42.98,96-96,96Z'/%3e%3cpath%20d='M512,704c106.04,0,192,14.33,192,32h64c0-53.02-114.62-96-256-96s-256,42.98-256,96h64c0-17.67,85.96-32,192-32Z'/%3e%3cpath%20d='M256,768h512v32c0,17.66-14.34,32-32,32h-448c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3crect%20x='256'%20y='736'%20width='64'%20height='56'/%3e%3crect%20x='704'%20y='736'%20width='64'%20height='56'/%3e%3c/g%3e%3cpath%20d='M1312,104c17.67,0,32,14.33,32,32h64c0-53.02-42.98-96-96-96s-96,42.98-96,96h64c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M928,128h-352v64h320v704H128V192h320v-64H96c-17.6,0-32,14.4-32,32v768c0,17.6,14.4,32,32,32h832c17.6,0,32-14.4,32-32V160c0-17.6-14.4-32-32-32Z'/%3e%3cpath%20d='M512,128c35.35,0,64,28.65,64,64h64c0-70.69-57.31-128-128-128s-128,57.31-128,128h64c0-35.35,28.65-64,64-64Z'/%3e%3c/svg%3e",bB=Object.freeze(Object.defineProperty({__proto__:null,default:yB},Symbol.toStringTag,{value:"Module"})),wB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64h-288v64h256v256h64V96c0-17.67-14.33-32-32-32Z'/%3e%3cpath%20d='M896,896h-256v64h288c17.67,0,32-14.33,32-32v-288h-64v256Z'/%3e%3cpath%20d='M128,640h-64v288c0,17.67,14.33,32,32,32h288v-64H128v-256Z'/%3e%3cpath%20d='M128,128h256v-64H96c-17.67,0-32,14.33-32,32v288h64V128Z'/%3e%3cpath%20d='M192,512c0,17.67,14.33,32,32,32h576c17.67,0,32-14.33,32-32s-14.33-32-32-32H224c-17.67,0-32,14.33-32,32Z'/%3e%3c/svg%3e",EB=Object.freeze(Object.defineProperty({__proto__:null,default:wB},Symbol.toStringTag,{value:"Module"})),_B="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H96c-17.67,0-32,14.33-32,32v832c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM896,896H128V128h768v768Z'/%3e%3cpath%20d='M376,640h272l48,128h72l-192-512h-128l-192,512h72l48-128ZM496,320h32l96,256h-224l96-256Z'/%3e%3crect%20x='768'%20y='256'%20width='64'%20height='192'/%3e%3ccircle%20cx='800'%20cy='512'%20r='32'/%3e%3c/svg%3e",CB=Object.freeze(Object.defineProperty({__proto__:null,default:_B},Symbol.toStringTag,{value:"Module"})),SB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M736,416c-10.84,0-21.52.68-32,1.99v286.01h286.01c1.31-10.48,1.99-21.16,1.99-32,0-141.38-114.62-256-256-256ZM768,482c83.15,11.9,149.46,75.97,164.69,158h-164.69v-158Z'/%3e%3cpath%20d='M894.63,768c-25.34,78.9-99.31,136-186.63,136-108.25,0-196-87.75-196-196,0-84.34,53.27-156.23,128-183.88v-68.06c-110.41,28.42-192,128.65-192,247.93,0,141.38,114.62,256,256,256,119.29,0,219.52-81.59,247.93-192h-57.3Z'/%3e%3cpolygon%20points='544%20448%20544%20320%20768%20320%20768%20256%20256%20256%20256%20320%20480%20320%20480%20448%20544%20448'/%3e%3cg%3e%3cpath%20d='M96,64h160v64H96c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'/%3e%3cpath%20d='M96,64h0c17.66,0,32,14.34,32,32v160H64V96c0-17.66,14.34-32,32-32Z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M800,64h160v64h-160c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'%20transform='translate(1728%20192)%20rotate(180)'/%3e%3cpath%20d='M896,64h64v160c0,17.66-14.34,32-32,32h0c-17.66,0-32-14.34-32-32V64h0Z'%20transform='translate(1856%20320)%20rotate(180)'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M96,896h160v64H96c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'/%3e%3cpath%20d='M64,768h64v160c0,17.66-14.34,32-32,32h0c-17.66,0-32-14.34-32-32v-160h0Z'/%3e%3c/g%3e%3c/svg%3e",AB=Object.freeze(Object.defineProperty({__proto__:null,default:SB},Symbol.toStringTag,{value:"Module"})),BB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M192,512c0,17.67,14.33,32,32,32h224v-64h-224c-17.67,0-32,14.33-32,32Z'/%3e%3cpath%20d='M736,416c-10.84,0-21.52.68-32,1.99v286.01h286.01c1.31-10.48,1.99-21.16,1.99-32,0-141.38-114.62-256-256-256ZM768,482c83.15,11.9,149.46,75.97,164.69,158h-164.69v-158Z'/%3e%3cpath%20d='M894.63,768c-25.34,78.9-99.31,136-186.63,136-108.25,0-196-87.75-196-196,0-84.34,53.27-156.23,128-183.88v-68.06c-110.41,28.42-192,128.65-192,247.93,0,141.38,114.62,256,256,256,119.29,0,219.52-81.59,247.93-192h-57.3Z'/%3e%3cg%3e%3cpath%20d='M96,64h160v64H96c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'/%3e%3cpath%20d='M96,64h0c17.66,0,32,14.34,32,32v160H64V96c0-17.66,14.34-32,32-32Z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M800,64h160v64h-160c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'%20transform='translate(1728%20192)%20rotate(180)'/%3e%3cpath%20d='M896,64h64v160c0,17.66-14.34,32-32,32h0c-17.66,0-32-14.34-32-32V64h0Z'%20transform='translate(1856%20320)%20rotate(180)'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M96,896h160v64H96c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'/%3e%3cpath%20d='M64,768h64v160c0,17.66-14.34,32-32,32h0c-17.66,0-32-14.34-32-32v-160h0Z'/%3e%3c/g%3e%3c/svg%3e",FB=Object.freeze(Object.defineProperty({__proto__:null,default:BB},Symbol.toStringTag,{value:"Module"})),TB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M736,416c-10.84,0-21.52.68-32,1.99v286.01h286.01c1.31-10.48,1.99-21.16,1.99-32,0-141.38-114.62-256-256-256ZM768,640v-158c83.15,11.9,149.46,75.97,164.69,158h-164.69Z'/%3e%3cpath%20d='M708,903.99h0c-108.25.01-196-87.74-196-195.99,0-84.34,53.27-156.23,128-183.88v-68.06c-110.41,28.42-192,128.65-192,247.93,0,141.38,114.62,256,256,256,119.29,0,219.52-81.59,247.93-192h-57.3c-25.34,78.9-99.31,136-186.63,136Z'/%3e%3cg%3e%3cpath%20d='M512,192c-123.71,0-224,100.29-224,224,0,76.12,37.97,143.35,96,183.83v-87.94c-20.09-26.75-32-59.96-32-95.89.1-88.32,71.68-159.9,160-160,77.29,0,141.92,55.08,156.78,128h64.93c-15.53-108.55-108.87-192-221.71-192Z'/%3e%3cpath%20d='M384,681.32c-157.14-56.12-266.81-201.57-308.8-265.32,52.67-79.94,211.52-288,436.8-288,199.53,0,346.92,163.17,414.59,256h77.89c-56.33-86.76-232-320-492.49-320C192,64,0,416,0,416c0,0,141.5,259.4,384,332.84v-67.51Z'/%3e%3c/g%3e%3c/svg%3e",DB=Object.freeze(Object.defineProperty({__proto__:null,default:TB},Symbol.toStringTag,{value:"Module"})),OB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,896v-256c0-212.08-171.92-384-384-384s-384,171.92-384,384v256h-64v64h896v-64h-64ZM192,640c0-176.73,143.27-320,320-320s320,143.27,320,320v256H192v-256Z'/%3e%3crect%20x='480'%20y='64'%20width='64'%20height='128'/%3e%3crect%20x='120'%20y='195.88'%20width='64'%20height='128'%20transform='translate(-139.24%20183.6)%20rotate(-45)'/%3e%3crect%20x='808'%20y='227.88'%20width='128'%20height='64'%20transform='translate(71.64%20692.71)%20rotate(-45)'/%3e%3cpath%20d='M256,640h64c0-106.04,85.96-192,192-192v-64c-141.38,0-256,114.62-256,256Z'/%3e%3c/svg%3e",MB=Object.freeze(Object.defineProperty({__proto__:null,default:OB},Symbol.toStringTag,{value:"Module"})),IB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='488'%20y='512'%20width='448'%20height='64'%20rx='32'%20ry='32'/%3e%3cg%3e%3crect%20x='520.28'%20y='753.14'%20width='383.45'%20height='64'%20rx='32'%20ry='32'%20transform='translate(660.28%201843.77)%20rotate(-135)'/%3e%3crect%20x='520'%20y='753.14'%20width='384'%20height='64'%20rx='32'%20ry='32'%20transform='translate(1770.64%20836.85)%20rotate(135)'/%3e%3c/g%3e%3cg%3e%3crect%20x='223.76'%20y='64'%20width='64'%20height='896'%20rx='32'%20ry='32'/%3e%3crect%20x='291.65'%20y='732.12'%20width='64'%20height='256'%20rx='32'%20ry='32'%20transform='translate(702.99%2023.07)%20rotate(45)'/%3e%3crect%20x='155.88'%20y='732.12'%20width='64'%20height='256'%20rx='32'%20ry='32'%20transform='translate(-553.17%20384.78)%20rotate(-45)'/%3e%3c/g%3e%3cg%3e%3crect%20x='679.76'%20y='64'%20width='64'%20height='448'%20rx='32'%20ry='32'/%3e%3crect%20x='747.65'%20y='284.12'%20width='64'%20height='256'%20rx='32'%20ry='32'%20transform='translate(519.76%20-430.59)%20rotate(45)'/%3e%3crect%20x='611.88'%20y='284.12'%20width='64'%20height='256'%20rx='32'%20ry='32'%20transform='translate(-102.82%20576)%20rotate(-45)'/%3e%3c/g%3e%3c/svg%3e",RB=Object.freeze(Object.defineProperty({__proto__:null,default:IB},Symbol.toStringTag,{value:"Module"})),PB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,128H96c-17.66,0-32,14.34-32,32v256s128-16,128,96-128,96-128,96v256c0,17.66,14.34,32,32,32h832c17.66,0,32-14.34,32-32V160c0-17.66-14.34-32-32-32ZM896,832H128v-160s128-8,128-160-128-160-128-160v-160h768v640Z'/%3e%3crect%20x='352'%20y='256'%20width='64'%20height='128'/%3e%3crect%20x='352'%20y='448'%20width='64'%20height='128'/%3e%3crect%20x='352'%20y='640'%20width='64'%20height='128'/%3e%3crect%20x='512'%20y='384'%20width='320'%20height='64'/%3e%3crect%20x='512'%20y='576'%20width='320'%20height='64'/%3e%3c/svg%3e",$B=Object.freeze(Object.defineProperty({__proto__:null,default:PB},Symbol.toStringTag,{value:"Module"})),kB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='352'%20y='256'%20width='64'%20height='128'/%3e%3crect%20x='352'%20y='448'%20width='64'%20height='128'/%3e%3crect%20x='352'%20y='640'%20width='64'%20height='128'/%3e%3crect%20x='512'%20y='576'%20width='320'%20height='64'/%3e%3cpath%20d='M928,128h-32v704H128v-160s128-8,128-160-128-160-128-160v-160h384v-64H96c-17.67,0-32,14.33-32,32v256s128-16,128,96-128,96-128,96v256c0,17.66,14.34,32,32,32h832c17.66,0,32-14.34,32-32V160c0-17.67-14.33-32-32-32Z'/%3e%3cpath%20d='M606,448h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30ZM640,128h128v224l-64-72.29-64,72.39v-224.1Z'/%3e%3c/svg%3e",LB=Object.freeze(Object.defineProperty({__proto__:null,default:kB},Symbol.toStringTag,{value:"Module"})),HB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M-440,64c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM-440,384c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M-760,704H-120v32c0,17.66-14.34,32-32,32h-576c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cpath%20d='M-440,512c-176.73,0-320,71.63-320,160,0,5.4.54,10.74,1.59,16h62.41v-16h.07c2.9-50.99,116.37-92,255.93-92s253.03,41.01,255.93,92h.07v16h62.41c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160h0Z'/%3e%3crect%20x='-760'%20y='672'%20width='64'%20height='64'/%3e%3crect%20x='-184'%20y='672'%20width='64'%20height='72'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M128,896h768v32c0,17.66-12.29,32-27.43,32H155.43c-15.14,0-27.43-14.34-27.43-32v-32h0Z'/%3e%3cpath%20d='M512,128c-123.71,0-224,100.29-224,224s100.29,224,224,224,224-100.29,224-224-100.29-224-224-224ZM512,512c-88.37,0-160-71.63-160-160s71.63-160,160-160,160,71.63,160,160-71.63,160-160,160Z'/%3e%3crect%20x='128'%20y='800'%20width='64'%20height='115'/%3e%3crect%20x='832'%20y='800'%20width='64'%20height='128'/%3e%3cpath%20d='M191.88,800c0-53.02,143.27-96,320-96s320,42.98,320,96h63.88c-4.97-88.73-174.94-160-383.88-160s-378.91,71.27-383.88,160h63.88Z'/%3e%3c/g%3e%3c/svg%3e",VB=Object.freeze(Object.defineProperty({__proto__:null,default:HB},Symbol.toStringTag,{value:"Module"})),NB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M512,64c-247.42,0-448,200.58-448,448s200.58,448,448,448,448-200.58,448-448S759.42,64,512,64ZM512,896c-212.08,0-384-171.92-384-384s171.92-384,384-384,384,171.92,384,384-171.92,384-384,384Z'/%3e%3cpath%20d='M512,192c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM512,512c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M258.83,816c-1.86-4.57-2.83-9.24-2.83-14,0-51.91,114.62-94,256-94s256,42.09,256,94c0,4.76-.97,9.43-2.83,14h65.24c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160s-320,71.63-320,160c0,5.4.54,10.74,1.59,16h65.24Z'/%3e%3c/svg%3e",zB=Object.freeze(Object.defineProperty({__proto__:null,default:NB},Symbol.toStringTag,{value:"Module"})),jB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M512,128c-384,0-448,384-448,384,0,0,64,384,448,384s448-384,448-384c0,0-64-384-448-384ZM512,832c-328,0-384-320-384-320,0,0,72-320,384-320s384,320,384,320c0,0-56,320-384,320Z'/%3e%3cpath%20d='M768,512c0-176.73-114.62-320-256-320s-256,143.27-256,320,114.62,320,256,320,256-143.27,256-320ZM512,768c-106.04,0-192-114.62-192-256s85.96-256,192-256,192,114.62,192,256-85.96,256-192,256Z'/%3e%3c/svg%3e",qB=Object.freeze(Object.defineProperty({__proto__:null,default:jB},Symbol.toStringTag,{value:"Module"})),UB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M448,64H128c-17.67,0-32,14.33-32,32v256c0,17.67,14.33,32,32,32h320c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM416,320H160v-192h256v192Z'/%3e%3cpath%20d='M448,448H128c-17.67,0-32,14.33-32,32v448c0,17.67,14.33,32,32,32h320c17.67,0,32-14.33,32-32v-448c0-17.67-14.33-32-32-32ZM416,896H160v-384h256v384Z'/%3e%3cpath%20d='M896,64h-320c-17.67,0-32,14.33-32,32v832c0,17.67,14.33,32,32,32h320c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM864,896h-256V128h256v768Z'/%3e%3c/svg%3e",ZB=Object.freeze(Object.defineProperty({__proto__:null,default:UB},Symbol.toStringTag,{value:"Module"})),WB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='288'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='320'%20y='256'%20width='384'%20height='64'/%3e%3cpath%20d='M919.28,128H104.73c-22.49,0-40.73,15.63-40.73,34.91v698.18c0,19.28,18.23,34.91,40.73,34.91h814.55c22.49,0,40.73-15.63,40.73-34.91V162.91c0-19.28-18.23-34.91-40.73-34.91ZM896,832H128V192h768v640Z'/%3e%3cpath%20d='M208,767.99h608c8,0,16-7.81,16-17.45v-349.09c0-9.64-8-17.45-16-17.45H208c-8,0-16,7.81-16,17.45v349.09c0,9.64,8,17.45,16,17.45ZM224,416h576v320H224v-320Z'/%3e%3crect%20x='544'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='288'%20y='608'%20width='192'%20height='64'/%3e%3crect%20x='544'%20y='608'%20width='192'%20height='64'/%3e%3c/svg%3e",GB=Object.freeze(Object.defineProperty({__proto__:null,default:WB},Symbol.toStringTag,{value:"Module"})),KB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='288'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='320'%20y='256'%20width='192'%20height='64'/%3e%3cpath%20d='M192,401.45v349.09c0,9.64,8,17.45,16,17.45h608c8,0,16-7.81,16-17.45v-238.54h-32v224H224v-320h288v-32H208c-8,0-16,7.81-16,17.45Z'/%3e%3crect%20x='288'%20y='608'%20width='192'%20height='64'/%3e%3crect%20x='544'%20y='608'%20width='192'%20height='64'/%3e%3cpath%20d='M919.28,128h-23.28v704H128V192h384v-64H104.73c-22.49,0-40.73,15.63-40.73,34.91v698.18c0,19.28,18.23,34.91,40.73,34.91h814.55c22.49,0,40.73-15.63,40.73-34.91V162.91c0-19.28-18.23-34.91-40.73-34.91Z'/%3e%3cpath%20d='M606,448h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30ZM640,128h128v224l-64-72.29-64,72.39v-224.1Z'/%3e%3c/svg%3e",YB=Object.freeze(Object.defineProperty({__proto__:null,default:KB},Symbol.toStringTag,{value:"Module"})),XB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='370.33'%20y='249.68'%20width='590.45'%20height='64'%20rx='32'%20ry='32'%20transform='translate(514.55%20-425.07)%20rotate(55)'/%3e%3crect%20x='67.67'%20y='246.76'%20width='584.17'%20height='64'%20rx='32'%20ry='32'%20transform='translate(794.45%20143.96)%20rotate(125)'/%3e%3cpath%20d='M832,463.06v32.94h-55.4c34.96,41.03,55.4,90.6,55.4,144,0,141.38-143.27,256-320,256s-320-114.62-320-256c0-53.4,20.45-102.97,55.4-144h-55.4v-32.94c-40.43,50.68-64,111.52-64,176.94,0,176.73,171.92,320,384,320s384-143.27,384-320c0-65.42-23.57-126.26-64-176.94Z'/%3e%3ccircle%20cx='352'%20cy='544'%20r='32'/%3e%3ccircle%20cx='352'%20cy='672'%20r='32'/%3e%3ccircle%20cx='480'%20cy='800'%20r='32'/%3e%3cpath%20d='M384,664s8,64,96,104v64s-112-8-160-152l64-16Z'/%3e%3c/svg%3e",JB=Object.freeze(Object.defineProperty({__proto__:null,default:XB},Symbol.toStringTag,{value:"Module"})),QB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M782.62,169.88l48.63,48.63c12.5,12.5,12.5,32.76,0,45.25h0c-12.5,12.5-32.76,12.5-45.25,0l-48.63-48.63c-12.5-12.5-12.5-32.76,0-45.25h0c12.5-12.5,32.76-12.5,45.25,0Z'/%3e%3cpath%20d='M786.01,218.51l113.14-113.14c12.5-12.5,32.76-12.5,45.25,0h0c12.5,12.5,12.5,32.76,0,45.25l-113.14,113.14c-12.5,12.5-32.76,12.5-45.25,0h0c-12.5-12.5-12.5-32.76,0-45.25h0Z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M788.86,489.88l48.63,48.63c12.5,12.5,12.5,32.76,0,45.25h0c-12.5,12.5-32.76,12.5-45.25,0l-48.63-48.63c-12.5-12.5-12.5-32.76,0-45.25h0c12.5-12.5,32.76-12.5,45.25,0Z'/%3e%3cpath%20d='M792.23,538.51l113.14-113.14c12.5-12.5,32.76-12.5,45.25,0h0c12.5,12.5,12.5,32.76,0,45.25l-113.14,113.14c-12.5,12.5-32.76,12.5-45.25,0h0c-12.5-12.5-12.5-32.76,0-45.25Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='224'%20y='160'%20width='448'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M224,64H96c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32V96c0-17.6-14.4-32-32-32ZM192,256h-64v-128h64v128Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='224'%20y='480'%20width='448'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M224,384H96c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32v-192c0-17.6-14.4-32-32-32ZM192,576h-64v-128h64v128Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='224'%20y='800'%20width='448'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M224,704H96c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32v-192c0-17.6-14.4-32-32-32ZM192,896h-64v-128h64v128Z'/%3e%3c/g%3e%3c/svg%3e",eF=Object.freeze(Object.defineProperty({__proto__:null,default:QB},Symbol.toStringTag,{value:"Module"})),tF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function rF(e,t){return M(),z("svg",tF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M317.056 128L128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64"},null,-1),L("path",{fill:"currentColor",d:"M64 320h896v64H64z"},null,-1),L("path",{fill:"currentColor",d:"M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z"},null,-1)])])}const nF=ce({name:"ep-box",render:rF}),oF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function sF(e,t){return M(),z("svg",oF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64"},null,-1)])])}const iF=ce({name:"ep-calendar",render:sF}),aF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function lF(e,t){return M(),z("svg",aF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64m128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64m128 640a64 64 0 1 1 0-128a64 64 0 0 1 0 128"},null,-1)])])}const uF=ce({name:"ep-cellphone",render:lF}),cF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function fF(e,t){return M(),z("svg",cF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M160 826.88L273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800L147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"},null,-1),L("path",{fill:"currentColor",d:"M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"},null,-1)])])}const dF=ce({name:"ep-chat-line-square",render:fF}),hF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function pF(e,t){return M(),z("svg",hF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"m161.92 580.736l29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264"},null,-1),L("path",{fill:"currentColor",d:"m161.92 388.736l29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264"},null,-1),L("path",{fill:"currentColor",d:"M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224s-188.544 224-416 224m0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160s155.328 160 352 160"},null,-1)])])}const vF=ce({name:"ep-coin",render:pF}),gF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function mF(e,t){return M(),z("svg",gF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M896 324.096c0-42.368-2.496-55.296-9.536-68.48a52.35 52.35 0 0 0-22.144-22.08c-13.12-7.04-26.048-9.536-68.416-9.536H228.096c-42.368 0-55.296 2.496-68.48 9.536a52.35 52.35 0 0 0-22.08 22.144c-7.04 13.12-9.536 26.048-9.536 68.416v375.808c0 42.368 2.496 55.296 9.536 68.48a52.35 52.35 0 0 0 22.144 22.08c13.12 7.04 26.048 9.536 68.416 9.536h567.808c42.368 0 55.296-2.496 68.48-9.536a52.35 52.35 0 0 0 22.08-22.144c7.04-13.12 9.536-26.048 9.536-68.416zm64 0v375.808c0 57.088-5.952 77.76-17.088 98.56c-11.136 20.928-27.52 37.312-48.384 48.448S852.928 864 795.968 864H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.3 116.3 0 0 1-48.448-48.384c-11.136-20.864-17.088-41.6-17.088-98.56V324.032c0-57.088 5.952-77.76 17.088-98.56c11.136-20.928 27.52-37.312 48.384-48.448s41.6-17.088 98.56-17.088H795.84c57.088 0 77.76 5.952 98.56 17.088c20.928 11.136 37.312 27.52 48.448 48.384s17.088 41.6 17.088 98.56z"},null,-1),L("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"},null,-1)])])}const xF=ce({name:"ep-credit-card",render:mF}),yF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function bF(e,t){return M(),z("svg",yF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"},null,-1)])])}const wF=ce({name:"ep-document",render:bF}),EF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function _F(e,t){return M(),z("svg",EF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"},null,-1)])])}const CF=ce({name:"ep-document-copy",render:_F}),SF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function AF(e,t){return M(),z("svg",SF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M128 384v448h768V384zm-32-64h832a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32m64-128h704v64H160zm96-128h512v64H256z"},null,-1)])])}const BF=ce({name:"ep-files",render:AF}),FF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function TF(e,t){return M(),z("svg",FF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"},null,-1),L("path",{fill:"currentColor",d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"},null,-1)])])}const DF=ce({name:"ep-film",render:TF}),OF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function MF(e,t){return M(),z("svg",OF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384L128 512l192 128z"},null,-1)])])}const IF=ce({name:"ep-fold",render:MF}),RF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function PF(e,t){return M(),z("svg",RF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32"},null,-1)])])}const $F=ce({name:"ep-folder",render:PF}),kF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function LF(e,t){return M(),z("svg",kF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M480 320h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"},null,-1),L("path",{fill:"currentColor",d:"M887.01 72.99C881.01 67 873.34 64 864 64H160c-9.35 0-17.02 3-23.01 8.99C131 78.99 128 86.66 128 96v832c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V96c0-9.35-3-17.02-8.99-23.01M192 896V128h96v768zm640 0H352V128h480z"},null,-1),L("path",{fill:"currentColor",d:"M480 512h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32m0 192h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"},null,-1)])])}const HF=ce({name:"ep-memo",render:LF}),VF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function NF(e,t){return M(),z("svg",VF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M288 384h448v64H288zm96-128h256v64H384zM131.456 512H384v128h256V512h252.544L721.856 192H302.144zM896 576H704v128H320V576H128v256h768zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128"},null,-1)])])}const zF=ce({name:"ep-message-box",render:NF}),jF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function qF(e,t){return M(),z("svg",jF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M256 640v192h640V384H768v-64h150.976c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H233.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096c-2.688-5.184-4.224-10.368-4.224-24.576V640z"},null,-1),L("path",{fill:"currentColor",d:"M768 192H128v448h640zm64-22.976v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096C65.536 682.432 64 677.248 64 663.04V169.024c0-14.272 1.472-19.456 4.288-24.64a29.06 29.06 0 0 1 12.096-12.16C85.568 129.536 90.752 128 104.96 128h685.952c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64z"},null,-1),L("path",{fill:"currentColor",d:"M448 576a160 160 0 1 1 0-320a160 160 0 0 1 0 320m0-64a96 96 0 1 0 0-192a96 96 0 0 0 0 192"},null,-1)])])}const UF=ce({name:"ep-money",render:qF}),ZF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function WF(e,t){return M(),z("svg",ZF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M544 768v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768H192A128 128 0 0 1 64 640V256a128 128 0 0 1 128-128h640a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128zM192 192a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64z"},null,-1)])])}const GF=ce({name:"ep-monitor",render:WF}),KF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function YF(e,t){return M(),z("svg",KF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M192 128v704h384V128zm-32-64h448a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"},null,-1),L("path",{fill:"currentColor",d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"},null,-1),L("path",{fill:"currentColor",d:"M640 384v448h192V384zm-32-64h256a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H608a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32"},null,-1)])])}const XF=ce({name:"ep-office-building",render:YF}),JF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function QF(e,t){return M(),z("svg",JF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M448 68.48v64.832A384.128 384.128 0 0 0 512 896a384.13 384.13 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512A448.13 448.13 0 0 1 448 68.48"},null,-1),L("path",{fill:"currentColor",d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28M512 64V33.152A448 448 0 0 1 990.848 512H512z"},null,-1)])])}const eT=ce({name:"ep-pie-chart",render:QF}),tT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function rT(e,t){return M(),z("svg",tT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118m-361.412 0a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118M512 361.412a30.12 30.12 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.12 30.12 0 0 0 512 361.412M512 512a30.12 30.12 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.12 30.12 0 0 0 512 512"},null,-1)])])}const nT=ce({name:"ep-scale-to-original",render:rT}),oT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function sT(e,t){return M(),z("svg",oT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"m795.904 750.72l124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704a352 352 0 0 0 0 704"},null,-1)])])}const iT=ce({name:"ep-search",render:sT}),aT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function lT(e,t){return M(),z("svg",aT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M224 160a64 64 0 0 0-64 64v576a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64V224a64 64 0 0 0-64-64zm0-64h576a128 128 0 0 1 128 128v576a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V224A128 128 0 0 1 224 96"},null,-1),L("path",{fill:"currentColor",d:"M384 416a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"},null,-1),L("path",{fill:"currentColor",d:"M480 320h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32m160 416a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"},null,-1),L("path",{fill:"currentColor",d:"M288 640h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1)])])}const uT=ce({name:"ep-set-up",render:lT}),cT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function fT(e,t){return M(),z("svg",cT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357 357 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a352 352 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357 357 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088l-24.512 11.968a294 294 0 0 0-34.816 20.096l-22.656 15.36l-116.224-25.088l-65.28 113.152l79.68 88.192l-1.92 27.136a293 293 0 0 0 0 40.192l1.92 27.136l-79.808 88.192l65.344 113.152l116.224-25.024l22.656 15.296a294 294 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152l24.448-11.904a288 288 0 0 0 34.752-20.096l22.592-15.296l116.288 25.024l65.28-113.152l-79.744-88.192l1.92-27.136a293 293 0 0 0 0-40.256l-1.92-27.136l79.808-88.128l-65.344-113.152l-116.288 24.96l-22.592-15.232a288 288 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384a192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256a128 128 0 0 0 0-256"},null,-1)])])}const dT=ce({name:"ep-setting",render:fT}),hT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function pT(e,t){return M(),z("svg",hT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M247.47 358.4v.04c.07 19.17 7.72 37.53 21.27 51.09s31.92 21.2 51.09 21.27c39.86 0 72.41-32.6 72.41-72.4s-32.6-72.36-72.41-72.36s-72.36 32.55-72.36 72.36"},null,-1),L("path",{fill:"currentColor",d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.66 196.66 0 0 0-57.61 139.08V698.7c-.01 25.84 5.08 51.42 14.96 75.29s24.36 45.56 42.63 63.83s39.95 32.76 63.82 42.65a196.7 196.7 0 0 0 75.28 14.98h167.68c3.03 0 5.46-2.43 5.46-5.42V133.42c.6-2.99-1.83-5.42-5.46-5.42m-56.11 705.88H324.7c-17.76.13-35.36-3.33-51.75-10.18s-31.22-16.94-43.61-29.67c-25.3-25.35-39.81-59.1-39.81-95.32V324.69c-.13-17.75 3.33-35.35 10.17-51.74a131.7 131.7 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.66 196.66 0 0 0-139.08-57.61H580.48c-3.03 0-4.82 2.43-4.82 4.82v757.16c-.6 2.99 1.79 5.42 5.42 5.42h118.23a196.7 196.7 0 0 0 139.08-57.61A196.66 196.66 0 0 0 896 699.31V325.29a196.7 196.7 0 0 0-57.61-139.08m-111.3 441.92c-42.83 0-77.82-34.99-77.82-77.82s34.98-77.82 77.82-77.82c42.83 0 77.82 34.99 77.82 77.82s-34.99 77.82-77.82 77.82"},null,-1)])])}const vT=ce({name:"ep-switch-filled",render:pT}),gT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function mT(e,t){return M(),z("svg",gT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h192v64H320zm0 384h384v64H320z"},null,-1)])])}const xT=ce({name:"ep-tickets",render:mT}),yT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function bT(e,t){return M(),z("svg",yT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048L192 444.8L508.8 128l316.8 316.8l-45.312 45.248z"},null,-1)])])}const wT=ce({name:"ep-upload",render:bT}),ET={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function _T(e,t){return M(),z("svg",ET,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M640 288h-64V128H128v704h384v32a32 32 0 0 0 32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h512a32 32 0 0 1 32 32z"},null,-1),L("path",{fill:"currentColor",d:"M128 320v512h768V320zm-32-64h832a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32"},null,-1),L("path",{fill:"currentColor",d:"M704 640a64 64 0 1 1 0-128a64 64 0 0 1 0 128"},null,-1)])])}const CT=ce({name:"ep-wallet",render:_T}),ST={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function AT(e,t){return M(),z("svg",ST,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896a448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768a384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0a48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"},null,-1)])])}const BT=ce({name:"ep-warning",render:AT}),FT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function TT(e,t){return M(),z("svg",FT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4"},null,-1)])])}const DT=ce({name:"mdi-account",render:TT}),OT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function MT(e,t){return M(),z("svg",OT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M10 4a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4m7 8a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 19 12zm-7 2c-4.42 0-8 1.79-8 4v2h9.68a7 7 0 0 1-.68-3a7 7 0 0 1 .64-2.91c-.53-.06-1.08-.09-1.64-.09m8 1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"},null,-1)])])}const IT=ce({name:"mdi-account-cog",render:MT}),RT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function PT(e,t){return M(),z("svg",RT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 5.5A3.5 3.5 0 0 1 15.5 9a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 9A3.5 3.5 0 0 1 12 5.5M5 8c.56 0 1.08.15 1.53.42c-.15 1.43.27 2.85 1.13 3.96C7.16 13.34 6.16 14 5 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3m14 0a3 3 0 0 1 3 3a3 3 0 0 1-3 3c-1.16 0-2.16-.66-2.66-1.62a5.54 5.54 0 0 0 1.13-3.96c.45-.27.97-.42 1.53-.42M5.5 18.25c0-2.07 2.91-3.75 6.5-3.75s6.5 1.68 6.5 3.75V20h-13zM0 20v-1.5c0-1.39 1.89-2.56 4.45-2.9c-.59.68-.95 1.62-.95 2.65V20zm24 0h-3.5v-1.75c0-1.03-.36-1.97-.95-2.65c2.56.34 4.45 1.51 4.45 2.9z"},null,-1)])])}const $T=ce({name:"mdi-account-group",render:PT}),kT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function LT(e,t){return M(),z("svg",kT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M11.5 1L2 6v2h19V6m-5 4v7h3v-7M2 22h19v-3H2m8-9v7h3v-7m-9 0v7h3v-7z"},null,-1)])])}const HT=ce({name:"mdi-bank",render:LT}),VT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function NT(e,t){return M(),z("svg",VT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 21.5c-1.35-.85-3.8-1.5-5.5-1.5c-1.65 0-3.35.3-4.75 1.05c-.1.05-.15.05-.25.05c-.25 0-.5-.25-.5-.5V6c.6-.45 1.25-.75 2-1c1.11-.35 2.33-.5 3.5-.5c1.95 0 4.05.4 5.5 1.5c1.45-1.1 3.55-1.5 5.5-1.5c1.17 0 2.39.15 3.5.5c.75.25 1.4.55 2 1v14.6c0 .25-.25.5-.5.5c-.1 0-.15 0-.25-.05c-1.4-.75-3.1-1.05-4.75-1.05c-1.7 0-4.15.65-5.5 1.5M12 8v11.5c1.35-.85 3.8-1.5 5.5-1.5c1.2 0 2.4.15 3.5.5V7c-1.1-.35-2.3-.5-3.5-.5c-1.7 0-4.15.65-5.5 1.5m1 3.5c1.11-.68 2.6-1 4.5-1c.91 0 1.76.09 2.5.28V9.23c-.87-.15-1.71-.23-2.5-.23q-2.655 0-4.5.84zm4.5.17c-1.71 0-3.21.26-4.5.79v1.69c1.11-.65 2.6-.99 4.5-.99c1.04 0 1.88.08 2.5.24v-1.5c-.87-.16-1.71-.23-2.5-.23m2.5 2.9c-.87-.16-1.71-.24-2.5-.24c-1.83 0-3.33.27-4.5.8v1.69c1.11-.66 2.6-.99 4.5-.99c1.04 0 1.88.08 2.5.24z"},null,-1)])])}const zT=ce({name:"mdi-book-open-variant",render:NT}),jT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function qT(e,t){return M(),z("svg",jT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M9 10v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2zm2-7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1V1h2v2h8V1h2v2zm0 16V8H5v11zM9 14v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2z"},null,-1)])])}const UT=ce({name:"mdi-calendar-month",render:qT}),ZT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function WT(e,t){return M(),z("svg",ZT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M18 15c0 2.6-1.2 4.9-3.1 6.3l-.5-.5l-2.1-2.1l1.4-1.4l1.2 1.2c.5-.7.9-1.6 1-2.5H14v-2h1.9c-.2-.9-.5-1.7-1-2.5l-1.2 1.2l-1.4-1.4l1.2-1.2c-.7-.5-1.6-.9-2.5-1V11H9V9.1c-.9.2-1.7.5-2.5 1l3 3c.2 0 .3-.1.5-.1a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2c0-.2 0-.3.1-.5l-3-3c-.5.7-.9 1.6-1 2.5H6v2H4.1c.2.9.5 1.7 1 2.5l1.2-1.2l1.4 1.4l-2.6 2.6C3.2 19.9 2 17.6 2 15c0-4.42 3.58-8 8-8s8 3.58 8 8m5-10c0-1.66-1.34-3-3-3s-3 1.34-3 3c0 1.3.84 2.4 2 2.82V11h2V7.82C22.16 7.4 23 6.3 23 5m-3 1c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"},null,-1)])])}const GT=ce({name:"mdi-car-speed-limiter",render:WT}),KT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function YT(e,t){return M(),z("svg",KT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M19 3c1.1 0 2 .9 2 2v4.17L19.83 8H15c-2.21 0-4 1.79-4 4v9H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 20a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h4l4 4v7c0 1.11-.89 2-2 2zm6-8.17L18.17 12H18v3h3z"},null,-1)])])}const XT=ce({name:"mdi-clipboard-file",render:YT}),JT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function QT(e,t){return M(),z("svg",JT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 15.5A3.5 3.5 0 0 1 8.5 12A3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97s-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64z"},null,-1)])])}const eD=ce({name:"mdi-cog",render:QT}),tD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function rD(e,t){return M(),z("svg",tD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z"},null,-1)])])}const nD=ce({name:"mdi-file-document",render:rD}),oD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function sD(e,t){return M(),z("svg",oD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-2 16c-2.05 0-3.81-1.24-4.58-3h1.71c.63.9 1.68 1.5 2.87 1.5a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 9.5c-1.35 0-2.5.78-3.1 1.9l1.6 1.6h-4V9l1.3 1.3C8.69 8.92 10.23 8 12 8a5 5 0 0 1 5 5a5 5 0 0 1-5 5"},null,-1)])])}const iD=ce({name:"mdi-file-restore",render:sD}),aD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function lD(e,t){return M(),z("svg",aD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M20 5a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7c0-1.11.89-2 2-2zM5 16h14l-4.5-6l-3.5 4.5l-2.5-3z"},null,-1)])])}const uD=ce({name:"mdi-image-area",render:lD}),cD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function fD(e,t){return M(),z("svg",cD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M16.5 11L13 7.5l1.4-1.4l2.1 2.1L20.7 4l1.4 1.4zM11 7H2v2h9zm10 6.4L19.6 12L17 14.6L14.4 12L13 13.4l2.6 2.6l-2.6 2.6l1.4 1.4l2.6-2.6l2.6 2.6l1.4-1.4l-2.6-2.6zM11 15H2v2h9z"},null,-1)])])}const dD=ce({name:"mdi-list-status",render:fD}),hD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function pD(e,t){return M(),z("svg",hD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M3 4v12h18V4zm0-2h18a2 2 0 0 1 2 2v12c0 .53-.21 1.04-.59 1.41c-.37.38-.88.59-1.41.59h-7v2h2v2H8v-2h2v-2H3c-.53 0-1.04-.21-1.41-.59C1.21 17.04 1 16.53 1 16V4c0-1.11.89-2 2-2m7.84 6.93c.31-.3.73-.48 1.16-.48c.43.01.85.18 1.16.49c.3.3.48.72.48 1.15c0 .44-.18.85-.48 1.16c-.31.31-.73.48-1.16.48s-.85-.18-1.16-.48c-.3-.31-.48-.72-.48-1.16c0-.43.18-.85.48-1.16M10.07 12a2.68 2.68 0 0 0 3.86 0c.51-.5.8-1.19.8-1.91s-.29-1.42-.8-1.93s-1.21-.8-1.93-.8s-1.42.29-1.93.8s-.8 1.21-.8 1.93s.29 1.41.8 1.91M6 10.09A6.45 6.45 0 0 1 12 6c2.73 0 5.06 1.7 6 4.09a6.42 6.42 0 0 1-6 4.09c-2.73 0-5.06-1.68-6-4.09"},null,-1)])])}const vD=ce({name:"mdi-monitor-eye",render:pD}),gD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function mD(e,t){return M(),z("svg",gD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15l-1.89 1.07L16 8.61l1.96-1.11zM6.04 7.5L12 10.85l1.96-1.1l-5.88-3.4zM5 15.91l6 3.38v-6.71L5 9.21zm14 0v-6.7l-6 3.37v6.71z"},null,-1)])])}const xD=ce({name:"mdi-package-variant-closed",render:mD}),yD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function bD(e,t){return M(),z("svg",yD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M5 2a1 1 0 0 0-1-1a1 1 0 0 0-1 1v4H1v6h6V6H5zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2H9zm-8 0c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16v-2H1zM21 6V2a1 1 0 0 0-1-1a1 1 0 0 0-1 1v4h-2v6h6V6zm-8-4a1 1 0 0 0-1-1a1 1 0 0 0-1 1v4H9v6h6V6h-2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2h-6z"},null,-1)])])}const wD=ce({name:"mdi-settings-input-component",render:bD}),ED={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function _D(e,t){return M(),z("svg",ED,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M8 11.5A1.5 1.5 0 0 0 6.5 10A1.5 1.5 0 0 0 5 11.5A1.5 1.5 0 0 0 6.5 13A1.5 1.5 0 0 0 8 11.5m7-5A1.5 1.5 0 0 0 13.5 5h-3A1.5 1.5 0 0 0 9 6.5A1.5 1.5 0 0 0 10.5 8h3A1.5 1.5 0 0 0 15 6.5M8.5 15A1.5 1.5 0 0 0 7 16.5A1.5 1.5 0 0 0 8.5 18a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 8.5 15M12 1A11 11 0 0 0 1 12a11 11 0 0 0 11 11a11 11 0 0 0 11-11A11 11 0 0 0 12 1m0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9s9 4.04 9 9s-4.04 9-9 9m5.5-11a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5m-2 5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5"},null,-1)])])}const CD=ce({name:"mdi-settings-input-svideo",render:_D}),SD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function AD(e,t){return M(),z("svg",SD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 3C7.58 3 4 4.79 4 7s3.58 4 8 4s8-1.79 8-4s-3.58-4-8-4M4 9v3c0 2.21 3.58 4 8 4s8-1.79 8-4V9c0 2.21-3.58 4-8 4s-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4s8-1.79 8-4v-3c0 2.21-3.58 4-8 4s-8-1.79-8-4"},null,-1)])])}const BD=ce({name:"mdi-storage",render:AD}),FD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function TD(e,t){return M(),z("svg",FD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 18a6 6 0 0 1-6-6c0-1 .25-1.97.7-2.8L5.24 7.74A7.93 7.93 0 0 0 4 12a8 8 0 0 0 8 8v3l4-4l-4-4m0-11V1L8 5l4 4V6a6 6 0 0 1 6 6c0 1-.25 1.97-.7 2.8l1.46 1.46A7.93 7.93 0 0 0 20 12a8 8 0 0 0-8-8"},null,-1)])])}const DD=ce({name:"mdi-sync",render:TD}),OD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function MD(e,t){return M(),z("svg",OD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M2 12A10 10 0 1 0 12 2A10 10 0 0 0 2 12m13.6 1.72A4 4 0 0 0 16 12a4 4 0 0 0-4-4v2L8.88 7L12 4v2a6 6 0 0 1 6 6a5.9 5.9 0 0 1-.93 3.19M6 12a5.9 5.9 0 0 1 .93-3.19l1.47 1.47A4 4 0 0 0 8 12a4 4 0 0 0 4 4v-2l3 3l-3 3v-2a6 6 0 0 1-6-6"},null,-1)])])}const ID=ce({name:"mdi-sync-circle",render:MD}),RD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function PD(e,t){return M(),z("svg",RD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M9 14V8H5l7-7l7 7h-4v6zm-4 4v-2h14v2zm14 2H5v2h14z"},null,-1)])])}const $D=ce({name:"mdi-upload-multiple",render:PD}),kD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function LD(e,t){return M(),z("svg",kD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M3 19h6v-7H3zm7 0h12v-7H10zM3 5v6h19V5z"},null,-1)])])}const HD=ce({name:"mdi-view-compact",render:LD}),VD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function ND(e,t){return M(),z("svg",VD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 2a7 7 0 0 1 7 7a7 7 0 0 1-7 7a7 7 0 0 1-7-7a7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5a5 5 0 0 0 5 5a5 5 0 0 0 5-5a5 5 0 0 0-5-5m0 2a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3M6 22a2 2 0 0 1-2-2c0-.38.1-.73.29-1.03l1.82-3.16A9 9 0 0 0 12 18c2.25 0 4.31-.83 5.89-2.19l1.82 3.16c.19.3.29.65.29 1.03a2 2 0 0 1-2 2z"},null,-1)])])}const zD=ce({name:"mdi-web-camera",render:ND}),Pl=(e,t)=>{const r=e.__vccOpts||e;for(const[n,o]of t)r[n]=o;return r},jD=Object.assign({components:{IMdiAccount:DT,IMdiAccountGroup:$T,IMdiAccountCog:IT,IMdiBank:HT,IMdiCog:eD,IMdiBookOpenVariant:zT,IMdiImageArea:uD,IMdiFileDocument:nD,IMdiViewCompact:HD,IMdiClipboardFile:XT,IMdiSettingsInputSvideo:CD,IMdiPackageVariantClosed:xD,IMdiListStatus:dD,IMdiCarSpeedLimiter:GT,IMdiUploadMultiple:$D,IMdiSettingsInputComponent:wD,IMdiMonitorEye:vD,IMdiCalendarMonth:UT,IMdiStorage:BD,IMdiWebCamera:zD,IMdiFileRestore:iD,IMdiSync:DD,IMdiSyncCircle:ID,IEpDocument:wF,IEpSearch:iT,IEpDocumentCopy:CF,IEpCellphone:uF,IEpFold:IF,IEpFiles:BF,IEpMessageBox:zF,IEpSetting:dT,IEpMemo:HF,IEpTickets:xT,IEpChatLineSquare:dF,IEpMoney:UF,IEpFilm:DF,IEpWarning:BT,IEpScaleToOriginal:nT,IEpSwitchFilled:vT,IEpCreditCard:xF,IEpFolder:$F,IEpPieChart:eT,IEpWallet:CT,IEpSetUp:uT,IEpUpload:wT,IEpOfficeBuilding:XF,IEpBox:nF,IEpCalendar:iF,IEpCoin:vF,IEpMonitor:GF}},{__name:"CustomIcon",props:{icon:{type:String,required:!0}},setup(e){const t=e,r=Object.assign({"/src/assets/icons/archive.svg":dA,"/src/assets/icons/bill.svg":pA,"/src/assets/icons/billArchive.svg":gA,"/src/assets/icons/billReject.svg":xA,"/src/assets/icons/billReview.svg":bA,"/src/assets/icons/billType.svg":EA,"/src/assets/icons/checkRule.svg":CA,"/src/assets/icons/companyUser.svg":AA,"/src/assets/icons/dataSyn.svg":FA,"/src/assets/icons/dataSynIndex.svg":DA,"/src/assets/icons/deductibleTaxRule.svg":MA,"/src/assets/icons/dictionaries.svg":RA,"/src/assets/icons/documentType.svg":$A,"/src/assets/icons/externalSystem.svg":LA,"/src/assets/icons/fileType.svg":VA,"/src/assets/icons/group.svg":zA,"/src/assets/icons/interface.svg":qA,"/src/assets/icons/invoice.svg":ZA,"/src/assets/icons/invoiceFieldMapping.svg":GA,"/src/assets/icons/invoicePool.svg":YA,"/src/assets/icons/invoicePoolIn.svg":JA,"/src/assets/icons/invoicePoolOut.svg":eB,"/src/assets/icons/invoiceType.svg":rB,"/src/assets/icons/logOpenapi.svg":oB,"/src/assets/icons/logOu.svg":iB,"/src/assets/icons/logSys.svg":lB,"/src/assets/icons/logUser.svg":cB,"/src/assets/icons/monitorBusiness.svg":dB,"/src/assets/icons/monitorNode.svg":pB,"/src/assets/icons/monitorSys.svg":gB,"/src/assets/icons/restore.svg":xB,"/src/assets/icons/role.svg":bB,"/src/assets/icons/scan.svg":EB,"/src/assets/icons/sensitiveWord.svg":CB,"/src/assets/icons/statOcr.svg":AB,"/src/assets/icons/statScan.svg":FB,"/src/assets/icons/statVerify.svg":DB,"/src/assets/icons/supplier.svg":MB,"/src/assets/icons/throttling.svg":RB,"/src/assets/icons/ticket.svg":$B,"/src/assets/icons/ticketType.svg":LB,"/src/assets/icons/user.svg":VB,"/src/assets/icons/userOnline.svg":zB,"/src/assets/icons/verify.svg":qB,"/src/assets/icons/view.svg":ZB,"/src/assets/icons/voucher.svg":GB,"/src/assets/icons/voucherType.svg":YB,"/src/assets/icons/watermark.svg":JB,"/src/assets/icons/whitelists.svg":eF});function n(s){return decodeURIComponent(s.replace(/^data:image\/svg\+xml,/,""))}const o=D(()=>{if(t.icon.startsWith("i-custom-")){const i=`/src/assets/icons/${uv(t.icon.slice(9))}.svg`,a=r[i];if(a){let l=n(a.default||a);return l=l.replace(/^<svg /,'<svg fill="currentColor" '),Pe("svg",{innerHTML:l,class:"icon"})}else return`${t.icon}`}else return`${t.icon}`});return(s,i)=>w(o)?(M(),ne(qe(w(o)),{key:0,class:"icon",fill:"currentColor"})):ue("",!0)}}),qD=Pl(jD,[["__scopeId","data-v-7d542881"]]),UD={class:"w-full flex overflow-hidden items-center"},ZD={class:"flex-1 truncate"},WD=te({components:{ElMenuItem:Yy,ElSubMenu:Xy},__name:"MostMenuItem",props:{data:{default:()=>[]}},setup(e){return(t,r)=>{const n=qD,o=tt,s=_t("most-menu-item",!0),i=X2("tooltip");return M(!0),z(Xe,null,en(e.data,a=>(M(),ne(qe(a.children?.length?"el-sub-menu":"el-menu-item"),{key:a.index,index:a.index,route:a.route,teleported:"","popper-class":"y-scroll-scrollbar"},{title:ee(()=>[L("div",UD,[ae(o,{class:"shrink-0"},{default:ee(()=>[ae(n,{icon:a.icon||"i-ep-document"},null,8,["icon"])]),_:2},1024),it((M(),z("span",ZD,[gr(Fe(a.name),1)])),[[i]])])]),default:ee(()=>[a.children?.length?(M(),ne(s,{key:0,data:a.children},null,8,["data"])):ue("",!0)]),_:2},1032,["index","route"]))),128)}}});function GD(e,t="children"){const r=[];function n(o){for(const s of o){const i=s[t];!i||i.length===0?r.push(s):n(i)}}return n(e),r}const KD={class:"aside"},YD={class:"py-4 overflow-hidden size-full"},XD=te({__name:"NavbarAside",props:{currentModule:{}},setup(e,{expose:t}){const r=e,{t:n,locale:o}=xo(),s=r1(),i=n1();let a=null;function l(){return a||(a=cA()),a}const u=q({}),c=D(()=>u.value[o.value]||{}),v=D(()=>r.currentModule?c.value[r.currentModule]||[]:[]),d=D(()=>GD(v.value)),h=q([]),f=D(()=>{if(!h.value.length)return[];const T=[];let C=0,S=v.value;for(;C<h.value.length;){const A=h.value[C++],O=S.find(j=>j.index===A);if(!O)break;T.push(O),O.children&&(S=O.children)}return T}),p=at({currentLocaleAndModuleMenuDataArray:d,currentOpenedMenusData:f});function g(T,C,S,A="children"){const O=new Map,j=[];return T.forEach(X=>{const K={...X,[A]:[]};O.set(X[C],K)}),T.forEach(X=>{const K=X[S];if(K){const H=O.get(K);H&&H[A].push(O.get(X[C]))}else j.push(O.get(X[C]))}),j}async function y(T,C="",S){return await Promise.all(T.map(async O=>{let{functionName:j,businessTypeCode:X,functionId:K,documentType:H,businessKey:P,iconCls:G,children:J}=O;const R=j,I=K.split("||");X||=I[0],H||=I[1],P||=I[2];const k=`${C}/${X}`,V={path:k};S[X]={name:R,path:k};const se={index:k,route:V,name:R,icon:G.replace(/^el-icon-/g,"i-ep-")};if(K==="bill"&&J?.length||K==="archive")try{const le=await l();le.success&&(se.children=m(le.data,k))}catch(le){console.error("获取分类树数据失败:",le)}else J?.length&&K!=="voucher"&&(se.children=await y(J,k,S));return se}))}function m(T,C){return Array.isArray(T)?T.map(S=>{const{id:A,businessTypeCode:O,businessTypeName:j,children:X,documentType:K,businessKey:H,iconCls:P}=S,G=O||A,J=`${C}/${G}`,k={index:J,route:{path:J},name:j||G,icon:P?P.replace(/^el-icon-/g,"i-ep-"):"i-ep-folder"};return X?.length&&(k.children=m(X,J)),k}):[]}function x(T,C){const S=T.map(A=>{const{name:O,displayName:j,parentType:X,queryContext:K}=A,H=`${C}/${O}`,P={path:H,query:K?{queryContext:encodeURIComponent(K)}:void 0};return{index:H,name:j||O,route:P,parentType:X,icon:"i-ep-document"}});return g(S,"index","parentType")}const b={explorer:async()=>{const T=await Promise.all([iA(),aA()]),C="/explorer/",S=`${C}search`,A=`${C}type`,O=`${C}view`,j=[{index:S,route:{path:S},name:n("button.search"),icon:"i-ep-search"},{index:A,route:{path:A},name:n("label.document"),icon:"i-ep-folder"},{index:O,route:{path:O},name:n("label.view"),icon:"i-ep-folder"}];return T.forEach((X,K)=>{if(X?.success){const H=j[K+1];H.children=x(X.data,H.index)}}),j},monitor:async()=>{const T="/monitor/";return[{index:`${T}system`,route:{path:`${T}system`},name:n("label.system"),icon:"i-custom-monitor-sys"},{index:`${T}business`,route:{path:`${T}business`},name:n("label.business"),icon:"i-custom-monitor-business"},{index:`${T}nodes`,route:{path:`${T}nodes`},name:n("label.nodes"),icon:"i-custom-monitor-node"}]}};function _(T){const C=T[0];return C.children?.length?_(C.children):C}async function E(T){const C=w(o),S=u.value;if(C in S||(S[C]={}),T in S[C])return;let A;if(T in b)A=await b[T]();else{const{data:O,success:j}=await lA(T);if(!j)return;A=await y(O,`/${T}`,{})}S[C][T]=A,A.length&&be(()=>{const O=_(A);if(!O)return;s.addRoute({path:`/${T}`,redirect:O.route.path}),new RegExp(`^\\/${T}\\/?$`).test(i.path)&&B(O.route)})}function B(T){s.push(T)}function F(T,C){const S=i.path;C.includes(S)||C.push(S),h.value=C}return Zn(()=>{const T=r.currentModule;T&&E(T)}),t(p),(T,C)=>{const S=WD,A=Ky,O=Of;return M(),z("aside",KD,[L("div",YD,[ae(O,{height:"100%",class:"w-full"},{default:ee(()=>[ae(A,{class:"border-0! overflow-x-hidden","default-active":w(i).path,"unique-opened":"",router:"",style:{"--el-menu-item-height":"42px","--el-menu-sub-item-height":"42px"},onOpen:F},{default:ee(()=>[ae(S,{data:w(v)},null,8,["data"])]),_:1},8,["default-active"])]),_:1})])])}}}),JD={};function QD(e,t){return M(),z("div")}const eO=Pl(JD,[["render",QD]]),tO={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function rO(e,t){return M(),z("svg",tO,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128"},null,-1),L("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"},null,-1)])])}const nO=ce({name:"ep-switch-button",render:rO}),oO={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function sO(e,t){return M(),z("svg",oO,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"},null,-1),L("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"},null,-1)])])}const iO=ce({name:"ep-lock",render:sO}),aO={class:"dialog-footer"},lO=te({__name:"RestPasswordButton",setup(e){const{t}=xo(),r=q(!1),n=q(),o=at({oldPwd:"",newPwd:"",repeatPwd:""});function s(d,h,f){if(h.trim()==="")f(new Error(t("message.requiredField",{field:t("label.newPwd")})));else if(h===o.oldPwd)f(new Error(t("message.new-password-cannot-be-same-as-old")));else if(!/(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[!@#$^&*]).{8,16}/.test(h))f(new Error(t("message.password-must-contain-uppercase-lowercase-number-special-char")));else{if(o.repeatPwd!==""){if(!n.value)return;n.value.validateField("repeatPwd")}f()}}function i(d,h,f){h.trim()===""?f(new Error(t("message.requiredField",{field:t("label.newPwd")}))):h!==o.newPwd?f(new Error(t("message.two-inputs-dont-match"))):f()}function a(d,h,f){h.trim()===""?f(new Error(t("message.requiredField",{field:t("label.oldPwd")}))):f()}const l=at({oldPwd:[{required:!0,trigger:"blur",validator:a}],newPwd:[{required:!0,validator:s,trigger:"blur"}],repeatPwd:[{required:!0,validator:i,trigger:"blur"}]});function u(d){d&&d.validate(h=>{if(!h)return;if(!sessionStorage.getItem("userId"))return Mo.error(t("message.user-error")),js();const p=R2(o.oldPwd),g=R2(o.newPwd);sA({newPwd:g,oldPwd:p}).then(()=>{r.value=!1,Mo({message:t("message.successAction",{action:t("button.modify")}),type:"success",onClose:()=>{js()}})})})}function c(d){d&&d.resetFields()}function v(){r.value=!1}return(d,h)=>{const f=iO,p=tt,g=gl,y=Tf,m=Fy,x=By,b=P9;return M(),z(Xe,null,[ae(g,{text:"",title:w(t)("button.change-password"),onClick:h[0]||(h[0]=_=>r.value=!0)},{default:ee(()=>[ae(p,{size:"20px"},{default:ee(()=>[ae(f)]),_:1})]),_:1},8,["title"]),ae(b,{modelValue:w(r),"onUpdate:modelValue":h[3]||(h[3]=_=>$o(r)?r.value=_:null),title:w(t)("button.change-password"),"before-close":v,"close-on-click-modal":!1,"close-on-press-escape":!1,"append-to-body":""},{footer:ee(()=>[L("div",aO,[ae(g,{onClick:h[1]||(h[1]=_=>c(w(n)))},{default:ee(()=>[gr(Fe(w(t)("button.reset")),1)]),_:1}),ae(g,{type:"primary",onClick:h[2]||(h[2]=_=>u(w(n)))},{default:ee(()=>[gr(Fe(w(t)("button.save")),1)]),_:1})])]),default:ee(()=>[ae(x,{ref_key:"ruleFormRef",ref:n,model:w(o),"status-icon":"",rules:w(l),"label-width":"auto",class:"demo-ruleForm"},{default:ee(()=>[(M(!0),z(Xe,null,en(w(o),(_,E)=>(M(),ne(m,{key:E,label:w(t)(`label.${E}`),prop:E},{default:ee(()=>[ae(y,{modelValue:w(o)[E],"onUpdate:modelValue":B=>w(o)[E]=B,type:"password",autocomplete:"off"},null,8,["modelValue","onUpdate:modelValue"])]),_:2},1032,["label","prop"]))),128))]),_:1},8,["model","rules"])]),_:1},8,["modelValue","title"])],64)}}}),uO={width:"1.2em",height:"1.2em",fill:"currentColor",id:"_图层_1",xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 1024 1024"};function cO(e,t){return M(),z("svg",uO,[...t[0]||(t[0]=[L("path",{d:"M512,64c-247.42,0-448,200.58-448,448s200.58,448,448,448,448-200.58,448-448S759.42,64,512,64ZM512,896c-212.08,0-384-171.92-384-384s171.92-384,384-384,384,171.92,384,384-171.92,384-384,384Z"},null,-1),L("path",{d:"M512,192c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM512,512c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z"},null,-1),L("path",{d:"M258.83,816c-1.86-4.57-2.83-9.24-2.83-14,0-51.91,114.62-94,256-94s256,42.09,256,94c0,4.76-.97,9.43-2.83,14h65.24c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160s-320,71.63-320,160c0,5.4.54,10.74,1.59,16h65.24Z"},null,-1)])])}const fO=ce({name:"custom-user-online",render:cO}),dO={class:"flex items-center justify-between header pl-[20px] pr-[5px]"},hO={class:"flex flex-col pt-[5px]"},pO={class:"title"},vO={class:"subtitle"},gO={class:"flex flex-shrink-0 items-center h-full gap-2"},mO={id:"module"},xO={class:"flex items-center px-2"},yO={class:"ml-[3px] text-[14px]"},bO=te({__name:"NavbarHeader",props:H3({logoSrc:{},title:{},functions:{default:()=>[]},userName:{}},{modelValue:{required:!0},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,r=V3(e,"modelValue"),n=window.__BASE_URL__||"/",o=n+t.logoSrc,{t:s,locale:i}=xo(),a=r1();function l(){const v=w(r),d=new URL(`${n}${v}`,window.location.href);a.push(d.pathname)}function u(v){if(!v)return;const d=new URL(`${n}${v}`,window.location.href);a.push(d.pathname)}function c(){Jb.alert(s("message.loginOut"),s("label.tip"),{type:"warning",confirmButtonText:s("button.confirm"),callback:v=>{v==="confirm"&&(Dl.remove("digest"),window.location.replace(`${n}logout`))}})}return(v,d)=>{const h=xb,f=mb,p=fO,g=tt,y=lO,m=nO,x=gl;return M(),z("header",dO,[L("div",{class:"flex items-center gap-2 cursor-pointer logo flex-shrink-0",onClick:l},[L("img",{class:"max-h-full",src:o,alt:"logo"}),L("div",hO,[L("div",pO,Fe(t.title?.[w(i)]),1),L("div",vO,Fe(t.title?.en),1)])]),d[2]||(d[2]=L("div",{id:"header__slot",class:"flex-1"},null,-1)),L("div",gO,[L("div",mO,[e.functions?(M(),ne(f,{key:0,modelValue:r.value,"onUpdate:modelValue":d[0]||(d[0]=b=>r.value=b),class:"select","value-key":"functionId",onChange:u},{default:ee(()=>[(M(!0),z(Xe,null,en(e.functions,b=>(M(),ne(h,{key:b.functionId,label:b.functionName,value:b.functionId,class:"el-select-options-el"},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])):ue("",!0)]),d[1]||(d[1]=L("div",{class:"divider"},null,-1)),L("div",xO,[ae(g,{size:"20px"},{default:ee(()=>[ae(p)]),_:1}),L("span",yO,Fe(t.userName),1)]),ae(y),ae(x,{text:"",title:w(s)("button.logout"),onClick:c},{default:ee(()=>[ae(g,{size:"20px"},{default:ee(()=>[ae(m)]),_:1})]),_:1},8,["title"])])])}}}),wO=Pl(bO,[["__scopeId","data-v-187418b5"]]),EO=te({__name:"App",setup(e){const{locale:t}=xo(),r=n1(),{t:n}=xo(),o=q(),s=D(()=>o.value?.userName||""),i=q(""),a=q(),l=q(),u=!1,c=sf(ge("appProps",{}),{logoSrc:"/logo.png",title:{"zh-CN":"XX系统"}});function v(g){const y=g.match(/^\/([^/]+)/);return y?y[1]:null}function d(){return Mo.error({message:n("message.noModuleIdAuthority"),duration:3e3,onClose:()=>{js()}}),""}function h(g){return!g||!a.value.some(y=>y.functionId===g)?(d(),!1):!0}async function f(){const{success:g,data:y}=await uA();g&&(o.value=y,a.value=y.functions)}function p(){if(!a.value)return;const g=v(r.path);!g||!h(g)||(i.value=g)}return Ve(()=>{f()}),Zn(()=>{p()}),(g,y)=>{const m=y9;return M(),ne(Y2,{to:"#root",disabled:u},[ae(m,{locale:w(wS)[w(t)]},{default:ee(()=>[ae(wO,{id:"header",modelValue:w(i),"onUpdate:modelValue":y[0]||(y[0]=x=>$o(i)?i.value=x:null),functions:w(a),class:"page-navbar fixed top-0 left-0 right-0 h-[var(--navbar-height,55px)]",title:w(c).title,"logo-src":w(c).logoSrc,"user-name":w(s)},null,8,["modelValue","functions","title","logo-src","user-name"]),ae(XD,{id:"menu",ref_key:"navbarAsideRef",ref:l,class:"page-navbar fixed top-[var(--navbar-height,55px)] bottom-0 left-0 w-[var(--navbar-width,230px)]","current-module":w(i)},null,8,["current-module"]),ae(eO)]),_:1},8,["locale"])])}}}),v3=N3({createApp:Da,appOptions:{render(){const{name:e}=this;return Pe(EO,{name:e})}},handleInstance:(e,t)=>{e.provide("appProps",t),qS({app:e,props:t},["i18n","directive","router"])}}),g3=oA("main"),KO=[g3.bootstrap,v3.bootstrap];let mo=[];async function YO(e){mo.length?mo.forEach(t=>t.style.display="block"):(mo=Array.from(document.querySelectorAll(".page-navbar")),await g3.mount(e),await v3.mount(e))}async function XO(){mo.length&&mo.forEach(e=>e.style.display="none")}export{KO as bootstrap,YO as mount,XO as unmount};
30
+ `,r+="-----END PUBLIC KEY-----",r},t.hasPublicKeyProperty=function(r){return r=r||{},r.hasOwnProperty("n")&&r.hasOwnProperty("e")},t.hasPrivateKeyProperty=function(r){return r=r||{},r.hasOwnProperty("n")&&r.hasOwnProperty("e")&&r.hasOwnProperty("d")&&r.hasOwnProperty("p")&&r.hasOwnProperty("q")&&r.hasOwnProperty("dmp1")&&r.hasOwnProperty("dmq1")&&r.hasOwnProperty("coeff")},t.prototype.parsePropertiesFrom=function(r){this.n=r.n,this.e=r.e,r.hasOwnProperty("d")&&(this.d=r.d,this.p=r.p,this.q=r.q,this.dmp1=r.dmp1,this.dmq1=r.dmq1,this.coeff=r.coeff)},t})(BC),MC={},ji,IC=typeof process<"u"?(ji=MC)===null||ji===void 0?void 0:ji.npm_package_version:void 0,RC=(function(){function e(t){t===void 0&&(t={}),this.default_key_size=t.default_key_size?parseInt(t.default_key_size,10):1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=t.key||null}return e.prototype.setKey=function(t){t?(this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new I2(t)):!this.key&&this.log&&console.error("A key was not set.")},e.prototype.setPrivateKey=function(t){this.setKey(t)},e.prototype.setPublicKey=function(t){this.setKey(t)},e.prototype.decrypt=function(t){try{return this.getKey().decrypt(C2(t))}catch{return!1}},e.prototype.encrypt=function(t){try{return vo(this.getKey().encrypt(t))}catch{return!1}},e.prototype.encryptOAEP=function(t){try{return vo(this.getKey().encrypt(t,AC))}catch{return!1}},e.prototype.sign=function(t,r,n){r===void 0&&(r=function(o){return o}),n===void 0&&(n="");try{return vo(this.getKey().sign(t,r,n))}catch{return!1}},e.prototype.signSha256=function(t){return this.sign(t,function(r){return O2(Ca(r))},"sha256")},e.prototype.verify=function(t,r,n){n===void 0&&(n=function(o){return o});try{return this.getKey().verify(t,C2(r),n)}catch{return!1}},e.prototype.verifySha256=function(t,r){return this.verify(t,r,function(n){return O2(Ca(n))})},e.prototype.getKey=function(t){if(!this.key){if(this.key=new I2,t&&{}.toString.call(t)==="[object Function]"){this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);return}this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},e.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},e.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},e.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},e.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},e.version=IC,e})();function Sa(e,t=""){return sessionStorage.getItem(e)||Dl.get(e)||localStorage.getItem(e)||t}function PC(e=!1){e&&localStorage.setItem("tabClosed",String(Date.now())),window.close(),window.location.href="about:blank"}function js(e=!0){Dl.remove("digest"),window.sessionStorage.clear(),typeof window.location.reload=="function"&&e&&(e===!0&&window.location.reload(),typeof e=="string"&&(e===""?PC():window.location.href=e))}var $C=Object.defineProperty,kC=(e,t,r)=>t in e?$C(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Tn=(e,t,r)=>kC(e,typeof t!="symbol"?t+"":t,r);const LC={loading:!0,isToken:!0,digest:"",loginOut:!0},HC=globalThis.__API_URL__||globalThis.__BASE_URL__||"/",VC=6e4;class NC{constructor({baseURL:t=HC,timeout:r=VC}={},n=LC){return Tn(this,"instance"),Tn(this,"loadingInstance"),Tn(this,"requestCount",0),Tn(this,"isUnauthorized",!1),Tn(this,"requestMap",new Map),Tn(this,"defaultCustomConfig"),this.instance=Ge.create({baseURL:t,timeout:r,paramsSerializer(o){return Y_.stringify(o,{arrayFormat:"bracket",encode:!0})},withCredentials:!0}),this.loadingInstance=null,this.defaultCustomConfig=n,this.setupInterceptors(),new Proxy(this,{get(o,s){return s==="defaultCustomConfig"?o.defaultCustomConfig:s==="loadingInstance"?o.loadingInstance:s==="createLoadingInstance"?o.createLoadingInstance:o.instance[s]}})}createLoadingInstance(){return Cb.service({lock:!0,target:"#root>.container"})}showLoading(){this.requestCount++,this.requestCount===1&&(this.loadingInstance||(this.loadingInstance=this.createLoadingInstance()))}closeLoading(){var t;this.requestCount--,this.requestCount===0&&((t=this.loadingInstance)==null||t.close(),this.loadingInstance=null)}setupInterceptors(){this.instance.interceptors.request.use(t=>this.handleRequest(t),t=>Promise.reject(t)),this.instance.interceptors.response.use(t=>this.handleResponse(t),t=>this.handleError(t))}handleRequest(t){var r;if(this.isUnauthorized)return Promise.reject(new Error("Unauthorized: Requests blocked due to 401 error"));const n=new AbortController,o=t.data+t.url;t.signal=n.signal,this.requestMap.has(o)&&((r=this.requestMap.get(o))==null||r.abort(),this.requestMap.delete(o)),this.requestMap.set(o,n);const{loading:s,isToken:i,digest:a}=this.defaultCustomConfig,{loading:l=s,isToken:u=i,digest:c=a}=t;l&&this.showLoading();const v=c||Sa("digest"),d=Sa("locale","zh-CN");return v&&u&&(t.headers.Authorization=v),t.headers["Accept-Language"]=d,t}handleResponse(t){const{data:r,config:{loading:n=!0}}=t;return n&&this.closeLoading(),t.status!==200?Mo.error(r.describe):r}handleError(t){var r,n,o;const{message:s,response:i,config:a,status:l}=t,u=(r=a?.loading)!=null?r:!0,c=(n=a?.loginOut)!=null?n:this.defaultCustomConfig.loginOut;return u&&this.closeLoading(),t.response&&(l===401&&(this.isUnauthorized=!0,this.requestMap.forEach(v=>v.abort()),this.requestMap.clear()),Mo.error({message:((o=i?.data)==null?void 0:o.reason)||s,onClose:()=>{this.isUnauthorized&&(this.isUnauthorized=!1,js(c))}})),Promise.reject(t)}}const Qn=new NC;var zC=Object.defineProperty,jC=(e,t,r)=>t in e?zC(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Rn=(e,t,r)=>jC(e,typeof t!="symbol"?t+"":t,r);class qC{constructor(t){Rn(this,"key"),Rn(this,"value1"),Rn(this,"value2"),Rn(this,"value3"),Rn(this,"value4");var r,n,o,s,i;this.key=(r=t?.key)!=null?r:Date.now(),this.value1=(n=t?.value1)!=null?n:"must",this.value2=(o=t?.value2)!=null?o:"",this.value3=(s=t?.value3)!=null?s:"",this.value4=(i=t?.value4)!=null?i:""}serializeQuery(){const{value1:t,value2:r,value3:n,value4:o}=this,s=["exists","missing"].includes(n),i=n==="range",a=n==="wildcard"&&Lg(o)&&!(o.startsWith("*")||o.endsWith("*")),l=i&&gt(o)?{gte:o[0],lte:o[1]}:a?`*${o}*`:o,u=s?{field:r}:{[r]:l};return{[t]:{[n]:u}}}}Rn(qC,"instance");let D0;function UC(){return D0||(D0=new RC,D0.setPublicKey("MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDaDlKuhf7D5QZAUamuwV6pe3MJF4FGo/LSglI0CTq80v7vRCqnYwV/PIhZL+GaSUTLHrIUGCChhNW8u9XpWLM2C3HXKJ1aZXE2zEUGuYIRZiZoH+Yd82jE0iP9IvLouGuwfLHzqhXPUZHW74w5Nopu62I6BZruTiZQHK3T+EGL+wIDAQAB")),D0}function R2(e){return UC().encrypt(e)}function ZC(){return Sa("digest")}function P2(e,t){var r;(r=e.__ro__)==null||r.disconnect();let n=!1;const o=()=>{if(n)return;const{width:i,height:a}=e.getBoundingClientRect();i&&a&&(GC(e,t),n=!0)},s=new ResizeObserver(o);s.observe(e),be(o),e.__ro__=s}const WC={mounted(e,t){P2(e,t)},updated(e,t){P2(e,t)},unmounted(e){var t;(t=e.__ro__)==null||t.disconnect()}};function GC(e,t){if(!!t.value||KC(e)){if(e._tipRoot)return;const n=document.querySelector("#_tooltip_root");n&&n.remove(),e._tipRoot=null,e._tipApp=null;const o="_tooltip_root",s=document.createElement("div");s.id=o,s.classList.add("_tipRoot");const i=Da(ui,{showAfter:1e3,trigger:"hover",virtualRef:e,rawContent:!0,placement:"top",virtualTriggering:!0,content:t.value||e.innerHTML});e._tipRoot=s,e._tipApp=i,document.body.appendChild(s),i&&s&&e._tipApp.mount(`#${o}`)}}function KC(e){return e.scrollWidth>e.offsetWidth||e.scrollHeight>e.offsetHeight}const YC={tooltip:WC},XC=({app:e})=>{Object.entries(YC).forEach(([r,n])=>{e.directive(r,n)}),Object.entries(Object.assign({})).forEach(([r,n])=>{const o=r.match(/\/([^/]+)\.ts$/)?.[1];o&&e.directive(o,n.default)})},JC={download:"Download",edit:"Edit",history:"History",jump:"Jump",move:"Move",selectAll:"Select all",submit:"Submit",update:"Renew",upload:"Upload",view:"Check",cancel:"Cancel",close:"Closure",confirm:"Confirm",create:"New",delete:"Delete",print:"Print",refresh:"Refresh",rename:"Rename",reset:"Reset",scan:"Scanning",visit:"Access"},QC={danger:"Abnormal",id:"Serial number",name:"Name",noChange:"No updates",noData:"No data yet",notFound:"Does not exist",operation:"Operate",permission:"Permissions",property:"Property",read:"Read",remark:"Remark",success:"Success",tip:"Hint",type:"Type",warning:"Warn",write:"Write",all:"All",amount:"Amount",attachment:"Appendix",content:"Content"},eS={confirm:"Are you sure to perform the {0} operation?",enter:"Please enter {0}",error:"{0} Error, please contact the administrator",fail:"{0} failed, please try again later","formal-error":"{0} format error",info:"{0} information","least-num":"At least {0}{1} required",missing:"Missing {0}",noPass:"{0} failed","num-limit":"The quantity of {0} cannot exceed {1}",pass:"{0}passed",permission:"No {0} permission",required:"{0} cannot be empty",select:"Please select {0}","selected-num":"{0} items {1} selected","size-limit":"{0} cannot exceed {1} in size",success:"{0} success",unknown:"Unknown {0}",valid:"Please enter a valid {0}"},tS={button:JC,label:QC,message:eS},rS={create:"新建",update:"更新",delete:"删除",edit:"编辑",view:"查看",upload:"上传",history:"历史",refresh:"刷新",print:"打印",download:"下载",move:"移动",confirm:"确认",cancel:"取消",rename:"重命名",close:"关闭",visit:"访问",selectAll:"全选",jump:"跳转",scan:"扫描",reset:"重置",submit:"提交"},nS={tip:"提示",amount:"金额",remark:"备注",all:"全部",danger:"异常",success:"成功",warning:"警告",operation:"操作",content:"内容",id:"编号",property:"属性",permission:"权限",attachment:"附件",type:"类型",name:"名称",read:"读取",write:"写入",notFound:"不存在",noData:"暂无数据",noChange:"无更新"},oS={success:"{0}成功",fail:"{0}失败,请稍后重试",error:"{0}出错,请联系管理员",pass:"{0}通过",noPass:"{0}未通过",confirm:"确认执行{0}操作吗?",unknown:"未知{0}",missing:"缺少{0}",required:"{0}不能为空",valid:"请输入有效的{0}",enter:"请输入{0}",select:"请选择{0}",permission:"没有{0}权限",info:"{0}信息","size-limit":"{0}大小不能超过{1}","num-limit":"{0}数量不能超过{1}","selected-num":"已选中{0}项{1}","least-num":"至少需要{0}条{1}","formal-error":"{0}格式错误"},sS={button:rS,label:nS,message:oS},iS={cancel:"取消",close:"關閉",confirm:"確認",create:"新建",delete:"刪除",download:"下載",edit:"編輯",history:"歷史",jump:"跳轉",move:"移動",print:"列印",refresh:"重新整理",rename:"重命名",reset:"重置",scan:"掃描",selectAll:"全選",submit:"提交",update:"更新",upload:"上傳",view:"查看",visit:"訪問"},aS={all:"全部",amount:"金額",attachment:"附件",content:"內容",danger:"異常",id:"編號",name:"名稱",noChange:"無更新",noData:"暫無數據",notFound:"不存在",operation:"操作",permission:"權限",property:"屬性",read:"讀取",remark:"備註",success:"成功",tip:"提示",type:"類型",warning:"警告",write:"寫入"},lS={confirm:"確認執行{0}操作嗎?",enter:"請輸入{0}",error:"{0}出錯,請聯繫管理員",fail:"{0}失敗,請稍後重試","formal-error":"{0}格式錯誤",info:"{0}信息","least-num":"至少需要{0}條{1}",missing:"缺少{0}",noPass:"{0}未通過","num-limit":"{0}數量不能超過{1}",pass:"{0}通過",permission:"沒有{0}權限",required:"{0}不能為空",select:"請選擇{0}","selected-num":"已選中{0}項{1}","size-limit":"{0}大小不能超過{1}",success:"{0}成功",unknown:"未知{0}",valid:"請輸入有效的{0}"},uS={button:iS,label:aS,message:lS},cS={en:tS,"zh-CN":sS,"zh-TW":uS},l3=Q2({globalInjection:!0,legacy:!1,locale:"",messages:{}}),fS=Object.fromEntries(Object.entries(cS).map(([e,t])=>[e,async()=>Promise.resolve({default:t})]));l3.global.t;l3.global.te;var dS={name:"zh-cn",el:{breadcrumb:{label:"面包屑"},colorpicker:{confirm:"确定",clear:"清空",defaultLabel:"颜色选择器",description:"当前颜色 {color},按 Enter 键选择新颜色",alphaLabel:"选择透明度的值",alphaDescription:"透明度 {alpha}, 当前颜色 {color}",hueLabel:"选择色相值",hueDescription:"色相 {hue}, 当前颜色 {color}",svLabel:"选择饱和度与明度的值",svDescription:"饱和度 {saturation}, 明度 {brightness}, 当前颜色 {color}",predefineDescription:"选择 {value} 作为颜色"},datepicker:{now:"此刻",today:"今天",cancel:"取消",clear:"清空",confirm:"确定",dateTablePrompt:"使用方向键与 Enter 键可选择日期",monthTablePrompt:"使用方向键与 Enter 键可选择月份",yearTablePrompt:"使用方向键与 Enter 键可选择年份",selectedDate:"已选日期",selectDate:"选择日期",selectTime:"选择时间",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",prevYear:"前一年",nextYear:"后一年",prevMonth:"上个月",nextMonth:"下个月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},weeksFull:{sun:"星期日",mon:"星期一",tue:"星期二",wed:"星期三",thu:"星期四",fri:"星期五",sat:"星期六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},inputNumber:{decrease:"减少数值",increase:"增加数值"},select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},mention:{loading:"加载中"},dropdown:{toggleDropdown:"切换下拉选项"},cascader:{noMatch:"无匹配数据",loading:"加载中",placeholder:"请选择",noData:"暂无数据"},pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页",page:"页",prev:"上一页",next:"下一页",currentPage:"第 {pager} 页",prevPages:"向前 {pager} 页",nextPages:"向后 {pager} 页",deprecationWarning:"你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档"},dialog:{close:"关闭此对话框"},drawer:{close:"关闭此对话框"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!",close:"关闭此对话框"},upload:{deleteTip:"按 Delete 键可删除",delete:"删除",preview:"查看图片",continue:"继续上传"},slider:{defaultLabel:"滑块介于 {min} 至 {max}",defaultRangeStartLabel:"选择起始值",defaultRangeEndLabel:"选择结束值"},table:{emptyText:"暂无数据",confirmFilter:"筛选",resetFilter:"重置",clearFilter:"全部",sumText:"合计",selectAllLabel:"选择所有行",selectRowLabel:"选择当前行",expandRowLabel:"展开当前行",collapseRowLabel:"收起当前行",sortLabel:"按 {column} 排序",filterLabel:"按 {column} 过滤"},tag:{close:"关闭此标签"},tour:{next:"下一步",previous:"上一步",finish:"结束导览",close:"关闭此对话框"},tree:{emptyText:"暂无数据"},transfer:{noMatch:"无匹配数据",noData:"无数据",titles:["列表 1","列表 2"],filterPlaceholder:"请输入搜索内容",noCheckedFormat:"共 {total} 项",hasCheckedFormat:"已选 {checked}/{total} 项"},image:{error:"加载失败"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"},carousel:{leftArrow:"上一张幻灯片",rightArrow:"下一张幻灯片",indicator:"幻灯片切换至索引 {index}"}}},hS={name:"zh-tw",el:{breadcrumb:{label:"面包屑"},colorpicker:{confirm:"確認",clear:"清空",defaultLabel:"色彩選擇器",description:"目前色彩為 {color}。按一下 Enter 以選擇新色彩。",alphaLabel:"選擇透明度的值",alphaDescription:"alpha {alpha}, current color is {color}",hueLabel:"pick hue value",hueDescription:"hue {hue}, current color is {color}",svLabel:"pick saturation and brightness value",svDescription:"saturation {saturation}, brightness {brightness}, current color is {color}",predefineDescription:"select {value} as the color"},datepicker:{now:"現在",today:"今天",cancel:"取消",clear:"清空",confirm:"確認",dateTablePrompt:"使用方向鍵與 Enter 鍵以選擇日期",monthTablePrompt:"使用方向鍵與 Enter 鍵以選擇月份",yearTablePrompt:"使用方向鍵與 Enter 鍵以選擇年份",selectedDate:"已選日期",selectDate:"選擇日期",selectTime:"選擇時間",startDate:"開始日期",startTime:"開始時間",endDate:"結束日期",endTime:"結束時間",prevYear:"前一年",nextYear:"後一年",prevMonth:"上個月",nextMonth:"下個月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},weeksFull:{sun:"星期日",mon:"星期一",tue:"星期二",wed:"星期三",thu:"星期四",fri:"星期五",sat:"星期六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},inputNumber:{decrease:"減少數值",increase:"增加數值"},select:{loading:"載入中",noMatch:"無相符資料",noData:"無資料",placeholder:"請選擇"},mention:{loading:"載入中"},dropdown:{toggleDropdown:"切換下拉選單"},cascader:{noMatch:"無相符資料",loading:"載入中",placeholder:"請選擇",noData:"無資料"},pagination:{goto:"前往",pagesize:"項/頁",total:"共 {total} 項",pageClassifier:"頁",page:"頁",prev:"上一頁",next:"下一頁",currentPage:"第 {pager} 頁",prevPages:"向前 {pager} 頁",nextPages:"向後 {pager} 頁",deprecationWarning:"偵測到已過時的使用方式,請參閱 el-pagination 說明文件以了解更多資訊"},dialog:{close:"關閉此對話框"},drawer:{close:"關閉此對話框"},messagebox:{title:"提示",confirm:"確定",cancel:"取消",error:"輸入的資料不符合規定!",close:"關閉此對話框"},upload:{deleteTip:"按 Delete 鍵以刪除",delete:"刪除",preview:"查看圖片",continue:"繼續上傳"},slider:{defaultLabel:"滑桿介於 {min} 至 {max}",defaultRangeStartLabel:"選擇起始值",defaultRangeEndLabel:"選擇結束值"},table:{emptyText:"暫無資料",confirmFilter:"篩選",resetFilter:"重置",clearFilter:"全部",sumText:"合計",selectAllLabel:"Select all rows",selectRowLabel:"Select this row",expandRowLabel:"Expand this row",collapseRowLabel:"Collapse this row",sortLabel:"Sort by {column}",filterLabel:"Filter by {column}"},tag:{close:"關閉此標籤"},tour:{next:"下一步",previous:"上一步",finish:"結束導覽",close:"關閉此對話框"},tree:{emptyText:"暫無資料"},transfer:{noMatch:"無相符資料",noData:"無資料",titles:["列表 1","列表 2"],filterPlaceholder:"請輸入搜尋內容",noCheckedFormat:"共 {total} 項",hasCheckedFormat:"已選 {checked}/{total} 項"},image:{error:"載入失敗"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"確認",cancelButtonText:"取消"},carousel:{leftArrow:"上一張投影片",rightArrow:"下一張投影片",indicator:"投影片切換至索引 {index}"}}},_s={exports:{}},pS=_s.exports,$2;function vS(){return $2||($2=1,(function(e,t){(function(r,n){e.exports=n(Oa)})(pS,(function(r){function n(i){return i&&typeof i=="object"&&"default"in i?i:{default:i}}var o=n(r),s={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(i,a){return a==="W"?i+"周":i+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(i,a){var l=100*i+a;return l<600?"凌晨":l<900?"早上":l<1100?"上午":l<1300?"中午":l<1800?"下午":"晚上"}};return o.default.locale(s,null,!0),s}))})(_s)),_s.exports}vS();var Cs={exports:{}},gS=Cs.exports,k2;function mS(){return k2||(k2=1,(function(e,t){(function(r,n){e.exports=n(Oa)})(gS,(function(r){function n(i){return i&&typeof i=="object"&&"default"in i?i:{default:i}}var o=n(r),s={name:"zh-tw",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(i,a){return a==="W"?i+"週":i+"日"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"},meridiem:function(i,a){var l=100*i+a;return l<600?"凌晨":l<900?"早上":l<1100?"上午":l<1300?"中午":l<1800?"下午":"晚上"}};return o.default.locale(s,null,!0),s}))})(Cs)),Cs.exports}mS();var Ss={exports:{}},xS=Ss.exports,L2;function yS(){return L2||(L2=1,(function(e,t){(function(r,n){e.exports=n()})(xS,(function(){return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(r){var n=["th","st","nd","rd"],o=r%100;return"["+r+(n[(o-20)%10]||n[o]||n[0])+"]"}}}))})(Ss)),Ss.exports}yS();const bS={"zh-CN":"中文",en:"English","zh-TW":"繁體中文"},wS={"zh-CN":dS,"zh-TW":hS,en:hf},u3=Object.keys(bS),Ml=u3[0];let Aa=Ml;const qs=Q2({globalInjection:!0,legacy:!1,locale:"",fallbackLocale:Ml,messages:{}});let c3={};const H2=[];function ES(){const e=localStorage.getItem("locale")||navigator.language;return u3.includes(e)?e:Ml}function _S(){const e=Object.entries(fS),t=Object.entries(Object.assign({"/src/locales/en.json":()=>Ei(()=>import("./assets/en-DjuL3mcD.js"),[]),"/src/locales/zh-CN.json":()=>Ei(()=>import("./assets/zh-CN-Cheiz2cq.js"),[]),"/src/locales/zh-TW.json":()=>Ei(()=>import("./assets/zh-TW-DPtO20fv.js"),[])})).map(([o,s])=>[o.match(/([\w-]*)\.json$/)?.[1],s]),r=[...e,...t].reduce((o,[s,i])=>(o[s]||(o[s]=[]),o[s].push(i),o),{});return Object.fromEntries(Object.entries(r).map(([o,s])=>[o,()=>new Promise(i=>{Promise.all(s.map(a=>a())).then(a=>{const l={};a.forEach(u=>sf(l,u.default)),i({default:l})})})]))}function qi(e){return qs.global.locale.value=e,Oa.locale(e.toLocaleLowerCase()),localStorage.setItem("locale",e),typeof document<"u"&&document.querySelector("html")?.setAttribute("lang",e),e}async function CS(e){if(qs.global.locale.value===e||H2.includes(e))return qi(e);const t=await c3[e]?.();return t?(qs.global.setLocaleMessage(e,t.default),H2.push(e),qi(e)):Aa}const SS=({app:e})=>{Aa=ES(),c3=_S(),e.use(qs),CS(Aa)};const AS=Symbol();var V2;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(V2||(V2={}));function BS(){const e=L3(!0),t=e.run(()=>q({}));let r=[],n=[];const o=ce({install(s){o._a=s,s.provide(AS,o),s.config.globalProperties.$pinia=o,n.forEach(i=>r.push(i)),n=[]},use(s){return this._a?r.push(s):n.push(s),this},_p:r,_a:null,_e:e,_s:new Map,state:t});return o}function FS(e,t){if(e==null)return;let r=e;for(let n=0;n<t.length;n++){if(r===void 0||r[t[n]]===void 0)return;if(r===null||r[t[n]]===null)return null;r=r[t[n]]}return r}function Il(e,t,r){if(r.length===0)return t;const n=r[0];return r.length>1&&(t=Il(typeof e!="object"||e===null||!Object.prototype.hasOwnProperty.call(e,n)?Number.isInteger(Number(r[1]))?[]:{}:e[n],t,Array.prototype.slice.call(r,1))),Number.isInteger(Number(n))&&Array.isArray(e)?e.slice()[n]:Object.assign({},e,{[n]:t})}function f3(e,t){if(e==null||t.length===0)return e;if(t.length===1){if(e==null)return e;if(Number.isInteger(t[0])&&Array.isArray(e))return Array.prototype.slice.call(e,0).splice(t[0],1);const r={};for(const n in e)r[n]=e[n];return delete r[t[0]],r}if(e[t[0]]==null){if(Number.isInteger(t[0])&&Array.isArray(e))return Array.prototype.concat.call([],e);const r={};for(const n in e)r[n]=e[n];return r}return Il(e,f3(e[t[0]],Array.prototype.slice.call(t,1)),[t[0]])}function d3(e,t){return t.map(r=>r.split(".")).map(r=>[r,FS(e,r)]).filter(r=>r[1]!==void 0).reduce((r,n)=>Il(r,n[1],n[0]),{})}function h3(e,t){return t.map(r=>r.split(".")).reduce((r,n)=>f3(r,n),e)}function N2(e,{storage:t,serializer:r,key:n,debug:o,pick:s,omit:i,beforeHydrate:a,afterHydrate:l},u,c=!0){try{c&&a?.(u);const v=t.getItem(n);if(v){const d=r.deserialize(v),h=s?d3(d,s):d,f=i?h3(h,i):h;e.$patch(f)}c&&l?.(u)}catch(v){o&&console.error("[pinia-plugin-persistedstate]",v)}}function z2(e,{storage:t,serializer:r,key:n,debug:o,pick:s,omit:i}){try{const a=s?d3(e,s):e,l=i?h3(a,i):a,u=r.serialize(l);t.setItem(n,u)}catch(a){o&&console.error("[pinia-plugin-persistedstate]",a)}}function TS(e,t){return typeof e=="function"?e(t):typeof e=="string"?e:t}function DS(e,t,r){const{pinia:n,store:o,options:{persist:s=r}}=e;if(!s)return;if(!(o.$id in n.state.value)){const a=n._s.get(o.$id.replace("__hot:",""));a&&Promise.resolve().then(()=>a.$persist());return}const i=(Array.isArray(s)?s:s===!0?[{}]:[s]).map(t);o.$hydrate=({runHooks:a=!0}={})=>{i.forEach(l=>{N2(o,l,e,a)})},o.$persist=()=>{i.forEach(a=>{z2(o.$state,a)})},i.forEach(a=>{N2(o,a,e),o.$subscribe((l,u)=>z2(u,a),{detached:!0})})}function OS(e={}){return function(t){DS(t,r=>{const n=TS(r.key,t.store.$id);return{key:(e.key?e.key:o=>o)(n),debug:r.debug??e.debug??!1,serializer:r.serializer??e.serializer??{serialize:o=>JSON.stringify(o),deserialize:o=>JSON.parse(o)},storage:r.storage??e.storage??window.localStorage,beforeHydrate:r.beforeHydrate??e.beforeHydrate,afterHydrate:r.afterHydrate??e.afterHydrate,pick:r.pick,omit:r.omit}},e.auto??!1)}}var MS=OS();const IS=({app:e})=>{const t=BS();t.use(MS),e.use(t)};var As={exports:{}};var RS=As.exports,j2;function PS(){return j2||(j2=1,(function(e,t){(function(r,n){e.exports=n()})(RS,function(){var r={};r.version="0.2.0";var n=r.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};r.configure=function(f){var p,g;for(p in f)g=f[p],g!==void 0&&f.hasOwnProperty(p)&&(n[p]=g);return this},r.status=null,r.set=function(f){var p=r.isStarted();f=o(f,n.minimum,1),r.status=f===1?null:f;var g=r.render(!p),y=g.querySelector(n.barSelector),m=n.speed,x=n.easing;return g.offsetWidth,a(function(b){n.positionUsing===""&&(n.positionUsing=r.getPositioningCSS()),l(y,i(f,m,x)),f===1?(l(g,{transition:"none",opacity:1}),g.offsetWidth,setTimeout(function(){l(g,{transition:"all "+m+"ms linear",opacity:0}),setTimeout(function(){r.remove(),b()},m)},m)):setTimeout(b,m)}),this},r.isStarted=function(){return typeof r.status=="number"},r.start=function(){r.status||r.set(0);var f=function(){setTimeout(function(){r.status&&(r.trickle(),f())},n.trickleSpeed)};return n.trickle&&f(),this},r.done=function(f){return!f&&!r.status?this:r.inc(.3+.5*Math.random()).set(1)},r.inc=function(f){var p=r.status;return p?(typeof f!="number"&&(f=(1-p)*o(Math.random()*p,.1,.95)),p=o(p+f,0,.994),r.set(p)):r.start()},r.trickle=function(){return r.inc(Math.random()*n.trickleRate)},(function(){var f=0,p=0;r.promise=function(g){return!g||g.state()==="resolved"?this:(p===0&&r.start(),f++,p++,g.always(function(){p--,p===0?(f=0,r.done()):r.set((f-p)/f)}),this)}})(),r.render=function(f){if(r.isRendered())return document.getElementById("nprogress");c(document.documentElement,"nprogress-busy");var p=document.createElement("div");p.id="nprogress",p.innerHTML=n.template;var g=p.querySelector(n.barSelector),y=f?"-100":s(r.status||0),m=document.querySelector(n.parent),x;return l(g,{transition:"all 0 linear",transform:"translate3d("+y+"%,0,0)"}),n.showSpinner||(x=p.querySelector(n.spinnerSelector),x&&h(x)),m!=document.body&&c(m,"nprogress-custom-parent"),m.appendChild(p),p},r.remove=function(){v(document.documentElement,"nprogress-busy"),v(document.querySelector(n.parent),"nprogress-custom-parent");var f=document.getElementById("nprogress");f&&h(f)},r.isRendered=function(){return!!document.getElementById("nprogress")},r.getPositioningCSS=function(){var f=document.body.style,p="WebkitTransform"in f?"Webkit":"MozTransform"in f?"Moz":"msTransform"in f?"ms":"OTransform"in f?"O":"";return p+"Perspective"in f?"translate3d":p+"Transform"in f?"translate":"margin"};function o(f,p,g){return f<p?p:f>g?g:f}function s(f){return(-1+f)*100}function i(f,p,g){var y;return n.positionUsing==="translate3d"?y={transform:"translate3d("+s(f)+"%,0,0)"}:n.positionUsing==="translate"?y={transform:"translate("+s(f)+"%,0)"}:y={"margin-left":s(f)+"%"},y.transition="all "+p+"ms "+g,y}var a=(function(){var f=[];function p(){var g=f.shift();g&&g(p)}return function(g){f.push(g),f.length==1&&p()}})(),l=(function(){var f=["Webkit","O","Moz","ms"],p={};function g(b){return b.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(_,E){return E.toUpperCase()})}function y(b){var _=document.body.style;if(b in _)return b;for(var E=f.length,B=b.charAt(0).toUpperCase()+b.slice(1),F;E--;)if(F=f[E]+B,F in _)return F;return b}function m(b){return b=g(b),p[b]||(p[b]=y(b))}function x(b,_,E){_=m(_),b.style[_]=E}return function(b,_){var E=arguments,B,F;if(E.length==2)for(B in _)F=_[B],F!==void 0&&_.hasOwnProperty(B)&&x(b,B,F);else x(b,E[1],E[2])}})();function u(f,p){var g=typeof f=="string"?f:d(f);return g.indexOf(" "+p+" ")>=0}function c(f,p){var g=d(f),y=g+p;u(g,p)||(f.className=y.substring(1))}function v(f,p){var g=d(f),y;u(f,p)&&(y=g.replace(" "+p+" "," "),f.className=y.substring(1,y.length-1))}function d(f){return(" "+(f.className||"")+" ").replace(/\s+/gi," ")}function h(f){f&&f.parentNode&&f.parentNode.removeChild(f)}return r})})(As)),As.exports}var $S=PS();const q2=i9($S),Ba="/auth/sign-in";let Rl=[];const kS=(e,t,r)=>e.hash?{el:decodeURIComponent(e.hash),top:120,behavior:"smooth"}:new Promise(n=>{n(r||{left:0,top:0})});function LS(e,t=!1){e.beforeEach((r,n,o)=>{if(t){const s=!!ZC();if(r.path!==Ba&&!r.path.startsWith("/viewer/")&&!s){o({path:Ba,query:{redirect:r.fullPath}});return}}r.path!==n.path&&q2.start(),o()}),e.afterEach(()=>{q2.done()})}function HS(e="/"){return e1({history:t1(e),routes:Rl})}function VS(e="/"){const t=e1({history:t1(e),routes:Rl,scrollBehavior:kS});return LS(t,!0),t}const NS=[{path:"/",redirect:Ba}],zS=({app:e,props:t,routes:r=[]})=>{const o=t?.basePath||"/modules/navbar/",s=!t;Rl=[...s?NS:[],...r];const i=s?VS(o):HS(o);e.use(i)},jS={directive:XC,i18n:SS,router:zS,pinia:IS},qS=(e,t)=>{const r=typeof t=="string"?[t]:t;Object.entries(jS).forEach(([n,o])=>{(!r||r.includes(n))&&o(e)})},US={logger:!0,loadTimeout:1500,failOnTimeout:!1,failOnError:!1};function O0(){}const ZS={debug:O0,info:O0,warn:O0,error:O0};let Ln;function WS(e){Ln=e===!0?console:e===!1?ZS:e}function GS(e){const t=globalThis.document.createElement("link");return t.rel="stylesheet",t.href=e,t.setAttribute("data-vpss","true"),t}function KS(e,t,r,n){let o;const s=setTimeout(()=>{Ln.debug('CSS file "%s" for project with ID "%s" timed out and might have failed to load. %d ms',t,r,n),o({status:"timeout",cssFileName:t}),e.removeEventListener("load",i),e.removeEventListener("error",a)},n),i=()=>{Ln.debug('CSS file "%s" loaded.',t),clearTimeout(s),o({status:"ok"}),e.removeEventListener("load",i),e.removeEventListener("error",a)},a=l=>{Ln.debug('CSS file "%s" failed to load with error detail: %o',t,l),clearTimeout(s),o({status:"error",cssFileName:t,detail:l}),e.removeEventListener("error",a),e.removeEventListener("load",i)};return e.addEventListener("error",a),e.addEventListener("load",i),new Promise(l=>{o=l})}async function YS(e,t){try{await Promise.all(e)}catch(r){return Promise.reject(r)}for(let r of e){const n=await r;if(n.status==="error"){if(t.failOnError)throw new Error(`CSS load failed for file "${n.cssFileName}".`,{cause:n.detail});Ln.warn('CSS load failed for file "%s": %s',n.cssFileName,n.detail.message)}else if(n.status==="timeout"){const o=`CSS load for file "${n.cssFileName}" timed out and might not have loaded.`;if(t.failOnTimeout)throw new Error(o);Ln.warn(o)}}}let U2,Ro,Po=[];const p3="navbar",XS="{\"main\":[\"assets\\\\vpss(navbar)main-BocIUG-L.css\"]}",JS=JSON.parse(XS);let Fa="/modules/navbar/";Fa+=Fa.endsWith("/")?"":"/";let go;function QS(e){return e.nodeName==="LINK"}function eA(){const e=new MutationObserver(t=>{t.forEach(r=>{r.addedNodes.length>0&&r.addedNodes.forEach(n=>{QS(n)&&n.rel==="stylesheet"&&n.href.includes(`vpss(${p3})`)&&(n.getAttribute("data-vpss")?Ro:Po).push(n)})})});return e.observe(globalThis?.document?.head,{childList:!0}),e}function Z2(e){e?.forEach(t=>globalThis.document.head.removeChild(t))}function tA(e){if(U2?.disconnect(),U2=eA(),Z2(Ro),Z2(Po),Ro=[],Po=[],go=[],e.length===0)return Promise.resolve();for(let t of e){const r=GS(Fa+t);go.push(r)}return Promise.resolve()}async function rA(e,t){const r=[];let n=0;if(go){for(let o of go){globalThis.document.head.appendChild(o);const s=KS(o,e[n++],p3,t.loadTimeout);r.push(s)}go=void 0}else r.push(Promise.resolve({status:"ok"}));if(e.length>0)for(let o of Ro)o.disabled=!1;for(let o of Po)o.disabled=!1;return await YS(r,t),Promise.resolve()}function nA(e){if(e.length>0)for(let t of Ro)t.disabled=!0;for(let t of Po)t.disabled=!0;return Promise.resolve()}function oA(e,t){const r={...US,...t};WS(r.logger);const n=JS[e]??[];return{bootstrap:tA.bind(null,n),mount:rA.bind(null,n,r),unmount:nA.bind(null,n)}}function sA(e){return Qn.patch("/svc/users/pwd",e)}function iA(){return Qn.get("/svc/types?filter=user&permission=list")}function aA(){return Qn.get("/svc/views?filter=user")}function lA(e){return Qn.get(`/svc/functions/${e}?filter=user`)}function uA(){return Qn.get("/svc/profile")}function cA(){return Qn.get(`/svc/finance/business-types/tree?_dc=${Date.now()}&_id=0`)}const fA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.3.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%201024%201024'%20style='enable-background:new%200%200%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20.st1{fill:%23AABACA;}%20.st2{fill:%23F7931E;}%20.st3{opacity:0.81;}%20.st4{opacity:0.5;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M356.6,483.4V375.6c0-2.6-2.6-5.3-5.3-5.3h-31.6c-2.6,0-5.3-2.6-5.3-5.3v-13.2c0-2.6,2.6-5.3,5.3-5.3h105.2%20c0,2.6,2.6,2.6,2.6,5.3v15.8c0,2.6-2.6,5.3-5.3,5.3h-31.6c-2.6,0-5.3,2.6-5.3,5.3V486h-23.7C359.2,486,356.6,486,356.6,483.4z'/%3e%3cg%3e%3cpath%20class='st0'%20d='M325.6,795c-19,0-34.4-15.4-34.4-34.4V263.4c0-19,15.4-34.4,34.4-34.4h289.9l158.8,137.7v393.9%20c0,19-15.4,34.4-34.4,34.4H325.6z'/%3e%3cpath%20class='st1'%20d='M612.9,236l154.4,133.9v390.7c0,15.1-12.3,27.4-27.4,27.4H325.6c-15.1,0-27.4-12.3-27.4-27.4V263.4%20c0-15.1,12.3-27.4,27.4-27.4H612.9%20M618.1,222H325.6c-22.8,0-41.4,18.6-41.4,41.4v497.1c0,22.8,18.6,41.4,41.4,41.4h414.3%20c22.8,0,41.4-18.6,41.4-41.4V363.5L618.1,222L618.1,222z'/%3e%3c/g%3e%3cpath%20class='st2'%20d='M416.2,567.8H290.7c-26.4,0-48-21.6-48-48V394.3c0-26.4,21.6-48,48-48h125.5c26.4,0,48,21.6,48,48v125.5%20C464.2,546.2,442.6,567.8,416.2,567.8z'/%3e%3cg%20class='st3'%3e%3cpolygon%20class='st1'%20points='618.5,283.5%20618.8,387.7%20740,387.7%20'/%3e%3c/g%3e%3cg%20class='st4'%3e%3crect%20x='491.3'%20y='242.7'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='532.7'%20y='284.1'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='491.3'%20y='325.6'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='532.7'%20y='367'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='491.3'%20y='408.4'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='532.7'%20y='449.9'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='491.3'%20y='491.3'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3crect%20x='532.7'%20y='532.7'%20class='st2'%20width='41.4'%20height='41.4'/%3e%3cpath%20class='st2'%20d='M533,615.6L533,615.6c-22.7,0-41.1,18.4-41.1,41.1v0.6c0,22.7,18.4,41.1,41.1,41.1h0%20c22.7,0,41.1-18.4,41.1-41.1v-0.6C574.1,634,555.7,615.6,533,615.6z%20M548.6,657c0,8.6-7,15.5-15.5,15.5s-15.5-7-15.5-15.5v0%20c0-8.6,7-15.5,15.5-15.5S548.6,648.4,548.6,657L548.6,657z'/%3e%3c/g%3e%3cpolygon%20class='st0'%20points='398.1,387.7%20408.4,398.1%20325.6,491.3%20418.8,491.3%20398.1,512.1%20387.7,522.4%20294.5,522.4%20284.1,512%20284.2,480.9%20367,418.8%20294.5,418.8%20294.5,398.1%20273.8,387.7%20'/%3e%3c/g%3e%3c/svg%3e",dA=Object.freeze(Object.defineProperty({__proto__:null,default:fA},Symbol.toStringTag,{value:"Module"})),hA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%20fill='currentColor'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H352c-17.67,0-32,14.33-32,32v96h64v-64h512v287.97h64V96c0-17.67-14.33-32-32-32Z'/%3e%3crect%20x='256'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='256'%20y='672'%20width='128'%20height='64'/%3e%3cpath%20d='M704,448c-141.38,0-256,114.62-256,256s114.62,256,256,256,256-114.62,256-256-114.62-256-256-256ZM512,704c0-41.47,13.15-79.86,35.5-111.25l267.75,267.75c-31.39,22.35-69.78,35.5-111.25,35.5-106.04,0-192-85.96-192-192ZM860.5,815.25l-267.75-267.75c31.39-22.35,69.78-35.5,111.25-35.5,106.04,0,192,85.96,192,192,0,41.47-13.15,79.86-35.5,111.25Z'/%3e%3cpath%20d='M376,896h-248V320h576v64h64v-96c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v640c0,17.67,14.33,32,32,32h352v-64h-72Z'/%3e%3c/svg%3e",pA=Object.freeze(Object.defineProperty({__proto__:null,default:hA},Symbol.toStringTag,{value:"Module"})),vA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='256'%20y='536'%20width='512'%20height='40'/%3e%3crect%20x='416'%20y='280'%20width='192'%20height='40'/%3e%3crect%20x='416'%20y='192'%20width='192'%20height='40'/%3e%3cpath%20d='M279.28,447.99h465.45c12.85,0,23.27-7.81,23.27-17.45V81.45c0-9.64-10.42-17.45-23.27-17.45h-465.45c-12.85,0-23.27,7.81-23.27,17.45v349.09c0,9.64,10.42,17.45,23.27,17.45ZM320,128h384v256h-384V128Z'/%3e%3cpath%20d='M832,256v168l64,216h-192v48.1c0,8.78-7.12,15.9-15.9,15.9h-352.19c-8.78,0-15.9-7.12-15.9-15.9v-48.1h-192.01l64-216v-168l-128,384v256c0,35.35,28.65,64,64,64h768c35.35,0,64-28.65,64-64v-256l-128-384ZM896,768v97c0,17.12-13.88,31-31,31H159c-17.12,0-31-13.88-31-31v-161h128c0,35.35,28.65,64,64,64h384c35.35,0,64-28.65,64-64h128v64Z'/%3e%3c/svg%3e",gA=Object.freeze(Object.defineProperty({__proto__:null,default:vA},Symbol.toStringTag,{value:"Module"})),mA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H352c-17.67,0-32,14.33-32,32v96h64v-64h512v287.97h64V96c0-17.67-14.33-32-32-32Z'/%3e%3crect%20x='256'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='256'%20y='672'%20width='128'%20height='64'/%3e%3cpath%20d='M704,448c-141.38,0-256,114.62-256,256s114.62,256,256,256,256-114.62,256-256-114.62-256-256-256ZM512,704c0-41.47,13.15-79.86,35.5-111.25l267.75,267.75c-31.39,22.35-69.78,35.5-111.25,35.5-106.04,0-192-85.96-192-192ZM860.5,815.25l-267.75-267.75c31.39-22.35,69.78-35.5,111.25-35.5,106.04,0,192,85.96,192,192,0,41.47-13.15,79.86-35.5,111.25Z'/%3e%3cpath%20d='M376,896h-248V320h576v64h64v-96c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v640c0,17.67,14.33,32,32,32h352v-64h-72Z'/%3e%3c/svg%3e",xA=Object.freeze(Object.defineProperty({__proto__:null,default:mA},Symbol.toStringTag,{value:"Module"})),yA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H352c-17.67,0-32,14.33-32,32v96h64v-64h512v287.97h64V96c0-17.67-14.33-32-32-32Z'/%3e%3crect%20x='256'%20y='480'%20width='256'%20height='64'/%3e%3crect%20x='256'%20y='672'%20width='256'%20height='64'/%3e%3cpath%20d='M872,784h-96v-102.18c33.8-23.04,56-61.83,56-105.82,0-68-57.31-128-128-128s-128,57.31-128,128c0,45.73,22.2,84.01,56,106.47v101.53h-96c-48.57,0-88,39.43-88,88h512c0-48.57-39.43-88-88-88ZM696,703.74v-64.26c-31.57-3.94-56-30.85-56-63.48,0-35.35,28.65-64,64-64s64,28.65,64,64c0,32.63-24.43,59.55-56,63.48v144.52h-16v-80.26Z'/%3e%3crect%20x='448'%20y='920'%20width='512'%20height='40'/%3e%3cpath%20d='M128,320h576v64h64v-96c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v640c0,17.67,14.33,32,32,32h288v-64H128V320Z'/%3e%3c/svg%3e",bA=Object.freeze(Object.defineProperty({__proto__:null,default:yA},Symbol.toStringTag,{value:"Module"})),wA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='256'%20y='480'%20width='320'%20height='64'/%3e%3cpath%20d='M384,128h128v-64h-160c-17.67,0-32,14.33-32,32v96h64v-64Z'/%3e%3cpath%20d='M928,64h-32v704h-64v64h96c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32Z'/%3e%3crect%20x='256'%20y='672'%20width='320'%20height='64'/%3e%3cpath%20d='M704,896H128V320h384v-64H96c-17.67,0-32,14.33-32,32v640c0,17.67,14.33,32,32,32h640c17.67,0,32-14.33,32-32v-416h-64v384Z'/%3e%3cpath%20d='M832,94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94ZM768,352l-64-72.29-64,72.39v-224.1h128v224Z'/%3e%3c/svg%3e",EA=Object.freeze(Object.defineProperty({__proto__:null,default:wA},Symbol.toStringTag,{value:"Module"})),_A="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M704,704h-144v-163.61c48.59-34.84,80.25-91.79,80.25-156.14,0-106.04-85.96-192-192-192s-192,85.96-192,192c0,64.13,31.45,120.9,79.75,155.77v163.98h-144c-70.65,0-128,57.35-128,128h768c0-70.65-57.35-128-128-128ZM319.75,384.25c0-70.97,57.53-128.5,128.5-128.5s128.5,57.53,128.5,128.5c0,54.09-33.43,100.37-80.75,119.32v200.43h-96v-200.63c-47.06-19.08-80.25-65.22-80.25-119.12Z'/%3e%3crect%20x='64'%20y='896'%20width='768'%20height='64'/%3e%3cpath%20d='M464,160h288c8.84,0,16-7.16,16-16s-7.16-16-16-16h-288c-8.84,0-16,7.16-16,16s7.16,16,16,16Z'/%3e%3cpath%20d='M841.68,181.57c6.25,6.25,16.38,6.25,22.63,0,.03-.03.05-.06.08-.08l90.43-90.43c6.25-6.25,6.25-16.38,0-22.63s-16.38-6.25-22.63,0l-79.2,79.2-33.94-33.94c-6.25-6.25-16.38-6.25-22.63,0-6.25,6.25-6.25,16.38,0,22.63l45.25,45.25Z'/%3e%3cpath%20d='M753,256h-97c-8.84,0-16,7.16-16,16s7.16,16,16,16h97c8.84,0,16-7.16,16-16s-7.16-16-16-16Z'/%3e%3cpath%20d='M933.19,196.43l-79.2,79.2-33.94-33.94c-6.25-6.25-16.38-6.25-22.63,0s-6.25,16.38,0,22.63l45.25,45.25c6.25,6.25,16.38,6.25,22.63,0,.03-.03.05-.06.08-.08l90.43-90.43c6.25-6.25,6.25-16.38,0-22.63-6.25-6.25-16.38-6.25-22.63,0Z'/%3e%3cpath%20d='M752,384h-32c-8.84,0-16,7.16-16,16s7.16,16,16,16h32c8.84,0,16-7.16,16-16s-7.16-16-16-16Z'/%3e%3cpath%20d='M932.19,324.43l-79.2,79.2-33.94-33.94c-6.25-6.25-16.38-6.25-22.63,0s-6.25,16.38,0,22.63l45.25,45.25c6.25,6.25,16.38,6.25,22.63,0,.03-.03.05-.06.08-.08l90.43-90.43c6.25-6.25,6.25-16.38,0-22.63s-16.38-6.25-22.63,0Z'/%3e%3c/svg%3e",CA=Object.freeze(Object.defineProperty({__proto__:null,default:_A},Symbol.toStringTag,{value:"Module"})),SA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,832v-480c0-17.67-14.33-32-32-32h-96V96c0-17.67-14.33-32-32-32H160c-17.67,0-32,14.33-32,32v736h-64v64h896v-64h-64ZM192,128h512v704H192V128ZM768,832v-448h64v448h-64Z'/%3e%3cpath%20d='M448,512c70.69,0,128-57.31,128-128s-57.31-128-128-128-128,57.31-128,128,57.31,128,128,128ZM448,320c35.35,0,64,28.65,64,64s-28.65,64-64,64-64-28.65-64-64,28.65-64,64-64Z'/%3e%3cpath%20d='M576,576h-256c-35.35,0-64,28.65-64,64v96c0,17.67,14.33,32,32,32h320c17.67,0,32-14.33,32-32v-96c0-35.35-28.65-64-64-64ZM576,704h-256v-64h256v64Z'/%3e%3c/svg%3e",AA=Object.freeze(Object.defineProperty({__proto__:null,default:SA},Symbol.toStringTag,{value:"Module"})),BA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='832'%20y='128'%20width='64'%20height='192'%20rx='28.16'%20ry='28.16'/%3e%3crect%20x='704'%20y='256'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='128'%20y='704'%20width='64'%20height='192'%20rx='28.16'%20ry='28.16'/%3e%3crect%20x='128'%20y='704'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3cg%3e%3cpath%20d='M512,128c124.91,0,235.88,59.64,306.01,152h77.31c-78.54-129.48-220.83-216-383.32-216-247.42,0-448,200.58-448,448h64c0-212.08,171.92-384,384-384Z'/%3e%3cpath%20d='M896,512c0,212.08-171.92,384-384,384-121.27,0-229.4-56.21-299.77-144h-78.58c79.48,125.03,219.22,208,378.35,208,247.42,0,448-200.58,448-448h-64Z'/%3e%3c/g%3e%3cpath%20d='M512,320c-141.38,0-256,42.98-256,96s114.62,96,256,96,256-42.98,256-96-114.62-96-256-96ZM512,456c-101.62,0-184-17.91-184-40s82.38-40,184-40,184,17.91,184,40-82.38,40-184,40Z'/%3e%3cpath%20d='M733.74,560c-16.4,10.63-38.07,19.97-63.67,27.52,16.46,5.99,25.93,13,25.93,20.48,0,22.09-82.38,40-184,40s-184-17.91-184-40c0-7.49,9.47-14.49,25.93-20.48-25.61-7.55-47.28-16.89-63.67-27.52-21.78,14.12-34.26,30.51-34.26,48,0,53.02,114.62,96,256,96s256-42.98,256-96c0-17.49-12.47-33.88-34.26-48Z'/%3e%3cpath%20d='M733.74,464c-16.4,10.63-38.07,19.97-63.67,27.52,16.46,5.99,25.93,13,25.93,20.48,0,22.09-82.38,40-184,40s-184-17.91-184-40c0-7.49,9.47-14.49,25.93-20.48-25.61-7.55-47.28-16.89-63.67-27.52-21.78,14.12-34.26,30.51-34.26,48,0,53.02,114.62,96,256,96s256-42.98,256-96c0-17.49-12.47-33.88-34.26-48Z'/%3e%3c/svg%3e",FA=Object.freeze(Object.defineProperty({__proto__:null,default:BA},Symbol.toStringTag,{value:"Module"})),TA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='832'%20y='128'%20width='64'%20height='192'%20rx='28.16'%20ry='28.16'/%3e%3crect%20x='704'%20y='256'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='128'%20y='704'%20width='64'%20height='192'%20rx='28.16'%20ry='28.16'/%3e%3crect%20x='128'%20y='704'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3cg%3e%3cpath%20d='M512,128c124.91,0,235.88,59.64,306.01,152h77.31c-78.54-129.48-220.83-216-383.32-216-247.42,0-448,200.58-448,448h64c0-212.08,171.92-384,384-384Z'/%3e%3cpath%20d='M896,512c0,212.08-171.92,384-384,384-121.27,0-229.4-56.21-299.77-144h-78.58c79.48,125.03,219.22,208,378.35,208,247.42,0,448-200.58,448-448h-64Z'/%3e%3c/g%3e%3crect%20x='448'%20y='352'%20width='256'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='448'%20y='480'%20width='256'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='448'%20y='608'%20width='256'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='320'%20y='352'%20width='64'%20height='64'%20rx='30.47'%20ry='30.47'/%3e%3crect%20x='320'%20y='480'%20width='64'%20height='64'%20rx='30.47'%20ry='30.47'/%3e%3crect%20x='320'%20y='608'%20width='64'%20height='64'%20rx='30.47'%20ry='30.47'/%3e%3c/svg%3e",DA=Object.freeze(Object.defineProperty({__proto__:null,default:TA},Symbol.toStringTag,{value:"Module"})),OA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H96c-17.67,0-32,14.33-32,32v832c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM896,896H128V128h768v768Z'/%3e%3crect%20x='256'%20y='576'%20width='432'%20height='64'/%3e%3crect%20x='256'%20y='704'%20width='512'%20height='64'/%3e%3cpolygon%20points='256%20512%20320%20512%20320%20320%20384%20320%20384%20256%20192%20256%20192%20320%20256%20320%20256%20512'/%3e%3cpath%20d='M448,512l21.33-64h85.33l21.33,64h64l-96-256h-64l-96,256h64ZM533.33,384h-42.67l21.33-64,21.33,64Z'/%3e%3cpolygon%20points='736%20448%20768%20512%20832%20512%20768%20384%20832%20256%20768%20256%20736%20320%20704%20256%20640%20256%20704%20384%20640%20512%20704%20512%20736%20448'/%3e%3c/svg%3e",MA=Object.freeze(Object.defineProperty({__proto__:null,default:OA},Symbol.toStringTag,{value:"Module"})),IA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='64'%20y='832'%20width='384'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='576'%20y='832'%20width='384'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='64'%20y='256'%20width='64'%20height='640'%20rx='32'%20ry='32'/%3e%3crect%20x='896'%20y='256'%20width='64'%20height='640'%20rx='32'%20ry='32'/%3e%3crect%20x='192'%20y='64'%20width='64'%20height='640'%20rx='32'%20ry='32'/%3e%3crect%20x='768'%20y='64'%20width='64'%20height='320'%20rx='32'%20ry='32'/%3e%3cpath%20d='M192,672v64h224s64,0,64,64h64s0-64,64-64h224v-64h-208s-112,0-112,64c0-64-112-64-112-64h-208Z'/%3e%3cpath%20d='M224,64v64h192s64,0,64,64h64s0-64,64-64h192v-64h-176s-112,0-112,64c0-64-112-64-112-64h-176Z'/%3e%3crect%20x='480'%20y='176'%20width='64'%20height='576'/%3e%3cpath%20d='M192,832v64h224s46.13,0,60.06,39.17c5.33,15,19.76,24.83,35.67,24.83h.47c16.3,0,31.1-9.93,36.83-25.19,6.72-17.91,22.39-38.81,58.96-38.81h224v-64h-208s-112,0-112,64c0-64-112-64-112-64h-208Z'/%3e%3crect%20x='768'%20y='448'%20width='64'%20height='288'%20rx='32'%20ry='32'/%3e%3c/svg%3e",RA=Object.freeze(Object.defineProperty({__proto__:null,default:IA},Symbol.toStringTag,{value:"Module"})),PA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94ZM832,352l-64-72.29-64,72.39V128h128v224h0Z'/%3e%3cg%3e%3cpolygon%20points='704%20512%20576%20512%20320%20512%20320%20576%20704%20576%20704%20512'/%3e%3crect%20x='320'%20y='704'%20width='384'%20height='64'/%3e%3crect%20x='320'%20y='320'%20width='192'%20height='64'/%3e%3cpath%20d='M832,512v384H192V128h384v-64H160c-17.67,0-32,14.33-32,32v832c0,17.67,14.33,32,32,32h704c17.67,0,32-14.33,32-32v-416h-64Z'/%3e%3c/g%3e%3c/svg%3e",$A=Object.freeze(Object.defineProperty({__proto__:null,default:PA},Symbol.toStringTag,{value:"Module"})),kA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3crect%20x='160'%20y='64'%20width='64'%20height='312'%20rx='32'%20ry='32'/%3e%3crect%20x='160'%20y='712'%20width='64'%20height='248'%20rx='32'%20ry='32'/%3e%3cpath%20d='M288,320H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h192c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM256,448h-128v-64h128v64Z'/%3e%3cpath%20d='M288,576H96c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32ZM256,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='480'%20y='64'%20width='64'%20height='312'%20rx='32'%20ry='32'/%3e%3crect%20x='480'%20y='712'%20width='64'%20height='248'%20rx='32'%20ry='32'/%3e%3cpath%20d='M608,320h-192c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h192c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM576,448h-128v-64h128v64Z'/%3e%3cpath%20d='M608,576h-192c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32ZM576,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='800'%20y='64'%20width='64'%20height='312'%20rx='32'%20ry='32'/%3e%3crect%20x='800'%20y='712'%20width='64'%20height='248'%20rx='32'%20ry='32'/%3e%3cpath%20d='M928,320h-192c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h192c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM896,448h-128v-64h128v64Z'/%3e%3cpath%20d='M928,576h-192c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32ZM896,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3c/svg%3e",LA=Object.freeze(Object.defineProperty({__proto__:null,default:kA},Symbol.toStringTag,{value:"Module"})),HA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M734,448h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30ZM768,128h128v224l-64-72.29-64,72.39V128h0Z'/%3e%3cg%3e%3cpath%20d='M365.19,567.81l90.32-90.77c49.87-50.11,130.72-50.11,180.59,0,49.87,50.11,49.87,131.34,0,181.45l-89.9,90.33,45.24,45.24,89.79-90.22c74.8-75.15,74.8-196.99,0-272.14-74.8-75.15-196.06-75.15-270.86,0l-90.43,90.87,45.24,45.24Z'/%3e%3cpolygon%20points='500.64%20522.45%20410.45%20613.07%20455.72%20658.33%20545.84%20567.8%20500.64%20522.45'/%3e%3cpath%20d='M341.92,680.76c-.26.27-.52.53-.78.79-12.68,12.3-32.89,11.95-45.13-.79-12.25-12.74-11.9-33.04.78-45.35l112.79-113.35-45.24-45.24-112.68,113.24c-.8.77-1.58,1.56-2.35,2.36-36.74,38.22-35.69,99.13,2.35,136.04,38.04,36.91,98.66,35.86,135.4-2.36l113.03-113.54-45.25-45.25-112.91,113.44Z'/%3e%3cpolygon%20points='274.71%20477.32%20455.51%20295.66%20410.38%20250.31%20229.47%20432.08%20274.71%20477.32'/%3e%3cpath%20d='M590.57,703.07l-135.79,136.44c-74.8,75.15-196.06,75.15-270.86,0-74.8-75.15-74.8-196.99,0-272.14l135.15-135.79-45.24-45.24-135.05,135.69c-99.72,100.19-99.72,262.64,0,362.84,99.72,100.19,261.4,100.19,361.12,0l135.9-136.54-45.24-45.24Z'/%3e%3c/g%3e%3c/svg%3e",VA=Object.freeze(Object.defineProperty({__proto__:null,default:HA},Symbol.toStringTag,{value:"Module"})),NA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3crect%20x='1840'%20y='968'%20width='64'%20height='144'/%3e%3cg%3e%3cpath%20d='M1840,1096h896v32c0,17.66-14.34,32-32,32h-832c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cg%3e%3cpath%20d='M2288,264c-123.71,0-224,100.29-224,224s100.29,224,224,224,224-100.29,224-224-100.29-224-224-224ZM2288,648c-88.37,0-160-71.63-160-160s71.63-160,160-160,160,71.63,160,160-71.63,160-160,160Z'/%3e%3cg%3e%3cpath%20d='M2288,840c212.08,0,384,57.31,384,128h64c0-106.04-200.58-192-448-192s-448,85.96-448,192h64c0-70.69,171.92-128,384-128Z'/%3e%3cpath%20d='M2108.67,1144c54.91,10.29,115.56,16,179.33,16s124.42-5.71,179.33-16h-358.65Z'/%3e%3c/g%3e%3c/g%3e%3crect%20x='2672'%20y='968'%20width='64'%20height='160'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath%20d='M1352,496c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM1352,816c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M1032,1136h640v32c0,17.66-14.34,32-32,32h-576c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cpath%20d='M1352,944c-176.73,0-320,71.63-320,160,0,5.4.54,10.74,1.59,16h62.41v-16h.07c2.9-50.99,116.37-92,255.93-92s253.03,41.01,255.93,92h.07v16h62.41c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160Z'/%3e%3crect%20x='1032'%20y='1104'%20width='64'%20height='64'/%3e%3crect%20x='1608'%20y='1104'%20width='64'%20height='72'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M512,192c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM512,512c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M192,832h640v32c0,17.66-14.34,32-32,32H224c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cpath%20d='M512,640c-176.73,0-320,71.63-320,160,0,5.4.54,10.74,1.59,16h62.41v-16h.07c2.9-50.99,116.37-92,255.93-92s253.03,41.01,255.93,92h.07v16h62.41c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160Z'/%3e%3crect%20x='192'%20y='800'%20width='64'%20height='64'/%3e%3crect%20x='768'%20y='800'%20width='64'%20height='72'/%3e%3c/g%3e%3cpath%20d='M64,576h224v64H96c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3crect%20x='64'%20y='544'%20width='64'%20height='56'/%3e%3cg%3e%3cpath%20d='M1360-128c-88.37,0-160,71.63-160,160s71.63,160,160,160,160-71.63,160-160-71.63-160-160-160ZM1360,128c-53.02,0-96-42.98-96-96s42.98-96,96-96,96,42.98,96,96-42.98,96-96,96Z'/%3e%3cpath%20d='M1360,320c106.04,0,192,14.33,192,32h64c0-53.02-114.62-96-256-96s-256,42.98-256,96h64c0-17.67,85.96-32,192-32Z'/%3e%3cpath%20d='M1104,384h512v32c0,17.66-14.34,32-32,32h-448c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3crect%20x='1104'%20y='352'%20width='64'%20height='56'/%3e%3crect%20x='1552'%20y='352'%20width='64'%20height='56'/%3e%3c/g%3e%3cpath%20d='M768,576h192v32c0,17.66-14.34,32-32,32h-160v-64h0Z'/%3e%3crect%20x='896'%20y='544'%20width='64'%20height='56'/%3e%3cpath%20d='M268.44,304.99c-26.72-17.04-44.44-46.95-44.44-80.99,0-53.02,42.98-96,96-96,27.8,0,52.83,11.82,70.36,30.7,19.46-10.53,40.45-18.6,62.53-23.82-28.72-42.74-77.52-70.87-132.89-70.87-88.37,0-160,71.63-160,160,0,65.74,39.65,122.2,96.33,146.82,1.16-22.86,5.34-44.93,12.11-65.83Z'/%3e%3cpath%20d='M704,64c-55.37,0-104.17,28.13-132.89,70.87,22.09,5.22,43.07,13.29,62.53,23.82,17.53-18.88,42.56-30.7,70.36-30.7,53.02,0,96,42.98,96,96,0,34.04-17.72,63.95-44.44,80.99,6.77,20.9,10.95,42.96,12.11,65.83,56.68-24.61,96.33-81.08,96.33-146.82,0-88.37-71.63-160-160-160Z'/%3e%3cpath%20d='M264.68,450.26c-114.79,9.48-200.68,47.85-200.68,93.74h64c0-16,70.46-29.26,162.48-31.62-11.18-19.26-19.92-40.1-25.8-62.12Z'/%3e%3cpath%20d='M759.32,450.26c-5.88,22.02-14.62,42.87-25.8,62.12,92.02,2.37,162.48,15.62,162.48,31.62h64c0-45.9-85.89-84.26-200.68-93.74Z'/%3e%3c/svg%3e",zA=Object.freeze(Object.defineProperty({__proto__:null,default:NA},Symbol.toStringTag,{value:"Module"})),jA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3crect%20x='288'%20y='160'%20width='608'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M288,64h-128c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32V96c0-17.6-14.4-32-32-32ZM256,256h-64v-128h64v128Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='640'%20y='480'%20width='256'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='128'%20y='480'%20width='432'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M672,384h-128c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32v-192c0-17.6-14.4-32-32-32ZM640,576h-64v-128h64v128Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='288'%20y='800'%20width='608'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M288,704h-128c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32v-192c0-17.6-14.4-32-32-32ZM256,896h-64v-128h64v128Z'/%3e%3c/g%3e%3c/svg%3e",qA=Object.freeze(Object.defineProperty({__proto__:null,default:jA},Symbol.toStringTag,{value:"Module"})),UA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpolygon%20points='480%20704%20544%20704%20544%20576%20672%20576%20672%20512%20544%20512%20544%20448%20672%20448%20672%20384%20571.43%20384%20645.94%20309.49%20600.68%20264.23%20512.11%20352.81%20423.31%20264%20378.06%20309.26%20452.8%20384%20352%20384%20352%20448%20480%20448%20480%20512%20352%20512%20352%20576%20480%20576%20480%20704'/%3e%3cpath%20d='M928,128H96c-17.66,0-32,14.34-32,32v256s128-16,128,96-128,96-128,96v256c0,17.66,14.34,32,32,32h832c17.66,0,32-14.34,32-32v-256s-128,16-128-96,128-96,128-96V160c0-17.66-14.34-32-32-32ZM896,360s-128,8-128,152,128,152,128,152v168H128v-168s128-8,128-152-128-152-128-152v-168h768v168Z'/%3e%3c/svg%3e",ZA=Object.freeze(Object.defineProperty({__proto__:null,default:UA},Symbol.toStringTag,{value:"Module"})),WA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64h-256c-17.67,0-32,14.33-32,32v32h-256v-32c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-24h256v24c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM320,192h-192v-64h192v64ZM896,192h-192v-64h192v64Z'/%3e%3cpath%20d='M928,416h-256c-17.67,0-32,14.33-32,32v32h-256v-32c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-24h256v24c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM320,544h-192v-64h192v64ZM896,544h-192v-64h192v64Z'/%3e%3cpath%20d='M928,768h-256c-17.67,0-32,14.33-32,32v32h-256v-32c0-17.67-14.33-32-32-32H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-24h256v24c0,17.67,14.33,32,32,32h256c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM320,896h-192v-64h192v64ZM896,896h-192v-64h192v64Z'/%3e%3c/svg%3e",GA=Object.freeze(Object.defineProperty({__proto__:null,default:WA},Symbol.toStringTag,{value:"Module"})),KA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,640v192H128v-192h-64v224c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32v-224h-64Z'/%3e%3cpath%20d='M224,704h576c17.66,0,32-14.34,32-32v-160s-64,0-64-64,64-64,64-64v-160c0-17.66-14.34-32-32-32H224c-17.66,0-32,14.34-32,32v160s64,0,64,64-64,64-64,64v160c0,17.66,14.34,32,32,32ZM256,560s64-24,64-112-64-112-64-112v-80h512v80s-64,24-64,112,64,112,64,112v80H256v-80Z'/%3e%3cpath%20d='M619.48,325.26l-36.37-36.37-71.12,71.12-71.12-71.12-36.37,36.37,50.74,50.74h-71.26v48h104v40h-104v48h104v88h48v-88h104v-48h-104v-40h104v-48h-71.26l50.74-50.74ZM512,376h0s0,0,0,0h0Z'/%3e%3c/svg%3e",YA=Object.freeze(Object.defineProperty({__proto__:null,default:KA},Symbol.toStringTag,{value:"Module"})),XA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,640v192H128v-192h-64v224c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32v-224h-64Z'/%3e%3cpath%20d='M224,704h576c17.66,0,32-14.34,32-32v-160s-64,0-64-64,64-64,64-64v-160c0-17.67-14.33-32-32-32h-160v64h128v80s-64,24-64,112,64,112,64,112v80H256v-80s64-24,64-112-64-112-64-112v-80h128v-64h-160c-17.67,0-32,14.33-32,32v160s64,0,64,64-64,64-64,64v160c0,17.66,14.34,32,32,32Z'/%3e%3cpath%20d='M360.98,316.09c-12.27,12.71-11.92,32.97.79,45.25l128,128c12.5,12.49,32.75,12.49,45.25,0l128-128c.65-.6,1.27-1.23,1.87-1.88,11.96-13.01,11.1-33.25-1.91-45.21-13.01-11.96-33.25-11.1-45.21,1.91h0v-.07l-73.41,73.41v-229.5c0-17.67-14.33-32-32-32s-32,14.33-32,32v229.5l-73.34-73.41c-.26-.27-.52-.53-.79-.79-12.71-12.27-32.97-11.92-45.25.79Z'/%3e%3c/svg%3e",JA=Object.freeze(Object.defineProperty({__proto__:null,default:XA},Symbol.toStringTag,{value:"Module"})),QA="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,640v192H128v-192h-64v224c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32v-224h-64Z'/%3e%3cpath%20d='M224,704h576c17.66,0,32-14.34,32-32v-160s-64,0-64-64,64-64,64-64v-160c0-17.67-14.33-32-32-32h-96v64h64v80s-64,24-64,112,64,112,64,112v80H256v-80s64-24,64-112-64-112-64-112v-80h64v-64h-96c-17.67,0-32,14.33-32,32v160s64,0,64,64-64,64-64,64v160c0,17.66,14.34,32,32,32Z'/%3e%3cpath%20d='M406.23,311.41c.27-.26.53-.52.79-.79l73.34-73.41v229.5c0,17.67,14.33,32,32,32s32-14.33,32-32v-229.5l73.41,73.41h0v-.07c11.95,13.02,32.19,13.86,45.21,1.91,13.02-11.95,13.87-32.2,1.91-45.21-.6-.66-1.22-1.28-1.87-1.88l-128-128c-12.5-12.49-32.75-12.49-45.25,0l-128,128c-12.72,12.28-13.07,32.54-.79,45.25,12.28,12.72,32.54,13.07,45.25.79Z'/%3e%3c/svg%3e",eB=Object.freeze(Object.defineProperty({__proto__:null,default:QA},Symbol.toStringTag,{value:"Module"})),tB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpolygon%20points='378.06%20309.26%20452.79%20384%20352%20384%20352%20448%20480%20448%20480%20512%20352%20512%20352%20576%20480%20576%20480%20704%20544%20704%20544%20576%20672%20576%20672%20512%20544%20512%20544%20354.51%20513.81%20354.51%20423.31%20264.01%20378.06%20309.26'/%3e%3cpath%20d='M928,128h-32v294c32-10,64-6,64-6V160c0-17.67-14.33-32-32-32Z'/%3e%3cpath%20d='M832,512h-64c0,144,128,152,128,152v168H128v-168s128-8,128-152-128-152-128-152v-168h384v-64H96c-17.67,0-32,14.33-32,32v256s128-16,128,96-128,96-128,96v256c0,17.66,14.34,32,32,32h832c17.66,0,32-14.34,32-32v-256s-128,16-128-96Z'/%3e%3cpath%20d='M606,448h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30ZM640,128h128v224l-64-72.29-64,72.39v-224.1Z'/%3e%3c/svg%3e",rB=Object.freeze(Object.defineProperty({__proto__:null,default:tB},Symbol.toStringTag,{value:"Module"})),nB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M192,64h0c17.67,0,32,14.33,32,32v248c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32V96c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M192,712h0c17.67,0,32,14.33,32,32v184c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-184c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M288,320H96c-17.67,0-32,14.33-32,32v128c0,17.67,14.33,32,32,32h192c17.67,0,32-14.33,32-32v-128c0-17.67-14.33-32-32-32ZM256,448h-128v-64h128v64Z'/%3e%3cpath%20d='M288,576H96c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32h-.01ZM256,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3cpath%20d='M512,64h0c17.67,0,32,14.33,32,32v248c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32V96c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M832,64h0c17.67,0,32,14.33,32,32v248c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32V96c0-17.67,14.33-32,32-32Z'/%3e%3cg%3e%3cpath%20d='M928,512h-448c-17.67,0-32,14.33-32,32v384c0,17.67,14.33,32,32,32h448c17.67,0,32-14.33,32-32v-384c0-17.67-14.33-32-32-32ZM896,896h-384v-320h384v320Z'/%3e%3cpath%20d='M608,448h0c17.67,0,32,14.33,32,32v96c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-96c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M800,448h0c17.67,0,32,14.33,32,32v96c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-96c0-17.67,14.33-32,32-32Z'/%3e%3crect%20x='480'%20y='640'%20width='448'%20height='64'/%3e%3cpath%20d='M608,768h32c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-32c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M768,768h32c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-32c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3c/g%3e%3cpath%20d='M576,384h64v-32c0-17.67-14.33-32-32-32h-192c-17.67,0-32,14.33-32,32v96h64v-64h128Z'/%3e%3cpath%20d='M928,320h-192c-17.67,0-32,14.33-32,32v32h192v64h64v-96c0-17.67-14.33-32-32-32Z'/%3e%3c/svg%3e",oB=Object.freeze(Object.defineProperty({__proto__:null,default:nB},Symbol.toStringTag,{value:"Module"})),sB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M928,512h-448c-17.67,0-32,14.33-32,32v384c0,17.67,14.33,32,32,32h448c17.67,0,32-14.33,32-32v-384c0-17.67-14.33-32-32-32ZM896,896h-384v-320h384v320Z'/%3e%3cpath%20d='M608,448h0c17.67,0,32,14.33,32,32v96c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-96c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M800,448h0c17.67,0,32,14.33,32,32v96c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-96c0-17.67,14.33-32,32-32Z'/%3e%3crect%20x='480'%20y='640'%20width='448'%20height='64'/%3e%3cpath%20d='M608,768h32c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-32c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M768,768h32c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-32c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M192,712h0c17.67,0,32,14.33,32,32v184c0,17.67-14.33,32-32,32h0c-17.67,0-32-14.33-32-32v-184c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M288,576H96c-17.67,0-32,14.33-32,32v54.19c0,58.44,47.37,105.81,105.81,105.81h44.39c58.44,0,105.81-47.37,105.81-105.81v-54.19c0-17.67-14.33-32-32-32h-.01ZM256,664.74c0,21.68-17.58,39.26-39.26,39.26h-49.48c-21.68,0-39.26-17.58-39.26-39.26v-24.74h128v24.74Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='160'%20y='64'%20width='64'%20height='448'%20rx='32'%20ry='32'/%3e%3crect%20x='42.45'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(-60.31%20143.72)%20rotate(-45)'/%3e%3crect%20x='139.79'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(308.55%20417.14)%20rotate(-135)'/%3e%3c/g%3e%3cg%3e%3crect%20x='478.67'%20y='64'%20width='64'%20height='384'%20rx='32'%20ry='32'/%3e%3crect%20x='361.12'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(33.02%20369.05)%20rotate(-45)'/%3e%3crect%20x='458.45'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(852.55%20642.47)%20rotate(-135)'/%3e%3c/g%3e%3cg%3e%3crect%20x='800'%20y='64'%20width='64'%20height='320'%20rx='32'%20ry='32'/%3e%3crect%20x='682.45'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(127.14%20596.27)%20rotate(-45)'/%3e%3crect%20x='779.79'%20y='112.67'%20width='201.76'%20height='64'%20rx='32'%20ry='32'%20transform='translate(1401.1%20869.69)%20rotate(-135)'/%3e%3c/g%3e%3c/svg%3e",iB=Object.freeze(Object.defineProperty({__proto__:null,default:sB},Symbol.toStringTag,{value:"Module"})),aB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M384,512c0-70.69,57.31-128,128-128,27.14,0,52.31,8.46,73.02,22.87,23.11-9.26,47.56-15.9,72.97-19.56-35.22-41.19-87.55-67.31-145.99-67.31-106.04,0-192,85.96-192,192,0,58.44,26.12,110.77,67.31,145.99,3.66-25.41,10.3-49.86,19.56-72.97-14.41-20.71-22.87-45.88-22.87-73.02Z'/%3e%3cg%3e%3cpath%20d='M928,512h-448c-17.67,0-32,14.33-32,32v384c0,17.67,14.33,32,32,32h448c17.67,0,32-14.33,32-32v-384c0-17.67-14.33-32-32-32ZM896,896h-384v-320h384v320Z'/%3e%3crect%20x='576'%20y='448'%20width='64'%20height='160'%20rx='32'%20ry='32'/%3e%3crect%20x='768'%20y='448'%20width='64'%20height='160'%20rx='32'%20ry='32'/%3e%3crect%20x='480'%20y='640'%20width='448'%20height='64'/%3e%3crect%20x='576'%20y='768'%20width='96'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='736'%20y='768'%20width='96'%20height='64'%20rx='32'%20ry='32'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M496,960h15.98c-5.47-4.11-10.79-8.4-15.98-12.84v12.84Z'/%3e%3cpath%20d='M944.32,364.8l-88.7-153.54c-6.92-12.06-20.84-18.26-34.43-15.36l-112.38,24.19c-13.5-9.15-27.65-17.28-42.43-24.51l-35.2-109.38c-4.25-13.23-16.56-22.21-30.46-22.21h-177.47c-13.85.06-26.1,9.02-30.34,22.21l-35.2,109.31c-14.78,7.23-28.99,15.49-42.56,24.64l-112.32-24.26c-13.58-2.91-27.49,3.26-34.43,15.3l-88.7,153.6c-6.95,12.05-5.32,27.21,4.03,37.5l77.12,85.25c-1.12,16.28-1.12,32.62,0,48.9l-77.12,85.25c-9.35,10.3-10.98,25.46-4.03,37.5l88.7,153.54c6.92,12.06,20.84,18.26,34.43,15.36l112.32-24.26c13.59,9.2,27.82,17.43,42.56,24.64l26.3,81.83v-140.27c-11.41-5.68-22.45-12.09-33.02-19.2l-22.66-15.3-116.22,25.02-65.34-113.15,79.81-88.19-1.92-27.14c-.92-13.38-.92-26.81,0-40.19l1.92-27.14-79.68-88.19,65.28-113.15,116.22,25.09,22.66-15.36c11.13-7.49,22.77-14.2,34.82-20.1l24.51-11.97,36.35-113.09h130.62l36.54,113.15,24.45,11.9c12.04,5.88,23.65,12.6,34.75,20.1l22.59,15.23,116.29-24.96,65.34,113.15-35.09,38.74c19.7,9.45,38.27,20.87,55.48,33.98l42.58-46.99c9.35-10.3,10.98-25.46,4.03-37.5Z'/%3e%3c/g%3e%3c/svg%3e",lB=Object.freeze(Object.defineProperty({__proto__:null,default:aB},Symbol.toStringTag,{value:"Module"})),uB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M928,512h-448c-17.67,0-32,14.33-32,32v384c0,17.67,14.33,32,32,32h448c17.67,0,32-14.33,32-32v-384c0-17.67-14.33-32-32-32ZM896,896h-384v-320h384v320Z'/%3e%3crect%20x='576'%20y='448'%20width='64'%20height='160'%20rx='32'%20ry='32'/%3e%3crect%20x='768'%20y='448'%20width='64'%20height='160'%20rx='32'%20ry='32'/%3e%3crect%20x='480'%20y='640'%20width='448'%20height='64'/%3e%3crect%20x='576'%20y='768'%20width='96'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='736'%20y='768'%20width='96'%20height='64'%20rx='32'%20ry='32'/%3e%3c/g%3e%3cpath%20d='M384,720.58v-67.25c-113.01,24.69-192,81.06-192,146.67,0,5.4.54,10.74,1.59,16h65.24c-1.86-4.57-2.83-9.24-2.83-14,0-34.79,51.48-65.17,128-81.42Z'/%3e%3cpath%20d='M384,874.13c-149.14-52.72-256-194.93-256-362.13,0-212.08,171.92-384,384-384,188.71,0,345.62,136.12,377.91,315.52,2.05,1.47,4.08,2.96,6.09,4.48h59.46c-31.06-217.1-217.77-384-443.46-384-247.42,0-448,200.58-448,448,0,202.94,134.95,374.37,320,429.45v-67.32Z'/%3e%3cpath%20d='M380.81,524.17c12.73-17,27.21-32.82,43.2-47.26-24.63-23.32-40.01-56.31-40.01-92.91,0-70.69,57.31-128,128-128s128,57.31,128,128h64c0-106.04-85.96-192-192-192s-192,85.96-192,192c0,55.3,23.39,105.14,60.81,140.17Z'/%3e%3c/svg%3e",cB=Object.freeze(Object.defineProperty({__proto__:null,default:uB},Symbol.toStringTag,{value:"Module"})),fB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M288,896h448c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-448c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3crect%20x='480'%20y='768'%20width='64'%20height='176'/%3e%3cpath%20d='M736,256c-53.02,0-96,42.98-96,96s42.98,96,96,96,96-42.98,96-96-42.98-96-96-96ZM736,384c-17.67,0-32-14.33-32-32s14.33-32,32-32,32,14.33,32,32-14.33,32-32,32Z'/%3e%3ccircle%20cx='248'%20cy='736'%20r='32'/%3e%3crect%20x='143.19'%20y='573.54'%20width='363.78'%20height='64'%20rx='32'%20ry='32'%20transform='translate(-361.87%20584.3)%20rotate(-60)'/%3e%3crect%20x='514.16'%20y='469.67'%20width='256.36'%20height='64'%20rx='31.77'%20ry='31.77'%20transform='translate(-113.29%20807.12)%20rotate(-60)'/%3e%3crect%20x='355.61'%20y='497.23'%20width='283.05'%20height='64'%20rx='32'%20ry='32'%20transform='translate(331.22%20-177.67)%20rotate(30)'/%3e%3cpath%20d='M832,128H192c-70.69,0-128,57.31-128,128v384c0,70.69,57.31,128,128,128h56v-64h-56c-35.35,0-64-28.65-64-64v-384c0-35.35,28.65-64,64-64h640c35.35,0,64,28.65,64,64v384c0,35.35-28.65,64-64,64h-352v64h352c70.69,0,128-57.31,128-128v-384c0-70.69-57.31-128-128-128Z'/%3e%3c/svg%3e",dB=Object.freeze(Object.defineProperty({__proto__:null,default:fB},Symbol.toStringTag,{value:"Module"})),hB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='480'%20y='64'%20width='64'%20height='128'/%3e%3crect%20x='480'%20y='832'%20width='64'%20height='128'/%3e%3crect%20x='64'%20y='480'%20width='128'%20height='64'/%3e%3crect%20x='832'%20y='480'%20width='128'%20height='64'/%3e%3cpath%20d='M512,192c-176.73,0-320,143.27-320,320s143.27,320,320,320,320-143.27,320-320-143.27-320-320-320ZM512,768c-141.38,0-256-114.62-256-256s114.62-256,256-256,256,114.62,256,256-114.62,256-256,256Z'/%3e%3ccircle%20cx='512'%20cy='512'%20r='64'/%3e%3c/svg%3e",pB=Object.freeze(Object.defineProperty({__proto__:null,default:hB},Symbol.toStringTag,{value:"Module"})),vB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M288,896h448c17.67,0,32,14.33,32,32h0c0,17.67-14.33,32-32,32h-448c-17.67,0-32-14.33-32-32h0c0-17.67,14.33-32,32-32Z'/%3e%3crect%20x='480'%20y='768'%20width='64'%20height='176'/%3e%3ccircle%20cx='768'%20cy='320'%20r='64'/%3e%3cpath%20d='M832,128H192c-70.69,0-128,57.31-128,128v384c0,70.69,57.31,128,128,128h640c70.69,0,128-57.31,128-128v-384c0-70.69-57.31-128-128-128ZM896,640c0,35.35-28.65,64-64,64H192c-35.35,0-64-28.65-64-64v-384c0-35.35,28.65-64,64-64h640c35.35,0,64,28.65,64,64v384Z'/%3e%3cpath%20d='M512,256c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM512,576c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3c/svg%3e",gB=Object.freeze(Object.defineProperty({__proto__:null,default:vB},Symbol.toStringTag,{value:"Module"})),mB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='576'%20y='768'%20width='192'%20height='64'/%3e%3cpath%20d='M64,640v192c0,70.69,57.31,128,128,128h640c70.69,0,128-57.31,128-128v-192H64ZM896,832c0,35.35-28.65,64-64,64H192c-35.35,0-64-28.65-64-64v-128h768v128Z'/%3e%3crect%20x='-133.91'%20y='336.69'%20width='633.8'%20height='64'%20rx='32'%20ry='32'%20transform='translate(-223.97%20430.38)%20rotate(-72.22)'/%3e%3crect%20x='240'%20y='64'%20width='544'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='256'%20y='256'%20width='192'%20height='64'%20rx='32'%20ry='32'%20transform='translate(64%20640)%20rotate(-90)'/%3e%3crect%20x='320'%20y='320'%20width='192'%20height='64'%20rx='32'%20ry='32'/%3e%3crect%20x='524.11'%20y='336.69'%20width='633.8'%20height='64'%20rx='32'%20ry='32'%20transform='translate(746.69%201282.11)%20rotate(-107.78)'/%3e%3cpath%20d='M512,224c-92.89,0-170.37,54.97-188.16,128h67.45c17.57-37.28,64.98-64,120.71-64,70.69,0,128,42.98,128,96s-57.31,96-128,96c-37.91,0-71.96-12.36-95.4-32h-80.61c29.63,56.51,97.28,96,176.01,96,106.04,0,192-71.63,192-160s-85.96-160-192-160Z'/%3e%3c/svg%3e",xB=Object.freeze(Object.defineProperty({__proto__:null,default:mB},Symbol.toStringTag,{value:"Module"})),yB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3crect%20x='1840'%20y='968'%20width='64'%20height='144'/%3e%3cg%3e%3cpath%20d='M1840,1096h896v32c0,17.66-14.34,32-32,32h-832c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cg%3e%3cpath%20d='M2288,264c-123.71,0-224,100.29-224,224s100.29,224,224,224,224-100.29,224-224-100.29-224-224-224ZM2288,648c-88.37,0-160-71.63-160-160s71.63-160,160-160,160,71.63,160,160-71.63,160-160,160Z'/%3e%3cg%3e%3cpath%20d='M2288,840c212.08,0,384,57.31,384,128h64c0-106.04-200.58-192-448-192s-448,85.96-448,192h64c0-70.69,171.92-128,384-128Z'/%3e%3cpath%20d='M2108.67,1144c54.91,10.29,115.56,16,179.33,16s124.42-5.71,179.33-16h-358.65Z'/%3e%3c/g%3e%3c/g%3e%3crect%20x='2672'%20y='968'%20width='64'%20height='160'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath%20d='M1352,496c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM1352,816c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M1032,1136h640v32c0,17.66-14.34,32-32,32h-576c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cpath%20d='M1352,944c-176.73,0-320,71.63-320,160,0,5.4.54,10.74,1.59,16h62.41v-16h.07c2.9-50.99,116.37-92,255.93-92s253.03,41.01,255.93,92h.07v16h62.41c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160Z'/%3e%3crect%20x='1032'%20y='1104'%20width='64'%20height='64'/%3e%3crect%20x='1608'%20y='1104'%20width='64'%20height='72'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M512,256c-88.37,0-160,71.63-160,160s71.63,160,160,160,160-71.63,160-160-71.63-160-160-160ZM512,512c-53.02,0-96-42.98-96-96s42.98-96,96-96,96,42.98,96,96-42.98,96-96,96Z'/%3e%3cpath%20d='M512,704c106.04,0,192,14.33,192,32h64c0-53.02-114.62-96-256-96s-256,42.98-256,96h64c0-17.67,85.96-32,192-32Z'/%3e%3cpath%20d='M256,768h512v32c0,17.66-14.34,32-32,32h-448c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3crect%20x='256'%20y='736'%20width='64'%20height='56'/%3e%3crect%20x='704'%20y='736'%20width='64'%20height='56'/%3e%3c/g%3e%3cpath%20d='M1312,104c17.67,0,32,14.33,32,32h64c0-53.02-42.98-96-96-96s-96,42.98-96,96h64c0-17.67,14.33-32,32-32Z'/%3e%3cpath%20d='M928,128h-352v64h320v704H128V192h320v-64H96c-17.6,0-32,14.4-32,32v768c0,17.6,14.4,32,32,32h832c17.6,0,32-14.4,32-32V160c0-17.6-14.4-32-32-32Z'/%3e%3cpath%20d='M512,128c35.35,0,64,28.65,64,64h64c0-70.69-57.31-128-128-128s-128,57.31-128,128h64c0-35.35,28.65-64,64-64Z'/%3e%3c/svg%3e",bB=Object.freeze(Object.defineProperty({__proto__:null,default:yB},Symbol.toStringTag,{value:"Module"})),wB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64h-288v64h256v256h64V96c0-17.67-14.33-32-32-32Z'/%3e%3cpath%20d='M896,896h-256v64h288c17.67,0,32-14.33,32-32v-288h-64v256Z'/%3e%3cpath%20d='M128,640h-64v288c0,17.67,14.33,32,32,32h288v-64H128v-256Z'/%3e%3cpath%20d='M128,128h256v-64H96c-17.67,0-32,14.33-32,32v288h64V128Z'/%3e%3cpath%20d='M192,512c0,17.67,14.33,32,32,32h576c17.67,0,32-14.33,32-32s-14.33-32-32-32H224c-17.67,0-32,14.33-32,32Z'/%3e%3c/svg%3e",EB=Object.freeze(Object.defineProperty({__proto__:null,default:wB},Symbol.toStringTag,{value:"Module"})),_B="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,64H96c-17.67,0-32,14.33-32,32v832c0,17.67,14.33,32,32,32h832c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM896,896H128V128h768v768Z'/%3e%3cpath%20d='M376,640h272l48,128h72l-192-512h-128l-192,512h72l48-128ZM496,320h32l96,256h-224l96-256Z'/%3e%3crect%20x='768'%20y='256'%20width='64'%20height='192'/%3e%3ccircle%20cx='800'%20cy='512'%20r='32'/%3e%3c/svg%3e",CB=Object.freeze(Object.defineProperty({__proto__:null,default:_B},Symbol.toStringTag,{value:"Module"})),SB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M736,416c-10.84,0-21.52.68-32,1.99v286.01h286.01c1.31-10.48,1.99-21.16,1.99-32,0-141.38-114.62-256-256-256ZM768,482c83.15,11.9,149.46,75.97,164.69,158h-164.69v-158Z'/%3e%3cpath%20d='M894.63,768c-25.34,78.9-99.31,136-186.63,136-108.25,0-196-87.75-196-196,0-84.34,53.27-156.23,128-183.88v-68.06c-110.41,28.42-192,128.65-192,247.93,0,141.38,114.62,256,256,256,119.29,0,219.52-81.59,247.93-192h-57.3Z'/%3e%3cpolygon%20points='544%20448%20544%20320%20768%20320%20768%20256%20256%20256%20256%20320%20480%20320%20480%20448%20544%20448'/%3e%3cg%3e%3cpath%20d='M96,64h160v64H96c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'/%3e%3cpath%20d='M96,64h0c17.66,0,32,14.34,32,32v160H64V96c0-17.66,14.34-32,32-32Z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M800,64h160v64h-160c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'%20transform='translate(1728%20192)%20rotate(180)'/%3e%3cpath%20d='M896,64h64v160c0,17.66-14.34,32-32,32h0c-17.66,0-32-14.34-32-32V64h0Z'%20transform='translate(1856%20320)%20rotate(180)'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M96,896h160v64H96c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'/%3e%3cpath%20d='M64,768h64v160c0,17.66-14.34,32-32,32h0c-17.66,0-32-14.34-32-32v-160h0Z'/%3e%3c/g%3e%3c/svg%3e",AB=Object.freeze(Object.defineProperty({__proto__:null,default:SB},Symbol.toStringTag,{value:"Module"})),BB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M192,512c0,17.67,14.33,32,32,32h224v-64h-224c-17.67,0-32,14.33-32,32Z'/%3e%3cpath%20d='M736,416c-10.84,0-21.52.68-32,1.99v286.01h286.01c1.31-10.48,1.99-21.16,1.99-32,0-141.38-114.62-256-256-256ZM768,482c83.15,11.9,149.46,75.97,164.69,158h-164.69v-158Z'/%3e%3cpath%20d='M894.63,768c-25.34,78.9-99.31,136-186.63,136-108.25,0-196-87.75-196-196,0-84.34,53.27-156.23,128-183.88v-68.06c-110.41,28.42-192,128.65-192,247.93,0,141.38,114.62,256,256,256,119.29,0,219.52-81.59,247.93-192h-57.3Z'/%3e%3cg%3e%3cpath%20d='M96,64h160v64H96c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'/%3e%3cpath%20d='M96,64h0c17.66,0,32,14.34,32,32v160H64V96c0-17.66,14.34-32,32-32Z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M800,64h160v64h-160c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'%20transform='translate(1728%20192)%20rotate(180)'/%3e%3cpath%20d='M896,64h64v160c0,17.66-14.34,32-32,32h0c-17.66,0-32-14.34-32-32V64h0Z'%20transform='translate(1856%20320)%20rotate(180)'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M96,896h160v64H96c-17.66,0-32-14.34-32-32h0c0-17.66,14.34-32,32-32Z'/%3e%3cpath%20d='M64,768h64v160c0,17.66-14.34,32-32,32h0c-17.66,0-32-14.34-32-32v-160h0Z'/%3e%3c/g%3e%3c/svg%3e",FB=Object.freeze(Object.defineProperty({__proto__:null,default:BB},Symbol.toStringTag,{value:"Module"})),TB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M736,416c-10.84,0-21.52.68-32,1.99v286.01h286.01c1.31-10.48,1.99-21.16,1.99-32,0-141.38-114.62-256-256-256ZM768,640v-158c83.15,11.9,149.46,75.97,164.69,158h-164.69Z'/%3e%3cpath%20d='M708,903.99h0c-108.25.01-196-87.74-196-195.99,0-84.34,53.27-156.23,128-183.88v-68.06c-110.41,28.42-192,128.65-192,247.93,0,141.38,114.62,256,256,256,119.29,0,219.52-81.59,247.93-192h-57.3c-25.34,78.9-99.31,136-186.63,136Z'/%3e%3cg%3e%3cpath%20d='M512,192c-123.71,0-224,100.29-224,224,0,76.12,37.97,143.35,96,183.83v-87.94c-20.09-26.75-32-59.96-32-95.89.1-88.32,71.68-159.9,160-160,77.29,0,141.92,55.08,156.78,128h64.93c-15.53-108.55-108.87-192-221.71-192Z'/%3e%3cpath%20d='M384,681.32c-157.14-56.12-266.81-201.57-308.8-265.32,52.67-79.94,211.52-288,436.8-288,199.53,0,346.92,163.17,414.59,256h77.89c-56.33-86.76-232-320-492.49-320C192,64,0,416,0,416c0,0,141.5,259.4,384,332.84v-67.51Z'/%3e%3c/g%3e%3c/svg%3e",DB=Object.freeze(Object.defineProperty({__proto__:null,default:TB},Symbol.toStringTag,{value:"Module"})),OB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M896,896v-256c0-212.08-171.92-384-384-384s-384,171.92-384,384v256h-64v64h896v-64h-64ZM192,640c0-176.73,143.27-320,320-320s320,143.27,320,320v256H192v-256Z'/%3e%3crect%20x='480'%20y='64'%20width='64'%20height='128'/%3e%3crect%20x='120'%20y='195.88'%20width='64'%20height='128'%20transform='translate(-139.24%20183.6)%20rotate(-45)'/%3e%3crect%20x='808'%20y='227.88'%20width='128'%20height='64'%20transform='translate(71.64%20692.71)%20rotate(-45)'/%3e%3cpath%20d='M256,640h64c0-106.04,85.96-192,192-192v-64c-141.38,0-256,114.62-256,256Z'/%3e%3c/svg%3e",MB=Object.freeze(Object.defineProperty({__proto__:null,default:OB},Symbol.toStringTag,{value:"Module"})),IB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='488'%20y='512'%20width='448'%20height='64'%20rx='32'%20ry='32'/%3e%3cg%3e%3crect%20x='520.28'%20y='753.14'%20width='383.45'%20height='64'%20rx='32'%20ry='32'%20transform='translate(660.28%201843.77)%20rotate(-135)'/%3e%3crect%20x='520'%20y='753.14'%20width='384'%20height='64'%20rx='32'%20ry='32'%20transform='translate(1770.64%20836.85)%20rotate(135)'/%3e%3c/g%3e%3cg%3e%3crect%20x='223.76'%20y='64'%20width='64'%20height='896'%20rx='32'%20ry='32'/%3e%3crect%20x='291.65'%20y='732.12'%20width='64'%20height='256'%20rx='32'%20ry='32'%20transform='translate(702.99%2023.07)%20rotate(45)'/%3e%3crect%20x='155.88'%20y='732.12'%20width='64'%20height='256'%20rx='32'%20ry='32'%20transform='translate(-553.17%20384.78)%20rotate(-45)'/%3e%3c/g%3e%3cg%3e%3crect%20x='679.76'%20y='64'%20width='64'%20height='448'%20rx='32'%20ry='32'/%3e%3crect%20x='747.65'%20y='284.12'%20width='64'%20height='256'%20rx='32'%20ry='32'%20transform='translate(519.76%20-430.59)%20rotate(45)'/%3e%3crect%20x='611.88'%20y='284.12'%20width='64'%20height='256'%20rx='32'%20ry='32'%20transform='translate(-102.82%20576)%20rotate(-45)'/%3e%3c/g%3e%3c/svg%3e",RB=Object.freeze(Object.defineProperty({__proto__:null,default:IB},Symbol.toStringTag,{value:"Module"})),PB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M928,128H96c-17.66,0-32,14.34-32,32v256s128-16,128,96-128,96-128,96v256c0,17.66,14.34,32,32,32h832c17.66,0,32-14.34,32-32V160c0-17.66-14.34-32-32-32ZM896,832H128v-160s128-8,128-160-128-160-128-160v-160h768v640Z'/%3e%3crect%20x='352'%20y='256'%20width='64'%20height='128'/%3e%3crect%20x='352'%20y='448'%20width='64'%20height='128'/%3e%3crect%20x='352'%20y='640'%20width='64'%20height='128'/%3e%3crect%20x='512'%20y='384'%20width='320'%20height='64'/%3e%3crect%20x='512'%20y='576'%20width='320'%20height='64'/%3e%3c/svg%3e",$B=Object.freeze(Object.defineProperty({__proto__:null,default:PB},Symbol.toStringTag,{value:"Module"})),kB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='352'%20y='256'%20width='64'%20height='128'/%3e%3crect%20x='352'%20y='448'%20width='64'%20height='128'/%3e%3crect%20x='352'%20y='640'%20width='64'%20height='128'/%3e%3crect%20x='512'%20y='576'%20width='320'%20height='64'/%3e%3cpath%20d='M928,128h-32v704H128v-160s128-8,128-160-128-160-128-160v-160h384v-64H96c-17.67,0-32,14.33-32,32v256s128-16,128,96-128,96-128,96v256c0,17.66,14.34,32,32,32h832c17.66,0,32-14.34,32-32V160c0-17.67-14.33-32-32-32Z'/%3e%3cpath%20d='M606,448h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30ZM640,128h128v224l-64-72.29-64,72.39v-224.1Z'/%3e%3c/svg%3e",LB=Object.freeze(Object.defineProperty({__proto__:null,default:kB},Symbol.toStringTag,{value:"Module"})),HB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M-440,64c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM-440,384c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M-760,704H-120v32c0,17.66-14.34,32-32,32h-576c-17.66,0-32-14.34-32-32v-32h0Z'/%3e%3cpath%20d='M-440,512c-176.73,0-320,71.63-320,160,0,5.4.54,10.74,1.59,16h62.41v-16h.07c2.9-50.99,116.37-92,255.93-92s253.03,41.01,255.93,92h.07v16h62.41c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160h0Z'/%3e%3crect%20x='-760'%20y='672'%20width='64'%20height='64'/%3e%3crect%20x='-184'%20y='672'%20width='64'%20height='72'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M128,896h768v32c0,17.66-12.29,32-27.43,32H155.43c-15.14,0-27.43-14.34-27.43-32v-32h0Z'/%3e%3cpath%20d='M512,128c-123.71,0-224,100.29-224,224s100.29,224,224,224,224-100.29,224-224-100.29-224-224-224ZM512,512c-88.37,0-160-71.63-160-160s71.63-160,160-160,160,71.63,160,160-71.63,160-160,160Z'/%3e%3crect%20x='128'%20y='800'%20width='64'%20height='115'/%3e%3crect%20x='832'%20y='800'%20width='64'%20height='128'/%3e%3cpath%20d='M191.88,800c0-53.02,143.27-96,320-96s320,42.98,320,96h63.88c-4.97-88.73-174.94-160-383.88-160s-378.91,71.27-383.88,160h63.88Z'/%3e%3c/g%3e%3c/svg%3e",VB=Object.freeze(Object.defineProperty({__proto__:null,default:HB},Symbol.toStringTag,{value:"Module"})),NB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M512,64c-247.42,0-448,200.58-448,448s200.58,448,448,448,448-200.58,448-448S759.42,64,512,64ZM512,896c-212.08,0-384-171.92-384-384s171.92-384,384-384,384,171.92,384,384-171.92,384-384,384Z'/%3e%3cpath%20d='M512,192c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM512,512c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z'/%3e%3cpath%20d='M258.83,816c-1.86-4.57-2.83-9.24-2.83-14,0-51.91,114.62-94,256-94s256,42.09,256,94c0,4.76-.97,9.43-2.83,14h65.24c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160s-320,71.63-320,160c0,5.4.54,10.74,1.59,16h65.24Z'/%3e%3c/svg%3e",zB=Object.freeze(Object.defineProperty({__proto__:null,default:NB},Symbol.toStringTag,{value:"Module"})),jB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M512,128c-384,0-448,384-448,384,0,0,64,384,448,384s448-384,448-384c0,0-64-384-448-384ZM512,832c-328,0-384-320-384-320,0,0,72-320,384-320s384,320,384,320c0,0-56,320-384,320Z'/%3e%3cpath%20d='M768,512c0-176.73-114.62-320-256-320s-256,143.27-256,320,114.62,320,256,320,256-143.27,256-320ZM512,768c-106.04,0-192-114.62-192-256s85.96-256,192-256,192,114.62,192,256-85.96,256-192,256Z'/%3e%3c/svg%3e",qB=Object.freeze(Object.defineProperty({__proto__:null,default:jB},Symbol.toStringTag,{value:"Module"})),UB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20data-name='图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cpath%20d='M448,64H128c-17.67,0-32,14.33-32,32v256c0,17.67,14.33,32,32,32h320c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM416,320H160v-192h256v192Z'/%3e%3cpath%20d='M448,448H128c-17.67,0-32,14.33-32,32v448c0,17.67,14.33,32,32,32h320c17.67,0,32-14.33,32-32v-448c0-17.67-14.33-32-32-32ZM416,896H160v-384h256v384Z'/%3e%3cpath%20d='M896,64h-320c-17.67,0-32,14.33-32,32v832c0,17.67,14.33,32,32,32h320c17.67,0,32-14.33,32-32V96c0-17.67-14.33-32-32-32ZM864,896h-256V128h256v768Z'/%3e%3c/svg%3e",ZB=Object.freeze(Object.defineProperty({__proto__:null,default:UB},Symbol.toStringTag,{value:"Module"})),WB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='288'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='320'%20y='256'%20width='384'%20height='64'/%3e%3cpath%20d='M919.28,128H104.73c-22.49,0-40.73,15.63-40.73,34.91v698.18c0,19.28,18.23,34.91,40.73,34.91h814.55c22.49,0,40.73-15.63,40.73-34.91V162.91c0-19.28-18.23-34.91-40.73-34.91ZM896,832H128V192h768v640Z'/%3e%3cpath%20d='M208,767.99h608c8,0,16-7.81,16-17.45v-349.09c0-9.64-8-17.45-16-17.45H208c-8,0-16,7.81-16,17.45v349.09c0,9.64,8,17.45,16,17.45ZM224,416h576v320H224v-320Z'/%3e%3crect%20x='544'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='288'%20y='608'%20width='192'%20height='64'/%3e%3crect%20x='544'%20y='608'%20width='192'%20height='64'/%3e%3c/svg%3e",GB=Object.freeze(Object.defineProperty({__proto__:null,default:WB},Symbol.toStringTag,{value:"Module"})),KB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='288'%20y='480'%20width='192'%20height='64'/%3e%3crect%20x='320'%20y='256'%20width='192'%20height='64'/%3e%3cpath%20d='M192,401.45v349.09c0,9.64,8,17.45,16,17.45h608c8,0,16-7.81,16-17.45v-238.54h-32v224H224v-320h288v-32H208c-8,0-16,7.81-16,17.45Z'/%3e%3crect%20x='288'%20y='608'%20width='192'%20height='64'/%3e%3crect%20x='544'%20y='608'%20width='192'%20height='64'/%3e%3cpath%20d='M919.28,128h-23.28v704H128V192h384v-64H104.73c-22.49,0-40.73,15.63-40.73,34.91v698.18c0,19.28,18.23,34.91,40.73,34.91h814.55c22.49,0,40.73-15.63,40.73-34.91V162.91c0-19.28-18.23-34.91-40.73-34.91Z'/%3e%3cpath%20d='M606,448h34l64-64.94,64,64.94h34c16.57,0,30-13.43,30-30V94c0-16.57-13.43-30-30-30h-196c-16.57,0-30,13.43-30,30v324c0,16.57,13.43,30,30,30ZM640,128h128v224l-64-72.29-64,72.39v-224.1Z'/%3e%3c/svg%3e",YB=Object.freeze(Object.defineProperty({__proto__:null,default:KB},Symbol.toStringTag,{value:"Module"})),XB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3crect%20x='370.33'%20y='249.68'%20width='590.45'%20height='64'%20rx='32'%20ry='32'%20transform='translate(514.55%20-425.07)%20rotate(55)'/%3e%3crect%20x='67.67'%20y='246.76'%20width='584.17'%20height='64'%20rx='32'%20ry='32'%20transform='translate(794.45%20143.96)%20rotate(125)'/%3e%3cpath%20d='M832,463.06v32.94h-55.4c34.96,41.03,55.4,90.6,55.4,144,0,141.38-143.27,256-320,256s-320-114.62-320-256c0-53.4,20.45-102.97,55.4-144h-55.4v-32.94c-40.43,50.68-64,111.52-64,176.94,0,176.73,171.92,320,384,320s384-143.27,384-320c0-65.42-23.57-126.26-64-176.94Z'/%3e%3ccircle%20cx='352'%20cy='544'%20r='32'/%3e%3ccircle%20cx='352'%20cy='672'%20r='32'/%3e%3ccircle%20cx='480'%20cy='800'%20r='32'/%3e%3cpath%20d='M384,664s8,64,96,104v64s-112-8-160-152l64-16Z'/%3e%3c/svg%3e",JB=Object.freeze(Object.defineProperty({__proto__:null,default:XB},Symbol.toStringTag,{value:"Module"})),QB="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='_图层_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201024%201024'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cg%3e%3cpath%20d='M782.62,169.88l48.63,48.63c12.5,12.5,12.5,32.76,0,45.25h0c-12.5,12.5-32.76,12.5-45.25,0l-48.63-48.63c-12.5-12.5-12.5-32.76,0-45.25h0c12.5-12.5,32.76-12.5,45.25,0Z'/%3e%3cpath%20d='M786.01,218.51l113.14-113.14c12.5-12.5,32.76-12.5,45.25,0h0c12.5,12.5,12.5,32.76,0,45.25l-113.14,113.14c-12.5,12.5-32.76,12.5-45.25,0h0c-12.5-12.5-12.5-32.76,0-45.25h0Z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M788.86,489.88l48.63,48.63c12.5,12.5,12.5,32.76,0,45.25h0c-12.5,12.5-32.76,12.5-45.25,0l-48.63-48.63c-12.5-12.5-12.5-32.76,0-45.25h0c12.5-12.5,32.76-12.5,45.25,0Z'/%3e%3cpath%20d='M792.23,538.51l113.14-113.14c12.5-12.5,32.76-12.5,45.25,0h0c12.5,12.5,12.5,32.76,0,45.25l-113.14,113.14c-12.5,12.5-32.76,12.5-45.25,0h0c-12.5-12.5-12.5-32.76,0-45.25Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='224'%20y='160'%20width='448'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M224,64H96c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32V96c0-17.6-14.4-32-32-32ZM192,256h-64v-128h64v128Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='224'%20y='480'%20width='448'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M224,384H96c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32v-192c0-17.6-14.4-32-32-32ZM192,576h-64v-128h64v128Z'/%3e%3c/g%3e%3cg%3e%3crect%20x='224'%20y='800'%20width='448'%20height='64'%20rx='32'%20ry='32'/%3e%3cpath%20d='M224,704H96c-17.6,0-32,14.4-32,32v192c0,17.6,14.4,32,32,32h128c17.6,0,32-14.4,32-32v-192c0-17.6-14.4-32-32-32ZM192,896h-64v-128h64v128Z'/%3e%3c/g%3e%3c/svg%3e",eF=Object.freeze(Object.defineProperty({__proto__:null,default:QB},Symbol.toStringTag,{value:"Module"})),tF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function rF(e,t){return M(),z("svg",tF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M317.056 128L128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64"},null,-1),L("path",{fill:"currentColor",d:"M64 320h896v64H64z"},null,-1),L("path",{fill:"currentColor",d:"M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z"},null,-1)])])}const nF=ce({name:"ep-box",render:rF}),oF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function sF(e,t){return M(),z("svg",oF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64"},null,-1)])])}const iF=ce({name:"ep-calendar",render:sF}),aF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function lF(e,t){return M(),z("svg",aF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64m128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64m128 640a64 64 0 1 1 0-128a64 64 0 0 1 0 128"},null,-1)])])}const uF=ce({name:"ep-cellphone",render:lF}),cF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function fF(e,t){return M(),z("svg",cF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M160 826.88L273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800L147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"},null,-1),L("path",{fill:"currentColor",d:"M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"},null,-1)])])}const dF=ce({name:"ep-chat-line-square",render:fF}),hF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function pF(e,t){return M(),z("svg",hF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"m161.92 580.736l29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264"},null,-1),L("path",{fill:"currentColor",d:"m161.92 388.736l29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264"},null,-1),L("path",{fill:"currentColor",d:"M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224s-188.544 224-416 224m0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160s155.328 160 352 160"},null,-1)])])}const vF=ce({name:"ep-coin",render:pF}),gF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function mF(e,t){return M(),z("svg",gF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M896 324.096c0-42.368-2.496-55.296-9.536-68.48a52.35 52.35 0 0 0-22.144-22.08c-13.12-7.04-26.048-9.536-68.416-9.536H228.096c-42.368 0-55.296 2.496-68.48 9.536a52.35 52.35 0 0 0-22.08 22.144c-7.04 13.12-9.536 26.048-9.536 68.416v375.808c0 42.368 2.496 55.296 9.536 68.48a52.35 52.35 0 0 0 22.144 22.08c13.12 7.04 26.048 9.536 68.416 9.536h567.808c42.368 0 55.296-2.496 68.48-9.536a52.35 52.35 0 0 0 22.08-22.144c7.04-13.12 9.536-26.048 9.536-68.416zm64 0v375.808c0 57.088-5.952 77.76-17.088 98.56c-11.136 20.928-27.52 37.312-48.384 48.448S852.928 864 795.968 864H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.3 116.3 0 0 1-48.448-48.384c-11.136-20.864-17.088-41.6-17.088-98.56V324.032c0-57.088 5.952-77.76 17.088-98.56c11.136-20.928 27.52-37.312 48.384-48.448s41.6-17.088 98.56-17.088H795.84c57.088 0 77.76 5.952 98.56 17.088c20.928 11.136 37.312 27.52 48.448 48.384s17.088 41.6 17.088 98.56z"},null,-1),L("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"},null,-1)])])}const xF=ce({name:"ep-credit-card",render:mF}),yF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function bF(e,t){return M(),z("svg",yF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"},null,-1)])])}const wF=ce({name:"ep-document",render:bF}),EF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function _F(e,t){return M(),z("svg",EF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"},null,-1)])])}const CF=ce({name:"ep-document-copy",render:_F}),SF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function AF(e,t){return M(),z("svg",SF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M128 384v448h768V384zm-32-64h832a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32m64-128h704v64H160zm96-128h512v64H256z"},null,-1)])])}const BF=ce({name:"ep-files",render:AF}),FF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function TF(e,t){return M(),z("svg",FF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"},null,-1),L("path",{fill:"currentColor",d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"},null,-1)])])}const DF=ce({name:"ep-film",render:TF}),OF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function MF(e,t){return M(),z("svg",OF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384L128 512l192 128z"},null,-1)])])}const IF=ce({name:"ep-fold",render:MF}),RF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function PF(e,t){return M(),z("svg",RF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32"},null,-1)])])}const $F=ce({name:"ep-folder",render:PF}),kF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function LF(e,t){return M(),z("svg",kF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M480 320h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"},null,-1),L("path",{fill:"currentColor",d:"M887.01 72.99C881.01 67 873.34 64 864 64H160c-9.35 0-17.02 3-23.01 8.99C131 78.99 128 86.66 128 96v832c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V96c0-9.35-3-17.02-8.99-23.01M192 896V128h96v768zm640 0H352V128h480z"},null,-1),L("path",{fill:"currentColor",d:"M480 512h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32m0 192h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"},null,-1)])])}const HF=ce({name:"ep-memo",render:LF}),VF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function NF(e,t){return M(),z("svg",VF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M288 384h448v64H288zm96-128h256v64H384zM131.456 512H384v128h256V512h252.544L721.856 192H302.144zM896 576H704v128H320V576H128v256h768zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128"},null,-1)])])}const zF=ce({name:"ep-message-box",render:NF}),jF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function qF(e,t){return M(),z("svg",jF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M256 640v192h640V384H768v-64h150.976c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H233.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096c-2.688-5.184-4.224-10.368-4.224-24.576V640z"},null,-1),L("path",{fill:"currentColor",d:"M768 192H128v448h640zm64-22.976v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096C65.536 682.432 64 677.248 64 663.04V169.024c0-14.272 1.472-19.456 4.288-24.64a29.06 29.06 0 0 1 12.096-12.16C85.568 129.536 90.752 128 104.96 128h685.952c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64z"},null,-1),L("path",{fill:"currentColor",d:"M448 576a160 160 0 1 1 0-320a160 160 0 0 1 0 320m0-64a96 96 0 1 0 0-192a96 96 0 0 0 0 192"},null,-1)])])}const UF=ce({name:"ep-money",render:qF}),ZF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function WF(e,t){return M(),z("svg",ZF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M544 768v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768H192A128 128 0 0 1 64 640V256a128 128 0 0 1 128-128h640a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128zM192 192a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64z"},null,-1)])])}const GF=ce({name:"ep-monitor",render:WF}),KF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function YF(e,t){return M(),z("svg",KF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M192 128v704h384V128zm-32-64h448a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"},null,-1),L("path",{fill:"currentColor",d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"},null,-1),L("path",{fill:"currentColor",d:"M640 384v448h192V384zm-32-64h256a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H608a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32"},null,-1)])])}const XF=ce({name:"ep-office-building",render:YF}),JF={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function QF(e,t){return M(),z("svg",JF,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M448 68.48v64.832A384.128 384.128 0 0 0 512 896a384.13 384.13 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512A448.13 448.13 0 0 1 448 68.48"},null,-1),L("path",{fill:"currentColor",d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28M512 64V33.152A448 448 0 0 1 990.848 512H512z"},null,-1)])])}const eT=ce({name:"ep-pie-chart",render:QF}),tT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function rT(e,t){return M(),z("svg",tT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118m-361.412 0a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118M512 361.412a30.12 30.12 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.12 30.12 0 0 0 512 361.412M512 512a30.12 30.12 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.12 30.12 0 0 0 512 512"},null,-1)])])}const nT=ce({name:"ep-scale-to-original",render:rT}),oT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function sT(e,t){return M(),z("svg",oT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"m795.904 750.72l124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704a352 352 0 0 0 0 704"},null,-1)])])}const iT=ce({name:"ep-search",render:sT}),aT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function lT(e,t){return M(),z("svg",aT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M224 160a64 64 0 0 0-64 64v576a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64V224a64 64 0 0 0-64-64zm0-64h576a128 128 0 0 1 128 128v576a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V224A128 128 0 0 1 224 96"},null,-1),L("path",{fill:"currentColor",d:"M384 416a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"},null,-1),L("path",{fill:"currentColor",d:"M480 320h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32m160 416a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"},null,-1),L("path",{fill:"currentColor",d:"M288 640h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1)])])}const uT=ce({name:"ep-set-up",render:lT}),cT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function fT(e,t){return M(),z("svg",cT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357 357 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a352 352 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357 357 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088l-24.512 11.968a294 294 0 0 0-34.816 20.096l-22.656 15.36l-116.224-25.088l-65.28 113.152l79.68 88.192l-1.92 27.136a293 293 0 0 0 0 40.192l1.92 27.136l-79.808 88.192l65.344 113.152l116.224-25.024l22.656 15.296a294 294 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152l24.448-11.904a288 288 0 0 0 34.752-20.096l22.592-15.296l116.288 25.024l65.28-113.152l-79.744-88.192l1.92-27.136a293 293 0 0 0 0-40.256l-1.92-27.136l79.808-88.128l-65.344-113.152l-116.288 24.96l-22.592-15.232a288 288 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384a192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256a128 128 0 0 0 0-256"},null,-1)])])}const dT=ce({name:"ep-setting",render:fT}),hT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function pT(e,t){return M(),z("svg",hT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M247.47 358.4v.04c.07 19.17 7.72 37.53 21.27 51.09s31.92 21.2 51.09 21.27c39.86 0 72.41-32.6 72.41-72.4s-32.6-72.36-72.41-72.36s-72.36 32.55-72.36 72.36"},null,-1),L("path",{fill:"currentColor",d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.66 196.66 0 0 0-57.61 139.08V698.7c-.01 25.84 5.08 51.42 14.96 75.29s24.36 45.56 42.63 63.83s39.95 32.76 63.82 42.65a196.7 196.7 0 0 0 75.28 14.98h167.68c3.03 0 5.46-2.43 5.46-5.42V133.42c.6-2.99-1.83-5.42-5.46-5.42m-56.11 705.88H324.7c-17.76.13-35.36-3.33-51.75-10.18s-31.22-16.94-43.61-29.67c-25.3-25.35-39.81-59.1-39.81-95.32V324.69c-.13-17.75 3.33-35.35 10.17-51.74a131.7 131.7 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.66 196.66 0 0 0-139.08-57.61H580.48c-3.03 0-4.82 2.43-4.82 4.82v757.16c-.6 2.99 1.79 5.42 5.42 5.42h118.23a196.7 196.7 0 0 0 139.08-57.61A196.66 196.66 0 0 0 896 699.31V325.29a196.7 196.7 0 0 0-57.61-139.08m-111.3 441.92c-42.83 0-77.82-34.99-77.82-77.82s34.98-77.82 77.82-77.82c42.83 0 77.82 34.99 77.82 77.82s-34.99 77.82-77.82 77.82"},null,-1)])])}const vT=ce({name:"ep-switch-filled",render:pT}),gT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function mT(e,t){return M(),z("svg",gT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h192v64H320zm0 384h384v64H320z"},null,-1)])])}const xT=ce({name:"ep-tickets",render:mT}),yT={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function bT(e,t){return M(),z("svg",yT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048L192 444.8L508.8 128l316.8 316.8l-45.312 45.248z"},null,-1)])])}const wT=ce({name:"ep-upload",render:bT}),ET={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function _T(e,t){return M(),z("svg",ET,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M640 288h-64V128H128v704h384v32a32 32 0 0 0 32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h512a32 32 0 0 1 32 32z"},null,-1),L("path",{fill:"currentColor",d:"M128 320v512h768V320zm-32-64h832a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32"},null,-1),L("path",{fill:"currentColor",d:"M704 640a64 64 0 1 1 0-128a64 64 0 0 1 0 128"},null,-1)])])}const CT=ce({name:"ep-wallet",render:_T}),ST={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function AT(e,t){return M(),z("svg",ST,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896a448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768a384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0a48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"},null,-1)])])}const BT=ce({name:"ep-warning",render:AT}),FT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function TT(e,t){return M(),z("svg",FT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4"},null,-1)])])}const DT=ce({name:"mdi-account",render:TT}),OT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function MT(e,t){return M(),z("svg",OT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M10 4a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4m7 8a.26.26 0 0 0-.26.21l-.19 1.32c-.3.13-.59.29-.85.47l-1.24-.5c-.11 0-.24 0-.31.13l-1 1.73c-.06.11-.04.24.06.32l1.06.82a4.2 4.2 0 0 0 0 1l-1.06.82a.26.26 0 0 0-.06.32l1 1.73c.06.13.19.13.31.13l1.24-.5c.26.18.54.35.85.47l.19 1.32c.02.12.12.21.26.21h2c.11 0 .22-.09.24-.21l.19-1.32c.3-.13.57-.29.84-.47l1.23.5c.13 0 .26 0 .33-.13l1-1.73a.26.26 0 0 0-.06-.32l-1.07-.82c.02-.17.04-.33.04-.5s-.01-.33-.04-.5l1.06-.82a.26.26 0 0 0 .06-.32l-1-1.73c-.06-.13-.19-.13-.32-.13l-1.23.5c-.27-.18-.54-.35-.85-.47l-.19-1.32A.236.236 0 0 0 19 12zm-7 2c-4.42 0-8 1.79-8 4v2h9.68a7 7 0 0 1-.68-3a7 7 0 0 1 .64-2.91c-.53-.06-1.08-.09-1.64-.09m8 1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.84 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"},null,-1)])])}const IT=ce({name:"mdi-account-cog",render:MT}),RT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function PT(e,t){return M(),z("svg",RT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 5.5A3.5 3.5 0 0 1 15.5 9a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 9A3.5 3.5 0 0 1 12 5.5M5 8c.56 0 1.08.15 1.53.42c-.15 1.43.27 2.85 1.13 3.96C7.16 13.34 6.16 14 5 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3m14 0a3 3 0 0 1 3 3a3 3 0 0 1-3 3c-1.16 0-2.16-.66-2.66-1.62a5.54 5.54 0 0 0 1.13-3.96c.45-.27.97-.42 1.53-.42M5.5 18.25c0-2.07 2.91-3.75 6.5-3.75s6.5 1.68 6.5 3.75V20h-13zM0 20v-1.5c0-1.39 1.89-2.56 4.45-2.9c-.59.68-.95 1.62-.95 2.65V20zm24 0h-3.5v-1.75c0-1.03-.36-1.97-.95-2.65c2.56.34 4.45 1.51 4.45 2.9z"},null,-1)])])}const $T=ce({name:"mdi-account-group",render:PT}),kT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function LT(e,t){return M(),z("svg",kT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M11.5 1L2 6v2h19V6m-5 4v7h3v-7M2 22h19v-3H2m8-9v7h3v-7m-9 0v7h3v-7z"},null,-1)])])}const HT=ce({name:"mdi-bank",render:LT}),VT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function NT(e,t){return M(),z("svg",VT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 21.5c-1.35-.85-3.8-1.5-5.5-1.5c-1.65 0-3.35.3-4.75 1.05c-.1.05-.15.05-.25.05c-.25 0-.5-.25-.5-.5V6c.6-.45 1.25-.75 2-1c1.11-.35 2.33-.5 3.5-.5c1.95 0 4.05.4 5.5 1.5c1.45-1.1 3.55-1.5 5.5-1.5c1.17 0 2.39.15 3.5.5c.75.25 1.4.55 2 1v14.6c0 .25-.25.5-.5.5c-.1 0-.15 0-.25-.05c-1.4-.75-3.1-1.05-4.75-1.05c-1.7 0-4.15.65-5.5 1.5M12 8v11.5c1.35-.85 3.8-1.5 5.5-1.5c1.2 0 2.4.15 3.5.5V7c-1.1-.35-2.3-.5-3.5-.5c-1.7 0-4.15.65-5.5 1.5m1 3.5c1.11-.68 2.6-1 4.5-1c.91 0 1.76.09 2.5.28V9.23c-.87-.15-1.71-.23-2.5-.23q-2.655 0-4.5.84zm4.5.17c-1.71 0-3.21.26-4.5.79v1.69c1.11-.65 2.6-.99 4.5-.99c1.04 0 1.88.08 2.5.24v-1.5c-.87-.16-1.71-.23-2.5-.23m2.5 2.9c-.87-.16-1.71-.24-2.5-.24c-1.83 0-3.33.27-4.5.8v1.69c1.11-.66 2.6-.99 4.5-.99c1.04 0 1.88.08 2.5.24z"},null,-1)])])}const zT=ce({name:"mdi-book-open-variant",render:NT}),jT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function qT(e,t){return M(),z("svg",jT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M9 10v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2zm2-7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1V1h2v2h8V1h2v2zm0 16V8H5v11zM9 14v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2z"},null,-1)])])}const UT=ce({name:"mdi-calendar-month",render:qT}),ZT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function WT(e,t){return M(),z("svg",ZT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M18 15c0 2.6-1.2 4.9-3.1 6.3l-.5-.5l-2.1-2.1l1.4-1.4l1.2 1.2c.5-.7.9-1.6 1-2.5H14v-2h1.9c-.2-.9-.5-1.7-1-2.5l-1.2 1.2l-1.4-1.4l1.2-1.2c-.7-.5-1.6-.9-2.5-1V11H9V9.1c-.9.2-1.7.5-2.5 1l3 3c.2 0 .3-.1.5-.1a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2c0-.2 0-.3.1-.5l-3-3c-.5.7-.9 1.6-1 2.5H6v2H4.1c.2.9.5 1.7 1 2.5l1.2-1.2l1.4 1.4l-2.6 2.6C3.2 19.9 2 17.6 2 15c0-4.42 3.58-8 8-8s8 3.58 8 8m5-10c0-1.66-1.34-3-3-3s-3 1.34-3 3c0 1.3.84 2.4 2 2.82V11h2V7.82C22.16 7.4 23 6.3 23 5m-3 1c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"},null,-1)])])}const GT=ce({name:"mdi-car-speed-limiter",render:WT}),KT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function YT(e,t){return M(),z("svg",KT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M19 3c1.1 0 2 .9 2 2v4.17L19.83 8H15c-2.21 0-4 1.79-4 4v9H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 20a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h4l4 4v7c0 1.11-.89 2-2 2zm6-8.17L18.17 12H18v3h3z"},null,-1)])])}const XT=ce({name:"mdi-clipboard-file",render:YT}),JT={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function QT(e,t){return M(),z("svg",JT,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 15.5A3.5 3.5 0 0 1 8.5 12A3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97s-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64z"},null,-1)])])}const eD=ce({name:"mdi-cog",render:QT}),tD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function rD(e,t){return M(),z("svg",tD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z"},null,-1)])])}const nD=ce({name:"mdi-file-document",render:rD}),oD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function sD(e,t){return M(),z("svg",oD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-2 16c-2.05 0-3.81-1.24-4.58-3h1.71c.63.9 1.68 1.5 2.87 1.5a3.5 3.5 0 0 0 3.5-3.5A3.5 3.5 0 0 0 12 9.5c-1.35 0-2.5.78-3.1 1.9l1.6 1.6h-4V9l1.3 1.3C8.69 8.92 10.23 8 12 8a5 5 0 0 1 5 5a5 5 0 0 1-5 5"},null,-1)])])}const iD=ce({name:"mdi-file-restore",render:sD}),aD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function lD(e,t){return M(),z("svg",aD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M20 5a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7c0-1.11.89-2 2-2zM5 16h14l-4.5-6l-3.5 4.5l-2.5-3z"},null,-1)])])}const uD=ce({name:"mdi-image-area",render:lD}),cD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function fD(e,t){return M(),z("svg",cD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M16.5 11L13 7.5l1.4-1.4l2.1 2.1L20.7 4l1.4 1.4zM11 7H2v2h9zm10 6.4L19.6 12L17 14.6L14.4 12L13 13.4l2.6 2.6l-2.6 2.6l1.4 1.4l2.6-2.6l2.6 2.6l1.4-1.4l-2.6-2.6zM11 15H2v2h9z"},null,-1)])])}const dD=ce({name:"mdi-list-status",render:fD}),hD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function pD(e,t){return M(),z("svg",hD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M3 4v12h18V4zm0-2h18a2 2 0 0 1 2 2v12c0 .53-.21 1.04-.59 1.41c-.37.38-.88.59-1.41.59h-7v2h2v2H8v-2h2v-2H3c-.53 0-1.04-.21-1.41-.59C1.21 17.04 1 16.53 1 16V4c0-1.11.89-2 2-2m7.84 6.93c.31-.3.73-.48 1.16-.48c.43.01.85.18 1.16.49c.3.3.48.72.48 1.15c0 .44-.18.85-.48 1.16c-.31.31-.73.48-1.16.48s-.85-.18-1.16-.48c-.3-.31-.48-.72-.48-1.16c0-.43.18-.85.48-1.16M10.07 12a2.68 2.68 0 0 0 3.86 0c.51-.5.8-1.19.8-1.91s-.29-1.42-.8-1.93s-1.21-.8-1.93-.8s-1.42.29-1.93.8s-.8 1.21-.8 1.93s.29 1.41.8 1.91M6 10.09A6.45 6.45 0 0 1 12 6c2.73 0 5.06 1.7 6 4.09a6.42 6.42 0 0 1-6 4.09c-2.73 0-5.06-1.68-6-4.09"},null,-1)])])}const vD=ce({name:"mdi-monitor-eye",render:pD}),gD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function mD(e,t){return M(),z("svg",gD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15l-1.89 1.07L16 8.61l1.96-1.11zM6.04 7.5L12 10.85l1.96-1.1l-5.88-3.4zM5 15.91l6 3.38v-6.71L5 9.21zm14 0v-6.7l-6 3.37v6.71z"},null,-1)])])}const xD=ce({name:"mdi-package-variant-closed",render:mD}),yD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function bD(e,t){return M(),z("svg",yD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M5 2a1 1 0 0 0-1-1a1 1 0 0 0-1 1v4H1v6h6V6H5zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2H9zm-8 0c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16v-2H1zM21 6V2a1 1 0 0 0-1-1a1 1 0 0 0-1 1v4h-2v6h6V6zm-8-4a1 1 0 0 0-1-1a1 1 0 0 0-1 1v4H9v6h6V6h-2zm4 14c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2h-6z"},null,-1)])])}const wD=ce({name:"mdi-settings-input-component",render:bD}),ED={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function _D(e,t){return M(),z("svg",ED,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M8 11.5A1.5 1.5 0 0 0 6.5 10A1.5 1.5 0 0 0 5 11.5A1.5 1.5 0 0 0 6.5 13A1.5 1.5 0 0 0 8 11.5m7-5A1.5 1.5 0 0 0 13.5 5h-3A1.5 1.5 0 0 0 9 6.5A1.5 1.5 0 0 0 10.5 8h3A1.5 1.5 0 0 0 15 6.5M8.5 15A1.5 1.5 0 0 0 7 16.5A1.5 1.5 0 0 0 8.5 18a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 8.5 15M12 1A11 11 0 0 0 1 12a11 11 0 0 0 11 11a11 11 0 0 0 11-11A11 11 0 0 0 12 1m0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9s9 4.04 9 9s-4.04 9-9 9m5.5-11a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5m-2 5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5"},null,-1)])])}const CD=ce({name:"mdi-settings-input-svideo",render:_D}),SD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function AD(e,t){return M(),z("svg",SD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 3C7.58 3 4 4.79 4 7s3.58 4 8 4s8-1.79 8-4s-3.58-4-8-4M4 9v3c0 2.21 3.58 4 8 4s8-1.79 8-4V9c0 2.21-3.58 4-8 4s-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4s8-1.79 8-4v-3c0 2.21-3.58 4-8 4s-8-1.79-8-4"},null,-1)])])}const BD=ce({name:"mdi-storage",render:AD}),FD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function TD(e,t){return M(),z("svg",FD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 18a6 6 0 0 1-6-6c0-1 .25-1.97.7-2.8L5.24 7.74A7.93 7.93 0 0 0 4 12a8 8 0 0 0 8 8v3l4-4l-4-4m0-11V1L8 5l4 4V6a6 6 0 0 1 6 6c0 1-.25 1.97-.7 2.8l1.46 1.46A7.93 7.93 0 0 0 20 12a8 8 0 0 0-8-8"},null,-1)])])}const DD=ce({name:"mdi-sync",render:TD}),OD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function MD(e,t){return M(),z("svg",OD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M2 12A10 10 0 1 0 12 2A10 10 0 0 0 2 12m13.6 1.72A4 4 0 0 0 16 12a4 4 0 0 0-4-4v2L8.88 7L12 4v2a6 6 0 0 1 6 6a5.9 5.9 0 0 1-.93 3.19M6 12a5.9 5.9 0 0 1 .93-3.19l1.47 1.47A4 4 0 0 0 8 12a4 4 0 0 0 4 4v-2l3 3l-3 3v-2a6 6 0 0 1-6-6"},null,-1)])])}const ID=ce({name:"mdi-sync-circle",render:MD}),RD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function PD(e,t){return M(),z("svg",RD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M9 14V8H5l7-7l7 7h-4v6zm-4 4v-2h14v2zm14 2H5v2h14z"},null,-1)])])}const $D=ce({name:"mdi-upload-multiple",render:PD}),kD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function LD(e,t){return M(),z("svg",kD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M3 19h6v-7H3zm7 0h12v-7H10zM3 5v6h19V5z"},null,-1)])])}const HD=ce({name:"mdi-view-compact",render:LD}),VD={viewBox:"0 0 24 24",width:"1.2em",height:"1.2em"};function ND(e,t){return M(),z("svg",VD,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M12 2a7 7 0 0 1 7 7a7 7 0 0 1-7 7a7 7 0 0 1-7-7a7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5a5 5 0 0 0 5 5a5 5 0 0 0 5-5a5 5 0 0 0-5-5m0 2a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3M6 22a2 2 0 0 1-2-2c0-.38.1-.73.29-1.03l1.82-3.16A9 9 0 0 0 12 18c2.25 0 4.31-.83 5.89-2.19l1.82 3.16c.19.3.29.65.29 1.03a2 2 0 0 1-2 2z"},null,-1)])])}const zD=ce({name:"mdi-web-camera",render:ND}),Pl=(e,t)=>{const r=e.__vccOpts||e;for(const[n,o]of t)r[n]=o;return r},jD=Object.assign({components:{IMdiAccount:DT,IMdiAccountGroup:$T,IMdiAccountCog:IT,IMdiBank:HT,IMdiCog:eD,IMdiBookOpenVariant:zT,IMdiImageArea:uD,IMdiFileDocument:nD,IMdiViewCompact:HD,IMdiClipboardFile:XT,IMdiSettingsInputSvideo:CD,IMdiPackageVariantClosed:xD,IMdiListStatus:dD,IMdiCarSpeedLimiter:GT,IMdiUploadMultiple:$D,IMdiSettingsInputComponent:wD,IMdiMonitorEye:vD,IMdiCalendarMonth:UT,IMdiStorage:BD,IMdiWebCamera:zD,IMdiFileRestore:iD,IMdiSync:DD,IMdiSyncCircle:ID,IEpDocument:wF,IEpSearch:iT,IEpDocumentCopy:CF,IEpCellphone:uF,IEpFold:IF,IEpFiles:BF,IEpMessageBox:zF,IEpSetting:dT,IEpMemo:HF,IEpTickets:xT,IEpChatLineSquare:dF,IEpMoney:UF,IEpFilm:DF,IEpWarning:BT,IEpScaleToOriginal:nT,IEpSwitchFilled:vT,IEpCreditCard:xF,IEpFolder:$F,IEpPieChart:eT,IEpWallet:CT,IEpSetUp:uT,IEpUpload:wT,IEpOfficeBuilding:XF,IEpBox:nF,IEpCalendar:iF,IEpCoin:vF,IEpMonitor:GF}},{__name:"CustomIcon",props:{icon:{type:String,required:!0}},setup(e){const t=e,r=Object.assign({"/src/assets/icons/archive.svg":dA,"/src/assets/icons/bill.svg":pA,"/src/assets/icons/billArchive.svg":gA,"/src/assets/icons/billReject.svg":xA,"/src/assets/icons/billReview.svg":bA,"/src/assets/icons/billType.svg":EA,"/src/assets/icons/checkRule.svg":CA,"/src/assets/icons/companyUser.svg":AA,"/src/assets/icons/dataSyn.svg":FA,"/src/assets/icons/dataSynIndex.svg":DA,"/src/assets/icons/deductibleTaxRule.svg":MA,"/src/assets/icons/dictionaries.svg":RA,"/src/assets/icons/documentType.svg":$A,"/src/assets/icons/externalSystem.svg":LA,"/src/assets/icons/fileType.svg":VA,"/src/assets/icons/group.svg":zA,"/src/assets/icons/interface.svg":qA,"/src/assets/icons/invoice.svg":ZA,"/src/assets/icons/invoiceFieldMapping.svg":GA,"/src/assets/icons/invoicePool.svg":YA,"/src/assets/icons/invoicePoolIn.svg":JA,"/src/assets/icons/invoicePoolOut.svg":eB,"/src/assets/icons/invoiceType.svg":rB,"/src/assets/icons/logOpenapi.svg":oB,"/src/assets/icons/logOu.svg":iB,"/src/assets/icons/logSys.svg":lB,"/src/assets/icons/logUser.svg":cB,"/src/assets/icons/monitorBusiness.svg":dB,"/src/assets/icons/monitorNode.svg":pB,"/src/assets/icons/monitorSys.svg":gB,"/src/assets/icons/restore.svg":xB,"/src/assets/icons/role.svg":bB,"/src/assets/icons/scan.svg":EB,"/src/assets/icons/sensitiveWord.svg":CB,"/src/assets/icons/statOcr.svg":AB,"/src/assets/icons/statScan.svg":FB,"/src/assets/icons/statVerify.svg":DB,"/src/assets/icons/supplier.svg":MB,"/src/assets/icons/throttling.svg":RB,"/src/assets/icons/ticket.svg":$B,"/src/assets/icons/ticketType.svg":LB,"/src/assets/icons/user.svg":VB,"/src/assets/icons/userOnline.svg":zB,"/src/assets/icons/verify.svg":qB,"/src/assets/icons/view.svg":ZB,"/src/assets/icons/voucher.svg":GB,"/src/assets/icons/voucherType.svg":YB,"/src/assets/icons/watermark.svg":JB,"/src/assets/icons/whitelists.svg":eF});function n(s){return decodeURIComponent(s.replace(/^data:image\/svg\+xml,/,""))}const o=D(()=>{if(t.icon.startsWith("i-custom-")){const i=`/src/assets/icons/${uv(t.icon.slice(9))}.svg`,a=r[i];if(a){let l=n(a.default||a);return l=l.replace(/^<svg /,'<svg fill="currentColor" '),Pe("svg",{innerHTML:l,class:"icon"})}else return`${t.icon}`}else return`${t.icon}`});return(s,i)=>w(o)?(M(),ne(qe(w(o)),{key:0,class:"icon",fill:"currentColor"})):ue("",!0)}}),qD=Pl(jD,[["__scopeId","data-v-7d542881"]]),UD={class:"w-full flex overflow-hidden items-center"},ZD={class:"flex-1 truncate"},WD=te({components:{ElMenuItem:Yy,ElSubMenu:Xy},__name:"MostMenuItem",props:{data:{default:()=>[]}},setup(e){return(t,r)=>{const n=qD,o=tt,s=_t("most-menu-item",!0),i=X2("tooltip");return M(!0),z(Xe,null,en(e.data,a=>(M(),ne(qe(a.children?.length?"el-sub-menu":"el-menu-item"),{key:a.index,index:a.index,route:a.route,teleported:"","popper-class":"y-scroll-scrollbar"},{title:ee(()=>[L("div",UD,[ae(o,{class:"shrink-0"},{default:ee(()=>[ae(n,{icon:a.icon||"i-ep-document"},null,8,["icon"])]),_:2},1024),it((M(),z("span",ZD,[gr(Fe(a.name),1)])),[[i]])])]),default:ee(()=>[a.children?.length?(M(),ne(s,{key:0,data:a.children},null,8,["data"])):ue("",!0)]),_:2},1032,["index","route"]))),128)}}});function GD(e,t="children"){const r=[];function n(o){for(const s of o){const i=s[t];!i||i.length===0?r.push(s):n(i)}}return n(e),r}const KD={class:"aside"},YD={class:"py-4 overflow-hidden size-full"},XD=te({__name:"NavbarAside",props:{currentModule:{}},setup(e,{expose:t}){const r=e,{t:n,locale:o}=xo(),s=r1(),i=n1();let a=null;function l(){return a||(a=cA()),a}const u=q({}),c=D(()=>u.value[o.value]||{}),v=D(()=>r.currentModule?c.value[r.currentModule]||[]:[]),d=D(()=>GD(v.value)),h=q([]),f=D(()=>{if(!h.value.length)return[];const T=[];let C=0,S=v.value;for(;C<h.value.length;){const A=h.value[C++],O=S.find(j=>j.index===A);if(!O)break;T.push(O),O.children&&(S=O.children)}return T}),p=at({currentLocaleAndModuleMenuDataArray:d,currentOpenedMenusData:f});function g(T,C,S,A="children"){const O=new Map,j=[];return T.forEach(X=>{const K={...X,[A]:[]};O.set(X[C],K)}),T.forEach(X=>{const K=X[S];if(K){const H=O.get(K);H&&H[A].push(O.get(X[C]))}else j.push(O.get(X[C]))}),j}async function y(T,C="",S){return await Promise.all(T.map(async O=>{let{functionName:j,businessTypeCode:X,functionId:K,documentType:H,businessKey:P,iconCls:G,children:J}=O;const R=j,I=K.split("||");X||=I[0],H||=I[1],P||=I[2];const k=`${C}/${X}`,V={path:k};S[X]={name:R,path:k};const se={index:k,route:V,name:R,icon:G.replace(/^el-icon-/g,"i-ep-")};if(K==="bill"&&J?.length||K==="archive")try{const le=await l();le.success&&(se.children=m(le.data,k))}catch(le){console.error("获取分类树数据失败:",le)}else J?.length&&K!=="voucher"&&(se.children=await y(J,k,S));return se}))}function m(T,C){return Array.isArray(T)?T.map(S=>{const{id:A,businessTypeCode:O,businessTypeName:j,children:X,documentType:K,businessKey:H,iconCls:P}=S,G=O||A,J=`${C}/${G}`,k={index:J,route:{path:J},name:j||G,icon:P?P.replace(/^el-icon-/g,"i-ep-"):"i-ep-folder"};return X?.length&&(k.children=m(X,J)),k}):[]}function x(T,C){const S=T.map(A=>{const{name:O,displayName:j,parentType:X,queryContext:K}=A,H=`${C}/${O}`,P={path:H,query:K?{queryContext:encodeURIComponent(K)}:void 0};return{index:H,name:j||O,route:P,parentType:X,icon:"i-ep-document"}});return g(S,"index","parentType")}const b={explorer:async()=>{const T=await Promise.all([iA(),aA()]),C="/explorer/",S=`${C}search`,A=`${C}type`,O=`${C}view`,j=[{index:S,route:{path:S},name:n("button.search"),icon:"i-ep-search"},{index:A,route:{path:A},name:n("label.document"),icon:"i-ep-folder"},{index:O,route:{path:O},name:n("label.view"),icon:"i-ep-folder"}];return T.forEach((X,K)=>{if(X?.success){const H=j[K+1];H.children=x(X.data,H.index)}}),j},monitor:async()=>{const T="/monitor/";return[{index:`${T}system`,route:{path:`${T}system`},name:n("label.system"),icon:"i-custom-monitor-sys"},{index:`${T}business`,route:{path:`${T}business`},name:n("label.business"),icon:"i-custom-monitor-business"},{index:`${T}nodes`,route:{path:`${T}nodes`},name:n("label.nodes"),icon:"i-custom-monitor-node"}]}};function _(T){const C=T[0];return C.children?.length?_(C.children):C}async function E(T){const C=w(o),S=u.value;if(C in S||(S[C]={}),T in S[C])return;let A;if(T in b)A=await b[T]();else{const{data:O,success:j}=await lA(T);if(!j)return;A=await y(O,`/${T}`,{})}S[C][T]=A,A.length&&be(()=>{const O=_(A);if(!O)return;s.addRoute({path:`/${T}`,redirect:O.route.path}),new RegExp(`^\\/${T}\\/?$`).test(i.path)&&B(O.route)})}function B(T){s.push(T)}function F(T,C){const S=i.path;C.includes(S)||C.push(S),h.value=C}return Zn(()=>{const T=r.currentModule;T&&E(T)}),t(p),(T,C)=>{const S=WD,A=Ky,O=Of;return M(),z("aside",KD,[L("div",YD,[ae(O,{height:"100%",class:"w-full"},{default:ee(()=>[ae(A,{class:"border-0! overflow-x-hidden","default-active":w(i).path,"unique-opened":"",router:"",style:{"--el-menu-item-height":"42px","--el-menu-sub-item-height":"42px"},onOpen:F},{default:ee(()=>[ae(S,{data:w(v)},null,8,["data"])]),_:1},8,["default-active"])]),_:1})])])}}}),JD={};function QD(e,t){return M(),z("div")}const eO=Pl(JD,[["render",QD]]),tO={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function rO(e,t){return M(),z("svg",tO,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128"},null,-1),L("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"},null,-1)])])}const nO=ce({name:"ep-switch-button",render:rO}),oO={viewBox:"0 0 1024 1024",width:"1.2em",height:"1.2em"};function sO(e,t){return M(),z("svg",oO,[...t[0]||(t[0]=[L("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"},null,-1),L("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"},null,-1)])])}const iO=ce({name:"ep-lock",render:sO}),aO={class:"dialog-footer"},lO=te({__name:"RestPasswordButton",setup(e){const{t}=xo(),r=q(!1),n=q(),o=at({oldPwd:"",newPwd:"",repeatPwd:""});function s(d,h,f){if(h.trim()==="")f(new Error(t("message.requiredField",{field:t("label.newPwd")})));else if(h===o.oldPwd)f(new Error(t("message.new-password-cannot-be-same-as-old")));else if(!/(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[!@#$^&*]).{8,16}/.test(h))f(new Error(t("message.password-must-contain-uppercase-lowercase-number-special-char")));else{if(o.repeatPwd!==""){if(!n.value)return;n.value.validateField("repeatPwd")}f()}}function i(d,h,f){h.trim()===""?f(new Error(t("message.requiredField",{field:t("label.newPwd")}))):h!==o.newPwd?f(new Error(t("message.two-inputs-dont-match"))):f()}function a(d,h,f){h.trim()===""?f(new Error(t("message.requiredField",{field:t("label.oldPwd")}))):f()}const l=at({oldPwd:[{required:!0,trigger:"blur",validator:a}],newPwd:[{required:!0,validator:s,trigger:"blur"}],repeatPwd:[{required:!0,validator:i,trigger:"blur"}]});function u(d){d&&d.validate(h=>{if(!h)return;if(!sessionStorage.getItem("userId"))return Mo.error(t("message.user-error")),js();const p=R2(o.oldPwd),g=R2(o.newPwd);sA({newPwd:g,oldPwd:p}).then(()=>{r.value=!1,Mo({message:t("message.successAction",{action:t("button.modify")}),type:"success",onClose:()=>{js()}})})})}function c(d){d&&d.resetFields()}function v(){r.value=!1}return(d,h)=>{const f=iO,p=tt,g=gl,y=Tf,m=Fy,x=By,b=P9;return M(),z(Xe,null,[ae(g,{text:"",title:w(t)("button.change-password"),onClick:h[0]||(h[0]=_=>r.value=!0)},{default:ee(()=>[ae(p,{size:"20px"},{default:ee(()=>[ae(f)]),_:1})]),_:1},8,["title"]),ae(b,{modelValue:w(r),"onUpdate:modelValue":h[3]||(h[3]=_=>$o(r)?r.value=_:null),title:w(t)("button.change-password"),"before-close":v,"close-on-click-modal":!1,"close-on-press-escape":!1,"append-to-body":""},{footer:ee(()=>[L("div",aO,[ae(g,{onClick:h[1]||(h[1]=_=>c(w(n)))},{default:ee(()=>[gr(Fe(w(t)("button.reset")),1)]),_:1}),ae(g,{type:"primary",onClick:h[2]||(h[2]=_=>u(w(n)))},{default:ee(()=>[gr(Fe(w(t)("button.save")),1)]),_:1})])]),default:ee(()=>[ae(x,{ref_key:"ruleFormRef",ref:n,model:w(o),"status-icon":"",rules:w(l),"label-width":"auto",class:"demo-ruleForm"},{default:ee(()=>[(M(!0),z(Xe,null,en(w(o),(_,E)=>(M(),ne(m,{key:E,label:w(t)(`label.${E}`),prop:E},{default:ee(()=>[ae(y,{modelValue:w(o)[E],"onUpdate:modelValue":B=>w(o)[E]=B,type:"password",autocomplete:"off"},null,8,["modelValue","onUpdate:modelValue"])]),_:2},1032,["label","prop"]))),128))]),_:1},8,["model","rules"])]),_:1},8,["modelValue","title"])],64)}}}),uO={width:"1.2em",height:"1.2em",fill:"currentColor",id:"_图层_1",xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 1024 1024"};function cO(e,t){return M(),z("svg",uO,[...t[0]||(t[0]=[L("path",{d:"M512,64c-247.42,0-448,200.58-448,448s200.58,448,448,448,448-200.58,448-448S759.42,64,512,64ZM512,896c-212.08,0-384-171.92-384-384s171.92-384,384-384,384,171.92,384,384-171.92,384-384,384Z"},null,-1),L("path",{d:"M512,192c-106.04,0-192,85.96-192,192s85.96,192,192,192,192-85.96,192-192-85.96-192-192-192ZM512,512c-70.69,0-128-57.31-128-128s57.31-128,128-128,128,57.31,128,128-57.31,128-128,128Z"},null,-1),L("path",{d:"M258.83,816c-1.86-4.57-2.83-9.24-2.83-14,0-51.91,114.62-94,256-94s256,42.09,256,94c0,4.76-.97,9.43-2.83,14h65.24c1.05-5.26,1.59-10.6,1.59-16,0-88.37-143.27-160-320-160s-320,71.63-320,160c0,5.4.54,10.74,1.59,16h65.24Z"},null,-1)])])}const fO=ce({name:"custom-user-online",render:cO}),dO={class:"flex items-center justify-between header pl-[20px] pr-[5px]"},hO={class:"flex flex-col pt-[5px]"},pO={class:"title"},vO={class:"subtitle"},gO={class:"flex flex-shrink-0 items-center h-full gap-2"},mO={id:"module"},xO={class:"flex items-center px-2"},yO={class:"ml-[3px] text-[14px]"},bO=te({__name:"NavbarHeader",props:H3({logoSrc:{},title:{},functions:{default:()=>[]},userName:{}},{modelValue:{required:!0},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const t=e,r=V3(e,"modelValue"),n=window.__BASE_URL__||"/",o=n+t.logoSrc,{t:s,locale:i}=xo(),a=r1();function l(){const v=w(r),d=new URL(`${n}${v}`,window.location.href);a.push(d.pathname)}function u(v){if(!v)return;const d=new URL(`${n}${v}`,window.location.href);a.push(d.pathname)}function c(){Jb.alert(s("message.loginOut"),s("label.tip"),{type:"warning",confirmButtonText:s("button.confirm"),callback:v=>{v==="confirm"&&(Dl.remove("digest"),window.location.replace(`${n}logout`))}})}return(v,d)=>{const h=xb,f=mb,p=fO,g=tt,y=lO,m=nO,x=gl;return M(),z("header",dO,[L("div",{class:"flex items-center gap-2 cursor-pointer logo flex-shrink-0",onClick:l},[L("img",{class:"max-h-full",src:o,alt:"logo"}),L("div",hO,[L("div",pO,Fe(t.title?.[w(i)]),1),L("div",vO,Fe(t.title?.en),1)])]),d[2]||(d[2]=L("div",{id:"header__slot",class:"flex-1"},null,-1)),L("div",gO,[L("div",mO,[e.functions?(M(),ne(f,{key:0,modelValue:r.value,"onUpdate:modelValue":d[0]||(d[0]=b=>r.value=b),class:"select","value-key":"functionId",onChange:u},{default:ee(()=>[(M(!0),z(Xe,null,en(e.functions,b=>(M(),ne(h,{key:b.functionId,label:b.functionName,value:b.functionId,class:"el-select-options-el"},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])):ue("",!0)]),d[1]||(d[1]=L("div",{class:"divider"},null,-1)),L("div",xO,[ae(g,{size:"20px"},{default:ee(()=>[ae(p)]),_:1}),L("span",yO,Fe(t.userName),1)]),ae(y),ae(x,{text:"",title:w(s)("button.logout"),onClick:c},{default:ee(()=>[ae(g,{size:"20px"},{default:ee(()=>[ae(m)]),_:1})]),_:1},8,["title"])])])}}}),wO=Pl(bO,[["__scopeId","data-v-187418b5"]]),EO=te({__name:"App",setup(e){const{locale:t}=xo(),r=n1(),{t:n}=xo(),o=q(),s=D(()=>o.value?.userName||""),i=q(""),a=q(),l=q(),u=!1,c=sf(ge("appProps",{}),{logoSrc:"/logo.png",title:{"zh-CN":"XX系统"}});function v(g){const y=g.match(/^\/([^/]+)/);return y?y[1]:null}function d(){return Mo.error({message:n("message.noModuleIdAuthority"),duration:3e3,onClose:()=>{js()}}),""}function h(g){return!g||!a.value.some(y=>y.functionId===g)?(d(),!1):!0}async function f(){const{success:g,data:y}=await uA();g&&(o.value=y,a.value=y.functions)}function p(){if(!a.value)return;const g=v(r.path);!g||!h(g)||(i.value=g)}return Ve(()=>{f()}),Zn(()=>{p()}),(g,y)=>{const m=y9;return M(),ne(Y2,{to:"#root",disabled:u},[ae(m,{locale:w(wS)[w(t)]},{default:ee(()=>[ae(wO,{id:"header",modelValue:w(i),"onUpdate:modelValue":y[0]||(y[0]=x=>$o(i)?i.value=x:null),functions:w(a),class:"page-navbar fixed top-0 left-0 right-0 h-[var(--navbar-height,55px)]",title:w(c).title,"logo-src":w(c).logoSrc,"user-name":w(s)},null,8,["modelValue","functions","title","logo-src","user-name"]),ae(XD,{id:"menu",ref_key:"navbarAsideRef",ref:l,class:"page-navbar fixed top-[var(--navbar-height,55px)] bottom-0 left-0 w-[var(--navbar-width,230px)]","current-module":w(i)},null,8,["current-module"]),ae(eO)]),_:1},8,["locale"])])}}}),v3=N3({createApp:Da,appOptions:{render(){const{name:e}=this;return Pe(EO,{name:e})}},handleInstance:(e,t)=>{e.provide("appProps",t),qS({app:e,props:t},["i18n","directive","router"])}}),g3=oA("main"),KO=[g3.bootstrap,v3.bootstrap];let mo=[];async function YO(e){mo.length?mo.forEach(t=>t.style.display="block"):(mo=Array.from(document.querySelectorAll(".page-navbar")),await g3.mount(e),await v3.mount(e))}async function XO(){mo.length&&mo.forEach(e=>e.style.display="none")}export{KO as bootstrap,YO as mount,XO as unmount};
package/dist/main.js.br CHANGED
Binary file
package/dist/main.js.gz CHANGED
Binary file
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@nikoyo-spa/app-navbar",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
8
8
  "dependencies": {
9
9
  "single-spa": "^6.0.3",
10
10
  "single-spa-vue": "^3.0.1",
11
- "@nikoyo-spa/components": "1.3.7",
12
- "@nikoyo-spa/core": "1.3.7",
13
- "@nikoyo-spa/eslint-config": "1.3.7",
14
- "@nikoyo-spa/import-map-shared": "1.3.7",
15
- "@nikoyo-spa/directives": "1.3.7",
16
- "@nikoyo-spa/metadata": "1.3.7",
17
- "@nikoyo-spa/icons": "1.3.7",
18
- "@nikoyo-spa/module": "1.3.7",
19
- "@nikoyo-spa/locales": "1.3.7",
20
- "@nikoyo-spa/style": "1.3.7",
21
- "@nikoyo-spa/tailwind-config": "1.3.7",
22
- "@nikoyo-spa/tsconfig": "1.3.7",
23
- "@nikoyo-spa/resolvers": "1.3.7",
24
- "@nikoyo-spa/vite-config": "1.3.7",
25
- "@nikoyo-spa/type": "1.3.7"
11
+ "@nikoyo-spa/components": "1.3.8",
12
+ "@nikoyo-spa/core": "1.3.8",
13
+ "@nikoyo-spa/directives": "1.3.8",
14
+ "@nikoyo-spa/eslint-config": "1.3.8",
15
+ "@nikoyo-spa/import-map-shared": "1.3.8",
16
+ "@nikoyo-spa/icons": "1.3.8",
17
+ "@nikoyo-spa/module": "1.3.8",
18
+ "@nikoyo-spa/locales": "1.3.8",
19
+ "@nikoyo-spa/metadata": "1.3.8",
20
+ "@nikoyo-spa/style": "1.3.8",
21
+ "@nikoyo-spa/resolvers": "1.3.8",
22
+ "@nikoyo-spa/tsconfig": "1.3.8",
23
+ "@nikoyo-spa/type": "1.3.8",
24
+ "@nikoyo-spa/tailwind-config": "1.3.8",
25
+ "@nikoyo-spa/vite-config": "1.3.8"
26
26
  },
27
27
  "devDependencies": {
28
28
  "npm-run-all2": "^8.0.4"