ibsp-fg-page 4.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/.babelrc +5 -0
- package/.cz-config.cjs +60 -0
- package/.vite/deps_temp_029120a0/package.json +3 -0
- package/.vscode/extensions.json +3 -0
- package/.zed/settings.json +14 -0
- package/README.md +1 -0
- package/config/.env.dev +21 -0
- package/config/.env.fat +21 -0
- package/config/.env.pro +21 -0
- package/config/.env.sit +21 -0
- package/config/.env.template +1 -0
- package/config/.env.test +21 -0
- package/config/.env.uat +21 -0
- package/config/.env.zsdev +21 -0
- package/config/.env.zspro +21 -0
- package/env.d.ts +6 -0
- package/eslint.config.js +202 -0
- package/index.html +84 -0
- package/jsconfig.json +43 -0
- package/package.json +85 -0
- package/packages/README.md +1 -0
- package/packages/config.d.ts +97 -0
- package/packages/index.d.ts +49 -0
- package/packages/index.js +16 -0
- package/packages/package.json +87 -0
- package/public/1.json +1612 -0
- package/public/assets/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.de.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.es.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.fr.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.it.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.ja.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.ko.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.ru.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.zh-cn.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.zh-tw.js +8 -0
- package/public/assets/vs/base/worker/workerMain.js +30 -0
- package/public/assets/vs/basic-languages/abap/abap.js +10 -0
- package/public/assets/vs/basic-languages/apex/apex.js +10 -0
- package/public/assets/vs/basic-languages/azcli/azcli.js +10 -0
- package/public/assets/vs/basic-languages/bat/bat.js +10 -0
- package/public/assets/vs/basic-languages/bicep/bicep.js +11 -0
- package/public/assets/vs/basic-languages/cameligo/cameligo.js +10 -0
- package/public/assets/vs/basic-languages/clojure/clojure.js +10 -0
- package/public/assets/vs/basic-languages/coffee/coffee.js +10 -0
- package/public/assets/vs/basic-languages/cpp/cpp.js +10 -0
- package/public/assets/vs/basic-languages/csharp/csharp.js +10 -0
- package/public/assets/vs/basic-languages/csp/csp.js +10 -0
- package/public/assets/vs/basic-languages/css/css.js +12 -0
- package/public/assets/vs/basic-languages/cypher/cypher.js +10 -0
- package/public/assets/vs/basic-languages/dart/dart.js +10 -0
- package/public/assets/vs/basic-languages/dockerfile/dockerfile.js +10 -0
- package/public/assets/vs/basic-languages/ecl/ecl.js +10 -0
- package/public/assets/vs/basic-languages/elixir/elixir.js +10 -0
- package/public/assets/vs/basic-languages/flow9/flow9.js +10 -0
- package/public/assets/vs/basic-languages/freemarker2/freemarker2.js +12 -0
- package/public/assets/vs/basic-languages/fsharp/fsharp.js +10 -0
- package/public/assets/vs/basic-languages/go/go.js +10 -0
- package/public/assets/vs/basic-languages/graphql/graphql.js +10 -0
- package/public/assets/vs/basic-languages/handlebars/handlebars.js +10 -0
- package/public/assets/vs/basic-languages/hcl/hcl.js +10 -0
- package/public/assets/vs/basic-languages/html/html.js +10 -0
- package/public/assets/vs/basic-languages/ini/ini.js +10 -0
- package/public/assets/vs/basic-languages/java/java.js +10 -0
- package/public/assets/vs/basic-languages/javascript/javascript.js +10 -0
- package/public/assets/vs/basic-languages/julia/julia.js +10 -0
- package/public/assets/vs/basic-languages/kotlin/kotlin.js +10 -0
- package/public/assets/vs/basic-languages/less/less.js +11 -0
- package/public/assets/vs/basic-languages/lexon/lexon.js +10 -0
- package/public/assets/vs/basic-languages/liquid/liquid.js +10 -0
- package/public/assets/vs/basic-languages/lua/lua.js +10 -0
- package/public/assets/vs/basic-languages/m3/m3.js +10 -0
- package/public/assets/vs/basic-languages/markdown/markdown.js +10 -0
- package/public/assets/vs/basic-languages/mdx/mdx.js +10 -0
- package/public/assets/vs/basic-languages/mips/mips.js +10 -0
- package/public/assets/vs/basic-languages/msdax/msdax.js +10 -0
- package/public/assets/vs/basic-languages/mysql/mysql.js +10 -0
- package/public/assets/vs/basic-languages/objective-c/objective-c.js +10 -0
- package/public/assets/vs/basic-languages/pascal/pascal.js +10 -0
- package/public/assets/vs/basic-languages/pascaligo/pascaligo.js +10 -0
- package/public/assets/vs/basic-languages/perl/perl.js +10 -0
- package/public/assets/vs/basic-languages/pgsql/pgsql.js +10 -0
- package/public/assets/vs/basic-languages/php/php.js +10 -0
- package/public/assets/vs/basic-languages/pla/pla.js +10 -0
- package/public/assets/vs/basic-languages/postiats/postiats.js +10 -0
- package/public/assets/vs/basic-languages/powerquery/powerquery.js +10 -0
- package/public/assets/vs/basic-languages/powershell/powershell.js +10 -0
- package/public/assets/vs/basic-languages/protobuf/protobuf.js +11 -0
- package/public/assets/vs/basic-languages/pug/pug.js +10 -0
- package/public/assets/vs/basic-languages/python/python.js +10 -0
- package/public/assets/vs/basic-languages/qsharp/qsharp.js +10 -0
- package/public/assets/vs/basic-languages/r/r.js +10 -0
- package/public/assets/vs/basic-languages/razor/razor.js +10 -0
- package/public/assets/vs/basic-languages/redis/redis.js +10 -0
- package/public/assets/vs/basic-languages/redshift/redshift.js +10 -0
- package/public/assets/vs/basic-languages/restructuredtext/restructuredtext.js +10 -0
- package/public/assets/vs/basic-languages/ruby/ruby.js +10 -0
- package/public/assets/vs/basic-languages/rust/rust.js +10 -0
- package/public/assets/vs/basic-languages/sb/sb.js +10 -0
- package/public/assets/vs/basic-languages/scala/scala.js +10 -0
- package/public/assets/vs/basic-languages/scheme/scheme.js +10 -0
- package/public/assets/vs/basic-languages/scss/scss.js +12 -0
- package/public/assets/vs/basic-languages/shell/shell.js +10 -0
- package/public/assets/vs/basic-languages/solidity/solidity.js +10 -0
- package/public/assets/vs/basic-languages/sophia/sophia.js +10 -0
- package/public/assets/vs/basic-languages/sparql/sparql.js +10 -0
- package/public/assets/vs/basic-languages/sql/sql.js +10 -0
- package/public/assets/vs/basic-languages/st/st.js +10 -0
- package/public/assets/vs/basic-languages/swift/swift.js +13 -0
- package/public/assets/vs/basic-languages/systemverilog/systemverilog.js +10 -0
- package/public/assets/vs/basic-languages/tcl/tcl.js +10 -0
- package/public/assets/vs/basic-languages/twig/twig.js +10 -0
- package/public/assets/vs/basic-languages/typescript/typescript.js +10 -0
- package/public/assets/vs/basic-languages/typespec/typespec.js +10 -0
- package/public/assets/vs/basic-languages/vb/vb.js +10 -0
- package/public/assets/vs/basic-languages/wgsl/wgsl.js +307 -0
- package/public/assets/vs/basic-languages/xml/xml.js +10 -0
- package/public/assets/vs/basic-languages/yaml/yaml.js +10 -0
- package/public/assets/vs/editor/editor.main.css +8 -0
- package/public/assets/vs/editor/editor.main.js +768 -0
- package/public/assets/vs/editor/editor.main.nls.de.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.es.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.fr.js +15 -0
- package/public/assets/vs/editor/editor.main.nls.it.js +15 -0
- package/public/assets/vs/editor/editor.main.nls.ja.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.js +15 -0
- package/public/assets/vs/editor/editor.main.nls.ko.js +15 -0
- package/public/assets/vs/editor/editor.main.nls.ru.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.zh-cn.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.zh-tw.js +15 -0
- package/public/assets/vs/language/css/cssMode.js +13 -0
- package/public/assets/vs/language/css/cssWorker.js +77 -0
- package/public/assets/vs/language/html/htmlMode.js +13 -0
- package/public/assets/vs/language/html/htmlWorker.js +454 -0
- package/public/assets/vs/language/json/jsonMode.js +19 -0
- package/public/assets/vs/language/json/jsonWorker.js +42 -0
- package/public/assets/vs/language/typescript/tsMode.js +20 -0
- package/public/assets/vs/language/typescript/tsWorker.js +51328 -0
- package/public/assets/vs/loader.js +11 -0
- package/public/data-model-item.json +33 -0
- package/public/data-model.json +402 -0
- package/public/favicon.ico +0 -0
- package/public/form-data.json +78 -0
- package/public/form-json-schema.ts +33 -0
- package/public/form-json.schema.json +79 -0
- package/public/image/logo.png +0 -0
- package/public/loading.png +0 -0
- package/public/logo.svg +3 -0
- package/scripts/autoImportServiceTypes.js +40 -0
- package/src/App.vue +29 -0
- package/src/api/ibsp-bg-app.js +489 -0
- package/src/api/ibsp-bg-auth.js +24 -0
- package/src/api/ibsp-bg-counter.js +25 -0
- package/src/api/ibsp-bg-dataview.js +124 -0
- package/src/api/ibsp-bg-form.js +167 -0
- package/src/api/ibsp-bg-oss.js +33 -0
- package/src/api/ibsp-bg-page.js +158 -0
- package/src/api/ibsp-bg-problem.js +13 -0
- package/src/api/ibsp-bg-resource.js +30 -0
- package/src/api/ibsp-bg-sif.js +24 -0
- package/src/api/ibsp-bg-user.js +59 -0
- package/src/assets/font/pinia.ttf +0 -0
- package/src/assets/img/bg2.jpeg +0 -0
- package/src/assets/img/bg3.jpeg +0 -0
- package/src/assets/img/haederBg.png +0 -0
- package/src/assets/img/haederName.png +0 -0
- package/src/assets/img/login-bg.jpg +0 -0
- package/src/assets/img/logo.png +0 -0
- package/src/assets/img/logo.svg +1 -0
- package/src/assets/img/newLogo.png +0 -0
- package/src/assets/img/project.jpg +0 -0
- package/src/assets/img/wenjian1.png +0 -0
- package/src/assets/img/wenjian2.png +0 -0
- package/src/assets/img/wenjianjia.png +0 -0
- package/src/assets/img//345/272/225/351/203/250.png +0 -0
- package/src/assets/img//351/227/201/347/250/277/347/271/210/351/215/224/346/210/246/345/264/225/347/200/265/351/225/220/346/262/252/351/226/272/345/233/251/345/201/237/347/272/276/347/261/2032x.png +0 -0
- package/src/assets/img//351/227/201/347/250/277/347/271/210/351/215/224/346/210/246/345/264/225/351/216/276/356/206/274/347/273/251/351/226/270/346/222/262/350/203/266/347/273/261/346/254/2572x.png +0 -0
- package/src/assets/video//347/231/273/345/275/225/350/203/214/346/231/257.mp4 +0 -0
- package/src/bootstrap.ts +26 -0
- package/src/components/common/CascaderContextMenu.vue +82 -0
- package/src/components/common/ContextMenuPlus.vue +103 -0
- package/src/components/common/DragNavMenu.vue +248 -0
- package/src/components/common/NavMenu.vue +203 -0
- package/src/components/common/NavMenuId.vue +140 -0
- package/src/components/common/PageDrawerPopup.vue +329 -0
- package/src/components/common/PageMenuDrag.vue +245 -0
- package/src/components/common/SelectAllIcon.vue +202 -0
- package/src/components/globals/ColorPicker.vue +261 -0
- package/src/components/globals/ContextMenu.vue +143 -0
- package/src/components/globals/FormContainer.vue +122 -0
- package/src/components/globals/IbspIcon.vue +21 -0
- package/src/components/globals/LoginDialog.vue +365 -0
- package/src/components/globals/Message.vue +10 -0
- package/src/components/globals/SvgIcon.vue +122 -0
- package/src/components/ibsp/Cascader.vue +40 -0
- package/src/components/ibsp/FromPage.vue +118 -0
- package/src/components/ibsp/IbspAddTag.vue +143 -0
- package/src/components/ibsp/IbspButton.vue +27 -0
- package/src/components/ibsp/IbspColorPicker.vue +252 -0
- package/src/components/ibsp/IbspColorSelect.vue +14 -0
- package/src/components/ibsp/IbspContextmenu.vue +176 -0
- package/src/components/ibsp/IbspDialog.vue +52 -0
- package/src/components/ibsp/IbspDrawer.vue +44 -0
- package/src/components/ibsp/IbspInput.vue +29 -0
- package/src/components/ibsp/IbspMonacoCode.vue +213 -0
- package/src/components/ibsp/IbspSearchInput.vue +48 -0
- package/src/components/ibsp/IbspSelect.vue +101 -0
- package/src/components/ibsp/IbspSlotEvent.ts +64 -0
- package/src/components/ibsp/IbspTextInput.vue +41 -0
- package/src/components/ibsp/IbspTree.vue +265 -0
- package/src/components/ibsp/IbspTree2.vue +118 -0
- package/src/components/nextui/BoxSelection/hooks/useBoxSelection.ts +165 -0
- package/src/components/nextui/BoxSelection/index.ts +11 -0
- package/src/components/nextui/BoxSelection/index.vue +40 -0
- package/src/components/nextui/BoxSelection/types.ts +50 -0
- package/src/components/nextui/BoxSelection/utils.ts +35 -0
- package/src/components/nextui/Contextmenu/index.ts +230 -0
- package/src/components/nextui/Contextmenu/menu.vue +256 -0
- package/src/components/nextui/DragNode/hooks/useDrag.ts +222 -0
- package/src/components/nextui/DragNode/hooks/useRefLine.ts +878 -0
- package/src/components/nextui/DragNode/hooks/useResize.ts +182 -0
- package/src/components/nextui/DragNode/hooks/useStyle.ts +31 -0
- package/src/components/nextui/DragNode/index.ts +11 -0
- package/src/components/nextui/DragNode/index.vue +140 -0
- package/src/components/nextui/DragNode/types.ts +158 -0
- package/src/components/nextui/DragNode/util.ts +135 -0
- package/src/components/nextui/SketchRule/SketchRule.vue +176 -0
- package/src/components/nextui/SketchRule/components/RulerCanvas.vue +167 -0
- package/src/components/nextui/SketchRule/components/RulerLine.vue +150 -0
- package/src/components/nextui/SketchRule/hooks/useCanvas.ts +232 -0
- package/src/components/nextui/SketchRule/hooks/useRuler.ts +229 -0
- package/src/components/nextui/SketchRule/index.ts +10 -0
- package/src/components/nextui/SketchRule/props.ts +62 -0
- package/src/components/nextui/_utils/index.ts +2 -0
- package/src/components/nextui/_utils/tools.ts +12 -0
- package/src/components/nextui/_utils/vue/install.ts +11 -0
- package/src/components/nextui/button/Button.vue +78 -0
- package/src/components/nextui/button/index.ts +8 -0
- package/src/components/nextui/drag-grid/index.ts +1 -0
- package/src/components/nextui/drag-grid/src/hooks/useDragGrid.ts +219 -0
- package/src/components/nextui/drag-grid/src/hooks/useGridSize.ts +3 -0
- package/src/components/nextui/drag-grid/src/index.vue +213 -0
- package/src/components/nextui/drag-grid/src/props.ts +3 -0
- package/src/components/nextui/index.ts +11 -0
- package/src/components/nextui/modal/index.ts +8 -0
- package/src/components/nextui/modal/index.vue +336 -0
- package/src/components/nextui/monacoCode/MonacoCode.vue +71 -0
- package/src/components/nextui/monacoCode/config.ts +51 -0
- package/src/components/nextui/monacoCode/index.ts +1 -0
- package/src/components/nextui/monacoCode/monacoCode.ts +31 -0
- package/src/components/nextui/monacoCode/useMonacoCode.ts +116 -0
- package/src/components/nextui/nextIcon/Icon.vue +50 -0
- package/src/components/nextui/nextIcon/index.ts +7 -0
- package/src/components/nextui/tabs/Tabs.vue +170 -0
- package/src/components/nextui/tabs/index.ts +8 -0
- package/src/components/nextui/verticalMenu/VerticalMenu.vue +100 -0
- package/src/components/nextui/verticalMenu/index.ts +8 -0
- package/src/components/production/ibsp-icon/index.vue +52 -0
- package/src/components/production/index.ts +1 -0
- package/src/directives/index.js +21 -0
- package/src/directives/modules/v-drag.js +177 -0
- package/src/directives/modules/v-resize.js +277 -0
- package/src/hooks/useApp.ts +4 -0
- package/src/hooks/useClipboard.ts +56 -0
- package/src/hooks/useEnv.ts +13 -0
- package/src/hooks/useForm.ts +8 -0
- package/src/hooks/useKeyboard.ts +188 -0
- package/src/hooks/usePage.ts +11 -0
- package/src/icons/iconFont/antd/demo.css +539 -0
- package/src/icons/iconFont/antd/demo_index.html +13965 -0
- package/src/icons/iconFont/antd/iconfont.css +2411 -0
- package/src/icons/iconFont/antd/iconfont.js +27 -0
- package/src/icons/iconFont/antd/iconfont.json +4202 -0
- package/src/icons/iconFont/antd/iconfont.ttf +0 -0
- package/src/icons/iconFont/antd/iconfont.woff +0 -0
- package/src/icons/iconFont/antd/iconfont.woff2 +0 -0
- package/src/icons/iconFont/import.css +1 -0
- package/src/icons/iconFont/index.js +10 -0
- package/src/icons/svg/default_file.svg +1 -0
- package/src/icons/svg/default_folder.svg +1 -0
- package/src/icons/svg/default_folder_opened.svg +1 -0
- package/src/icons/svg/file_type_css.svg +1 -0
- package/src/icons/svg/file_type_js.svg +1 -0
- package/src/icons/svg/file_type_json.svg +1 -0
- package/src/icons/svg/file_type_vue.svg +1 -0
- package/src/icons/svg/if.svg +1 -0
- package/src/icons/svg/logo.svg +14 -0
- package/src/icons/svg/softLogo.svg +42 -0
- package/src/icons/svg//344/270/212/346/217/222/345/205/245/350/241/214.svg +7 -0
- package/src/icons/svg//344/270/212/346/254/241.svg +1 -0
- package/src/icons/svg//344/270/212/347/247/273.svg +4 -0
- package/src/icons/svg//344/270/213/346/213/211/351/200/211/346/213/251.svg +3 -0
- package/src/icons/svg//344/270/213/346/217/222/345/205/245/350/241/214.svg +7 -0
- package/src/icons/svg//344/270/213/347/247/273.svg +4 -0
- package/src/icons/svg//344/270/273/350/246/201/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//344/272/244/344/272/222/351/205/215/347/275/256.svg +1 -0
- package/src/icons/svg//344/277/235/345/255/230.svg +16 -0
- package/src/icons/svg//344/277/235/345/255/2302.svg +1 -0
- package/src/icons/svg//344/277/241/346/201/257/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//345/201/234/346/234/272/345/205/254/345/221/212.svg +5 -0
- package/src/icons/svg//345/205/263/344/272/216/346/210/221/344/273/254.svg +5 -0
- package/src/icons/svg//345/205/266/344/273/226.svg +3 -0
- package/src/icons/svg//345/206/205/350/201/224/346/241/206/346/236/266.svg +6 -0
- package/src/icons/svg//345/210/206/346/224/257.svg +1 -0
- package/src/icons/svg//345/210/207/346/215/242.svg +1 -0
- package/src/icons/svg//345/210/240/351/231/244.svg +1 -0
- package/src/icons/svg//345/210/240/351/231/244/345/270/203/345/261/200.svg +1 -0
- package/src/icons/svg//345/210/240/351/231/244/345/275/223/345/211/215/345/210/227.svg +7 -0
- package/src/icons/svg//345/210/240/351/231/244/345/275/223/345/211/215/350/241/214.svg +7 -0
- package/src/icons/svg//345/211/252/345/210/207.svg +1 -0
- package/src/icons/svg//345/215/225/350/241/214/350/276/223/345/205/245.svg +3 -0
- package/src/icons/svg//345/215/225/351/200/211.svg +4 -0
- package/src/icons/svg//345/215/241/347/211/207/345/256/271/345/231/250.svg +7 -0
- package/src/icons/svg//345/215/241/347/211/207/345/270/203/345/261/200.svg +3 -0
- package/src/icons/svg//345/215/261/351/231/251/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//345/216/206/345/217/262/346/223/215/344/275/234.svg +1 -0
- package/src/icons/svg//345/217/226/346/266/210/347/273/204/345/220/210.svg +3 -0
- package/src/icons/svg//345/217/260/350/264/246/344/277/241/346/201/257.svg +1 -0
- package/src/icons/svg//345/217/263/346/217/222/345/205/245/345/210/227.svg +7 -0
- package/src/icons/svg//345/220/221/344/270/213/345/220/210/345/271/266.svg +6 -0
- package/src/icons/svg//345/220/221/345/217/263/345/220/210/345/271/266.svg +6 -0
- package/src/icons/svg//345/233/276/345/261/202.svg +1 -0
- package/src/icons/svg//345/233/276/347/211/207.svg +3 -0
- package/src/icons/svg//345/233/276/350/241/250.svg +3 -0
- package/src/icons/svg//345/237/272/347/241/200.svg +7 -0
- package/src/icons/svg//345/244/215/345/210/266.svg +1 -0
- package/src/icons/svg//345/244/215/351/200/211.svg +3 -0
- package/src/icons/svg//345/244/232/350/241/214/350/276/223/345/205/245.svg +5 -0
- package/src/icons/svg//345/244/247/347/272/262.svg +1 -0
- package/src/icons/svg//345/255/220/350/241/250/345/215/225.svg +13 -0
- package/src/icons/svg//345/256/253/346/240/274/345/270/203/345/261/200.svg +9 -0
- package/src/icons/svg//345/256/271/345/231/250.svg +3 -0
- package/src/icons/svg//345/257/206/347/240/201.svg +3 -0
- package/src/icons/svg//345/257/274/350/210/252/346/241/206/346/236/266.svg +9 -0
- package/src/icons/svg//345/261/236/346/200/247.svg +1 -0
- package/src/icons/svg//345/267/246/346/217/222/345/205/245/345/210/227.svg +7 -0
- package/src/icons/svg//345/270/203/345/261/200.svg +5 -0
- package/src/icons/svg//345/271/263/345/217/260/347/272/247.svg +1 -0
- package/src/icons/svg//345/272/224/347/224/250.svg +1 -0
- package/src/icons/svg//345/272/224/347/224/250/347/272/247.svg +12 -0
- package/src/icons/svg//345/272/225/351/203/250.png +0 -0
- package/src/icons/svg//345/274/200/345/205/263.svg +3 -0
- package/src/icons/svg//345/274/200/345/217/221/344/270/255.svg +133 -0
- package/src/icons/svg//345/274/271/346/200/247/345/270/203/345/261/200.svg +6 -0
- package/src/icons/svg//345/274/271/347/252/227.svg +3 -0
- package/src/icons/svg//346/210/220/345/212/237/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//346/211/223/347/240/201/351/230/237/345/210/227.svg +14 -0
- package/src/icons/svg//346/212/230/345/217/240/351/235/242/346/235/277.svg +3 -0
- package/src/icons/svg//346/213/206/345/210/206/346/210/220/345/210/227.svg +8 -0
- package/src/icons/svg//346/213/206/345/210/206/346/210/220/350/241/214.svg +8 -0
- package/src/icons/svg//346/216/247/345/210/266/345/217/260.svg +13 -0
- package/src/icons/svg//346/217/217/350/277/260/345/210/227/350/241/250.svg +3 -0
- package/src/icons/svg//346/224/276/345/244/247.svg +12 -0
- package/src/icons/svg//346/225/260/346/215/256.svg +3 -0
- package/src/icons/svg//346/225/260/346/215/256/346/272/220/346/250/241/345/236/213.svg +1 -0
- package/src/icons/svg//346/225/260/346/215/256/351/205/215/347/275/256.svg +1 -0
- package/src/icons/svg//346/226/207/344/273/266/344/270/212/344/274/240.svg +3 -0
- package/src/icons/svg//346/226/207/346/234/254.svg +3 -0
- package/src/icons/svg//346/226/207/346/234/254/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//346/226/260/345/242/236/345/270/203/345/261/200.svg +1 -0
- package/src/icons/svg//346/226/260/345/242/236/351/241/265/351/235/242.svg +1 -0
- package/src/icons/svg//346/226/271/346/263/225/345/272/223.svg +9 -0
- package/src/icons/svg//346/227/245/346/234/237/350/214/203/345/233/264.svg +3 -0
- package/src/icons/svg//346/227/245/346/234/237/351/200/211/346/213/251.svg +3 -0
- package/src/icons/svg//346/227/266/351/227/264/350/214/203/345/233/264.svg +3 -0
- package/src/icons/svg//346/227/266/351/227/264/351/200/211/346/213/251.svg +3 -0
- package/src/icons/svg//346/230/276/347/244/272.svg +1 -0
- package/src/icons/svg//346/234/215/345/212/241/345/231/250.svg +12 -0
- package/src/icons/svg//346/235/203/351/231/220.svg +13 -0
- package/src/icons/svg//346/240/205/346/240/274/345/270/203/345/261/200.svg +6 -0
- package/src/icons/svg//346/240/207/347/255/276/351/241/265.svg +6 -0
- package/src/icons/svg//346/240/207/351/242/230.svg +3 -0
- package/src/icons/svg//346/240/221/345/275/242.svg +3 -0
- package/src/icons/svg//346/243/200/346/265/213/346/217/220/351/206/222.svg +12 -0
- package/src/icons/svg//346/250/241/345/236/213/344/273/223/345/272/223.svg +1 -0
- package/src/icons/svg//346/250/241/345/236/213/345/217/202/346/225/260.svg +1 -0
- package/src/icons/svg//346/250/241/346/235/277/345/272/223.svg +1 -0
- package/src/icons/svg//346/255/245/351/252/244/346/235/241.svg +3 -0
- package/src/icons/svg//346/267/273/345/212/240/344/270/200/345/210/227.svg +7 -0
- package/src/icons/svg//346/267/273/345/212/240/344/270/200/350/241/214.svg +7 -0
- package/src/icons/svg//346/270/205/347/251/272.svg +1 -0
- package/src/icons/svg//346/273/221/345/235/227.svg +3 -0
- package/src/icons/svg//347/202/271/345/207/273.svg +13 -0
- package/src/icons/svg//347/211/210/346/234/254.svg +11 -0
- package/src/icons/svg//347/211/210/346/234/254/346/233/264/346/226/260.svg +5 -0
- package/src/icons/svg//347/247/273/345/212/250/347/253/257/345/257/274/350/210/252/346/241/206/346/236/266.svg +12 -0
- package/src/icons/svg//347/251/272/346/225/260/346/215/2562.svg +1 -0
- package/src/icons/svg//347/251/277/346/242/255/346/241/206.svg +3 -0
- package/src/icons/svg//347/262/230/350/264/264.svg +1 -0
- package/src/icons/svg//347/272/247/350/201/224/351/200/211/346/213/251.svg +3 -0
- package/src/icons/svg//347/273/204/344/273/266/345/272/223.svg +1 -0
- package/src/icons/svg//347/273/204/344/273/266/350/204/232/346/234/254.svg +9 -0
- package/src/icons/svg//347/273/204/345/220/210.svg +4 -0
- package/src/icons/svg//347/273/223/346/236/234.svg +10 -0
- package/src/icons/svg//347/273/230/345/210/266.svg +1 -0
- package/src/icons/svg//347/275/256/345/272/225.svg +4 -0
- package/src/icons/svg//347/275/256/351/241/266.svg +4 -0
- package/src/icons/svg//350/204/232/346/234/254.svg +1 -0
- package/src/icons/svg//350/204/232/346/234/2542.svg +1 -0
- package/src/icons/svg//350/204/232/346/234/254/345/272/223.svg +9 -0
- package/src/icons/svg//350/204/232/346/234/254/351/205/215/347/275/256.svg +1 -0
- package/src/icons/svg//350/204/232/346/234/254/351/235/242/346/235/277.svg +13 -0
- package/src/icons/svg//350/207/252/347/224/261/345/270/203/345/261/200.svg +7 -0
- package/src/icons/svg//350/241/250/345/215/225.svg +3 -0
- package/src/icons/svg//350/241/250/345/215/225/345/256/271/345/231/250.svg +9 -0
- package/src/icons/svg//350/241/250/345/215/225/347/273/204/344/273/266.svg +1 -0
- package/src/icons/svg//350/241/250/345/215/225/351/207/215/345/244/215/350/212/202.svg +10 -0
- package/src/icons/svg//350/241/250/346/240/274.svg +7 -0
- package/src/icons/svg//350/241/250/346/240/274/345/210/227.svg +8 -0
- package/src/icons/svg//350/241/250/346/240/274/345/270/203/345/261/200.svg +8 -0
- package/src/icons/svg//350/241/250/346/240/274/350/241/214.svg +8 -0
- package/src/icons/svg//350/241/250/350/276/276/345/274/217.svg +1 -0
- package/src/icons/svg//350/247/206/351/242/221.svg +3 -0
- package/src/icons/svg//350/255/246/345/221/212/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//350/257/204/345/210/206.svg +3 -0
- package/src/icons/svg//350/257/246/347/273/206.svg +1 -0
- package/src/icons/svg//350/264/246/345/217/267.svg +3 -0
- package/src/icons/svg//350/264/246/345/217/267/345/256/211/345/205/250.svg +12 -0
- package/src/icons/svg//350/275/256/346/222/255.svg +3 -0
- package/src/icons/svg//350/277/220/350/241/214/350/204/232/346/234/254.svg +12 -0
- package/src/icons/svg//350/277/233/345/272/246/346/235/241.svg +3 -0
- package/src/icons/svg//351/200/232/347/224/250.svg +11 -0
- package/src/icons/svg//351/203/250/351/227/250.svg +3 -0
- package/src/icons/svg//351/207/215/345/244/215/350/212/202.svg +3 -0
- package/src/icons/svg//351/207/215/345/244/215/350/241/250.svg +3 -0
- package/src/icons/svg//351/232/220/350/227/217.svg +1 -0
- package/src/icons/svg//351/241/265/351/235/242.svg +1 -0
- package/src/icons/svg//351/241/265/351/235/2421.svg +3 -0
- package/src/icons/svg//351/241/265/351/235/2422.svg +3 -0
- package/src/icons/svg//351/241/265/351/235/2423.svg +1 -0
- package/src/icons/svg//351/241/265/351/235/242/345/256/271/345/231/250.svg +7 -0
- package/src/icons/svg//351/241/265/351/235/242/351/205/215/347/275/256.svg +1 -0
- package/src/icons/svg//351/242/204/350/247/210.svg +1 -0
- package/src/icons/svg//351/273/230/350/256/244/346/214/211/351/222/256.svg +3 -0
- package/src/libs/drag/index.vue +1546 -0
- package/src/libs/drag/utils/dom.js +60 -0
- package/src/libs/drag/utils/fns.js +39 -0
- package/src/libs/drag/vue-draggable-resizable.css +102 -0
- package/src/libs/ibspForm/FormMaking.common.js +29452 -0
- package/src/libs/ibspForm/FormMaking.css +10 -0
- package/src/libs/ibspForm/FormMaking.umd.js +29456 -0
- package/src/libs/ibspForm/FormMaking.umd.min.js +29441 -0
- package/src/libs/ibspForm/demo.html +10 -0
- package/src/libs/ibspForm/fonts/iconfont.122c3730.woff2 +0 -0
- package/src/libs/ibspForm/fonts/iconfont.2a264583.woff +0 -0
- package/src/libs/ibspForm/fonts/iconfont.3e777971.ttf +0 -0
- package/src/libs/uni/uni.webview.1.5.5.js +58 -0
- package/src/libs/vanilla-js-wheel-zoom/calculator.js +103 -0
- package/src/libs/vanilla-js-wheel-zoom/default-options.js +52 -0
- package/src/libs/vanilla-js-wheel-zoom/observers/AbstractObserver.js +51 -0
- package/src/libs/vanilla-js-wheel-zoom/observers/DragScrollableObserver.js +103 -0
- package/src/libs/vanilla-js-wheel-zoom/observers/InteractionObserver.js +122 -0
- package/src/libs/vanilla-js-wheel-zoom/observers/PinchToZoomObserver.js +86 -0
- package/src/libs/vanilla-js-wheel-zoom/toolkit.js +121 -0
- package/src/libs/vanilla-js-wheel-zoom/wheel-zoom.js +446 -0
- package/src/libs/vuedraggable/core/componentBuilderHelper.js +47 -0
- package/src/libs/vuedraggable/core/componentStructure.js +69 -0
- package/src/libs/vuedraggable/core/renderHelper.js +57 -0
- package/src/libs/vuedraggable/core/sortableEvents.js +18 -0
- package/src/libs/vuedraggable/util/console.js +9 -0
- package/src/libs/vuedraggable/util/htmlHelper.js +15 -0
- package/src/libs/vuedraggable/util/string.js +12 -0
- package/src/libs/vuedraggable/util/tags.js +138 -0
- package/src/libs/vuedraggable/vuedraggable.js +317 -0
- package/src/libs/vuejs-loadmore/icon/index.js +3 -0
- package/src/libs/vuejs-loadmore/icon/loading.scss +59 -0
- package/src/libs/vuejs-loadmore/icon/loading.vue +21 -0
- package/src/libs/vuejs-loadmore/index.js +18 -0
- package/src/libs/vuejs-loadmore/locale/index.js +32 -0
- package/src/libs/vuejs-loadmore/locale/lang/en-US.js +13 -0
- package/src/libs/vuejs-loadmore/locale/lang/zh-CN.js +13 -0
- package/src/libs/vuejs-loadmore/mixins/bind-event.js +21 -0
- package/src/libs/vuejs-loadmore/mixins/timer.js +22 -0
- package/src/libs/vuejs-loadmore/mixins/touch.js +58 -0
- package/src/libs/vuejs-loadmore/style/var.scss +23 -0
- package/src/libs/vuejs-loadmore/utils/event.js +20 -0
- package/src/libs/vuejs-loadmore/utils/getDeepValByKey.js +14 -0
- package/src/libs/vuejs-loadmore/utils/scroll.js +30 -0
- package/src/libs/vuejs-loadmore/utils/throttle.js +39 -0
- package/src/libs/vuejs-loadmore/vuejs-loadmore/index.scss +39 -0
- package/src/libs/vuejs-loadmore/vuejs-loadmore/index.vue +317 -0
- package/src/main.ts +85 -0
- package/src/models/app/ComponentLib.ts +189 -0
- package/src/models/app/IbspApp.ts +362 -0
- package/src/models/app/_utils.ts +38 -0
- package/src/models/app/app.d.ts +118 -0
- package/src/models/app/index.ts +2 -0
- package/src/models/app/uni/index.ts +1 -0
- package/src/models/app/uni/useUniAction.ts +174 -0
- package/src/models/command/CommandTypes.d.ts +24 -0
- package/src/models/command/index.ts +40 -0
- package/src/models/component/index.ts +56 -0
- package/src/models/dataModel/index.ts +243 -0
- package/src/models/dataModel/models/CategoryDict.ts +35 -0
- package/src/models/dataModel/models/DataSource.ts +181 -0
- package/src/models/dataModel/models/DataView.ts +132 -0
- package/src/models/dataModel/models/Script.ts +15 -0
- package/src/models/dataModel/models/ServiceInterface.ts +114 -0
- package/src/models/dataModel/models/Static.ts +24 -0
- package/src/models/dataModel/types/DataSource.d.ts +70 -0
- package/src/models/disabledState/StateTypes.d.ts +12 -0
- package/src/models/disabledState/index.ts +45 -0
- package/src/models/dynamicValues/index.ts +1 -0
- package/src/models/index.ts +6 -0
- package/src/models/page/IbspForm.ts +67 -0
- package/src/models/page/IbspPage.ts +571 -0
- package/src/models/page/data/api.ts +24 -0
- package/src/models/page/data/utils.ts +214 -0
- package/src/models/page/index.ts +3 -0
- package/src/models/script/index.ts +1 -0
- package/src/models/service/index.ts +35 -0
- package/src/models/tools/ComponentEvent.ts +42 -0
- package/src/models/tools/IbspEvents.ts +40 -0
- package/src/models/tools/IbspPageTools.ts +35 -0
- package/src/models/useComponentModel.js +1271 -0
- package/src/models/useConsole.ts +135 -0
- package/src/models/useDynamicValueModel.js +576 -0
- package/src/models/useEditorEnv.ts +55 -0
- package/src/models/useGlobalEvents.ts +44 -0
- package/src/models/useHistoryStackModel.ts +949 -0
- package/src/models/useJavascriptAnalysis.js +501 -0
- package/src/models/usePageModel.js +1087 -0
- package/src/models/useStack.ts +41 -0
- package/src/prodModels/index.ts +1 -0
- package/src/prodModels/useGlobalEvent/events.ts +7 -0
- package/src/prodModels/useGlobalEvent/index.ts +54 -0
- package/src/router/hooks/useGuard.ts +16 -0
- package/src/router/hooks/useJumpTo.ts +39 -0
- package/src/router/index.ts +62 -0
- package/src/router/meta.d.ts +7 -0
- package/src/stores/index.ts +3 -0
- package/src/stores/useComponentStore.ts +250 -0
- package/src/stores/usePlatformLibStore.js +212 -0
- package/src/stores/usePlatformStore.js +299 -0
- package/src/styles/global.less +516 -0
- package/src/styles/index-preview.ts +2 -0
- package/src/styles/index.ts +4 -0
- package/src/styles/reset.css +142 -0
- package/src/styles/theme/antdui.less +12 -0
- package/src/styles/theme/default-ui.less +9 -0
- package/src/styles/theme/elementui.less +178 -0
- package/src/styles/theme/index.less +4 -0
- package/src/styles/theme/nextui.less +550 -0
- package/src/types/config.d.ts +107 -0
- package/src/types/config2.d.ts +97 -0
- package/src/types/global.d.ts +90 -0
- package/src/types/ibsp.d.ts +112 -0
- package/src/types/index.ts +1 -0
- package/src/types/module.d.ts +105 -0
- package/src/types/platform.ts +19 -0
- package/src/types/service.d.ts +28 -0
- package/src/utils/config.ts +54 -0
- package/src/utils/configData.js +170 -0
- package/src/utils/dataProcess.js +0 -0
- package/src/utils/index.js +558 -0
- package/src/utils/request.js +82 -0
- package/src/utils/toolFuns.ts +11 -0
- package/src/views/builtins/components/message/Index.vue +104 -0
- package/src/views/builtins/error/404.vue +527 -0
- package/src/views/builtins/index.ts +136 -0
- package/src/views/builtins/login/MobileIndex.vue +496 -0
- package/src/views/builtins/login/MobileIndex_v1.vue +259 -0
- package/src/views/builtins/login/MobileIndex_v2.vue +421 -0
- package/src/views/builtins/login/WindowIndex.vue +288 -0
- package/src/views/builtins/login/mobile/svgData.js +67 -0
- package/src/views/builtins/login/useLogin.ts +63 -0
- package/src/views/builtins/message/MobileIndex.vue +309 -0
- package/src/views/builtins/message/mobile/svgData.js +28 -0
- package/src/views/builtins/my/MobileIndex.vue +508 -0
- package/src/views/builtins/my/index.vue +69 -0
- package/src/views/builtins/my/mobile/about/index.vue +16 -0
- package/src/views/builtins/my/mobile/account/Index.vue +129 -0
- package/src/views/builtins/my/mobile/auth/index.vue +16 -0
- package/src/views/builtins/my/mobile/password/Index.vue +352 -0
- package/src/views/builtins/my/mobile/password/svgData.js +67 -0
- package/src/views/builtins/my/mobile/problem/Index.vue +573 -0
- package/src/views/builtins/my/mobile/problem/svgData.js +26 -0
- package/src/views/builtins/my/mobile/server/Server.vue +152 -0
- package/src/views/builtins/my/mobile/setting/index.vue +16 -0
- package/src/views/builtins/my/mobile/svgData.js +263 -0
- package/src/views/builtins/my/mobile/switch-account/component/UserAvatar.vue +95 -0
- package/src/views/builtins/my/mobile/switch-account/index.vue +107 -0
- package/src/views/builtins/util/userAccout.ts +33 -0
- package/src/views/designer/components/BindValueConfig/components/Component.vue +38 -0
- package/src/views/designer/components/BindValueConfig/components/Const.vue +36 -0
- package/src/views/designer/components/BindValueConfig/components/Var.vue +38 -0
- package/src/views/designer/components/BindValueConfig/index.vue +115 -0
- package/src/views/designer/components/DragMenu.vue +135 -0
- package/src/views/designer/components/DrawerLodding.vue +69 -0
- package/src/views/designer/components/FloatModuleCard.vue +136 -0
- package/src/views/designer/components/PlatformLibLayout.vue +238 -0
- package/src/views/designer/components/ScriptPopup.vue +8 -0
- package/src/views/designer/components/drag/index.vue +1546 -0
- package/src/views/designer/components/drag/utils/dom.js +60 -0
- package/src/views/designer/components/drag/utils/fns.js +39 -0
- package/src/views/designer/components/drag/vue-draggable-resizable.css +102 -0
- package/src/views/designer/hooks/keyboardModule/index.js +43 -0
- package/src/views/designer/hooks/keyboardModule/modules/cvx.js +543 -0
- package/src/views/designer/hooks/keyboardModule/modules/del.js +47 -0
- package/src/views/designer/hooks/keyboardModule/modules/direction.js +38 -0
- package/src/views/designer/hooks/keyboardModule/modules/redo.js +22 -0
- package/src/views/designer/hooks/keyboardModule/modules/undo.js +12 -0
- package/src/views/designer/hooks/useConfigComponent.js +28 -0
- package/src/views/designer/hooks/useInitPage.ts +60 -0
- package/src/views/designer/hooks/useKeyboard.js +51 -0
- package/src/views/designer/hooks/usePageFloatMenu.js +137 -0
- package/src/views/designer/hooks/usePageValueData.js +92 -0
- package/src/views/designer/hooks/usePullDrag.js +160 -0
- package/src/views/designer/hooks/useRegisterKeyboard.js +328 -0
- package/src/views/designer/index.ts +3 -0
- package/src/views/designer/index.vue +121 -0
- package/src/views/designer/layout/FrameworkLayout.vue +542 -0
- package/src/views/designer/layout/LayoutDefault.vue +299 -0
- package/src/views/designer/layout/LayoutNextUi.vue +18 -0
- package/src/views/designer/layout/index.vue +54 -0
- package/src/views/designer/modules/canvas/canvas.service.ts +62 -0
- package/src/views/designer/modules/canvas/index.ts +4 -0
- package/src/views/designer/modules/canvas/src/CanvasHeaderTools.vue +409 -0
- package/src/views/designer/modules/canvas/src/components/AliginButtons.vue +120 -0
- package/src/views/designer/modules/canvas/src/components/GroupButton.vue +76 -0
- package/src/views/designer/modules/canvas/src/components/HistoryButton.vue +80 -0
- package/src/views/designer/modules/canvas/src/components/SortIndex.vue +86 -0
- package/src/views/designer/modules/canvas/src/components/toolbarPanel.vue +194 -0
- package/src/views/designer/modules/canvas/src/hooks/commonDisabledState.ts +42 -0
- package/src/views/designer/modules/canvas/src/hooks/commonMethods.ts +167 -0
- package/src/views/designer/modules/canvas/src/hooks/useAligin.ts +239 -0
- package/src/views/designer/modules/canvas/src/hooks/useCanvas copy.ts +117 -0
- package/src/views/designer/modules/canvas/src/hooks/useCanvas.ts +39 -0
- package/src/views/designer/modules/canvas/src/hooks/useGroup.ts +121 -0
- package/src/views/designer/modules/canvas/src/hooks/useHistory.ts +37 -0
- package/src/views/designer/modules/canvas/src/hooks/useSketchRuler.ts +167 -0
- package/src/views/designer/modules/canvas/src/hooks/useSortIndex.ts +147 -0
- package/src/views/designer/modules/canvas/src/hooks/useTranslate.ts +20 -0
- package/src/views/designer/modules/canvas/src/index.vue +600 -0
- package/src/views/designer/modules/canvas/src/scroll/index.vue +46 -0
- package/src/views/designer/modules/canvas/src/scroll/scroll.ts +230 -0
- package/src/views/designer/modules/config-data/dataConfig.service.ts +3 -0
- package/src/views/designer/modules/config-data/index.ts +3 -0
- package/src/views/designer/modules/config-data/src/index.vue +49 -0
- package/src/views/designer/modules/config-interactive/index.ts +4 -0
- package/src/views/designer/modules/config-interactive/interactive.service.ts +459 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/componentAction/RefreshComponent.js +46 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/componentAction/RefreshData.js +33 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/componentAction/SaveForm.js +130 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/componentAction/ShowHidden.js +60 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/formAction/ChangeFormMode.js +64 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/formAction/GetFormModel.js +40 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/formAction/SaveFormModel.js +40 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/formAction/SetFormModel.js +91 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/index.js +52 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/linkAction/AppOpenLink.js +110 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/linkAction/FrameOpenLink.js +117 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/linkAction/PlatformOutsideLink.js +119 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/linkAction/PlatformWithinLink.js +107 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/ClosePopup.js +31 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/ExecuteScript.js +37 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/GetCounterValue.js +67 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/ModalOpen.js +115 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/OpenMessage.js +95 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/RequestInterface.js +57 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/SetComponentValue.js +83 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/TriggerEvent.js +54 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/VariableAssignment.js +145 -0
- package/src/views/designer/modules/config-interactive/src/components/ConditionPopup.vue +880 -0
- package/src/views/designer/modules/config-interactive/src/components/ConfigActionIndex.vue +218 -0
- package/src/views/designer/modules/config-interactive/src/components/IbspActionConfig.vue +210 -0
- package/src/views/designer/modules/config-interactive/src/components/IbspInteractivceList.vue +553 -0
- package/src/views/designer/modules/config-interactive/src/components/IbspInteractivePanel.vue +253 -0
- package/src/views/designer/modules/config-interactive/src/components/PopUpContainer.vue +61 -0
- package/src/views/designer/modules/config-interactive/src/components/SelectInteractiveList.vue +112 -0
- package/src/views/designer/modules/config-interactive/src/hooks/useEventAction.js +61 -0
- package/src/views/designer/modules/config-interactive/src/hooks/useInteractiveContext.ts +77 -0
- package/src/views/designer/modules/config-interactive/src/index.vue +382 -0
- package/src/views/designer/modules/config-interactive/src/stores/interactiveData.js +106 -0
- package/src/views/designer/modules/config-interactive/src/stores/interactiveDataPlus.js +36 -0
- package/src/views/designer/modules/config-page/index.ts +3 -0
- package/src/views/designer/modules/config-page/pageConfig.service.ts +1 -0
- package/src/views/designer/modules/config-page/src/config.js +652 -0
- package/src/views/designer/modules/config-page/src/index.vue +120 -0
- package/src/views/designer/modules/config-props/index.ts +3 -0
- package/src/views/designer/modules/config-props/propsConfig.service.ts +1 -0
- package/src/views/designer/modules/config-props/src/CommonConfig.vue +576 -0
- package/src/views/designer/modules/config-props/src/ScriptConfig.vue +67 -0
- package/src/views/designer/modules/config-props/src/components/Background.vue +372 -0
- package/src/views/designer/modules/config-props/src/components/BorderPlus.vue +128 -0
- package/src/views/designer/modules/config-props/src/components/Collapse.vue +137 -0
- package/src/views/designer/modules/config-props/src/components/Input.vue +262 -0
- package/src/views/designer/modules/config-props/src/components/Radio.vue +108 -0
- package/src/views/designer/modules/config-props/src/components/Switch.vue +57 -0
- package/src/views/designer/modules/config-props/src/index.vue +82 -0
- package/src/views/designer/modules/data-model/index.ts +3 -0
- package/src/views/designer/modules/data-model/src/components/CategoryDict.vue +144 -0
- package/src/views/designer/modules/data-model/src/components/DataModel.vue +638 -0
- package/src/views/designer/modules/data-model/src/components/DataModel2.vue +583 -0
- package/src/views/designer/modules/data-model/src/components/DataView.vue +169 -0
- package/src/views/designer/modules/data-model/src/components/EditScript.vue +83 -0
- package/src/views/designer/modules/data-model/src/components/EditTable.vue +208 -0
- package/src/views/designer/modules/data-model/src/components/FieldsGroup.vue +199 -0
- package/src/views/designer/modules/data-model/src/components/ParamSelect.vue +64 -0
- package/src/views/designer/modules/data-model/src/components/ScriptConfig.vue +53 -0
- package/src/views/designer/modules/data-model/src/components/ScriptData.vue +62 -0
- package/src/views/designer/modules/data-model/src/components/ServiceInterface.vue +248 -0
- package/src/views/designer/modules/data-model/src/components/Static.vue +236 -0
- package/src/views/designer/modules/data-model/src/components/TestData.vue +39 -0
- package/src/views/designer/modules/data-model/src/components/filter-data/components/MoreConfig.vue +121 -0
- package/src/views/designer/modules/data-model/src/components/filter-data/components/select-field/index.vue +337 -0
- package/src/views/designer/modules/data-model/src/components/filter-data/components/select-field/useSelectField.ts +104 -0
- package/src/views/designer/modules/data-model/src/components/filter-data/index.vue +140 -0
- package/src/views/designer/modules/data-model/src/hooks/useModelConfig.ts +98 -0
- package/src/views/designer/modules/data-model/src/hooks/useModelDefaultValue.ts +153 -0
- package/src/views/designer/modules/data-model/src/index.vue +374 -0
- package/src/views/designer/modules/data-model/src/types/model.d.ts +144 -0
- package/src/views/designer/modules/headerWidgetModule/HeaderWidgetIndex.vue +937 -0
- package/src/views/designer/modules/headerWidgetModule/components/CodeEditor.vue +315 -0
- package/src/views/designer/modules/headerWidgetModule/components/DirectionTooltip.vue +164 -0
- package/src/views/designer/modules/headerWidgetModule/components/DirectionTooltipComponent.vue +164 -0
- package/src/views/designer/modules/headerWidgetModule/components/MirrorTextArea.vue +73 -0
- package/src/views/designer/modules/headerWidgetModule/components/PlatformLibLayout.vue +238 -0
- package/src/views/designer/modules/headerWidgetModule/components/quoteConfig/components/configCenter.vue +51 -0
- package/src/views/designer/modules/headerWidgetModule/components/quoteConfig/index.vue +89 -0
- package/src/views/designer/modules/headerWidgetModule/constantLib/index.vue +433 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/CategoryDict.vue +141 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/DataModel.vue +638 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/DataModel2.vue +455 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/DataView.vue +233 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/EditTable.vue +208 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/FieldsGroup.vue +199 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/ScriptConfig.vue +53 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/ScriptData.vue +63 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/ServiceInterface.vue +287 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/Static.vue +170 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/TestData.vue +33 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/hooks/useLeaveParams.ts +26 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/hooks/useUtils.js +53 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/index.vue +471 -0
- package/src/views/designer/modules/headerWidgetModule/designerConfig/index.vue +15 -0
- package/src/views/designer/modules/headerWidgetModule/globalVarLib/index.vue +471 -0
- package/src/views/designer/modules/headerWidgetModule/iconLib/index.vue +346 -0
- package/src/views/designer/modules/headerWidgetModule/materialLib/index.vue +901 -0
- package/src/views/designer/modules/headerWidgetModule/methodLib/index.vue +551 -0
- package/src/views/designer/modules/headerWidgetModule/scriptLib/index.vue +415 -0
- package/src/views/designer/modules/ibsp-component-lib/componentLib.service.ts +17 -0
- package/src/views/designer/modules/ibsp-component-lib/index.ts +5 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/index.ts +5 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/ComponentDes.vue +175 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/ComponentPre.vue +84 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/FormItemComponent.vue +314 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/FormItemComponentPre.vue +154 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/useContextModel.ts +30 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/hooks/useCommonFuns.ts +91 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/hooks/useComponentContext.ts +304 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/hooks/useFormDropComponent.ts +69 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/hooks/useFromItemDnD.ts +264 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/index.js +47 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/content-container/ContentContainerDes.vue +56 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/content-container/ContentContainerPre.vue +32 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/content-container/index.vue +33 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/index.vue +80 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/vueDrag/index.vue +1362 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/vueDrag/utils/dom.js +60 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/vueDrag/utils/fns.js +39 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/vueDrag/vue-draggable-resizable.css +125 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/index.ts +4 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/Template.vue +214 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/config/config.js +37 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/config/data.js +191 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/config/props.js +150 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/index.vue +32 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/data/config.js +49 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/data/index.vue +205 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/data/utils.ts +20 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/RenderComponent.vue +33 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/config.ts +25 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/form-item/config.ts +25 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/form-item/index.vue +72 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/index.vue +248 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/sub-form/RenderComponent.vue +328 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/sub-form/config.ts +30 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/sub-form/index.vue +217 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/mobileNavFrame/components/MobileMenu.vue +107 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/mobileNavFrame/config.js +151 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/mobileNavFrame/index.vue +789 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/mobileNavFrame/utils/uni.webview.1.5.5.js +58 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/components/AddMenuConfig.vue +320 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/components/Header.vue +139 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/components/IMenu.vue +65 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/config.ts +25 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/prop/aside.ts +41 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/prop/header.ts +139 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/prop/index.ts +12 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/prop/nav.ts +143 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/hooks/useAppMenus.js +164 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/index.vue +100 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/SystemNavComponent.vue +810 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/components/AddMenuConfig.vue +322 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/components/MyElMenu.vue +59 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/config.js +283 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/hooks/useAppMenus.js +164 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/index.vue +74 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/pageContainer/config.js +127 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/pageContainer/index.vue +135 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/BaseContainer.vue +90 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/hooks/useAddComponent.ts +69 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/hooks/useContainerDnD.ts +79 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/index.ts +3 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/types/containerProps.ts +46 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/types/dnd.ts +17 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/flexLayout/RenderComponent.vue +33 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/flexLayout/config.js +691 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/flexLayout/index.vue +344 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/grid-drag-layout/config.js +26 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/grid-drag-layout/hooks/useDragGrid.ts +3 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/grid-drag-layout/index.vue +40 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/config.ts +36 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/gird-row/config.ts +37 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/gird-row/index.vue +173 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/gird-row/render.vue +56 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/grid-col/config.ts +51 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/grid-col/index.vue +105 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/grid-col/render.vue +34 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/index.vue +154 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/render.vue +65 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/types/grid.ts +15 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/types/gridProps.ts +126 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/PreviewComponent.vue +101 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/PreviewGroup.vue +71 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/SectionGroup.vue +627 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/SectionGroup4_back.vue +388 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/SectionGroup_back.vue +503 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/MergeBox.vue +294 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/SectionTools.vue +0 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/vueDrag/index.vue +1360 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/vueDrag/utils/dom.js +60 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/vueDrag/utils/fns.js +39 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/vueDrag/vue-draggable-resizable.css +125 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/config.js +117 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/group-config.js +26 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/index.vue +1200 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/section.js +67 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/section.service.ts +7 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/config.ts +28 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/hooks/useColActions.ts +244 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/index.vue +218 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/render.vue +97 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-col/config.ts +41 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-col/index.vue +69 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-col/render.vue +47 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-row/config.ts +25 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-row/index.vue +78 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-row/render.vue +38 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/types/table.ts +15 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/types/tableProps.ts +87 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/types/props.d.ts +12 -0
- package/src/views/designer/modules/ibsp-component-lib/src/components/ColorPalette.vue +394 -0
- package/src/views/designer/modules/ibsp-component-lib/src/index.vue +530 -0
- package/src/views/designer/modules/ibsp-config/ConfigIndex.vue +222 -0
- package/src/views/designer/modules/ibsp-config/builtinComponents/DataModel.jsx +65 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/batchGroup.ts +8 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectComponents.ts +22 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectDataModel.ts +9 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectForms.ts +14 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectPages.ts +14 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectScript.ts +46 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectVars.ts +32 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs.d.ts +5 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/index.ts +7 -0
- package/src/views/designer/modules/ibsp-config/components/BuiltinFormItems.vue +82 -0
- package/src/views/designer/modules/ibsp-config/components/CollapseItem.vue +23 -0
- package/src/views/designer/modules/ibsp-config/components/ExpressionPopup.vue +357 -0
- package/src/views/designer/modules/ibsp-config/components/FormItem.vue +201 -0
- package/src/views/designer/modules/ibsp-config/components/InterfaceParam.vue +714 -0
- package/src/views/designer/modules/ibsp-config/components/ResourcePopup.vue +319 -0
- package/src/views/designer/modules/ibsp-config/components/dynamicValueBindingModule/DynamicValuePlusIndex.vue +283 -0
- package/src/views/designer/modules/ibsp-config/components/dynamicValueBindingModule/index.vue +266 -0
- package/src/views/designer/modules/ibsp-config/components/staticTable/ContextMenu.vue +107 -0
- package/src/views/designer/modules/ibsp-config/components/staticTable/index.vue +264 -0
- package/src/views/designer/modules/ibsp-config/components/staticTable/upload.vue +60 -0
- package/src/views/designer/modules/ibsp-config/config.service.ts +17 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Button.vue +56 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/CascaderSelect.vue +83 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/CateTreeList.vue +571 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Checkbox.vue +57 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Collapse.vue +163 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Color.vue +57 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/RadioConfig.vue +11 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/RegionalSelectionConfig.vue +159 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/SelectConfig.vue +599 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/components/table.vue +51 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/index.vue +62 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataColumns.vue +171 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/CategoryDict.vue +67 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/DataView.vue +124 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/EditTable.vue +209 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/ScriptConfig.vue +48 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/ServiceInterface.vue +130 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/Static.vue +141 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/index.vue +122 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Dialog.vue +147 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DragTabs.vue +836 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Drawer.vue +61 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DynamicDataValue.vue +120 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Expression/hooks/useWhere.ts +67 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Expression/index.vue +679 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/FormItem.vue +133 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Input.vue +205 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/InputNumber.vue +101 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/InterfaceParamConfig.vue +51 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Modal.vue +84 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/MonacoEditor.vue +108 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ParamConfig.vue +501 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Position.vue +94 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Radio.vue +182 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ScriptData.vue +55 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Select.vue +148 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/SelectExpression.vue +94 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/SelectIcon.vue +107 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/SelectResource.vue +117 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/SetParamSource.vue +181 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Slider.vue +55 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/StaticTable.vue +42 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Switch.vue +40 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Tab.vue +221 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Tabs.vue +91 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Tabs2.vue +546 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Title.vue +86 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/TreeSelect.vue +142 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/TreeSelectPlus.vue +70 -0
- package/src/views/designer/modules/ibsp-config/configGroups/BaseData.js +60 -0
- package/src/views/designer/modules/ibsp-config/hooks/useModelValue.ts +22 -0
- package/src/views/designer/modules/ibsp-config/index.ts +44 -0
- package/src/views/designer/modules/ibsp-config/utils.ts +6 -0
- package/src/views/designer/modules/ibsp-form-domain/index.ts +3 -0
- package/src/views/designer/modules/ibsp-form-domain/src/index.vue +178 -0
- package/src/views/designer/modules/ibsp-history/history.service.ts +3 -0
- package/src/views/designer/modules/ibsp-history/index.ts +3 -0
- package/src/views/designer/modules/ibsp-history/src/index.vue +126 -0
- package/src/views/designer/modules/ibsp-outline/index.ts +3 -0
- package/src/views/designer/modules/ibsp-outline/outline.service.ts +1 -0
- package/src/views/designer/modules/ibsp-outline/src/index.vue +256 -0
- package/src/views/designer/modules/ibsp-page/index.ts +4 -0
- package/src/views/designer/modules/ibsp-page/pageList.service.ts +3 -0
- package/src/views/designer/modules/ibsp-page/src/index.vue +393 -0
- package/src/views/designer/modules/ibsp-script/index.ts +3 -0
- package/src/views/designer/modules/ibsp-script/script.service.ts +161 -0
- package/src/views/designer/modules/ibsp-script/src/ScriptIndex.vue +408 -0
- package/src/views/designer/modules/ibsp-script/src/components/Contextmenu.vue +104 -0
- package/src/views/designer/modules/ibsp-script/src/components/ScriptData.vue +518 -0
- package/src/views/designer/modules/ibsp-script/src/components/ScriptPanel.vue +415 -0
- package/src/views/designer/modules/ibsp-script/src/components/ScriptSetting.vue +48 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/Console.vue +53 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/components/ConsoleError.vue +33 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/components/ConsoleLine.vue +53 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/components/ConsoleLog.vue +93 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/console.ts +11 -0
- package/src/views/designer/modules/ibsp-script/src/hooks/useComponentEditor.ts +21 -0
- package/src/views/designer/modules/ibsp-script/src/hooks/useContextmenu.js +70 -0
- package/src/views/designer/modules/ibsp-script/src/hooks/useScriptData.ts +73 -0
- package/src/views/designer/modules/ibsp-script/src/index.vue +114 -0
- package/src/views/designer/modules/ibsp-template/index.ts +3 -0
- package/src/views/designer/modules/ibsp-template/src/index.vue +19 -0
- package/src/views/designer/modules/ibsp-template/template.service.ts +1 -0
- package/src/views/designer/modules/index.ts +198 -0
- package/src/views/designer/modules/platform-const/const.service.ts +1 -0
- package/src/views/designer/modules/platform-const/index.ts +4 -0
- package/src/views/designer/modules/platform-const/src/index.vue +432 -0
- package/src/views/designer/modules/platform-icon/icon.service.ts +1 -0
- package/src/views/designer/modules/platform-icon/index.ts +4 -0
- package/src/views/designer/modules/platform-icon/src/index.vue +346 -0
- package/src/views/designer/modules/platform-material/index.ts +3 -0
- package/src/views/designer/modules/platform-material/material.service.ts +1 -0
- package/src/views/designer/modules/platform-material/src/index.vue +901 -0
- package/src/views/designer/modules/platform-method/index.ts +4 -0
- package/src/views/designer/modules/platform-method/method.service.ts +1 -0
- package/src/views/designer/modules/platform-method/src/index.vue +14 -0
- package/src/views/designer/modules/platform-script/index.ts +4 -0
- package/src/views/designer/modules/platform-script/script.service.ts +1 -0
- package/src/views/designer/modules/platform-script/src/index.vue +14 -0
- package/src/views/designer/modules/platform-var/index.ts +6 -0
- package/src/views/designer/modules/platform-var/src/index.vue +450 -0
- package/src/views/designer/modules/platform-var/var.service.ts +1 -0
- package/src/views/designer/modules/scriptModule/ScriptIndex.vue +686 -0
- package/src/views/designer/modules/scriptModule/ScriptIndexPlus.vue +1308 -0
- package/src/views/designer/modules/scriptModule/components/Contextmenu.vue +100 -0
- package/src/views/designer/modules/scriptModule/components/EnvData.vue +78 -0
- package/src/views/designer/modules/scriptModule/components/ScriptData.vue +541 -0
- package/src/views/designer/modules/scriptModule/components/ScriptEditPanel.vue +658 -0
- package/src/views/designer/modules/scriptModule/components/ScriptList.vue +365 -0
- package/src/views/designer/modules/scriptModule/components/ScriptNavContentLayout.vue +66 -0
- package/src/views/designer/modules/scriptModule/components/console/Console.vue +53 -0
- package/src/views/designer/modules/scriptModule/components/console/components/ConsoleError.vue +33 -0
- package/src/views/designer/modules/scriptModule/components/console/components/ConsoleLine.vue +53 -0
- package/src/views/designer/modules/scriptModule/components/console/components/ConsoleLog.vue +93 -0
- package/src/views/designer/modules/scriptModule/components/console/console.ts +11 -0
- package/src/views/designer/modules/scriptModule/components/scriptManagement.vue +78 -0
- package/src/views/designer/modules/scriptModule/hooks/useComponentEditor.ts +22 -0
- package/src/views/designer/modules/scriptModule/hooks/useContextmenu.js +70 -0
- package/src/views/designer/modules/scriptModule/hooks/useIbspScript.js +95 -0
- package/src/views/designer/modules/scriptModule/hooks/useIbspScriptPlus.js +38 -0
- package/src/views/designer/modules/scriptModule/hooks/useScript.js +27 -0
- package/src/views/designer/modules/scriptModule/useScriptStore.js +142 -0
- package/src/views/designer/modules/shortcut-keys/index.ts +2 -0
- package/src/views/designer/modules/shortcut-keys/shortcutKey.service.ts +1 -0
- package/src/views/doc/index.ts +3 -0
- package/src/views/doc/src/index.vue +40 -0
- package/src/views/home/hooks/useApp.ts +127 -0
- package/src/views/home/index.vue +397 -0
- package/src/views/preview/index.ts +6 -0
- package/src/views/preview/src/PreviewPage.vue +215 -0
- package/src/views/preview/src/action-parse-lib/componentAction/RefreshComponent.js +10 -0
- package/src/views/preview/src/action-parse-lib/componentAction/RefreshData.js +8 -0
- package/src/views/preview/src/action-parse-lib/componentAction/SaveForm.js +111 -0
- package/src/views/preview/src/action-parse-lib/componentAction/ShowHidden.js +20 -0
- package/src/views/preview/src/action-parse-lib/formAction/ChangeFormMode.js +86 -0
- package/src/views/preview/src/action-parse-lib/formAction/GetFormModel.js +42 -0
- package/src/views/preview/src/action-parse-lib/formAction/SaveFormModel.js +47 -0
- package/src/views/preview/src/action-parse-lib/formAction/SetFormModel.js +28 -0
- package/src/views/preview/src/action-parse-lib/index.js +23 -0
- package/src/views/preview/src/action-parse-lib/linkAction/AppOpenLink.js +34 -0
- package/src/views/preview/src/action-parse-lib/linkAction/FrameOpenLink.js +33 -0
- package/src/views/preview/src/action-parse-lib/linkAction/PlatformOutsideLink.js +34 -0
- package/src/views/preview/src/action-parse-lib/linkAction/PlatformWithinLink.js +51 -0
- package/src/views/preview/src/action-parse-lib/outerAction/ClosePopup.js +8 -0
- package/src/views/preview/src/action-parse-lib/outerAction/ExecuteScript.js +22 -0
- package/src/views/preview/src/action-parse-lib/outerAction/GetCounterValue.js +7 -0
- package/src/views/preview/src/action-parse-lib/outerAction/ModalOpen.js +48 -0
- package/src/views/preview/src/action-parse-lib/outerAction/OpenMessage.js +14 -0
- package/src/views/preview/src/action-parse-lib/outerAction/RequestInterface.js +135 -0
- package/src/views/preview/src/action-parse-lib/outerAction/SetComponentValue.js +41 -0
- package/src/views/preview/src/action-parse-lib/outerAction/TriggerEvent.js +6 -0
- package/src/views/preview/src/action-parse-lib/outerAction/VariableAssignment.js +12 -0
- package/src/views/preview/src/hooks/useHandleParams.js +13 -0
- package/src/views/preview/src/index.vue +113 -0
- package/src/views/preview/src/index_back.vue +149 -0
- package/src/views/preview/src/interaction-model/Interaction.ts +280 -0
- package/src/views/preview/src/preview.ts +42 -0
- package/src/views/template/index.ts +4 -0
- package/src/views/template/src/PreviewIndex.vue +36 -0
- package/src/views/template/src/TemplateDesignerIndex.vue +492 -0
- package/src/views/template/src/index.vue +15 -0
- package/tsconfig.json +63 -0
- package/vite.config.js +106 -0
- package/vite.config.template.js +31 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.33366 2.5V17.5" stroke="#EAEAEA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M17.4997 10.0002H8.33301" stroke="#EAEAEA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<rect x="2.5" y="2.5" width="15" height="15" rx="2" stroke="#EAEAEA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1712641032061" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11461" width="200" height="200"><path d="M767.32226563 962h-510.64453126C149.1875 962 62 874.8125 62 767.32226563V256.58984375C62 149.1875 149.1875 62 256.67773437 62h510.73242188C874.8125 62 962 149.1875 962 256.67773437v510.73242188c0 107.40234375-87.1875 194.58984375-194.67773438 194.58984375z" fill="#FFA07C" p-id="11462"></path><path d="M333.0546875 373.92382812m-97.11914063 1e-8a97.11914063 97.11914063 0 1 0 194.23828126 0 97.11914063 97.11914063 0 1 0-194.23828126 0Z" fill="#FFE8E0" p-id="11463"></path><path d="M333.0546875 650.07617188m-97.11914063-1e-8a97.11914063 97.11914063 0 1 0 194.23828126 0 97.11914063 97.11914063 0 1 0-194.23828126 0Z" fill="#FFE8E0" p-id="11464"></path><path d="M762.57617188 348.34765625H496.61914062c-14.0625 0-25.57617188-11.51367188-25.57617187-25.57617188s11.51367188-25.57617188 25.57617188-25.57617187H762.48828125c14.0625 0 25.57617188 11.51367188 25.57617188 25.57617188 0.08789063 14.0625-11.42578125 25.57617188-25.48828126 25.57617187zM762.57617188 450.65234375H496.61914062c-14.0625 0-25.57617188-11.51367188-25.57617187-25.57617188s11.51367188-25.57617188 25.57617188-25.57617187H762.48828125c14.0625 0 25.57617188 11.51367188 25.57617188 25.57617188 0.08789063 14.0625-11.42578125 25.57617188-25.48828126 25.57617187zM762.57617188 624.5H496.61914062c-14.0625 0-25.57617188-11.51367188-25.57617187-25.57617188s11.51367188-25.57617188 25.57617188-25.57617187H762.48828125c14.0625 0 25.57617188 11.51367188 25.57617188 25.57617188 0.08789063 14.0625-11.42578125 25.57617188-25.48828126 25.57617187zM762.57617188 726.8046875H496.61914062c-14.0625 0-25.57617188-11.51367188-25.57617187-25.57617188s11.51367188-25.57617188 25.57617188-25.57617187H762.48828125c14.0625 0 25.57617188 11.51367188 25.57617188 25.57617188 0.08789063 14.0625-11.42578125 25.57617188-25.48828126 25.57617187z" fill="#FFE8E0" p-id="11465"></path><path d="M333.0546875 373.92382812m-30.67382813 1e-8a30.67382813 30.67382813 0 1 0 61.34765626 0 30.67382813 30.67382813 0 1 0-61.34765625 0Z" fill="#FFA07C" p-id="11466"></path><path d="M333.0546875 650.07617188m-30.67382813-1e-8a30.67382813 30.67382813 0 1 0 61.34765626 0 30.67382813 30.67382813 0 1 0-61.34765625 0Z" fill="#FFA07C" p-id="11467"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1723887813568" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="20171" width="200" height="200"><path d="M951.901 244.015l-413.3-238.57a33.606 33.606 0 0 0-33.909 0L91.3 244.016c-10.426 6.12-16.99 17.221-16.99 29.346v477.184c0 12.149 6.447 23.343 16.99 29.37l413.3 238.662c5.213 2.933 11.101 4.515 16.99 4.515 5.794 0 11.775-1.582 16.988-4.515l413.3-238.661c10.427-6.121 16.99-17.222 16.99-29.37V273.36a33.908 33.908 0 0 0-16.966-29.346zM892.23 726.016l-370.618 213.97-370.642-213.97v-427.87L521.588 84.178l370.642 213.97v427.869z m8.797 5.073" p-id="20172"></path><path d="M285.207 348.393a34.095 34.095 0 0 0-46.336 12.567 33.908 33.908 0 0 0 12.474 46.36l235.94 136.215v269.498a33.745 33.745 0 0 0 33.884 33.885 33.745 33.745 0 0 0 33.886-33.885V543.977L791.9 407.227a34.025 34.025 0 0 0 12.451-46.36 34.025 34.025 0 0 0-46.336-12.474l-236.404 136.54-236.405-136.54z m0 0" p-id="20173"></path></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg t="1709989874832" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
2
|
+
p-id="25193" width="200" height="200" >
|
|
3
|
+
<path
|
|
4
|
+
d="M0 0m349.206261 0l325.587478 0q349.206261 0 349.206261 349.206261l0 325.587478q0 349.206261-349.206261 349.206261l-325.587478 0q-349.206261 0-349.206261-349.206261l0-325.587478q0-349.206261 349.206261-349.206261Z"
|
|
5
|
+
fill="#3271FD" p-id="25194"></path>
|
|
6
|
+
<path
|
|
7
|
+
d="M442.189913 298.284522c9.728 0 18.053565 3.372522 24.976696 10.128695 6.912 6.745043 10.373565 14.981565 10.373565 24.731826v140.566261c0 9.750261-3.450435 18.086957-10.373565 25.021218a34.003478 34.003478 0 0 1-24.976696 10.395826H301.924174a33.090783 33.090783 0 0 1-24.698435-10.395826A34.626783 34.626783 0 0 1 267.130435 473.711304V333.145043c0-9.750261 3.361391-17.986783 10.095304-24.742956 6.733913-6.745043 14.970435-10.117565 24.698435-10.117565h140.265739zM442.189913 579.417043c9.728 0 18.053565 3.372522 24.976696 10.128696 6.912 6.733913 10.373565 14.981565 10.373565 24.731826v141.133913c0 9.73913-3.450435 17.986783-10.373565 24.731826-6.92313 6.745043-15.248696 10.128696-24.976696 10.128696H301.924174c-9.728 0-17.964522-3.383652-24.698435-10.128696C270.491826 773.398261 267.130435 765.150609 267.130435 755.400348V614.266435c0-9.73913 3.361391-17.986783 10.095304-24.731826 6.733913-6.745043 14.970435-10.128696 24.698435-10.128696h140.265739zM723.311304 579.417043c9.71687 0 17.953391 3.372522 24.687305 10.128696 6.733913 6.733913 10.095304 14.981565 10.095304 24.731826v141.133913c0 9.73913-3.361391 17.986783-10.095304 24.731826-6.733913 6.745043-14.970435 10.128696-24.687305 10.128696H583.034435a34.482087 34.482087 0 0 1-24.976696-10.128696 33.224348 33.224348 0 0 1-10.373565-24.742956V614.266435c0-9.73913 3.450435-17.986783 10.373565-24.731826a34.482087 34.482087 0 0 1 24.976696-10.128696h140.276869z"
|
|
8
|
+
fill="#FFFFFF" p-id="25195"></path>
|
|
9
|
+
<path
|
|
10
|
+
d="M667.826087 243.287534m23.611218 23.611218l110.185682 110.185682q23.611218 23.611218 0 47.222436l-110.185682 110.185683q-23.611218 23.611218-47.222436 0l-110.185683-110.185683q-23.611218-23.611218 0-47.222436l110.185683-110.185682q23.611218-23.611218 47.222436 0Z"
|
|
11
|
+
fill="#FFFFFF" fill-opacity=".7" p-id="25196"></path>
|
|
12
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 7C4.02944 7 0 11.0294 0 16C0 20.9706 4.02944 25 9 25H23C27.9706 25 32 20.9706 32 16C32 11.0294 27.9706 7 23 7H9ZM2 16C2 12.134 5.13401 9 9 9H23C26.866 9 30 12.134 30 16C30 19.866 26.866 23 23 23H9C5.13401 23 2 19.866 2 16ZM23 21C25.7614 21 28 18.7614 28 16C28 13.2386 25.7614 11 23 11C20.2386 11 18 13.2386 18 16C18 18.7614 20.2386 21 23 21Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
<svg width="172" height="160" viewBox="0 0 172 160" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_635_11361)">
|
|
3
|
+
<g clip-path="url(#clip1_635_11361)">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3566 104.543C15.0243 137.623 80.6502 180.306 135.962 136.256C182.307 96.3315 151.462 31.6262 120.527 14.7266C89.6048 -2.17307 87.3723 19.9199 85.345 27.2197C83.3306 34.5074 85.345 49.588 69.5248 58.852C20.5628 76.6354 10.3343 79.4665 12.3566 104.543Z" fill="url(#paint0_linear_635_11361)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.1724 76.6643L21.282 89.0059L51.7946 139.263L30.1724 76.6643Z" fill="url(#paint1_linear_635_11361)"/>
|
|
6
|
+
<g clip-path="url(#clip2_635_11361)">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M113.901 117.538L74.6929 9.81734C73.3026 6.02461 69.1075 4.06117 65.3147 5.43923L17.18 22.9638C13.3873 24.3419 11.4238 28.5371 12.8019 32.342L52.0097 140.063C52.7048 141.953 56.0219 144.965 56.0219 144.965C56.0219 144.965 59.4854 145.124 61.3879 144.441L109.523 126.916C113.315 125.538 115.279 121.331 113.901 117.538Z" fill="url(#paint2_linear_635_11361)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.7535 7.88352L19.6188 25.3959C15.826 26.7862 13.8626 30.9814 15.2407 34.7741L54.4485 142.507C55.8387 146.3 60.0339 148.251 63.8266 146.873L111.961 129.361C115.754 127.97 116.474 124.275 115.083 120.483L75.8756 12.7616C74.4975 8.95671 71.5463 6.50546 67.7535 7.88352Z" fill="url(#paint3_linear_635_11361)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.3328 140.523C57.4792 143.682 60.8329 145.364 63.8207 144.279L110.309 127.364C113.297 126.279 114.773 122.828 113.626 119.669L75.2477 14.2409C74.1014 11.0701 70.7477 9.38714 67.7598 10.4725L59.1134 13.6189L59.1865 13.8506C59.967 16.3141 58.7719 18.936 56.4548 19.7775L35.9179 27.2532L35.6984 27.3264C33.3691 28.0459 30.8203 26.7044 29.9179 24.241L21.2714 27.3996C18.2836 28.4849 16.8079 31.924 17.9543 35.0948L56.3328 140.523Z" fill="url(#paint4_linear_635_11361)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.9093 39.1307L76.4093 32.2525C75.2629 29.094 71.7629 27.4598 68.5921 28.6062L31.9209 41.96C28.7623 43.1063 27.1282 46.6064 28.2745 49.7772L30.7867 56.6431C31.9331 59.8139 35.4331 61.448 38.5917 60.2895L75.2629 46.9478C78.4337 45.7893 80.0679 42.2893 78.9093 39.1307Z" fill="white"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.2046 81.016L83.8758 67.6743C87.0466 66.5158 88.6808 63.0157 87.5222 59.8572L85.0222 52.979C83.8758 49.8205 80.3758 48.1863 77.205 49.3326L40.5338 62.6865C37.3752 63.8328 35.7411 67.3329 36.8874 70.5036L39.3997 77.3696C40.546 80.5404 44.0461 82.1745 47.2046 81.016Z" fill="white" fill-opacity="0.9"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.2046 91.2302L46.7168 98.0961C47.8632 101.267 51.3632 102.901 54.5218 101.742L91.193 88.4009C94.3638 87.2423 95.9979 83.7423 94.8394 80.5837L92.3394 73.7055C91.193 70.547 87.693 68.9128 84.5222 70.0592L47.851 83.413C44.6924 84.5593 43.0582 88.0594 44.2046 91.2302Z" fill="white" fill-opacity="0.7"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.376 101.31L100.876 94.4321C99.7297 91.2735 96.2296 89.6393 93.0589 90.7857L56.3877 104.139C53.2291 105.286 51.5949 108.786 52.7413 111.957L55.2535 118.823C56.3999 121.993 59.8999 123.628 63.0585 122.469L99.7297 109.127C102.9 107.969 104.535 104.469 103.376 101.31Z" fill="white" fill-opacity="0.5"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g clip-path="url(#clip3_635_11361)">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M144.344 66.0836L140.174 54.6201C139.015 51.4615 135.515 49.8273 132.357 50.9737L83.0754 68.9129C79.9168 70.0593 78.2827 73.5593 79.429 76.7301L83.5998 88.1937C84.7583 91.3522 88.2584 92.9864 91.417 91.8279L135.552 75.7667L142.93 77.4618L140.613 73.9252L140.698 73.9008C143.857 72.7423 145.491 69.2422 144.344 66.0836Z" fill="url(#paint5_linear_635_11361)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M143.229 75.9047L140.595 71.9169L141.826 71.4778C144.985 70.3193 146.619 66.8192 145.473 63.6607L141.302 52.1971C140.144 49.0385 136.643 47.4043 133.485 48.5507L84.2038 66.49C81.0452 67.6363 79.411 71.1364 80.5574 74.3071L84.7282 85.7707C85.8867 88.9293 89.3868 90.5634 92.5453 89.4049L136.68 73.3437L143.229 75.9047Z" fill="white"/>
|
|
18
|
+
<g clip-path="url(#clip4_635_11361)">
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M92.7354 81.6949C95.1989 80.8047 96.4672 78.0851 95.5647 75.6217C94.6745 73.1582 91.9549 71.8899 89.4915 72.7924C87.028 73.6826 85.7597 76.4022 86.6622 78.8656C87.5524 81.3291 90.272 82.5974 92.7354 81.6949ZM93.0462 76.7776L93.034 76.7288C92.9608 76.5215 92.7291 76.4118 92.5218 76.4849L91.2047 76.9727L90.4852 74.9849C90.412 74.7898 90.1803 74.68 89.9729 74.7532L89.912 74.7776C89.7168 74.8508 89.6071 75.0825 89.6803 75.2776L90.5461 77.6435C90.5583 77.6801 90.5705 77.7167 90.5949 77.7532C90.6925 77.9118 90.8876 77.985 91.0705 77.924L92.8144 77.2898C93.0218 77.2167 93.1193 76.9849 93.0462 76.7776Z" fill="#258EFE"/>
|
|
20
|
+
</g>
|
|
21
|
+
<path d="M136.822 64.8393C135.456 64.8682 134.297 64.7617 133.343 64.5199C133.053 64.8737 132.702 65.2429 132.288 65.6275C131.875 66.0121 131.372 66.4434 130.78 66.9214L129.958 66.1245C129.86 66.4014 129.734 66.7096 129.581 67.0491L128.382 66.4428C128.807 65.5644 129.104 64.6758 129.274 63.777C129.447 62.8696 129.5 61.9138 129.433 60.9097L127.487 61.6177L127.118 60.6028C127.123 60.4593 127.105 60.2067 127.066 59.845C127.026 59.4834 126.988 59.1744 126.952 58.9181L128.151 58.705C128.176 58.93 128.2 59.1908 128.223 59.4876C128.252 59.782 128.265 59.9831 128.262 60.0907L129.305 59.7111C129.213 59.1273 129.096 58.5526 128.954 57.9871L130.155 57.7202C130.306 58.3677 130.417 58.8877 130.489 59.2801L132.669 58.4866C132.112 58.2425 131.61 58.0421 131.163 57.8856L131.529 56.8159C131.744 56.8796 132.032 56.9803 132.394 57.118C132.761 57.2472 133.049 57.3585 133.261 57.4518L133.017 58.3601L134.511 57.8163L134.911 58.9157L130.664 60.4617C130.697 60.7686 130.72 61.0158 130.731 61.2032L134.443 59.8522L134.843 60.9517C134.76 61.4432 134.658 61.8847 134.538 62.276C134.418 62.6674 134.269 63.0373 134.09 63.386C134.915 63.5258 135.867 63.5589 136.947 63.4851L136.822 64.8393ZM133.531 61.4399L131.36 62.23C131.824 62.5864 132.333 62.8656 132.889 63.0676C133.206 62.5549 133.42 62.0124 133.531 61.4399ZM132.11 64.0854C131.602 63.8589 131.129 63.5734 130.692 63.2289C130.595 64.073 130.372 64.9807 130.023 65.9519C130.895 65.287 131.59 64.6648 132.11 64.0854Z" fill="#1485FD"/>
|
|
22
|
+
<path d="M126.185 63.1666L126.599 64.3036L124.813 64.9535L126.106 68.5055L124.903 68.9433L123.61 65.3912L121.543 66.1437C121.711 66.7212 121.797 67.2324 121.803 67.6772C121.807 68.1158 121.736 68.5532 121.589 68.9895C121.441 69.4196 121.2 69.9471 120.867 70.572L119.625 70.0239C119.937 69.4987 120.163 69.0654 120.301 68.7242C120.437 68.3767 120.509 68.0384 120.517 67.7092C120.525 67.38 120.472 67.0018 120.359 66.5746L118.452 67.2689L118.038 66.1319L119.983 65.4239L119.213 63.3096L117.766 63.8363L117.349 62.6899L124.481 60.094L124.898 61.2404L123.63 61.7021L124.399 63.8164L126.185 63.1666ZM121.167 64.993L123.197 64.2542L122.427 62.1399L120.397 62.8787L121.146 64.9366L121.167 64.993Z" fill="#1485FD"/>
|
|
23
|
+
<path d="M115.564 63.1479L115.951 64.2098L112.474 65.4753L112.47 66.2536L115.843 65.0257L118.09 71.1995L110.874 73.8262L108.626 67.6524L111.192 66.7187L111.186 65.9438L108.01 67.0999L107.624 66.038L115.564 63.1479ZM110.87 68.0277L110.09 68.3116L111.575 72.3898L112.354 72.106L110.87 68.0277ZM112.169 68.3212L113.55 67.8185L113.304 67.1419L111.923 67.6446L112.169 68.3212ZM115.85 70.8337L116.63 70.5498L115.146 66.4715L114.366 66.7554L115.85 70.8337ZM112.761 69.9469L114.142 69.4441L113.923 68.8427L112.542 69.3455L112.761 69.9469ZM114.508 70.4496L113.126 70.9524L113.407 71.7229L114.788 71.2201L114.508 70.4496Z" fill="#1485FD"/>
|
|
24
|
+
<path d="M102.153 70.1683L102.134 69.9411C102.098 69.5498 102.08 69.3541 102.08 69.3541L99.0071 70.4725L98.5864 69.3167L106.095 66.584L106.515 67.7398L103.386 68.8787C103.386 68.8787 103.404 69.0744 103.44 69.4656L103.459 69.6929L106.203 68.6942L107.663 72.7067L106.46 73.1445L105.421 70.2878L101.493 71.7174L102.546 74.6117L101.343 75.0495L99.8693 70.9994L102.153 70.1683ZM108.777 75.0362C108.291 74.9293 107.646 74.813 106.841 74.6873C106.043 74.5594 105.319 74.4537 104.672 74.3701C104.518 74.8446 104.212 75.3391 103.754 75.8536C103.295 76.368 102.637 76.9555 101.777 77.6159L100.778 76.596C101.683 75.9618 102.341 75.4314 102.753 75.0046C103.163 74.5717 103.402 74.176 103.47 73.8177C103.545 73.4572 103.507 73.0311 103.356 72.5396L102.987 71.5248L104.173 71.1571L104.542 72.1719C104.678 72.5837 104.761 72.9294 104.792 73.209C106.676 73.3748 108.046 73.525 108.904 73.6598L108.777 75.0362Z" fill="#1485FD"/>
|
|
25
|
+
</g>
|
|
26
|
+
<g clip-path="url(#clip5_635_11361)">
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M109.037 20.0606C102.134 20.0606 96.5364 25.6583 96.5364 32.5608C96.5364 39.4633 102.134 45.0487 109.037 45.0487C115.939 45.0487 121.525 39.4633 121.525 32.5608C121.525 25.6583 115.939 20.0606 109.037 20.0606Z" fill="url(#paint6_radial_635_11361)"/>
|
|
28
|
+
<path opacity="0.98" fill-rule="evenodd" clip-rule="evenodd" d="M105.174 27.1571C103.979 27.1571 103.016 28.1205 103.016 29.3156C103.016 30.5108 103.979 31.4742 105.174 31.4742C106.369 31.4742 107.333 30.5108 107.333 29.3156C107.333 28.1205 106.369 27.1571 105.174 27.1571Z" fill="url(#paint7_linear_635_11361)"/>
|
|
29
|
+
<path opacity="0.98" fill-rule="evenodd" clip-rule="evenodd" d="M99.4694 32.7108C98.7011 32.7108 98.0791 33.5401 98.0791 34.5645C98.0791 35.5889 98.7011 36.4181 99.4694 36.4181C100.238 36.4181 100.86 35.5889 100.86 34.5645C100.86 33.5401 100.238 32.7108 99.4694 32.7108Z" fill="url(#paint8_radial_635_11361)"/>
|
|
30
|
+
<path opacity="0.98" fill-rule="evenodd" clip-rule="evenodd" d="M107.747 21.8574C107.747 21.4306 107.222 21.0891 106.564 21.0891C105.905 21.0891 105.381 21.4306 105.381 21.8574C105.381 22.2842 105.905 22.6257 106.564 22.6257C107.222 22.6257 107.747 22.2842 107.747 21.8574Z" fill="url(#paint9_radial_635_11361)"/>
|
|
31
|
+
<path opacity="0.98" fill-rule="evenodd" clip-rule="evenodd" d="M113.505 32.7108C112.31 32.7108 111.346 33.6742 111.346 34.8693C111.346 36.0645 112.31 37.0279 113.505 37.0279C114.7 37.0279 115.664 36.0645 115.664 34.8693C115.664 33.6742 114.7 32.7108 113.505 32.7108Z" fill="url(#paint10_radial_635_11361)"/>
|
|
32
|
+
<path opacity="0.98" fill-rule="evenodd" clip-rule="evenodd" d="M115.359 27.1571C114.846 27.1571 114.432 27.5717 114.432 28.0839C114.432 28.5961 114.846 29.0107 115.359 29.0107C115.871 29.0107 116.285 28.5961 116.285 28.0839C116.285 27.5717 115.871 27.1571 115.359 27.1571Z" fill="url(#paint11_radial_635_11361)"/>
|
|
33
|
+
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M99.467 39.7044C95.1865 39.7044 96.9792 37.3385 96.9792 37.3385C96.9792 37.3385 90.3938 42.241 92.9914 43.4972C95.589 44.7411 109.809 40.2288 115.662 37.0337C121.528 33.8385 133.65 27.1799 128.858 25.0823C127.065 24.3018 120.565 26.4116 120.565 26.4116C120.565 26.4116 123.626 27.4238 120.565 30.875C117.516 34.3263 106.004 39.7044 99.467 39.7044Z" fill="url(#paint12_linear_635_11361)"/>
|
|
34
|
+
<path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M129.389 29.3134C125.584 32.5573 117.206 37.033 114.815 38.2647C111.279 40.0818 103.01 43.1794 99.4736 44.0697C97.0101 44.6794 91.9125 45.0575 91.2662 44.3989C90.6198 43.7526 91.9125 41.533 91.9125 41.533C91.9125 41.533 90.1808 42.8867 90.1808 44.3989C90.1808 45.3867 91.9125 46.2648 96.5345 45.5697C101.169 44.8623 109.315 41.8257 114.181 39.4355C119.059 37.033 124.157 34.1183 128.328 31.1061C132.498 28.0817 132.498 26.167 131.779 25.4841C131.059 24.8133 129.962 25.167 129.962 25.167C129.962 25.167 133.194 26.0816 129.389 29.3134Z" fill="url(#paint13_linear_635_11361)"/>
|
|
35
|
+
</g>
|
|
36
|
+
<path opacity="0.71" fill-rule="evenodd" clip-rule="evenodd" d="M124.328 87.1346C120.291 87.1346 117.01 90.4152 117.01 94.4518C117.01 98.4884 120.291 101.769 124.328 101.769C128.364 101.769 131.645 98.4884 131.645 94.4518C131.645 90.4152 128.364 87.1346 124.328 87.1346Z" fill="url(#paint14_radial_635_11361)"/>
|
|
37
|
+
<path opacity="0.71" fill-rule="evenodd" clip-rule="evenodd" d="M25.5458 93.2323C21.5092 93.2323 18.2287 96.5128 18.2287 100.549C18.2287 104.586 21.5092 107.867 25.5458 107.867C29.5825 107.867 32.863 104.586 32.863 100.549C32.863 96.5128 29.5825 93.2323 25.5458 93.2323Z" fill="url(#paint15_radial_635_11361)"/>
|
|
38
|
+
<path opacity="0.71" fill-rule="evenodd" clip-rule="evenodd" d="M136.98 115.184C134.626 115.184 132.712 117.098 132.712 119.452C132.712 121.806 134.626 123.72 136.98 123.72C139.334 123.72 141.249 121.806 141.249 119.452C141.249 117.098 139.334 115.184 136.98 115.184Z" fill="url(#paint16_radial_635_11361)"/>
|
|
39
|
+
</g>
|
|
40
|
+
</g>
|
|
41
|
+
<defs>
|
|
42
|
+
<linearGradient id="paint0_linear_635_11361" x1="85.8642" y1="8.50519" x2="85.8642" y2="155.09" gradientUnits="userSpaceOnUse">
|
|
43
|
+
<stop stop-color="#D3ECFF"/>
|
|
44
|
+
<stop offset="1" stop-color="#E6F4FF"/>
|
|
45
|
+
</linearGradient>
|
|
46
|
+
<linearGradient id="paint1_linear_635_11361" x1="13.4182" y1="104.768" x2="58.825" y2="116.654" gradientUnits="userSpaceOnUse">
|
|
47
|
+
<stop stop-color="#E0EBFC" stop-opacity="0"/>
|
|
48
|
+
<stop offset="1" stop-color="#5BADFF"/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
<linearGradient id="paint2_linear_635_11361" x1="-30.7137" y1="61.7372" x2="47.4342" y2="157.927" gradientUnits="userSpaceOnUse">
|
|
51
|
+
<stop stop-color="#1485FD"/>
|
|
52
|
+
<stop offset="0.681531" stop-color="#6AB2FF"/>
|
|
53
|
+
<stop offset="1" stop-color="#BADBFF"/>
|
|
54
|
+
</linearGradient>
|
|
55
|
+
<linearGradient id="paint3_linear_635_11361" x1="48.104" y1="14.9077" x2="87.0527" y2="137.623" gradientUnits="userSpaceOnUse">
|
|
56
|
+
<stop stop-color="#9ECDFF"/>
|
|
57
|
+
<stop offset="1" stop-color="#C0DEFF"/>
|
|
58
|
+
</linearGradient>
|
|
59
|
+
<linearGradient id="paint4_linear_635_11361" x1="-14.4052" y1="56.0037" x2="49.9973" y2="154.894" gradientUnits="userSpaceOnUse">
|
|
60
|
+
<stop stop-color="#D8EEFF"/>
|
|
61
|
+
<stop offset="1" stop-color="#D8EEFF"/>
|
|
62
|
+
</linearGradient>
|
|
63
|
+
<linearGradient id="paint5_linear_635_11361" x1="76.6278" y1="64.338" x2="81.8852" y2="94.398" gradientUnits="userSpaceOnUse">
|
|
64
|
+
<stop stop-color="#8CC3FF"/>
|
|
65
|
+
<stop offset="1" stop-color="#268FFE"/>
|
|
66
|
+
</linearGradient>
|
|
67
|
+
<radialGradient id="paint6_radial_635_11361" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(101.266 26.4548) scale(16.9683)">
|
|
68
|
+
<stop stop-color="white"/>
|
|
69
|
+
<stop offset="0.211162" stop-color="white"/>
|
|
70
|
+
<stop offset="1" stop-color="#9AD3FF"/>
|
|
71
|
+
</radialGradient>
|
|
72
|
+
<linearGradient id="paint7_linear_635_11361" x1="105.977" y1="25.5376" x2="101.659" y2="28.2502" gradientUnits="userSpaceOnUse">
|
|
73
|
+
<stop stop-color="white"/>
|
|
74
|
+
<stop offset="1" stop-color="#A1CDFF"/>
|
|
75
|
+
</linearGradient>
|
|
76
|
+
<radialGradient id="paint8_radial_635_11361" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(98.6684 34.5645) scale(1.83986)">
|
|
77
|
+
<stop stop-color="white"/>
|
|
78
|
+
<stop offset="1" stop-color="#A1CDFF"/>
|
|
79
|
+
</radialGradient>
|
|
80
|
+
<radialGradient id="paint9_radial_635_11361" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(106.564 21.3489) rotate(90) scale(1.01676 1.02097)">
|
|
81
|
+
<stop stop-color="white"/>
|
|
82
|
+
<stop offset="1" stop-color="#BBDBFF"/>
|
|
83
|
+
</radialGradient>
|
|
84
|
+
<radialGradient id="paint10_radial_635_11361" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(112.384 34.8693) scale(2.85662)">
|
|
85
|
+
<stop stop-color="white"/>
|
|
86
|
+
<stop offset="1" stop-color="#A1CDFF"/>
|
|
87
|
+
</radialGradient>
|
|
88
|
+
<radialGradient id="paint11_radial_635_11361" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(114.877 28.0839) scale(1.22657)">
|
|
89
|
+
<stop stop-color="white"/>
|
|
90
|
+
<stop offset="1" stop-color="#A1CDFF"/>
|
|
91
|
+
</radialGradient>
|
|
92
|
+
<linearGradient id="paint12_linear_635_11361" x1="110.58" y1="18.848" x2="97.9259" y2="43.2944" gradientUnits="userSpaceOnUse">
|
|
93
|
+
<stop stop-color="white"/>
|
|
94
|
+
<stop offset="0.514206" stop-color="white" stop-opacity="0.2"/>
|
|
95
|
+
<stop offset="1" stop-color="white"/>
|
|
96
|
+
</linearGradient>
|
|
97
|
+
<linearGradient id="paint13_linear_635_11361" x1="110.501" y1="18.3856" x2="96.6354" y2="45.4978" gradientUnits="userSpaceOnUse">
|
|
98
|
+
<stop stop-color="white"/>
|
|
99
|
+
<stop offset="0.514206" stop-color="white" stop-opacity="0.2"/>
|
|
100
|
+
<stop offset="1" stop-color="white"/>
|
|
101
|
+
</linearGradient>
|
|
102
|
+
<radialGradient id="paint14_radial_635_11361" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(120.529 94.4518) scale(9.68346)">
|
|
103
|
+
<stop stop-color="white"/>
|
|
104
|
+
<stop offset="1" stop-color="#9AD3FF"/>
|
|
105
|
+
</radialGradient>
|
|
106
|
+
<radialGradient id="paint15_radial_635_11361" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(21.7471 100.549) scale(9.68346)">
|
|
107
|
+
<stop stop-color="white"/>
|
|
108
|
+
<stop offset="1" stop-color="#9AD3FF"/>
|
|
109
|
+
</radialGradient>
|
|
110
|
+
<radialGradient id="paint16_radial_635_11361" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(134.764 119.452) scale(5.64868)">
|
|
111
|
+
<stop stop-color="white"/>
|
|
112
|
+
<stop offset="1" stop-color="#9AD3FF"/>
|
|
113
|
+
</radialGradient>
|
|
114
|
+
<clipPath id="clip0_635_11361">
|
|
115
|
+
<rect width="172" height="160" fill="white"/>
|
|
116
|
+
</clipPath>
|
|
117
|
+
<clipPath id="clip1_635_11361">
|
|
118
|
+
<rect width="147.704" height="150" fill="white" transform="translate(12.3626 4.99994)"/>
|
|
119
|
+
</clipPath>
|
|
120
|
+
<clipPath id="clip2_635_11361">
|
|
121
|
+
<rect width="103.378" height="142.318" fill="white" transform="translate(12.3626 4.99994)"/>
|
|
122
|
+
</clipPath>
|
|
123
|
+
<clipPath id="clip3_635_11361">
|
|
124
|
+
<rect width="66.7752" height="44.0168" fill="white" transform="translate(79.0631 48.1848)"/>
|
|
125
|
+
</clipPath>
|
|
126
|
+
<clipPath id="clip4_635_11361">
|
|
127
|
+
<rect width="9.48792" height="9.48792" fill="white" transform="translate(86.3698 72.5003)"/>
|
|
128
|
+
</clipPath>
|
|
129
|
+
<clipPath id="clip5_635_11361">
|
|
130
|
+
<rect width="41.9605" height="25.7604" fill="white" transform="translate(90.1808 20.0606)"/>
|
|
131
|
+
</clipPath>
|
|
132
|
+
</defs>
|
|
133
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="3" y="5" width="26" height="22" rx="2" stroke="#9BA6BD" stroke-width="2"/>
|
|
3
|
+
<rect x="6" y="8" width="6" height="16" rx="1" fill="#356FFF"/>
|
|
4
|
+
<rect x="13" y="8" width="6" height="16" rx="1" fill="#9BA6BD"/>
|
|
5
|
+
<rect x="20" y="8" width="6" height="16" rx="1" fill="#356FFF"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4C3.34315 4 2 5.34315 2 7V19C2 20.6569 3.34315 22 5 22H6V20H5C4.44772 20 4 19.5523 4 19V7C4 6.44772 4.44772 6 5 6H21C21.5523 6 22 6.44772 22 7V8H24V7C24 5.34315 22.6569 4 21 4H5ZM11 10C9.34315 10 8 11.3431 8 13V17V25C8 26.6569 9.34314 28 11 28H27C28.6569 28 30 26.6569 30 25V17V13C30 11.3431 28.6569 10 27 10H11ZM10 25V18H28V25C28 25.5523 27.5523 26 27 26H11C10.4477 26 10 25.5523 10 25ZM10 16H28V13C28 12.4477 27.5523 12 27 12H11C10.4477 12 10 12.4477 10 13V16ZM13 15C13.5523 15 14 14.5523 14 14C14 13.4477 13.5523 13 13 13C12.4477 13 12 13.4477 12 14C12 14.5523 12.4477 15 13 15ZM18 14C18 14.5523 17.5523 15 17 15C16.4477 15 16 14.5523 16 14C16 13.4477 16.4477 13 17 13C17.5523 13 18 13.4477 18 14ZM21 15C21.5523 15 22 14.5523 22 14C22 13.4477 21.5523 13 21 13C20.4477 13 20 13.4477 20 14C20 14.5523 20.4477 15 21 15Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 7.79086 1.79086 6 4 6H28C30.2091 6 32 7.79086 32 10V22C32 24.2091 30.2091 26 28 26H4C1.79086 26 0 24.2091 0 22V10ZM4 8C2.89543 8 2 8.89543 2 10V22C2 23.1046 2.89543 24 4 24H28C29.1046 24 30 23.1046 30 22V10C30 8.89543 29.1046 8 28 8H4ZM25.0792 13.4297C25.0592 14.1431 25.0292 15.0531 24.9892 16.1597C24.9492 17.2597 24.9159 18.1631 24.8892 18.8697C24.8692 19.3164 24.8026 19.6531 24.6892 19.8797C24.5759 20.1064 24.3959 20.2631 24.1492 20.3497C23.9026 20.4431 23.5492 20.4897 23.0892 20.4897H21.9992L21.7892 19.4497H22.6992C23.0259 19.4497 23.2626 19.4264 23.4092 19.3797C23.5559 19.3331 23.6559 19.2464 23.7092 19.1197C23.7626 18.9864 23.7992 18.7664 23.8192 18.4597C23.8459 17.9197 23.8726 17.2697 23.8992 16.5097C23.9259 15.7431 23.9459 15.0797 23.9592 14.5197H22.3192C22.2726 15.6997 22.1826 16.6231 22.0492 17.2897C21.9226 17.9564 21.7059 18.5497 21.3992 19.0697C21.0992 19.5831 20.6359 20.1631 20.0092 20.8097L19.0592 20.0597C19.7059 19.4397 20.1692 18.9064 20.4492 18.4597C20.7292 18.0131 20.9159 17.5197 21.0092 16.9797C21.1092 16.4331 21.1759 15.6131 21.2092 14.5197H20.2492V13.4297H21.2392L21.2892 11.4897H22.3892L22.3592 13.4297H25.0792ZM20.1992 18.5397C19.7659 18.6331 19.1159 18.7831 18.2492 18.9897C17.3826 19.1897 16.8626 19.3131 16.6892 19.3597L16.4492 18.2497L17.7892 17.9497V13.5597H16.6492V12.4597H19.9792V13.5597H18.9192V17.6897L19.3892 17.5697C19.7959 17.4764 20.0326 17.4164 20.0992 17.3897L20.1992 18.5397ZM15.3192 19.3499C15.4659 18.6632 15.5526 18.2232 15.5792 18.0299L14.6892 17.7199C14.6292 18.1265 14.5626 18.5032 14.4892 18.8499C14.4359 19.1032 14.3792 19.2765 14.3192 19.3699C14.2659 19.4632 14.2059 19.5099 14.1392 19.5099C13.9859 19.5099 13.8126 19.3699 13.6192 19.0899C13.4792 18.8832 13.3392 18.6099 13.1992 18.2699C13.5592 17.7899 13.8726 17.2832 14.1392 16.7499C14.4059 16.2099 14.6592 15.6032 14.8992 14.9299L13.9192 14.5399C13.5926 15.5199 13.2259 16.3332 12.8192 16.9799C12.6659 16.3065 12.5292 15.3399 12.4092 14.0799H15.3892V13.0399H14.2492L14.7392 12.5599C14.1659 11.9865 13.7559 11.5865 13.5092 11.3599L12.8092 12.0599C13.1359 12.3465 13.4692 12.6732 13.8092 13.0399H12.3292C12.2692 12.2799 12.2359 11.7832 12.2292 11.5499H11.1892L11.2992 13.0399H7.30922V15.7299C7.30922 16.5165 7.28589 17.1532 7.23922 17.6399C7.19255 18.1265 7.10922 18.5665 6.98922 18.9599C6.86922 19.3465 6.68922 19.7699 6.44922 20.2299L7.48922 20.7199C7.80255 20.0465 8.02255 19.3832 8.14922 18.7299C8.27589 18.0699 8.34589 17.2432 8.35922 16.2499H9.73922C9.73255 16.4765 9.71922 16.7965 9.69922 17.2099C9.68589 17.6232 9.67255 17.8999 9.65922 18.0399C9.63922 18.2265 9.61255 18.3565 9.57922 18.4299C9.54589 18.5032 9.47922 18.5532 9.37922 18.5799C9.28589 18.6065 9.12255 18.6199 8.88922 18.6199H8.24922L8.45922 19.6599H9.14922C9.52255 19.6599 9.81255 19.6165 10.0192 19.5299C10.2326 19.4365 10.3859 19.2965 10.4792 19.1099C10.5792 18.9165 10.6426 18.6532 10.6692 18.3199C10.6959 18.1199 10.7292 17.6065 10.7692 16.7799C10.8092 15.9532 10.8292 15.4365 10.8292 15.2299H8.35922V14.0799H11.3892C11.5492 15.8132 11.7626 17.1332 12.0292 18.0399C11.5426 18.5999 10.9359 19.1499 10.2092 19.6899L10.9592 20.4999C11.5259 20.0599 12.0259 19.6132 12.4592 19.1599C12.5259 19.2932 12.5792 19.3899 12.6192 19.4499C12.8992 19.8965 13.1459 20.2132 13.3592 20.3999C13.5792 20.5865 13.8226 20.6799 14.0892 20.6799C14.3892 20.6799 14.6392 20.5832 14.8392 20.3899C15.0459 20.1965 15.2059 19.8499 15.3192 19.3499Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 5H8.33333V8.33333H5V5Z" stroke="#1989FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 11.6667H8.33333V15.0001H5V11.6667Z" stroke="#1989FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 8.33325H11.6667V4.99992H15V8.33325Z" stroke="#1989FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M13.3629 13.304C13.3791 13.3202 13.3791 13.3466 13.3629 13.3629C13.3466 13.3791 13.3202 13.3791 13.304 13.3629C13.2877 13.3466 13.2877 13.3202 13.304 13.304C13.3202 13.2877 13.3466 13.2877 13.3629 13.304" stroke="#1989FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M11.6961 11.6372C11.7124 11.6535 11.7124 11.6799 11.6961 11.6961C11.6799 11.7124 11.6535 11.7124 11.6372 11.6961C11.6209 11.6799 11.6209 11.6535 11.6372 11.6372C11.6535 11.6209 11.6799 11.6209 11.6961 11.6372" stroke="#1989FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M11.6961 14.9705C11.7124 14.9867 11.7124 15.0131 11.6961 15.0294C11.6799 15.0457 11.6535 15.0457 11.6372 15.0294C11.6209 15.0131 11.6209 14.9867 11.6372 14.9705C11.6535 14.9542 11.6799 14.9542 11.6961 14.9705" stroke="#1989FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M15.0294 14.9705C15.0457 14.9867 15.0457 15.0131 15.0294 15.0294C15.0131 15.0457 14.9867 15.0457 14.9705 15.0294C14.9542 15.0131 14.9542 14.9867 14.9705 14.9705C14.9867 14.9542 15.0131 14.9542 15.0294 14.9705" stroke="#1989FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M15.0294 11.6372C15.0457 11.6535 15.0457 11.6799 15.0294 11.6961C15.0131 11.7124 14.9867 11.7124 14.9705 11.6961C14.9542 11.6799 14.9542 11.6535 14.9705 11.6372C14.9867 11.6209 15.0131 11.6209 15.0294 11.6372" stroke="#1989FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M17.9166 6.64825V3.74992C17.9166 2.82909 17.1707 2.08325 16.2499 2.08325H13.3516" stroke="#4E5969" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<path d="M6.64825 2.08325H3.74992C2.82909 2.08325 2.08325 2.82909 2.08325 3.74992V6.64825" stroke="#4E5969" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
+
<path d="M2.08325 13.3516V16.2499C2.08325 17.1707 2.82909 17.9166 3.74992 17.9166H6.64825" stroke="#4E5969" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
|
+
<path d="M13.3516 17.9166H16.2499C17.1707 17.9166 17.9166 17.1707 17.9166 16.2499V13.3516" stroke="#4E5969" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 8C3 6.34315 4.34315 5 6 5H26C27.6569 5 29 6.34315 29 8V24C29 25.6569 27.6569 27 26 27H6C4.34315 27 3 25.6569 3 24V8ZM6 7C5.44772 7 5 7.44772 5 8V12H27V8C27 7.44771 26.5523 7 26 7H6ZM27 14H5V24C5 24.5523 5.44772 25 6 25H26C26.5523 25 27 24.5523 27 24V14ZM11 8L9 11L7 8H11ZM8 17.5C8 16.9477 8.44772 16.5 9 16.5H23C23.5523 16.5 24 16.9477 24 17.5C24 18.0523 23.5523 18.5 23 18.5H9C8.44772 18.5 8 18.0523 8 17.5ZM9 20.5C8.44772 20.5 8 20.9477 8 21.5C8 22.0523 8.44772 22.5 9 22.5H17C17.5523 22.5 18 22.0523 18 21.5C18 20.9477 17.5523 20.5 17 20.5H9Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 1L4 1V5H5V0L1 0L1 16H5V11H4V15H2L2 1Z" fill="#202D40"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 1L14 1V15H12V11H11L11 16H15V0L11 0V5H12V1Z" fill="#202D40"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.95314L5.09597 10L7.39997 8L5.09597 6L5 6.04686L5 6.95836L6.19997 8L5 9.04164L5 9.95314Z" fill="#202D40"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 8.34283L3 8.34283L3 7.65712L7 7.65712L7 8.34283Z" fill="#202D40"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 9.95313L10.904 10L8.60002 8L10.904 6L11 6.04687L11 6.95835L9.80002 8L11 9.04165L11 9.95313Z" fill="#202D40"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 8.34283L13 8.34283L13 7.65712L9 7.65712L9 8.34283Z" fill="#202D40"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 2L15 4L11 4L11 5L16 5L16 1L0 0.999999L-1.74846e-07 5L5 5L5 4L1 4L1 2L15 2Z" fill="#202D40"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 12L15 14L1 14L1 12L5 12L5 11L0 11L-1.74846e-07 15L16 15L16 11L11 11L11 12L15 12Z" fill="#202D40"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.04686 5L6 5.09597L8 7.39997L10 5.09597L9.95314 5L9.04164 5L8 6.19997L6.95836 5L6.04686 5Z" fill="#202D40"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.65717 7L7.65717 3L8.34288 3L8.34288 7L7.65717 7Z" fill="#202D40"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.04687 11L6 10.904L8 8.60002L10 10.904L9.95313 11L9.04165 11L8 9.80002L6.95835 11L6.04687 11Z" fill="#202D40"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.65717 9L7.65717 13L8.34288 13L8.34288 9L7.65717 9Z" fill="#202D40"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg t="1709700811381"
|
|
2
|
+
class="icon"
|
|
3
|
+
viewBox="0 0 1024 1024"
|
|
4
|
+
version="1.1"
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
p-id="1471"
|
|
7
|
+
height="200">
|
|
8
|
+
<path
|
|
9
|
+
d="M64 128h896v768H64V128z m102.4 665.6h691.2V230.4H166.4v563.2z m379.968-102.4V588.8H768v102.4H546.368zM222.08 631.232L366.72 486.4 222.08 341.568 294.4 269.184 511.616 486.4 294.4 703.616 222.016 631.232z"
|
|
10
|
+
p-id="1472"
|
|
11
|
+
data-spm-anchor-id="a313x.search_index.0.i0.74533a816VBNKF"
|
|
12
|
+
class="selected"></path>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C5.34315 4 4 5.34314 4 7V25C4 26.6569 5.34314 28 7 28H25C26.6569 28 28 26.6569 28 25V7C28 5.34315 26.6569 4 25 4H7ZM6 7C6 6.44772 6.44771 6 7 6H25C25.5523 6 26 6.44771 26 7V25C26 25.5523 25.5523 26 25 26H7C6.44772 26 6 25.5523 6 25V7ZM17.333 15C16.7807 15 16.333 15.4477 16.333 16C16.333 16.5523 16.7807 17 17.333 17H21.9997C22.552 17 22.9997 16.5523 22.9997 16C22.9997 15.4477 22.552 15 21.9997 15H17.333ZM17.667 11.3335C17.667 10.7812 18.1147 10.3335 18.667 10.3335H22.0003C22.5526 10.3335 23.0003 10.7812 23.0003 11.3335C23.0003 11.8858 22.5526 12.3335 22.0003 12.3335H18.667C18.1147 12.3335 17.667 11.8858 17.667 11.3335ZM10 19.6667C9.44772 19.6667 9 20.1145 9 20.6667C9 21.219 9.44772 21.6667 10 21.6667H22C22.5523 21.6667 23 21.219 23 20.6667C23 20.1145 22.5523 19.6667 22 19.6667H10ZM9 11.3335C9 10.7812 9.44772 10.3335 10 10.3335H11.9777C11.9851 10.3333 11.9925 10.3333 12 10.3333C12.0075 10.3333 12.0149 10.3333 12.0223 10.3335H14C14.5523 10.3335 15 10.7812 15 11.3335C15 11.8858 14.5523 12.3335 14 12.3335H13V15.9999C13 16.5522 12.5523 16.9999 12 16.9999C11.4477 16.9999 11 16.5522 11 15.9999V12.3335H10C9.44772 12.3335 9 11.8858 9 11.3335Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg t="1709986519718"
|
|
2
|
+
class="icon"
|
|
3
|
+
viewBox="0 0 1024 1024"
|
|
4
|
+
version="1.1"
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
p-id="14499"
|
|
7
|
+
width="200"
|
|
8
|
+
height="200">
|
|
9
|
+
<path
|
|
10
|
+
d="M885.333333 938.666667H138.666667a53.393333 53.393333 0 0 1-53.333334-53.333334V138.666667a53.393333 53.393333 0 0 1 53.333334-53.333334h746.666666a53.393333 53.393333 0 0 1 53.333334 53.333334v746.666666a53.393333 53.393333 0 0 1-53.333334 53.333334zM138.666667 128a10.666667 10.666667 0 0 0-10.666667 10.666667v746.666666a10.666667 10.666667 0 0 0 10.666667 10.666667h746.666666a10.666667 10.666667 0 0 0 10.666667-10.666667V138.666667a10.666667 10.666667 0 0 0-10.666667-10.666667z"
|
|
11
|
+
p-id="14500"></path>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.97868 2.70608C6.29729 2.26198 8.07256 2 10 2C11.9274 2 13.7027 2.26198 15.0213 2.70608C15.6769 2.92687 16.2597 3.20594 16.6934 3.55132C17.1197 3.89075 17.5 4.37814 17.5 5.00891V5.15152V10V14.9911C17.5 15.6219 17.1197 16.1093 16.6934 16.4487C16.2597 16.7941 15.6769 17.0731 15.0213 17.2939C13.7027 17.738 11.9274 18 10 18C8.07256 18 6.29729 17.738 4.97868 17.2939C4.3231 17.0731 3.74028 16.7941 3.30657 16.4487C2.88035 16.1093 2.5 15.6219 2.5 14.9911V10V5.15152V5.00891C2.5 4.37814 2.88035 3.89075 3.30657 3.55132C3.74028 3.20594 4.3231 2.92687 4.97868 2.70608ZM3.95161 11.9487V14.9911C3.95161 14.9959 3.95161 15.0205 3.98342 15.0728C4.01796 15.1297 4.08595 15.2114 4.20974 15.31C4.46162 15.5105 4.87085 15.7231 5.44116 15.9152C6.57432 16.2968 8.18615 16.5455 10 16.5455C11.8139 16.5455 13.4257 16.2968 14.5588 15.9152C15.1291 15.7231 15.5384 15.5105 15.7903 15.31C15.914 15.2114 15.982 15.1297 16.0166 15.0728C16.0484 15.0205 16.0484 14.9959 16.0484 14.9911V11.9487C15.7419 12.1188 15.3994 12.2685 15.0342 12.3992C13.7112 12.8726 11.9313 13.1515 10 13.1515C8.0687 13.1515 6.28878 12.8726 4.96582 12.3992C4.60057 12.2685 4.25814 12.1188 3.95161 11.9487ZM16.0484 10C16.0484 10.0377 16.0291 10.1719 15.7736 10.3881C15.5214 10.6014 15.1135 10.8263 14.546 11.0294C13.4172 11.4333 11.81 11.697 10 11.697C8.19001 11.697 6.58283 11.4333 5.45402 11.0294C4.88645 10.8263 4.47856 10.6014 4.22642 10.3881C3.97094 10.1719 3.95161 10.0377 3.95161 10V7.10019C4.25814 7.27027 4.60057 7.42003 4.96582 7.55073C6.28878 8.02413 8.0687 8.30303 10 8.30303C11.9313 8.30303 13.7112 8.02413 15.0342 7.55073C15.3994 7.42003 15.7419 7.27027 16.0484 7.10019V10ZM16.0484 5.00891V5.15152C16.0484 5.18925 16.0291 5.32342 15.7736 5.53959C15.5214 5.75293 15.1135 5.97781 14.546 6.18091C13.4172 6.58484 11.81 6.84848 10 6.84848C8.19001 6.84848 6.58283 6.58484 5.45402 6.18091C4.88645 5.97781 4.47856 5.75293 4.22642 5.53959C3.97094 5.32342 3.95161 5.18925 3.95161 5.15152V5.00891C3.95161 5.00412 3.95161 4.97951 3.98342 4.92715C4.01796 4.87029 4.08595 4.78863 4.20974 4.69004C4.46162 4.48946 4.87085 4.2769 5.44116 4.08483C6.57432 3.70319 8.18615 3.45455 10 3.45455C11.8139 3.45455 13.4257 3.70319 14.5588 4.08483C15.1291 4.2769 15.5384 4.48946 15.7903 4.69004C15.914 4.78863 15.982 4.87029 16.0166 4.92715C16.0484 4.9795 16.0484 5.00412 16.0484 5.00891Z" fill="#EAEAEA"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1719293707686" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="19048" width="200" height="200"><path d="M489.6 727.2h421.1c26.9 0 49.3 22.4 49.3 53.8v80.6c0 26.9-22.4 53.8-49.3 53.8H489.6c-26.9 0-49.3-22.4-49.3-53.8v-9H158.1c-17.9 0-31.4-13.4-31.4-31.4v-524h-13.4c-26.9 0-49.3-26.9-49.3-53.8v-80.6c0-31.4 22.4-53.8 49.3-53.8h85.1c26.9 0 49.3 22.4 49.3 53.8v80.6c0 26.9-22.4 53.8-49.3 53.8H185v188.2h250.9v-9c0-26.9 22.4-53.8 49.3-53.8h421.1c26.9 0 49.3 22.4 49.3 53.8V557c0 26.9-22.4 53.8-49.3 53.8H485.1c-26.9 0-49.3-22.4-49.3-53.8v-9H185v246.4h250.9V781c-0.1-26.9 22.3-53.8 53.7-53.8z m421.1-430h-551c-31.4 0-53.8-26.9-53.8-53.8v-80.6c0-31.4 22.4-53.8 53.8-53.8h551c26.9 0 49.3 22.4 49.3 53.8v80.6c0 26.9-22.4 53.8-49.3 53.8z" p-id="19049"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 7c0-2.21 3.58-4 8-4s8 1.79 8 4s-3.58 4-8 4s-8-1.79-8-4m8.08 11H12c-4.42 0-8-1.79-8-4v3c0 2.21 3.58 4 8 4h.29a7.38 7.38 0 0 1-.29-2c0-.34.03-.67.08-1M20 12.08V9c0 2.21-3.58 4-8 4s-8-1.79-8-4v3c0 2.21 3.58 4 8 4h.69c1.13-2.37 3.53-4 6.31-4c.34 0 .67.03 1 .08m3.8 8.32c.1 0 .1.1 0 .2l-1 1.7c-.1.1-.2.1-.3.1l-1.2-.4c-.3.2-.5.3-.8.5l-.2 1.3c0 .1-.1.2-.2.2h-2c-.1 0-.2-.1-.3-.2l-.2-1.3c-.3-.1-.6-.3-.8-.5l-1.2.5c-.1 0-.2 0-.3-.1l-1-1.7c-.1-.1 0-.2.1-.3l1.1-.8v-1l-1.1-.8c-.1-.1-.1-.2-.1-.3l1-1.7c.1-.1.2-.1.3-.1l1.2.5c.3-.2.5-.3.8-.5l.2-1.3c0-.1.1-.2.3-.2h2c.1 0 .2.1.2.2l.2 1.3c.3.1.6.3.9.5l1.2-.5c.1 0 .3 0 .3.1l1 1.7c.1.1 0 .2-.1.3l-1.1.8v1zM20.5 19c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5s.7 1.5 1.5 1.5s1.5-.7 1.5-1.5"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C5.34315 4 4 5.34314 4 7V19.6667V25C4 26.6569 5.34314 28 7 28H25C26.6569 28 28 26.6569 28 25V19.6667V7C28 5.34315 26.6569 4 25 4H7ZM26 18.6667V7C26 6.44771 25.5523 6 25 6H7C6.44771 6 6 6.44772 6 7V18.6667H10.3558C11.1978 18.6668 11.9676 19.1427 12.3438 19.896L12.8893 20.9883C12.9269 21.0636 13.0039 21.1112 13.0881 21.1112H18.9107C18.9948 21.1112 19.0718 21.0636 19.1094 20.9883L19.656 19.8952C20.0325 19.1423 20.8019 18.6668 21.6436 18.6667H26ZM6 20.6667H10.3558C10.44 20.6668 10.517 20.7144 10.5546 20.7897L11.1001 21.8819C11.4763 22.6352 12.2461 23.1112 13.0881 23.1112H18.9107C19.7524 23.1112 20.5219 22.6356 20.8983 21.8828L21.4449 20.7896C21.4825 20.7143 21.5595 20.6667 21.6437 20.6667H26V25C26 25.5523 25.5523 26 25 26H7C6.44772 26 6 25.5523 6 25V20.6667ZM15.2689 9.7499L12.8486 12.1702C12.458 12.5607 12.458 13.1939 12.8486 13.5844C13.2391 13.9749 13.8722 13.9749 14.2628 13.5844L15 12.8472V16.5432C15 17.0955 15.4477 17.5432 16 17.5432C16.5523 17.5432 17 17.0955 17 16.5432V12.847L17.7374 13.5844C18.128 13.9749 18.7611 13.9749 19.1517 13.5844C19.5422 13.1939 19.5422 12.5607 19.1517 12.1702L16.7279 9.74641C16.5455 9.55292 16.2869 9.43213 16 9.43213C15.7114 9.43213 15.4514 9.55437 15.2689 9.7499Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 7C6 6.44772 6.44772 6 7 6H15H17H25C25.5523 6 26 6.44772 26 7V10C26 10.5523 25.5523 11 25 11C24.4477 11 24 10.5523 24 10V8H17V24H19C19.5523 24 20 24.4477 20 25C20 25.5523 19.5523 26 19 26H13C12.4477 26 12 25.5523 12 25C12 24.4477 12.4477 24 13 24H15V8H8V10C8 10.5523 7.55228 11 7 11C6.44772 11 6 10.5523 6 10V7Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 7.79086 1.79086 6 4 6H28C30.2091 6 32 7.79086 32 10V22C32 24.2091 30.2091 26 28 26H4C1.79086 26 0 24.2091 0 22V10ZM4 8C2.89543 8 2 8.89543 2 10V22C2 23.1046 2.89543 24 4 24H28C29.1046 24 30 23.1046 30 22V10C30 8.89543 29.1046 8 28 8H4ZM22.1096 14.08C22.5229 14.9333 23.0096 15.6866 23.5696 16.34C24.1296 16.9866 24.7796 17.5666 25.5196 18.08L24.9196 19.23C23.4596 18.0166 22.3396 16.6233 21.5596 15.05V18.06H23.3996V19.11H21.5596V20.73H20.4396V19.11H18.5996V18.06H20.4396V14.96C20.0729 15.7333 19.6229 16.4633 19.0896 17.15C18.5629 17.83 17.8796 18.5566 17.0396 19.33L16.4596 18.19C17.2396 17.5766 17.9029 16.94 18.4496 16.28C19.0029 15.62 19.4796 14.8866 19.8796 14.08H16.8296V12.99H20.4396V11.6H21.5596V12.99H25.1696V14.08H22.1096ZM10.9996 18.65C11.9529 19.41 13.2429 20.0866 14.8696 20.68L15.4696 19.52C14.6896 19.2866 14.0029 19.0366 13.4096 18.77C12.8162 18.4966 12.2962 18.1933 11.8496 17.86C12.3162 17.36 12.7096 16.7966 13.0296 16.17C13.3496 15.5433 13.6162 14.8233 13.8296 14.01H15.3696V12.96H11.8896C11.8496 12.8533 11.7896 12.6666 11.7096 12.4C11.5629 11.9533 11.4529 11.6366 11.3796 11.45L10.1696 11.67C10.3629 12.25 10.4996 12.68 10.5796 12.96H6.63957V14.01H8.10957C8.34957 14.83 8.6329 15.5533 8.95957 16.18C9.2929 16.8066 9.68957 17.3666 10.1496 17.86C9.71624 18.1866 9.20624 18.4933 8.61957 18.78C8.0329 19.0666 7.34624 19.3466 6.55957 19.62L7.12957 20.74C7.95624 20.42 8.68624 20.09 9.31957 19.75C9.9529 19.41 10.5129 19.0433 10.9996 18.65ZM9.98957 15.75C9.71624 15.2366 9.48957 14.6566 9.30957 14.01H12.5996C12.4262 14.6633 12.2096 15.2433 11.9496 15.75C11.6962 16.2566 11.3762 16.7133 10.9896 17.12C10.5962 16.7133 10.2629 16.2566 9.98957 15.75Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1716350278664" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10462" width="200" height="200"><path d="M896 704h-192V512H640v192H448v64h192v192h64v-192h192v-64z" p-id="10463"></path><path d="M448 960H64V64h832v448h-64V128H128v768h320v64z" p-id="10464"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1719394990855" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4258" width="200" height="200"><path d="M594.04 959.5H142.31c-41.14 0-74.6-33.46-74.6-74.6V367.47c0-21.18 17.17-38.36 38.36-38.36s38.36 17.17 38.36 38.36v515.32h449.62c21.18 0 38.36 17.17 38.36 38.36-0.01 21.18-17.18 38.35-38.37 38.35zM783.71 569.26c-21.18 0-38.36-17.17-38.36-38.36V141.21H365.4c-21.18 0-38.36-17.17-38.36-38.36S344.22 64.5 365.4 64.5h382.07c41.14 0 74.6 33.46 74.6 74.6v391.8c0 21.19-17.18 38.36-38.36 38.36z m-36.24-428.05h0.12-0.12z" p-id="4259"></path><path d="M360.67 438.06H130.53c-21.18 0-38.36-17.17-38.36-38.36s17.17-38.36 38.36-38.36h230.14c21.18 0 38.36 17.17 38.36 38.36s-17.18 38.36-38.36 38.36zM917.93 824.76h-268.5c-21.18 0-38.36-17.17-38.36-38.36 0-21.18 17.17-38.36 38.36-38.36h268.5c21.18 0 38.36 17.17 38.36 38.36 0 21.19-17.18 38.36-38.36 38.36z" p-id="4260"></path><path d="M783.68 959.01c-21.18 0-38.36-17.17-38.36-38.36v-268.5c0-21.18 17.17-38.36 38.36-38.36 21.18 0 38.36 17.17 38.36 38.36v268.5c0 21.19-17.18 38.36-38.36 38.36zM364.04 437.23c-21.18 0-38.36-17.17-38.36-38.36V110.64c0-21.18 17.17-38.36 38.36-38.36 21.18 0 38.36 17.17 38.36 38.36v288.23c0 21.19-17.17 38.36-38.36 38.36z" p-id="4261"></path><path d="M106.24 398.98c-9.85 0-19.7-3.77-27.19-11.31-14.94-15.02-14.88-39.31 0.14-54.25L338.35 75.66c15.02-14.93 39.3-14.88 54.25 0.14 14.94 15.02 14.88 39.31-0.14 54.25L133.3 387.81c-7.49 7.45-17.27 11.17-27.06 11.17z" p-id="4262"></path></svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg t="1709994082647" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
2
|
+
p-id="32547" width="200" height="200">
|
|
3
|
+
<path
|
|
4
|
+
d="M812.373333 1024h-600.746666c-116.053333 0-211.626667-95.573333-211.626667-211.626667v-600.746666c0-116.053333 95.573333-211.626667 211.626667-211.626667h600.746666c116.053333 0 211.626667 95.573333 211.626667 211.626667v600.746666c0 116.053333-95.573333 211.626667-211.626667 211.626667z"
|
|
5
|
+
fill="#5E65EF" p-id="32548"></path>
|
|
6
|
+
<path
|
|
7
|
+
d="M477.866667 375.466667l-47.786667 184.32c-20.48 88.746667-40.96 150.186667-61.44 184.32-20.48 40.96-40.96 68.266667-75.093333 88.746666s-61.44 27.306667-95.573334 27.306667c-20.48 0-40.96-6.826667-47.786666-13.653333-13.653333-6.826667-13.653333-20.48-13.653334-27.306667 0-13.653333 6.826667-20.48 13.653334-27.306667 6.826667-6.826667 20.48-13.653333 34.133333-13.653333s20.48 0 27.306667 6.826667 6.826667 13.653333 6.826666 20.48c0 6.826667 0 13.653333-6.826666 20.48l-6.826667 6.826666h6.826667c6.826667 0 13.653333 0 20.48-6.826666 13.653333-13.653333 27.306667-27.306667 34.133333-47.786667 6.826667-13.653333 13.653333-40.96 27.306667-95.573333l81.92-314.026667h-54.613334l13.653334-47.786667c20.48 0 34.133333 0 40.96-6.826666 6.826667-6.826667 20.48-13.653333 27.306666-34.133334 27.306667-54.613333 61.44-88.746667 88.746667-116.053333 34.133333-20.48 68.266667-34.133333 109.226667-34.133333 27.306667 0 40.96 6.826667 54.613333 13.653333 13.653333 6.826667 20.48 20.48 20.48 40.96 0 13.653333-6.826667 27.306667-13.653333 34.133333-6.826667 6.826667-13.653333 13.653333-27.306667 13.653334s-20.48 0-27.306667-6.826667c-6.826667-6.826667-13.653333-13.653333-13.653333-20.48 0-6.826667 0-13.653333 6.826667-20.48 6.826667-6.826667 6.826667-13.653333 6.826666-13.653333v-6.826667h-6.826666c-13.653333 0-34.133333 6.826667-47.786667 27.306667-27.306667 34.133333-47.786667 81.92-61.44 143.36h54.613333l-13.653333 47.786666-54.613333-6.826666zM566.613333 395.946667l116.053334-20.48c20.48 34.133333 34.133333 68.266667 40.96 109.226666 20.48-34.133333 34.133333-54.613333 47.786666-68.266666l34.133334-34.133334c6.826667-6.826667 20.48-6.826667 27.306666-6.826666 13.653333 0 20.48 0 27.306667 6.826666s6.826667 13.653333 6.826667 27.306667 0 20.48-6.826667 27.306667-13.653333 6.826667-27.306667 6.826666c-6.826667 0-13.653333 0-27.306666-6.826666-6.826667 0-13.653333-6.826667-20.48-6.826667-6.826667 0-20.48 0-27.306667 6.826667-13.653333 6.826667-27.306667 27.306667-40.96 54.613333 20.48 68.266667 34.133333 102.4 47.786667 122.88 6.826667 6.826667 13.653333 13.653333 20.48 13.653333 6.826667 0 13.653333 0 13.653333-6.826666 6.826667-6.826667 13.653333-13.653333 27.306667-34.133334l13.653333 6.826667c-20.48 34.133333-40.96 54.613333-54.613333 68.266667-13.653333 6.826667-27.306667 13.653333-40.96 13.653333-13.653333 0-27.306667 0-34.133334-6.826667-6.826667-6.826667-20.48-13.653333-27.306666-27.306666-6.826667-13.653333-13.653333-34.133333-27.306667-68.266667-27.306667 34.133333-47.786667 54.613333-61.44 68.266667s-27.306667 27.306667-34.133333 27.306666c-6.826667 6.826667-20.48 6.826667-27.306667 6.826667-13.653333 0-20.48 0-27.306667-6.826667-6.826667-6.826667-6.826667-13.653333-6.826666-27.306666s6.826667-20.48 13.653333-27.306667c6.826667-6.826667 13.653333-13.653333 27.306667-13.653333 6.826667 0 13.653333 0 20.48 6.826666 13.653333 6.826667 20.48 6.826667 20.48 6.826667 6.826667 0 13.653333 0 20.48-6.826667 6.826667 0 13.653333-13.653333 27.306666-20.48 6.826667-6.826667 20.48-20.48 34.133334-40.96-20.48-75.093333-34.133333-122.88-47.786667-136.533333-6.826667-6.826667-20.48-13.653333-27.306667-13.653333h-20.48z"
|
|
8
|
+
fill="#FFFFFF" p-id="32549"></path>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 4C11 3.44772 10.5523 3 10 3C9.44772 3 9 3.44772 9 4V5H6C4.34315 5 3 6.34315 3 8V25C3 26.6569 4.34315 28 6 28H26C27.6569 28 29 26.6569 29 25V8C29 6.34315 27.6569 5 26 5H23V4C23 3.44772 22.5523 3 22 3C21.4477 3 21 3.44772 21 4V5H11V4ZM10 7H22H26C26.5523 7 27 7.44771 27 8V11H5V8C5 7.44772 5.44772 7 6 7H10ZM5 25V13H27V25C27 25.5523 26.5523 26 26 26H6C5.44772 26 5 25.5523 5 25ZM10 18C10.5523 18 11 17.5523 11 17C11 16.4477 10.5523 16 10 16C9.44772 16 9 16.4477 9 17C9 17.5523 9.44772 18 10 18ZM23 22C23 22.5523 22.5523 23 22 23C21.4477 23 21 22.5523 21 22C21 21.4477 21.4477 21 22 21C22.5523 21 23 21.4477 23 22ZM18 23C18.5523 23 19 22.5523 19 22C19 21.4477 18.5523 21 18 21C17.4477 21 17 21.4477 17 22C17 22.5523 17.4477 23 18 23ZM13 17C13 16.4477 13.4477 16 14 16H22C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18H14C13.4477 18 13 17.5523 13 17ZM10 21C9.44772 21 9 21.4477 9 22C9 22.5523 9.44772 23 10 23H14C14.5523 23 15 22.5523 15 22C15 21.4477 14.5523 21 14 21H10Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 3C10.5523 3 11 3.44772 11 4V5H21V4C21 3.44772 21.4477 3 22 3C22.5523 3 23 3.44772 23 4V5H26C27.6569 5 29 6.34315 29 8V25C29 26.6569 27.6569 28 26 28H6C4.34315 28 3 26.6569 3 25V8C3 6.34315 4.34315 5 6 5H9V4C9 3.44772 9.44772 3 10 3ZM22 7H10H6C5.44772 7 5 7.44772 5 8V11H27V8C27 7.44771 26.5523 7 26 7H22ZM5 13V25C5 25.5523 5.44772 26 6 26H26C26.5523 26 27 25.5523 27 25V13H5ZM21.5001 15.6069V23.3932H19.7299V17.5094L17.8184 18.0598V16.7666L21.3248 15.6069H21.5001ZM13.3221 18.7919H12.4229V19.1981V19.6576V20.0478H13.3221C13.586 20.0478 13.8123 20.087 14.0008 20.1653C14.1893 20.2401 14.3326 20.3613 14.4306 20.5287C14.5324 20.6926 14.5833 20.9099 14.5833 21.1807C14.5833 21.3802 14.5362 21.5566 14.4419 21.7098C14.3514 21.8629 14.2176 21.9841 14.0404 22.0731C13.8669 22.1586 13.6558 22.2014 13.4069 22.2014C13.1996 22.2014 13.0073 22.1604 12.8301 22.0785C12.6566 21.993 12.519 21.879 12.4172 21.7365C12.3192 21.5904 12.2702 21.4265 12.2702 21.2448H10.5C10.5 21.6367 10.5829 21.9752 10.7488 22.2602C10.9147 22.5416 11.1353 22.775 11.4105 22.9603C11.6858 23.142 11.9931 23.2773 12.3324 23.3664C12.6717 23.4555 13.0129 23.5 13.356 23.5C13.7821 23.5 14.178 23.4501 14.5437 23.3504C14.9094 23.247 15.228 23.0974 15.4995 22.9015C15.771 22.7055 15.9821 22.465 16.1329 22.18C16.2837 21.895 16.3591 21.5708 16.3591 21.2074C16.3591 20.901 16.2969 20.6231 16.1725 20.3737C16.0481 20.1244 15.8671 19.9124 15.6296 19.7378C15.4369 19.5962 15.2108 19.4816 14.9511 19.3939C15.1537 19.3047 15.3346 19.1985 15.4938 19.0751C15.7276 18.8935 15.9067 18.6868 16.0311 18.4552C16.1593 18.2201 16.2234 17.9761 16.2234 17.7231C16.2234 17.2386 16.1027 16.8324 15.8614 16.5047C15.6239 16.1733 15.2883 15.924 14.8548 15.7565C14.4249 15.5855 13.9254 15.5 13.356 15.5C12.8621 15.5 12.4059 15.5873 11.9874 15.7619C11.5727 15.9329 11.239 16.1769 10.9864 16.494C10.7375 16.8111 10.6131 17.1869 10.6131 17.6216H12.3833C12.3833 17.4506 12.4323 17.3045 12.5303 17.1834C12.6284 17.0587 12.7547 16.9643 12.9093 16.9001C13.0676 16.8324 13.2335 16.7986 13.4069 16.7986C13.6482 16.7986 13.8443 16.8413 13.9951 16.9269C14.1497 17.0088 14.2647 17.121 14.3401 17.2635C14.4155 17.406 14.4532 17.5681 14.4532 17.7498C14.4532 17.96 14.4117 18.1435 14.3288 18.3003C14.2496 18.457 14.1252 18.5782 13.9555 18.6637C13.7896 18.7492 13.5785 18.7919 13.3221 18.7919Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.63036 8.86178C9.64947 6.49682 12.6494 5 16 5C22.0751 5 27 9.92487 27 16C27 22.0751 22.0751 27 16 27C9.92487 27 5 22.0751 5 16C5 15.4477 4.55228 15 4 15C3.44772 15 3 15.4477 3 16C3 23.1797 8.8203 29 16 29C23.1797 29 29 23.1797 29 16C29 8.8203 23.1797 3 16 3C12.5069 3 9.3349 4.37869 7 6.61919V5C7 4.44772 6.55228 4 6 4C5.44772 4 5 4.44772 5 5V10C5 10.5523 5.44772 11 6 11H11C11.5523 11 12 10.5523 12 10C12 9.44772 11.5523 9 11 9H7.48643C7.53794 8.95959 7.58621 8.91349 7.63036 8.86178ZM17 10C17 9.44772 16.5523 9 16 9C15.4477 9 15 9.44772 15 10V16C15 16.2814 15.1162 16.5357 15.3033 16.7174L19.5357 20.9497C19.9262 21.3403 20.5594 21.3403 20.9499 20.9497C21.3404 20.5592 21.3404 19.9261 20.9499 19.5355L17 15.5856V10Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 5C9.92487 5 5 9.92487 5 16C5 22.0751 9.92487 27 16 27C22.0751 27 27 22.0751 27 16C27 9.92487 22.0751 5 16 5ZM3 16C3 8.8203 8.8203 3 16 3C23.1797 3 29 8.8203 29 16C29 23.1797 23.1797 29 16 29C8.8203 29 3 23.1797 3 16ZM16 9C16.5523 9 17 9.44772 17 10V15.5856L20.9499 19.5355C21.3404 19.9261 21.3404 20.5592 20.9499 20.9497C20.5594 21.3403 19.9262 21.3403 19.5357 20.9497L15.3033 16.7174C15.1162 16.5357 15 16.2814 15 16V10C15 9.44772 15.4477 9 16 9Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1716514814483" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2604" width="200" height="200"><path d="M512 768c-183.466667 0-328.533333-85.333333-426.666667-256 98.133333-170.666667 243.2-256 426.666667-256s328.533333 85.333333 426.666667 256c-98.133333 170.666667-243.2 256-426.666667 256z m8.533333-426.666667c-128 0-256 55.466667-328.533333 170.666667 72.533333 115.2 200.533333 170.666667 328.533333 170.666667s238.933333-55.466667 311.466667-170.666667c-72.533333-115.2-183.466667-170.666667-311.466667-170.666667z m-8.533333 298.666667c-72.533333 0-128-55.466667-128-128s55.466667-128 128-128 128 55.466667 128 128-55.466667 128-128 128z m0-85.333333c25.6 0 42.666667-17.066667 42.666667-42.666667s-17.066667-42.666667-42.666667-42.666667-42.666667 17.066667-42.666667 42.666667 17.066667 42.666667 42.666667 42.666667z" fill="#444444" p-id="2605"></path></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>服务器</title>
|
|
4
|
+
<g id="服务器" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<rect id="矩形备份-2" fill-opacity="0" fill="#D8D8D8" x="0" y="0" width="22" height="22"></rect>
|
|
6
|
+
<g id="编组-2" transform="translate(2.000000, 2.000000)" fill-rule="nonzero">
|
|
7
|
+
<path d="M17.9350058,13.25931 C18.1037784,13.6375807 17.9339468,14.0810469 17.5556762,14.2498195 L9.29647618,17.9348195 L9.27095482,17.9456864 C9.25944103,17.9503178 9.24781391,17.9546648 9.23608497,17.9587231 L9.29647618,17.9348195 C9.25942906,17.9513488 9.22175659,17.9646303 9.18377806,17.9747861 C9.16696907,17.9792156 9.14955803,17.9832132 9.13200551,17.9865891 C9.11696091,17.9895628 9.10225139,17.9919275 9.0875363,17.9938452 C9.07286149,17.9956847 9.05816239,17.9971671 9.04340579,17.9982137 C9.02597506,17.9994918 9.0082881,18.0001018 8.99065088,18.0000863 C8.97252574,18.0000833 8.95455892,17.999435 8.93657462,17.9981284 C8.92234634,17.997024 8.908609,17.9956222 8.89493835,17.9938459 C8.87999757,17.9920054 8.86428931,17.989478 8.848609,17.9864327 C8.83080284,17.9828728 8.81385094,17.9789494 8.79706605,17.9744485 C8.78207056,17.970488 8.76669961,17.9658347 8.75140096,17.9606577 C8.73424884,17.9548492 8.71758257,17.9485562 8.70115636,17.9416803 C8.69600191,17.9394822 8.6904076,17.9370607 8.68482755,17.9345655 L0.444027552,14.2495655 C0.06589723,14.0804787 -0.103566053,13.6368716 0.0655207143,13.2587413 C0.234607482,12.880611 0.678214582,12.7111477 1.0563449,12.8802345 L8.991,16.4277134 L16.9444963,12.8799805 C17.3227669,12.7112078 17.7662331,12.8810394 17.9350058,13.25931 Z" id="形状结合" fill="#1989FA"></path>
|
|
8
|
+
<path d="M17.9350058,8.69441005 C18.1037784,9.07268067 17.9339468,9.51614687 17.5556762,9.68491954 L9.29647618,13.3699195 L9.27095482,13.3807864 C9.25944103,13.3854178 9.24781391,13.3897648 9.23608497,13.3938231 L9.29647618,13.3699195 C9.25942906,13.3864488 9.22175659,13.3997303 9.18377806,13.4098861 C9.16696907,13.4143156 9.14955803,13.4183132 9.13200551,13.4216891 C9.11696091,13.4246628 9.10225139,13.4270275 9.0875363,13.4289452 C9.07286149,13.4307847 9.05816239,13.4322671 9.04340579,13.4333137 C9.02597506,13.4345918 9.0082881,13.4352018 8.99065088,13.4351863 C8.97252574,13.4351833 8.95455892,13.434535 8.93657462,13.4332284 C8.92234634,13.432124 8.908609,13.4307222 8.89493835,13.4289459 C8.87999757,13.4271054 8.86428931,13.424578 8.848609,13.4215327 C8.83080284,13.4179728 8.81385094,13.4140494 8.79706605,13.4095485 C8.78207056,13.405588 8.76669961,13.4009347 8.75140096,13.3957577 C8.73424884,13.3899492 8.71758257,13.3836562 8.70115636,13.3767803 C8.69600191,13.3745822 8.6904076,13.3721607 8.68482755,13.3696655 L0.444027552,9.68466551 C0.06589723,9.51557875 -0.103566053,9.07197165 0.0655207143,8.69384132 C0.234607482,8.315711 0.678214582,8.14624772 1.0563449,8.31533449 L8.991,11.8628134 L16.9444963,8.31508046 C17.3227669,8.14630779 17.7662331,8.31613943 17.9350058,8.69441005 Z" id="形状结合" fill="#4E5969"></path>
|
|
9
|
+
<path d="M8.70632586,0.0651565175 C8.90116623,-0.0218333806 9.12383585,-0.0217137004 9.3185826,0.0654855925 L17.5566826,3.75415559 C18.1483409,4.01907498 18.1479259,4.85915235 17.556006,5.12348694 L9.29410603,8.81301694 C9.09923174,8.90004227 8.87651095,8.89992254 8.68173033,8.81268775 L0.443630335,5.12315775 C-0.148004917,4.85818695 -0.147516869,4.01810972 0.444425857,3.75382652 L8.70632586,0.0651565175 Z M9.01118623,1.571 L2.58618623,4.439 L8.98818623,7.306 L15.4121862,4.437 L9.01118623,1.571 Z" id="路径" fill="#4E5969"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>权限</title>
|
|
4
|
+
<g id="控件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="权限">
|
|
6
|
+
<rect id="矩形备份-4" fill-opacity="0" fill="#D8D8D8" x="0" y="0" width="22" height="22"></rect>
|
|
7
|
+
<g id="编组-4" transform="translate(2.500000, 2.000000)" fill-rule="nonzero">
|
|
8
|
+
<path d="M11.2479718,6.09466964 C11.539436,5.80177642 12.0119928,5.80177642 12.303457,6.09466964 C12.5949211,6.38756286 12.5949211,6.86243659 12.303457,7.15532981 L8.57175328,10.9053298 C8.28028693,11.1982252 7.80772583,11.1982227 7.51626254,10.9053242 L5.15289997,8.53032423 C4.86143885,8.23742792 4.86144382,7.76255419 5.15291108,7.46966405 C5.44437833,7.17677392 5.91693515,7.17677892 6.20839627,7.46967522 L8.04406044,9.31399972 L11.2479718,6.09466964 Z" id="路径" fill="#1989FA"></path>
|
|
9
|
+
<path d="M7.7335913,0.117458231 C8.23271573,-0.0391560917 8.76737473,-0.0391560917 9.26642295,0.117478319 L15.1956517,1.97852813 C16.2690525,2.3154432 17,3.31433826 17,4.44437972 L17,7.85749972 C17,12.2315505 14.299479,16.146552 10.224696,17.6811578 L10.2012864,17.6900178 C9.10466029,18.1029291 7.89641458,18.1033008 6.79959178,17.6911395 L6.77198015,17.6807696 C2.69925407,16.1499649 0,12.2393703 0,7.86974972 L0,4.44432972 C0,3.31427519 0.730910563,2.31538229 1.8043141,1.97846637 L7.7335913,0.117458231 Z M8.82140061,1.54926334 C8.61211466,1.48357554 8.3878944,1.48357554 8.1785505,1.54926307 L2.2493367,3.41025132 C1.79919494,3.55154014 1.49268147,3.97043425 1.49268147,4.44432972 L1.49268147,7.86974972 C1.49268147,11.6136392 3.80540335,14.9642381 7.29472461,16.27576 L7.32228138,16.2861093 C8.08178401,16.5715132 8.91831288,16.5712559 9.67633048,16.2858416 L9.69969005,16.2770005 C13.1929056,14.9614181 15.5073185,11.6061655 15.5073185,7.85749972 L15.5073185,4.44437972 C15.5073185,3.97051133 15.2007815,3.55160523 14.7506229,3.41031113 L8.82140061,1.54926334 Z" id="路径" fill="#4E5969"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="-1" y="1" width="26" height="22" rx="2" transform="matrix(-1 0 0 1 28 4)" stroke="#9BA6BD" stroke-width="2"/>
|
|
3
|
+
<rect x="-1" y="1" width="6" height="22" transform="matrix(-1 0 0 1 22 4)" stroke="#9BA6BD" stroke-width="2"/>
|
|
4
|
+
<rect x="-1" y="1" width="6" height="22" transform="matrix(-1 0 0 1 16 4)" stroke="#9BA6BD" stroke-width="2"/>
|
|
5
|
+
<path d="M10 6H5C4.44772 6 4 6.44772 4 7V25C4 25.5523 4.44772 26 5 26H10V6Z" fill="#356FFF"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.69806 18.8292H6.80203L5.99621 16.439H2.70185L1.89604 18.8292H0L3.43657 9.1707H5.27335L8.69806 18.8292ZM4.31348 11.6219L3.28251 14.7073H5.41555L4.38458 11.6219H4.31348Z" fill="#9BA6BD"/>
|
|
3
|
+
<path d="M17.7822 13.878C18.4695 13.9756 18.9949 14.2154 19.3583 14.5975C19.7217 14.9715 19.9034 15.4634 19.9034 16.0731C19.9034 16.9593 19.5716 17.6422 18.908 18.1219C18.2523 18.5935 17.3082 18.8292 16.0758 18.8292H12.7577V9.1707H15.9928C17.1067 9.1707 17.9599 9.38615 18.5525 9.81704C19.1529 10.2479 19.4531 10.8618 19.4531 11.6585C19.4531 12.2113 19.3109 12.6666 19.0265 13.0244C18.7421 13.3821 18.3273 13.6422 17.7822 13.8048V13.878ZM14.5471 10.8414V13.0366H15.7795C16.3641 13.0366 16.8144 12.939 17.1304 12.7439C17.4464 12.5406 17.6044 12.2561 17.6044 11.8902C17.6044 11.5569 17.4464 11.3008 17.1304 11.1219C16.8144 10.9349 16.3641 10.8414 15.7795 10.8414H14.5471ZM15.8506 17.1463C16.5616 17.1463 17.1067 17.0366 17.4859 16.817C17.873 16.5975 18.0666 16.2845 18.0666 15.878C18.0666 15.504 17.873 15.2195 17.4859 15.0244C17.1067 14.8211 16.5616 14.7195 15.8506 14.7195H14.5471V17.1463H15.8506Z" fill="#9BA6BD"/>
|
|
4
|
+
<path d="M32 16.8415C31.6603 17.5244 31.1902 18.0569 30.5898 18.439C29.9894 18.813 29.3061 19 28.5397 19C27.6944 19 26.9439 18.7886 26.2882 18.3659C25.6325 17.935 25.119 17.3374 24.7477 16.5732C24.3843 15.8089 24.2026 14.935 24.2026 13.9512C24.2026 12.9837 24.3843 12.126 24.7477 11.378C25.119 10.6301 25.6364 10.0488 26.3 9.63415C26.9716 9.21138 27.7418 9 28.6108 9C29.393 9 30.0684 9.19106 30.6372 9.57317C31.206 9.95528 31.6563 10.4837 31.9882 11.1585L30.4358 11.9268C30.2462 11.5447 29.9815 11.248 29.6418 11.0366C29.31 10.8252 28.9387 10.7195 28.5279 10.7195C28.046 10.7195 27.6154 10.8577 27.2362 11.1341C26.8649 11.4024 26.5726 11.7846 26.3593 12.2805C26.1539 12.7683 26.0512 13.3252 26.0512 13.9512C26.0512 14.5935 26.1539 15.1667 26.3593 15.6707C26.5726 16.1748 26.8649 16.5691 27.2362 16.8537C27.6154 17.1301 28.046 17.2683 28.5279 17.2683C28.9229 17.2683 29.2863 17.1626 29.6181 16.9512C29.9499 16.7398 30.2264 16.4431 30.4476 16.061L32 16.8415Z" fill="#9BA6BD"/>
|
|
5
|
+
<rect x="11" y="23" width="10" height="2" fill="#9BA6BD"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 7C7 6.44772 7.44772 6 8 6H9H11H12C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8H11V15H21V8H20C19.4477 8 19 7.55228 19 7C19 6.44772 19.4477 6 20 6H21H23H24C24.5523 6 25 6.44772 25 7C25 7.55228 24.5523 8 24 8H23V15V17V24H24C24.5523 24 25 24.4477 25 25C25 25.5523 24.5523 26 24 26H23H21H20C19.4477 26 19 25.5523 19 25C19 24.4477 19.4477 24 20 24H21V17H11V24H12C12.5523 24 13 24.4477 13 25C13 25.5523 12.5523 26 12 26H11H9H8C7.44772 26 7 25.5523 7 25C7 24.4477 7.44772 24 8 24H9V17V15V8H8C7.44772 8 7 7.55228 7 7Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 6C4 4.89543 4.89543 4 6 4H26C27.1046 4 28 4.89543 28 6V10C28 11.1046 27.1046 12 26 12H13V17H18.1707C18.5825 15.8348 19.6938 15 21 15C22.6569 15 24 16.3431 24 18C24 19.6569 22.6569 21 21 21C19.6938 21 18.5825 20.1652 18.1707 19H13V24H22.1707C22.5825 22.8348 23.6938 22 25 22C26.6569 22 28 23.3431 28 25C28 26.6569 26.6569 28 25 28C23.6938 28 22.5825 27.1652 22.1707 26H11V12H6C4.89543 12 4 11.1046 4 10V6ZM26 10H12H6V6H26V10ZM21 17C20.4477 17 20 17.4477 20 18C20 18.5523 20.4477 19 21 19C21.5523 19 22 18.5523 22 18C22 17.4477 21.5523 17 21 17ZM24 25C24 24.4477 24.4477 24 25 24C25.5523 24 26 24.4477 26 25C26 25.5523 25.5523 26 25 26C24.4477 26 24 25.5523 24 25Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="20" cy="20" r="20" fill="#FFA455"/>
|
|
3
|
+
<g clip-path="url(#clip0_507_8975)">
|
|
4
|
+
<path d="M26.4682 18.6513V24.0053L28.4837 25.9731V26.934H11.4692V25.9731L13.4847 24.0053V18.6513C13.4847 17.1564 13.9534 15.837 14.8909 14.693C15.8283 13.5489 17.0157 12.8091 18.4531 12.4735V11.8329C18.4531 11.4058 18.6016 11.0549 18.8984 10.7804C19.1953 10.5058 19.5546 10.3685 19.9765 10.3685C20.3983 10.3685 20.7498 10.5058 21.0311 10.7804C21.3123 11.0549 21.4529 11.4058 21.4529 11.8329V12.4735C22.9216 12.8091 24.1246 13.5489 25.062 14.693C25.9995 15.837 26.4682 17.1564 26.4682 18.6513ZM19.953 29.8627C19.4218 29.8627 18.9609 29.6721 18.5703 29.2907C18.1797 28.9094 17.9844 28.4594 17.9844 27.9408H21.9685C21.9685 28.1848 21.9216 28.4289 21.8279 28.673C21.5467 29.3136 21.0623 29.695 20.3749 29.817C20.2499 29.8475 20.1093 29.8627 19.953 29.8627Z" fill="white"/>
|
|
5
|
+
</g>
|
|
6
|
+
<path d="M15.0314 11.4451C14.0002 12.2158 13.1721 13.1792 12.5472 14.3353C11.9222 15.4913 11.5785 16.7277 11.516 18.0443H9.50049C9.56298 16.4387 9.96139 14.9294 10.6957 13.5164C11.43 12.1034 12.4065 10.9313 13.6252 10L15.0314 11.4451ZM28.4367 18.0443C28.3742 16.7277 28.0226 15.4913 27.3821 14.3353C26.7415 13.1792 25.9056 12.2158 24.8744 11.4451L26.3274 10C27.5461 10.9313 28.5148 12.1034 29.2335 13.5164C29.9522 14.9294 30.3584 16.4387 30.4521 18.0443H28.4367Z" fill="white" fill-opacity="0.5"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_507_8975">
|
|
9
|
+
<rect width="21" height="19.7688" fill="white" transform="translate(9.5 10.2312)"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1719294720641" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22826" width="200" height="200"><path d="M896 1024H512V512h512v512h-128z m0-384h-256v256h256v-256z m-256-192H512V0h512v448h-384z m256-320h-256v192h256V128zM128 1024H0V320h448v704H128z m192-576H128v448h192V448z" p-id="22827"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1719292036496" class="icon" viewBox="0 0 1170 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6472" width="200" height="200"><path d="M658.285714 877.714286v146.285714H219.428571v-146.285714H0v-146.285715h219.428571V585.142857h438.857143v146.285714h512v146.285715H658.285714z m-146.285714-146.285715H365.714286v146.285715h146.285714v-146.285715z m438.857143-365.714285v73.142857H512V292.571429H0V146.285714h512V0h438.857143v146.285714h219.428571v146.285715h-219.428571v73.142857z m-146.285714-219.428572H658.285714v146.285715h146.285715V146.285714z" p-id="6473"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M3 3v6h18V3zm16 2H5v2h14zM3 11v10h8V11zm6 2H5v6h4z" clipRule="evenodd"/><path d="M21 11h-8v2h8zm-8 4h8v2h-8zm8 4h-8v2h8z"/></g></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 19V9H4.80952L1 10.4894V12.1503L3 11.4434V19H5ZM19 19V17.3547H14.9527L16.4392 15.6621C16.7905 15.3101 17.1059 14.9761 17.3851 14.6602C17.6644 14.3396 17.9032 14.026 18.1013 13.719C18.2995 13.4121 18.4505 13.1029 18.554 12.7915C18.6622 12.48 18.7162 12.1573 18.7162 11.8232C18.7162 11.2321 18.5923 10.7264 18.3446 10.3068C18.0968 9.88696 17.732 9.56421 17.25 9.3385C16.768 9.11279 16.1712 9 15.4595 9C14.7658 9 14.1599 9.14893 13.6419 9.4469C13.1239 9.74023 12.7207 10.1351 12.4324 10.6317C12.1441 11.1237 12 11.6698 12 12.2701H14.1216C14.1216 11.9587 14.1734 11.6812 14.277 11.4374C14.3806 11.1891 14.5293 10.995 14.723 10.8551C14.9167 10.7152 15.1487 10.6453 15.4189 10.6453C15.6712 10.6453 15.8851 10.6993 16.0608 10.8077C16.2365 10.916 16.3694 11.0718 16.4595 11.2749C16.554 11.478 16.6013 11.7262 16.6013 12.0197C16.6013 12.2002 16.5608 12.3988 16.4797 12.6155C16.3987 12.8276 16.268 13.0646 16.0878 13.3263C15.9122 13.5881 15.6757 13.8905 15.3784 14.2336L12.2027 17.6052V19H19ZM26.2973 13.1149H27.3716C27.6779 13.1149 27.9302 13.0614 28.1284 12.9546C28.3311 12.8477 28.4797 12.6963 28.5743 12.5004C28.6734 12.3044 28.723 12.0751 28.723 11.8123C28.723 11.5852 28.6779 11.3826 28.5878 11.2045C28.4977 11.0262 28.3604 10.886 28.1757 10.7836C27.9955 10.6766 27.7613 10.6233 27.473 10.6233C27.2658 10.6233 27.0676 10.6655 26.8784 10.7501C26.6937 10.8303 26.5428 10.9484 26.4257 11.1042C26.3086 11.2556 26.25 11.4382 26.25 11.652H24.1351C24.1351 11.1086 24.2838 10.6388 24.5811 10.2424C24.8829 9.84619 25.2815 9.54114 25.777 9.32727C26.277 9.10913 26.8221 9 27.4122 9C28.0923 9 28.6892 9.10693 29.2027 9.32068C29.7207 9.52991 30.1216 9.84167 30.4054 10.2559C30.6937 10.6655 30.8378 11.1732 30.8378 11.7789C30.8378 12.0951 30.7613 12.4001 30.6081 12.6941C30.4595 12.9835 30.2455 13.2418 29.9662 13.469C29.776 13.623 29.5599 13.7559 29.3178 13.8673C29.628 13.9769 29.8982 14.1202 30.1284 14.2972C30.4122 14.5155 30.6284 14.7804 30.777 15.0922C30.9257 15.4039 31 15.7512 31 16.1343C31 16.5885 30.9099 16.9938 30.7297 17.35C30.5496 17.7063 30.2973 18.007 29.973 18.2518C29.6487 18.4968 29.268 18.6838 28.8311 18.813C28.3941 18.9376 27.9212 19 27.4122 19C27.0023 19 26.5946 18.9443 26.1892 18.833C25.7838 18.7217 25.4167 18.5525 25.0878 18.3253C24.759 18.0938 24.4955 17.802 24.2973 17.4502C24.0991 17.094 24 16.6709 24 16.181H26.1149C26.1149 16.4082 26.1734 16.613 26.2905 16.7955C26.4122 16.9738 26.5766 17.1162 26.7838 17.2231C26.9955 17.3256 27.2252 17.3767 27.473 17.3767C27.7703 17.3767 28.0225 17.3234 28.2297 17.2164C28.4414 17.1051 28.6013 16.9537 28.7095 16.7622C28.8221 16.5707 28.8784 16.3502 28.8784 16.1008C28.8784 15.7625 28.8176 15.4907 28.696 15.2859C28.5788 15.0765 28.4077 14.9252 28.1824 14.8317C27.9572 14.7336 27.687 14.6847 27.3716 14.6847H26.2973V14.197V13.6226V13.1149ZM21 23H11V25H21V23Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="1.5" y="0.5" width="3" height="8" stroke="#202D40"/>
|
|
3
|
+
<rect x="6.5" y="4.19232" width="3" height="11.3077" stroke="#202D40"/>
|
|
4
|
+
<rect x="11.5" y="4.19232" width="3" height="11.3077" stroke="#202D40"/>
|
|
5
|
+
<rect x="3.47141" y="10.643" width="4.71399" height="0.942799" transform="rotate(90 3.47141 10.643)" fill="#202D40"/>
|
|
6
|
+
<rect x="5.35696" y="13.4714" width="4.71399" height="0.942799" transform="rotate(-180 5.35696 13.4714)" fill="#202D40"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="14.5" width="3" height="8" transform="rotate(-90 0.5 14.5)" stroke="#202D40"/>
|
|
3
|
+
<rect x="4.19232" y="9.5" width="3" height="11.3077" transform="rotate(-90 4.19232 9.5)" stroke="#202D40"/>
|
|
4
|
+
<rect x="4.19232" y="4.5" width="3" height="11.3077" transform="rotate(-90 4.19232 4.5)" stroke="#202D40"/>
|
|
5
|
+
<rect x="10.643" y="12.5286" width="4.71399" height="0.942799" fill="#202D40"/>
|
|
6
|
+
<rect x="13.4714" y="10.643" width="4.71399" height="0.942799" transform="rotate(90 13.4714 10.643)" fill="#202D40"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1716352382426" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="15285" width="200" height="200"><path d="M993.669319 484.536398H30.330681a30.179782 30.179782 0 0 1-30.179782-30.179781V268.44916a30.179782 30.179782 0 0 1 30.179782-30.179782h359.139404V30.179782a30.179782 30.179782 0 0 1 30.179782-30.179782H603.746537a30.179782 30.179782 0 0 1 30.179782 30.179782v208.240495h359.743a30.179782 30.179782 0 0 1 30.179782 30.179782v185.907456a30.179782 30.179782 0 0 1-30.179782 30.028883zM45.420572 439.417625h932.857058V283.539051H618.836428a30.179782 30.179782 0 0 1-30.179782-30.179782V45.269673H434.588859v208.240495a30.179782 30.179782 0 0 1-30.179781 30.179782H45.420572z" p-id="15286"></path><path d="M912.334807 1024H111.363395a30.179782 30.179782 0 0 1-30.179782-30.179782V469.748305a30.179782 30.179782 0 0 1 30.179782-30.179782h800.971412a30.179782 30.179782 0 0 1 30.179782 30.179782v524.373711a30.179782 30.179782 0 0 1-30.179782 29.877984z m-785.881521-45.269673h770.640731V484.989095H126.453286z" p-id="15287"></path><path d="M304.061303 833.716475m22.634836 0l0.150899 0q22.634836 0 22.634836 22.634837l0 114.532272q0 22.634836-22.634836 22.634836l-0.150899 0q-22.634836 0-22.634836-22.634836l0-114.532272q0-22.634836 22.634836-22.634837Z" p-id="15288"></path><path d="M489.063366 833.716475m22.634836 0l0.150899 0q22.634836 0 22.634837 22.634837l0 114.532272q0 22.634836-22.634837 22.634836l-0.150899 0q-22.634836 0-22.634836-22.634836l0-114.532272q0-22.634836 22.634836-22.634837Z" p-id="15289"></path><path d="M674.065429 833.716475m22.634836 0l0.150899 0q22.634836 0 22.634837 22.634837l0 114.532272q0 22.634836-22.634837 22.634836l-0.150899 0q-22.634836 0-22.634836-22.634836l0-114.532272q0-22.634836 22.634836-22.634837Z" p-id="15290"></path></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 16C15 13.7909 16.7909 12 19 12C21.2091 12 23 13.7909 23 16C23 18.2091 21.2091 20 19 20C16.7909 20 15 18.2091 15 16ZM13.0824 16.9967C13.0552 16.9989 13.0277 17 13 17H2C1.44772 17 1 16.5523 1 16C1 15.4477 1.44772 15 2 15H13C13.0277 15 13.0552 15.0011 13.0824 15.0033C13.5571 12.164 16.0258 10 19 10C21.973 10 24.441 12.1623 24.917 15H30C30.5523 15 31 15.4477 31 16C31 16.5523 30.5523 17 30 17H24.917C24.441 19.8377 21.973 22 19 22C16.0258 22 13.5571 19.836 13.0824 16.9967Z" fill="#9BA6BD"/>
|
|
3
|
+
</svg>
|