Merge pull request #692 from SuanmoSuanyangTechnology/feature/ui_upgrade_zy
Feature/UI upgrade zy
@@ -30,7 +30,7 @@
|
||||
"@lexical/list": "^0.39.0",
|
||||
"@lexical/react": "^0.39.0",
|
||||
"@lexical/rich-text": "^0.39.0",
|
||||
"antd": "^5.27.4",
|
||||
"antd": "^5.29.2",
|
||||
"axios": "^1.12.2",
|
||||
"clsx": "^2.1.1",
|
||||
"codemirror": "^6.0.2",
|
||||
|
||||
@@ -21,7 +21,6 @@ import { useTranslation } from 'react-i18next';
|
||||
import { lightTheme } from './styles/antdThemeConfig.ts'
|
||||
import router from './routes';
|
||||
import { useI18n } from '@/store/locale'
|
||||
import LayoutBg from '@/components/Layout/LayoutBg'
|
||||
import dayjs from 'dayjs'
|
||||
import 'dayjs/locale/en'
|
||||
import 'dayjs/locale/zh-cn'
|
||||
@@ -61,7 +60,6 @@ function App() {
|
||||
theme={lightTheme}
|
||||
>
|
||||
<AntdApp>
|
||||
<LayoutBg />
|
||||
<Suspense fallback={<Spin fullscreen></Spin>}>
|
||||
<RouterProvider
|
||||
router={router}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: ZhaoYing
|
||||
* @Date: 2026-02-03 13:59:45
|
||||
* @Last Modified by: ZhaoYing
|
||||
* @Last Modified time: 2026-03-18 20:01:29
|
||||
* @Last Modified time: 2026-03-24 15:48:30
|
||||
*/
|
||||
import { request } from '@/utils/request'
|
||||
import type { ApplicationModalData } from '@/views/ApplicationManagement/types'
|
||||
@@ -136,6 +136,10 @@ export const getExperienceConfig = (share_token: string) => {
|
||||
}
|
||||
})
|
||||
}
|
||||
// Get workspace API call statistics
|
||||
export const getWorkspaceApiStatistics = (data: { start_date: number; end_date: number; }) => {
|
||||
return request.get(`/apps/workspace/api-statistics`, data)
|
||||
}
|
||||
// Export application
|
||||
export const appExport = (app_id: string, appName: string, data?: { release_id: string }) => {
|
||||
return request.getDownloadFile(`/apps/${app_id}/export`, `${appName}.yml`, data)
|
||||
@@ -165,4 +169,9 @@ export const cancelShare = (app_id: string, target_workspace_id?: string) => {
|
||||
export const cancelSpaceShare = (target_workspace_id?: string) => {
|
||||
return request.delete(`/apps/share/${target_workspace_id}`)
|
||||
}
|
||||
|
||||
// Application conversation logs
|
||||
export const getAppLogsUrl = (app_id: string) => `/apps/${app_id}/logs`
|
||||
// Get full conversation message history
|
||||
export const getAppLogDetail = (app_id: string, conversation_id: string) => {
|
||||
return request.get(`/apps/${app_id}/logs/${conversation_id}`)
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: ZhaoYing
|
||||
* @Date: 2026-02-03 13:59:56
|
||||
* @Last Modified by: ZhaoYing
|
||||
* @Last Modified time: 2026-02-09 16:24:05
|
||||
* @Last Modified time: 2026-03-23 18:05:43
|
||||
*/
|
||||
import { request, API_PREFIX } from '@/utils/request'
|
||||
|
||||
@@ -32,4 +32,13 @@ export const deleteFile = (fileId: string) => {
|
||||
}
|
||||
|
||||
export const shareFileUploadUrlWithoutApiPrefix = `/storage/share/files`
|
||||
export const shareFileUploadUrl = `${API_PREFIX}${shareFileUploadUrlWithoutApiPrefix}`
|
||||
export const shareFileUploadUrl = `${API_PREFIX}${shareFileUploadUrlWithoutApiPrefix}`
|
||||
|
||||
// Get file info
|
||||
export const getFileInfoByUrl = (url: string) => {
|
||||
return request.get('/storage/files/info-by-url', {url})
|
||||
}
|
||||
// Get file status
|
||||
export const getFileStatusById = (file_id: string) => {
|
||||
return request.get(`/storage/files/${file_id}/status`)
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: ZhaoYing
|
||||
* @Date: 2026-02-03 14:00:06
|
||||
* @Last Modified by: ZhaoYing
|
||||
* @Last Modified time: 2026-03-19 18:35:10
|
||||
* @Last Modified time: 2026-03-24 17:48:01
|
||||
*/
|
||||
import { request } from '@/utils/request'
|
||||
import type { AxiosRequestConfig } from 'axios'
|
||||
@@ -87,12 +87,13 @@ export const getUserSummary = (end_user_id: string) => {
|
||||
export const getNodeStatistics = (end_user_id: string) => {
|
||||
return request.get(`/memory-storage/analytics/node_statistics`, { end_user_id })
|
||||
}
|
||||
// Basic information
|
||||
export const getEndUserProfile = (end_user_id: string) => {
|
||||
return request.get(`/memory-storage/read_end_user/profile`, { end_user_id })
|
||||
// 查询用户别名及信息
|
||||
export const getEndUserInfo = (end_user_id: string) => {
|
||||
return request.get(`/memory-storage/end_user_info`, { end_user_id })
|
||||
}
|
||||
export const updatedEndUserProfile = (values: EndUser) => {
|
||||
return request.post(`/memory-storage/updated_end_user/profile`, values)
|
||||
// 更新用户别名及信息
|
||||
export const updatedEndUserInfo = (values: EndUser) => {
|
||||
return request.post(`/memory-storage/end_user_info/updated`, values)
|
||||
}
|
||||
// User Memory - Relationship network
|
||||
export const getMemorySearchEdges = (end_user_id: string, config?: AxiosRequestConfig) => {
|
||||
|
||||
BIN
web/src/assets/font/MiSans/MiSans-Bold.woff2
Normal file
BIN
web/src/assets/font/MiSans/MiSans-Demibold.woff2
Normal file
BIN
web/src/assets/font/MiSans/MiSans-ExtraLight.woff2
Normal file
BIN
web/src/assets/font/MiSans/MiSans-Heavy.woff2
Normal file
BIN
web/src/assets/font/MiSans/MiSans-Light.woff2
Normal file
BIN
web/src/assets/font/MiSans/MiSans-Medium.woff2
Normal file
BIN
web/src/assets/font/MiSans/MiSans-Normal.woff2
Normal file
BIN
web/src/assets/font/MiSans/MiSans-Regular.woff2
Normal file
BIN
web/src/assets/font/MiSans/MiSans-Semibold.woff2
Normal file
BIN
web/src/assets/font/MiSans/MiSans-Thin.woff2
Normal file
0
web/src/assets/font/MiSans/index.ts
Normal file
26
web/src/assets/images/CloudUploadOutlined.svg
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 12</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-知识库-创建数据集-本地文件" transform="translate(-816, -184)">
|
||||
<g id="上传" transform="translate(252, 148)">
|
||||
<g id="编组-13" transform="translate(16, 16)">
|
||||
<g id="编组-12" transform="translate(548, 20)">
|
||||
<g id="编组-55" transform="translate(5, 2)">
|
||||
<path d="M4,0 L18.9462071,0 L18.9462071,0 L29,10 L29,34 C29,36.209139 27.209139,38 25,38 L4,38 C1.790861,38 0,36.209139 0,34 L0,4 C0,1.790861 1.790861,4.4408921e-16 4,0 Z" id="矩形" fill="#EBEBEB"></path>
|
||||
<path d="M19,0 L29,10 L21,10 C19.8954305,10 19,9.1045695 19,8 L19,0 L19,0 Z" id="矩形" fill="#A8A9AA"></path>
|
||||
<g id="编组-56" transform="translate(18, 23)">
|
||||
<circle id="椭圆形" fill="#171719" cx="11" cy="11" r="11"></circle>
|
||||
<g id="编组-54" transform="translate(6, 6)" stroke="#FFFFFF" stroke-linecap="round">
|
||||
<path d="M10,6 L10,7.5 C10,8.88071187 8.88071187,10 7.5,10 L2.5,10 C1.11928813,10 0,8.88071187 0,7.5 L0,6 L0,6" id="路径"></path>
|
||||
<line x1="5" y1="0.08499952" x2="5" y2="6.99635859" id="路径-24"></line>
|
||||
<polyline id="路径-25" stroke-linejoin="round" points="2 3 4.98005548 6.08298138e-18 8 3"></polyline>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
17
web/src/assets/images/application/arrow_right.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="40px" height="18px" viewBox="0 0 40 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 25</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置-2" transform="translate(-295, -1273)" fill="#A8A9AA" fill-rule="nonzero">
|
||||
<g id="技能配置" transform="translate(12, 1148)">
|
||||
<g id="编组-20" transform="translate(28, 104)">
|
||||
<g id="编组-21" transform="translate(16, 10)">
|
||||
<g id="编组-25" transform="translate(239, 11)">
|
||||
<path id="路径-7" d="M27.5,4.5 L36.5,9 L27.5,13.5 L27.5,9.5 L4,9.5 L4,8.5 L27.5,8.5 L27.5,4.5 Z"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 959 B |
@@ -1,13 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 11</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-编排-默认状态" transform="translate(-1392, -84)">
|
||||
<g id="编组-11" transform="translate(1392, 84)">
|
||||
<rect id="矩形" stroke="#A8A9AA" x="0.5" y="0.5" width="31" height="31" rx="8"></rect>
|
||||
<g id="Clear-1" transform="translate(6, 6)" fill-rule="nonzero">
|
||||
<rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="20" height="20"></rect>
|
||||
<path d="M17.6035156,9.859375 L16.1132813,6.9296875 C15.8515625,6.41601562 15.3320313,6.09765625 14.7558594,6.09765625 L12.4804688,6.09765625 C12.4589844,6.09765625 12.4414063,6.08007812 12.4414063,6.05859375 L12.4414063,2.35546875 C12.4414063,1.74804687 11.9472656,1.25585937 11.3417969,1.25585937 L9.58398438,1.25585937 C8.9765625,1.25585937 8.484375,1.75 8.484375,2.35546875 L8.484375,6.05859375 C8.484375,6.08007812 8.46679688,6.09765625 8.4453125,6.09765625 L6.16796875,6.09765625 C5.59179688,6.09765625 5.07226563,6.41601562 4.81054688,6.9296875 L3.3203125,9.859375 C3.140625,10.2128906 3.15625,10.6269531 3.36328125,10.9648437 C3.56445313,11.2929687 3.90820313,11.4921875 4.2890625,11.5039062 C4.1953125,13.4765625 3.54101563,15.5253906 2.52734375,16.9628906 C2.28320313,17.3105469 2.25195313,17.7597656 2.44726563,18.1367187 C2.64257813,18.5136719 3.02734375,18.7480469 3.453125,18.7480469 L15.2011719,18.7480469 C15.8847656,18.7480469 16.4902344,18.2871094 16.6699219,17.6269531 C16.9726563,16.5234375 17.2246094,15.5195312 17.2441406,14.40625 C17.265625,13.3789062 17.0703125,12.421875 16.6582031,11.5039062 C17.0292969,11.4824219 17.3632813,11.2851562 17.5605469,10.9648437 C17.7675781,10.6269531 17.7832031,10.2128906 17.6035156,9.859375 L17.6035156,9.859375 Z M4.29492188,10.3554687 L5.78515625,7.42578125 C5.859375,7.28125 6.00585938,7.19140625 6.16796875,7.19140625 L8.44140625,7.19140625 C9.06640625,7.19140625 9.57421875,6.68359375 9.57421875,6.05859375 L9.57421875,2.35546875 C9.57421875,2.35351562 9.578125,2.34960937 9.58007813,2.34960937 L11.3378906,2.34960937 C11.3398438,2.34960937 11.34375,2.35351562 11.34375,2.35546875 L11.34375,6.05859375 C11.34375,6.68359375 11.8515625,7.19140625 12.4765625,7.19140625 L14.75,7.19140625 C14.9121094,7.19140625 15.0585938,7.28125 15.1328125,7.42578125 L16.6230469,10.3554687 C16.6269531,10.3613281 16.6328125,10.375 16.6210938,10.3945312 C16.609375,10.4140625 16.5957031,10.4140625 16.5878906,10.4140625 L4.33007813,10.4140625 C4.32226563,10.4140625 4.30859375,10.4140625 4.296875,10.3945312 C4.28515625,10.375 4.29101563,10.3613281 4.29492188,10.3554687 Z M16.1523437,14.3867187 C16.1347656,15.3730469 15.9003906,16.3066406 15.6171875,17.3378906 C15.5664062,17.5234375 15.3964844,17.6542969 15.203125,17.6542969 L12.7304687,17.6542969 C12.9511719,17.21875 13.0917969,16.7949219 13.1816406,16.4589844 C13.3203125,15.9375 13.390625,15.4140625 13.3886719,14.9355469 C13.3867187,14.6015625 13.0859375,14.3476562 12.7558594,14.4003906 C12.4902344,14.4433594 12.2949219,14.6738281 12.2949219,14.9433594 C12.296875,15.7773437 12.0195312,16.8613281 11.4609375,17.6542969 L7.93359375,17.6542969 C8.23046875,17.2304687 8.44335937,16.7988281 8.58984375,16.4453125 C8.78515625,15.9707031 8.9296875,15.4746094 9.00390625,15.0292969 C9.05859375,14.6972656 8.80078125,14.3945312 8.46484375,14.3945312 C8.19921875,14.3945312 7.97070312,14.5859375 7.92578125,14.8496094 C7.87109375,15.1738281 7.76367187,15.5859375 7.58007812,16.0292969 C7.3828125,16.5097656 7.03710937,17.1640625 6.49414062,17.65625 L3.45507812,17.65625 C3.4453125,17.65625 3.43164062,17.65625 3.41992187,17.6347656 C3.40820312,17.6132812 3.41601562,17.6035156 3.421875,17.5957031 C4.00195312,16.7734375 4.4921875,15.75 4.83789062,14.6386719 C5.15429687,13.6210937 5.33984375,12.5507812 5.38476562,11.5078125 L15.4355469,11.5078125 C15.9375,12.4140625 16.171875,13.359375 16.1523437,14.3867187 Z" id="形状" fill="#5B6167"></path>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置-4" transform="translate(-1380, -88)">
|
||||
<g id="编组-12" transform="translate(632, 76)">
|
||||
<g id="编组-11" transform="translate(748, 12)">
|
||||
<rect id="矩形" stroke="#EBEBEB" x="0.5" y="0.5" width="31" height="31" rx="8"></rect>
|
||||
<g id="Clear-1" transform="translate(6, 6)" fill-rule="nonzero">
|
||||
<rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="20" height="20"></rect>
|
||||
<path d="M17.6035156,9.859375 L16.1132813,6.9296875 C15.8515625,6.41601562 15.3320313,6.09765625 14.7558594,6.09765625 L12.4804688,6.09765625 C12.4589844,6.09765625 12.4414063,6.08007812 12.4414063,6.05859375 L12.4414063,2.35546875 C12.4414063,1.74804687 11.9472656,1.25585937 11.3417969,1.25585937 L9.58398438,1.25585937 C8.9765625,1.25585937 8.484375,1.75 8.484375,2.35546875 L8.484375,6.05859375 C8.484375,6.08007812 8.46679688,6.09765625 8.4453125,6.09765625 L6.16796875,6.09765625 C5.59179688,6.09765625 5.07226563,6.41601562 4.81054688,6.9296875 L3.3203125,9.859375 C3.140625,10.2128906 3.15625,10.6269531 3.36328125,10.9648437 C3.56445313,11.2929687 3.90820313,11.4921875 4.2890625,11.5039062 C4.1953125,13.4765625 3.54101563,15.5253906 2.52734375,16.9628906 C2.28320313,17.3105469 2.25195313,17.7597656 2.44726563,18.1367187 C2.64257813,18.5136719 3.02734375,18.7480469 3.453125,18.7480469 L15.2011719,18.7480469 C15.8847656,18.7480469 16.4902344,18.2871094 16.6699219,17.6269531 C16.9726563,16.5234375 17.2246094,15.5195312 17.2441406,14.40625 C17.265625,13.3789062 17.0703125,12.421875 16.6582031,11.5039062 C17.0292969,11.4824219 17.3632813,11.2851562 17.5605469,10.9648437 C17.7675781,10.6269531 17.7832031,10.2128906 17.6035156,9.859375 L17.6035156,9.859375 Z M4.29492188,10.3554687 L5.78515625,7.42578125 C5.859375,7.28125 6.00585938,7.19140625 6.16796875,7.19140625 L8.44140625,7.19140625 C9.06640625,7.19140625 9.57421875,6.68359375 9.57421875,6.05859375 L9.57421875,2.35546875 C9.57421875,2.35351562 9.578125,2.34960937 9.58007813,2.34960937 L11.3378906,2.34960937 C11.3398438,2.34960937 11.34375,2.35351562 11.34375,2.35546875 L11.34375,6.05859375 C11.34375,6.68359375 11.8515625,7.19140625 12.4765625,7.19140625 L14.75,7.19140625 C14.9121094,7.19140625 15.0585938,7.28125 15.1328125,7.42578125 L16.6230469,10.3554687 C16.6269531,10.3613281 16.6328125,10.375 16.6210938,10.3945312 C16.609375,10.4140625 16.5957031,10.4140625 16.5878906,10.4140625 L4.33007813,10.4140625 C4.32226563,10.4140625 4.30859375,10.4140625 4.296875,10.3945312 C4.28515625,10.375 4.29101563,10.3613281 4.29492188,10.3554687 Z M16.1523437,14.3867187 C16.1347656,15.3730469 15.9003906,16.3066406 15.6171875,17.3378906 C15.5664062,17.5234375 15.3964844,17.6542969 15.203125,17.6542969 L12.7304687,17.6542969 C12.9511719,17.21875 13.0917969,16.7949219 13.1816406,16.4589844 C13.3203125,15.9375 13.390625,15.4140625 13.3886719,14.9355469 C13.3867187,14.6015625 13.0859375,14.3476562 12.7558594,14.4003906 C12.4902344,14.4433594 12.2949219,14.6738281 12.2949219,14.9433594 C12.296875,15.7773437 12.0195312,16.8613281 11.4609375,17.6542969 L7.93359375,17.6542969 C8.23046875,17.2304687 8.44335937,16.7988281 8.58984375,16.4453125 C8.78515625,15.9707031 8.9296875,15.4746094 9.00390625,15.0292969 C9.05859375,14.6972656 8.80078125,14.3945312 8.46484375,14.3945312 C8.19921875,14.3945312 7.97070312,14.5859375 7.92578125,14.8496094 C7.87109375,15.1738281 7.76367187,15.5859375 7.58007812,16.0292969 C7.3828125,16.5097656 7.03710937,17.1640625 6.49414062,17.65625 L3.45507812,17.65625 C3.4453125,17.65625 3.43164062,17.65625 3.41992187,17.6347656 C3.40820312,17.6132812 3.41601562,17.6035156 3.421875,17.5957031 C4.00195312,16.7734375 4.4921875,15.75 4.83789062,14.6386719 C5.15429687,13.6210937 5.33984375,12.5507812 5.38476562,11.5078125 L15.4355469,11.5078125 C15.9375,12.4140625 16.171875,13.359375 16.1523437,14.3867187 Z" id="形状" fill="#171719"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.3 KiB |
18
web/src/assets/images/application/copy.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>复制</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置-提示词" transform="translate(-1028, -183)" stroke="#171719">
|
||||
<g id="提示词" transform="translate(220, 89)">
|
||||
<g id="副操作备份" transform="translate(800, 85)">
|
||||
<g id="复制" transform="translate(8, 9)">
|
||||
<g id="编组-13" transform="translate(1.75, 1.75)">
|
||||
<rect id="矩形" x="0" y="2.625" width="7.875" height="7.875" rx="1"></rect>
|
||||
<path d="M2.625,2.63384476 L2.625,1 C2.625,0.44771525 3.07271525,3.33066907e-16 3.625,2.22044605e-16 L9.5,0 C10.0522847,0 10.5,0.44771525 10.5,1 L10.5,6.875 C10.5,7.42728475 10.0522847,7.875 9.5,7.875 L7.90028604,7.875 L7.90028604,7.875" id="路径"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 147 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 6.7 KiB |
19
web/src/assets/images/application/save.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>保存</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
|
||||
<g id="应用管理-Agent-配置-提示词" transform="translate(-1105, -183)" stroke="#171719">
|
||||
<g id="提示词" transform="translate(220, 89)">
|
||||
<g id="副操作" transform="translate(876, 85)">
|
||||
<g id="保存" transform="translate(9, 9)">
|
||||
<g id="编组-12" transform="translate(1.925, 1.75)">
|
||||
<path d="M1.5,0 L7.33055996,0 L7.33055996,0 L10.15,2.91453026 L10.15,9 C10.15,9.82842712 9.47842712,10.5 8.65,10.5 L1.5,10.5 C0.671572875,10.5 0,9.82842712 0,9 L0,1.5 C0,0.671572875 0.671572875,0 1.5,0 Z" id="矩形"></path>
|
||||
<polyline id="路径-12" stroke-linecap="round" points="2.45 0 2.45 3.5 6.825 3.5"></polyline>
|
||||
<rect id="矩形" stroke-linecap="round" x="2.45" y="6.125" width="5.25" height="4.375"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
15
web/src/assets/images/application/set.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>设置-灰</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置" transform="translate(-453, -464)" fill-rule="nonzero" stroke="#171719" stroke-width="1.2">
|
||||
<g id="知识库" transform="translate(12, 444)">
|
||||
<g id="编组-6" transform="translate(433, 16)">
|
||||
<g id="设置-灰" transform="translate(8, 4)">
|
||||
<path d="M6.40704626,2.17229945 C6.77085398,2.53411982 7.52413623,2.996875 7.94838547,2.996875 C8.37431737,2.996875 9.12494538,2.53293041 9.49098521,2.17104209 L11.7824055,2.9756091 C11.9112835,3.04880584 12.0092289,3.15141252 12.0573077,3.27180194 C12.0959013,3.36844033 12.0987092,3.47576113 12.0556667,3.57623969 C12.0517279,3.58557608 12.0501675,3.58947824 12.0487078,3.59319545 C11.9996008,3.71825219 11.8916207,4.07432343 11.8916207,4.3234375 C11.8916207,4.86704697 12.1126649,5.36139062 12.4705795,5.71946881 C12.8278973,6.07694999 13.3212829,6.2984375 13.8659922,6.2984375 C13.9592045,6.2984375 14.0413855,6.32343804 14.1034882,6.37937564 C14.1872273,6.45480185 14.2354228,6.56839973 14.2632397,6.6984039 C14.3171595,7.02313798 14.4027152,7.52688589 14.3999263,7.94375 C14.3999263,8.39371706 14.3119275,8.8849563 14.2750465,9.09359034 C14.2420657,9.27660752 14.190505,9.42624135 14.0993862,9.52352003 C14.0554232,9.57045495 13.9989388,9.59375 13.9347108,9.59375 C13.3549253,9.59375 12.8525045,9.81114054 12.4908302,10.1535265 C12.1102194,10.513839 11.8822499,11.0147666 11.8822499,11.56875 C11.8822499,11.5980316 11.8828868,11.627165 11.8841773,11.6560395 C11.890382,11.678775 11.8967313,11.7021049 11.9032361,11.7260489 C12.0684679,12.3342638 12.1197322,12.5499451 12.0675294,12.7410815 C12.040616,12.8396231 11.9885438,12.9329581 11.9049374,12.9897907 L10.2316219,13.9181305 C10.138257,13.9639905 10.0579144,14.0015625 9.94747142,14.0015625 C9.78588004,14.0015625 9.62852501,13.9353103 9.51753557,13.8258329 C8.90832497,13.2163438 8.29065948,12.928125 7.94213833,12.928125 C7.47474112,12.928125 6.72752298,13.4758163 6.45524493,13.7141685 C6.44683595,13.7215297 6.43807459,13.7293009 6.42904168,13.7374766 C6.42402177,13.7431126 6.41889394,13.7487105 6.41365851,13.7542697 C6.30968598,13.8646713 6.18793031,13.9336257 6.05264127,13.9583953 L4.12432458,13.0272545 C4.01932714,12.9490203 3.9444256,12.8408941 3.90583497,12.7241531 C3.87013396,12.6161536 3.86373078,12.4980566 3.90930175,12.3941895 C3.91440488,12.3823402 3.91645824,12.3772306 3.91834351,12.3724296 C3.96745049,12.2473728 4.07543065,11.8913016 4.07543065,11.6421875 C4.07543065,11.098578 3.85438639,10.6042344 3.49647185,10.2461562 C3.13915405,9.88867501 2.64576844,9.6671875 2.10105906,9.6671875 C2.02273085,9.6671875 1.95345208,9.64095174 1.89973915,9.5907438 C1.81752958,9.51389875 1.76798708,9.39918785 1.73972837,9.26719436 C1.68594361,8.94322245 1.6,8.43524031 1.6,8.01875 C1.6,7.60869554 1.68505173,7.10922764 1.7210865,6.89143352 C1.75611389,6.69366604 1.80726241,6.53896591 1.90009318,6.43892463 C1.94371424,6.39191536 1.99979647,6.36875 2.0635762,6.36875 C2.64122597,6.36875 3.14311307,6.1511268 3.50454522,5.80786281 C3.88375309,5.44771663 4.11135173,4.94721386 4.11135173,4.39375 C4.11135173,4.06966957 3.96755971,3.6955889 3.91833846,3.58590987 C3.86513243,3.46716523 3.86097775,3.3349839 3.89327472,3.21673098 C3.91999005,3.11891483 3.97149499,3.02622893 4.0540254,2.96928292 L5.70077237,2.0771297 C6.07791302,2.03412735 6.27918409,2.04616174 6.40704626,2.17229945 Z M7.99836262,5.225 C7.2320918,5.225 6.53857596,5.53556011 6.0366186,6.03774698 C5.53476046,6.53983458 5.22435665,7.23351739 5.22435665,8 C5.22435665,8.76648261 5.53476046,9.46016542 6.0366186,9.96225302 C6.53857596,10.4644399 7.2320918,10.775 7.99836262,10.775 C8.76463344,10.775 9.45814929,10.4644399 9.96010665,9.96225302 C10.4619648,9.46016542 10.7723686,8.76648261 10.7723686,8 C10.7723686,7.23351739 10.4619648,6.53983458 9.96010665,6.03774698 C9.45814929,5.53556011 8.76463344,5.225 7.99836262,5.225 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>关闭</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-编排-操作状态-1" transform="translate(-1396, -148)" fill="#5B6167" fill-rule="nonzero">
|
||||
<g id="聊天页面" transform="translate(736, 136)">
|
||||
<g id="关闭" transform="translate(660, 12)">
|
||||
<polygon id="路径" points="9.00000098 8 13.3333333 12.3333324 12.3333324 13.3333333 8 9.00000098 3.66666764 13.3333333 2.66666667 12.3333324 6.99999902 8 2.66666667 3.66666764 3.66666764 2.66666667 8 6.99999902 12.3333324 2.66666667 13.3333333 3.66666764"></polygon>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-工作流-配置-开始" transform="translate(-1402, -88)" fill="#A8A9AA" fill-rule="nonzero">
|
||||
<g id="节点属性" transform="translate(1070, 74)">
|
||||
<g id="关闭" transform="translate(332, 14)">
|
||||
<polygon id="路径" points="8.93750092 8 13 12.0624991 12.0624991 13 8 8.93750092 3.93750092 13 3 12.0624991 7.06249908 8 3 3.93750092 3.93750092 3 8 7.06249908 12.0624991 3 13 3.93750092"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 900 B After Width: | Height: | Size: 850 B |
18
web/src/assets/images/common/arrow_right_dark.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 5</title>
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-1285, -192)" stroke="#171719">
|
||||
<g id="新手指引" transform="translate(1100, 63)">
|
||||
<g id="编组-44" transform="translate(12, 121)">
|
||||
<g id="编组-37" transform="translate(99, 7)">
|
||||
<g id="编组-5" transform="translate(74, 1)">
|
||||
<polyline id="路径" points="10 6 12 8 10 10"></polyline>
|
||||
<line x1="12" y1="8" x2="2" y2="8" id="路径-2"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 962 B |
14
web/src/assets/images/common/arrow_up.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>下拉</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆管理-记忆提取引擎-2" transform="translate(-806, -166)">
|
||||
<g id="文本" transform="translate(252, 154)">
|
||||
<g id="下拉" transform="translate(562, 20) scale(1, -1) translate(-562, -20)translate(554, 12)">
|
||||
<rect id="矩形" opacity="0.236839658" fill-rule="nonzero" x="0" y="0" width="16" height="16"></rect>
|
||||
<polyline id="路径" stroke="#5B6167" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" points="12 6 8 10 4 6"></polyline>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 920 B |
16
web/src/assets/images/common/caret_right_outlined.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 38</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-工作流-配置-知识检索" transform="translate(-1170, -406)">
|
||||
<g id="节点属性" transform="translate(1070, 74)">
|
||||
<g id="编组-34" transform="translate(12, 329)">
|
||||
<g id="编组-38" transform="translate(88, 3)">
|
||||
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
|
||||
<path d="M4,4.42065556 L4,7.57934444 C4,8.13162919 4.44771525,8.57934444 5,8.57934444 C5.2051721,8.57934444 5.40537881,8.51623483 5.57346234,8.39857636 L7.82966868,6.81923192 C8.28211798,6.50251741 8.39215277,5.87898695 8.07543826,5.42653766 C8.00848934,5.33089633 7.92531001,5.24771701 7.82966868,5.18076808 L5.57346234,3.60142364 C5.12101305,3.28470913 4.49748259,3.39474392 4.18076808,3.84719322 C4.0631096,4.01527675 4,4.21548346 4,4.42065556 Z" id="路径-11" fill="#A8A9AA"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
20
web/src/assets/images/common/check_green.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>完成</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆管理-记忆提取引擎-2" transform="translate(-1288, -508)" fill-rule="nonzero">
|
||||
<g id="编组-26" transform="translate(846, 102)">
|
||||
<g id="编组-48" transform="translate(12, 362)">
|
||||
<g id="1" transform="translate(0, 32)">
|
||||
<g id="编组-31" transform="translate(422, 8)">
|
||||
<g id="完成" transform="translate(8, 4)">
|
||||
<rect id="矩形" opacity="0.205054874" x="0" y="0" width="16" height="16"></rect>
|
||||
<path d="M8,1 C4.13401843,1 1,4.13399462 1,8 C1,11.8660054 4.13401843,15 8,15 C11.8660404,15 15,11.8660054 15,8 C15,4.13400935 11.8660697,1 8,1 L8,1 Z M11.8488905,6.3221368 L7.34274977,10.9336514 C7.13545231,11.145815 6.79915605,11.145815 6.59188798,10.9336514 L4.15112422,8.43567652 C3.9436945,8.22349821 3.9436945,7.87942608 4.15112422,7.66718889 C4.35840699,7.45493698 4.69471795,7.45493698 4.90198602,7.66718889 L6.96733357,9.78080221 L11.0978817,5.55359028 C11.3053114,5.34135309 11.6416371,5.34135309 11.8489052,5.55359028 C12.0563349,5.76581275 12.0563349,6.10989961 11.8489052,6.3221368 L11.8488905,6.3221368 Z" id="形状" fill="#369F21"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
14
web/src/assets/images/common/copy_dark.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>复制</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-工作流-配置-结束" transform="translate(-660, -273)" stroke="#171719">
|
||||
<g id="复制" transform="translate(660, 273)">
|
||||
<g id="编组-13" transform="translate(2.75, 2.75)">
|
||||
<rect id="矩形" x="0" y="2.625" width="7.875" height="7.875" rx="1"></rect>
|
||||
<path d="M2.625,2.63384476 L2.625,1 C2.625,0.44771525 3.07271525,3.33066907e-16 3.625,2.22044605e-16 L9.5,0 C10.0522847,0 10.5,0.44771525 10.5,1 L10.5,6.875 C10.5,7.42728475 10.0522847,7.875 9.5,7.875 L7.90028604,7.875 L7.90028604,7.875" id="路径"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 987 B |
15
web/src/assets/images/common/dash.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 27@3x</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-工作流-配置-结束" transform="translate(-1365, -88)" fill="#5B6167">
|
||||
<g id="节点属性" transform="translate(1070, 74)">
|
||||
<g id="编组-27" transform="translate(295, 14)">
|
||||
<circle id="椭圆形" cx="4" cy="8" r="1"></circle>
|
||||
<circle id="椭圆形备份" cx="8" cy="8" r="1"></circle>
|
||||
<circle id="椭圆形备份-3" cx="12" cy="8" r="1"></circle>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 852 B |
30
web/src/assets/images/common/delete.svg
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 33</title>
|
||||
<defs>
|
||||
<filter x="-2.2%" y="-5.4%" width="104.5%" height="112.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.16 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆管理" transform="translate(-804, -283)" stroke="#5B6167">
|
||||
<g id="1备份-2" filter="url(#filter-1)" transform="translate(252, 108)">
|
||||
<g id="编组-33" transform="translate(552, 175)">
|
||||
<g id="编组-32" transform="translate(3.5, 4)">
|
||||
<line x1="-1.80133686e-14" y1="2.22222222" x2="11" y2="2.22222222" id="路径-29"></line>
|
||||
<polyline id="路径-30" stroke-linejoin="round" points="3.3 2.2221179 3.3 0 7.7 0 7.7 2.22222222"></polyline>
|
||||
<path d="M1.65,2.23587458 L1.65,9 C1.65,9.55228475 2.09771525,10 2.65,10 L8.35,10 C8.90228475,10 9.35,9.55228475 9.35,9 L9.35,2.22222222 L9.35,2.22222222" id="路径-31" stroke-linejoin="round"></path>
|
||||
<line x1="4.4" y1="4.45203738" x2="4.4" y2="7.78537071" id="路径-32"></line>
|
||||
<line x1="6.6" y1="4.45203738" x2="6.6" y2="7.78537071" id="路径-32"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
16
web/src/assets/images/common/delete_dark.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>删除</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="应用管理-工作流-配置-结束" transform="translate(-660, -303)" stroke="#212332">
|
||||
<g id="删除" transform="translate(660, 303)">
|
||||
<g id="编组-12" transform="translate(4, 3.5)">
|
||||
<line x1="-1.01849618e-18" y1="1.66525252" x2="8" y2="1.66525252" id="路径-3"></line>
|
||||
<path d="M0.666666667,1.66666667 L0.666666667,7.5 C0.666666667,8.32842712 1.33823954,9 2.16666667,9 L5.83333333,9 C6.66176046,9 7.33333333,8.32842712 7.33333333,7.5 L7.33333333,1.96699599 L7.33333333,1.96699599" id="路径-4"></path>
|
||||
<line x1="2.66666667" y1="6.99690638" x2="5.33333333" y2="6.99690638" id="路径-5"></line>
|
||||
<path d="M2,1.66666667 L2,0.45 C2,0.201471863 2.20147186,0 2.45,-5.55111512e-17 L5.55,5.55111512e-17 C5.79852814,0 6,0.201471863 6,0.45 L6,1.66666667 L6,1.66666667" id="路径"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
20
web/src/assets/images/common/delete_hover.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 33</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆管理" transform="translate(-1398, -283)">
|
||||
<g id="1备份-3" transform="translate(846, 108)">
|
||||
<g id="编组-33" transform="translate(552, 175)">
|
||||
<rect id="矩形" fill-opacity="0.08" fill="#FF5D34" x="0" y="0" width="18" height="18" rx="6"></rect>
|
||||
<g id="编组-32" transform="translate(3.5, 4)" stroke="#FF5D34">
|
||||
<line x1="-1.80133686e-14" y1="2.22222222" x2="11" y2="2.22222222" id="路径-29"></line>
|
||||
<polyline id="路径-30" stroke-linejoin="round" points="3.3 2.2221179 3.3 0 7.7 0 7.7 2.22222222"></polyline>
|
||||
<path d="M1.65,2.23587458 L1.65,9 C1.65,9.55228475 2.09771525,10 2.65,10 L8.35,10 C8.90228475,10 9.35,9.55228475 9.35,9 L9.35,2.22222222 L9.35,2.22222222" id="路径-31" stroke-linejoin="round"></path>
|
||||
<line x1="4.4" y1="4.45203738" x2="4.4" y2="7.78537071" id="路径-32"></line>
|
||||
<line x1="6.6" y1="4.45203738" x2="6.6" y2="7.78537071" id="路径-32"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
30
web/src/assets/images/common/delete_red.svg
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 33</title>
|
||||
<defs>
|
||||
<filter x="-2.2%" y="-5.4%" width="104.5%" height="112.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.16 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆管理" transform="translate(-804, -283)" stroke="#FF5D34">
|
||||
<g id="1备份-2" filter="url(#filter-1)" transform="translate(252, 108)">
|
||||
<g id="编组-33" transform="translate(552, 175)">
|
||||
<g id="编组-32" transform="translate(3.5, 4)">
|
||||
<line x1="-1.80133686e-14" y1="2.22222222" x2="11" y2="2.22222222" id="路径-29"></line>
|
||||
<polyline id="路径-30" stroke-linejoin="round" points="3.3 2.2221179 3.3 0 7.7 0 7.7 2.22222222"></polyline>
|
||||
<path d="M1.65,2.23587458 L1.65,9 C1.65,9.55228475 2.09771525,10 2.65,10 L8.35,10 C8.90228475,10 9.35,9.55228475 9.35,9 L9.35,2.22222222 L9.35,2.22222222" id="路径-31" stroke-linejoin="round"></path>
|
||||
<line x1="4.4" y1="4.45203738" x2="4.4" y2="7.78537071" id="路径-32"></line>
|
||||
<line x1="6.6" y1="4.45203738" x2="6.6" y2="7.78537071" id="路径-32"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
27
web/src/assets/images/common/edit.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编辑</title>
|
||||
<defs>
|
||||
<filter x="-2.2%" y="-5.4%" width="104.5%" height="112.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.16 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆管理" transform="translate(-778, -283)" stroke="#5B6167">
|
||||
<g id="1备份-2" filter="url(#filter-1)" transform="translate(252, 108)">
|
||||
<g id="编辑" transform="translate(526, 175)">
|
||||
<g id="编组-10" transform="translate(4.3, 4.3)">
|
||||
<path d="M9.4,4.04322919 L9.4,7.4 C9.4,8.5045695 8.5045695,9.4 7.4,9.4 L2,9.4 C0.8954305,9.4 0,8.5045695 0,7.4 L0,2 C0,0.8954305 0.8954305,2.22044605e-16 2,0 L5.38958415,0 L5.38958415,0" id="路径"></path>
|
||||
<line x1="3.74260398" y1="5.68579764" x2="9.4" y2="1.05734433e-14" id="路径-2"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
20
web/src/assets/images/common/global_outline.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>互联网</title>
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="平台管理-工具管理--工具市场" transform="translate(-1348, -329)" stroke="#5F6266">
|
||||
<g id="卡片1备份-2" transform="translate(1044, 176)">
|
||||
<g id="编组-5" transform="translate(16, 152)">
|
||||
<g id="互联网" transform="translate(288, 1)">
|
||||
<g id="编组-11" transform="translate(2, 2)">
|
||||
<circle id="椭圆形" cx="6" cy="6" r="5.5"></circle>
|
||||
<line x1="0.857142857" y1="3.85714286" x2="11.1428571" y2="3.85714286" id="路径-6"></line>
|
||||
<path d="M4.66132498,0.645258919 C4.17108437,1.90189554 3.85714286,3.83362782 3.85714286,6 C3.85714286,8.18013114 4.17508482,10.1226325 4.67068706,11.3786026 M7.26566129,11.533836 C7.79752775,10.2860801 8.14285714,8.27208968 8.14285714,6 C8.14285714,3.77681214 7.81223272,1.80073299 7.2997423,0.54778953" id="形状"></path>
|
||||
<line x1="0.843017916" y1="7.71428571" x2="11.1287322" y2="7.71428571" id="路径-6"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
14
web/src/assets/images/common/more.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>更多</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆库-个人记忆-感知记忆-听觉" transform="translate(-440, -187)" fill-rule="nonzero">
|
||||
<g id="编组-14" transform="translate(28, 168)">
|
||||
<g id="更多" transform="translate(412, 19)">
|
||||
<rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M5.25,12 C5.25,12.8284271 5.92157288,13.5 6.75,13.5 C7.57842712,13.5 8.25,12.8284271 8.25,12 C8.25,11.1715729 7.57842712,10.5 6.75,10.5 C5.92157288,10.5 5.25,11.1715729 5.25,12 Z M10.5,12 C10.5,12.8284271 11.1715729,13.5 12,13.5 C12.8284271,13.5 13.5,12.8284271 13.5,12 C13.5,11.1715729 12.8284271,10.5 12,10.5 C11.1715729,10.5 10.5,11.1715729 10.5,12 Z M15.75,12 C15.75,12.8284271 16.4215729,13.5 17.25,13.5 C18.0784271,13.5 18.75,12.8284271 18.75,12 C18.75,11.1715729 18.0784271,10.5 17.25,10.5 C16.4215729,10.5 15.75,11.1715729 15.75,12 Z" id="形状" fill="#171719"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
16
web/src/assets/images/common/more_hover.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>更多</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆库-个人记忆-感知记忆-文本" transform="translate(-440, -187)" fill-rule="nonzero">
|
||||
<g id="编组-8" transform="translate(12, 76)">
|
||||
<g id="编组-14" transform="translate(16, 92)">
|
||||
<g id="更多" transform="translate(412, 19)">
|
||||
<rect id="矩形" fill="#E4E4E4" x="0" y="0" width="24" height="24" rx="8"></rect>
|
||||
<path d="M5.25,12 C5.25,12.8284271 5.92157288,13.5 6.75,13.5 C7.57842712,13.5 8.25,12.8284271 8.25,12 C8.25,11.1715729 7.57842712,10.5 6.75,10.5 C5.92157288,10.5 5.25,11.1715729 5.25,12 Z M10.5,12 C10.5,12.8284271 11.1715729,13.5 12,13.5 C12.8284271,13.5 13.5,12.8284271 13.5,12 C13.5,11.1715729 12.8284271,10.5 12,10.5 C11.1715729,10.5 10.5,11.1715729 10.5,12 Z M15.75,12 C15.75,12.8284271 16.4215729,13.5 17.25,13.5 C18.0784271,13.5 18.75,12.8284271 18.75,12 C18.75,11.1715729 18.0784271,10.5 17.25,10.5 C16.4215729,10.5 15.75,11.1715729 15.75,12 Z" id="形状" fill="#171719"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
11
web/src/assets/images/common/plus.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>形状结合@2x</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理" transform="translate(-1303, -74)" stroke="#FFFFFF" stroke-width="1.5">
|
||||
<g id="主操作" transform="translate(1287, 64)">
|
||||
<path d="M16,16 L28,16 M22,10 L22,22" id="形状结合"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 608 B |
15
web/src/assets/images/common/plus_dark.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 5</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
|
||||
<g id="应用管理-Agent-配置-提示词" transform="translate(-1180, -182)" stroke="#171719" stroke-width="1.2">
|
||||
<g id="提示词" transform="translate(220, 89)">
|
||||
<g id="副操作备份-2" transform="translate(952, 85)">
|
||||
<g id="编组-5" transform="translate(8, 8)">
|
||||
<path d="M3,8.17241379 L13,8.17241379 M8,3 L8,13" id="形状结合"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 854 B |
13
web/src/assets/images/common/plus_grey.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="10px" height="10px" viewBox="0 0 10 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>形状结合@2x</title>
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-模型管理-模型广场" transform="translate(-999, -169)" stroke="#A8A9AA" stroke-width="1.2">
|
||||
<g id="卡片1备份" transform="translate(648, 146)">
|
||||
<g id="编组-5" transform="translate(344, 16)">
|
||||
<path d="M7,12 L17,12 M12,7 L12,17" id="形状结合"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 723 B |
15
web/src/assets/images/common/question.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title> 问号小</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆库-个人记忆-短期记忆" transform="translate(-364, -185)" fill="#5B6167" fill-rule="nonzero">
|
||||
<g id="编组-13" transform="translate(12, 166)">
|
||||
<g id="编组-4" transform="translate(16, 16)">
|
||||
<g id="-问号小" transform="translate(336, 3)">
|
||||
<path d="M7.25,12.2555 C7.25,12.6697188 7.58578125,13.0055 8,13.0055 C8.41421875,13.0055 8.75,12.6697188 8.75,12.2555 C8.75,11.8412813 8.41421875,11.5055 8,11.5055 C7.58578125,11.5055 7.25,11.8412813 7.25,12.2555 Z M8,15 C4.14,15 1,11.86 1,8 C1,4.14 4.14,1 8,1 C11.86,1 15,4.14 15,8 C15,11.86 11.86,15 8,15 Z M8,2.00448437 C4.694,2.00448437 2.00448437,4.694 2.00448437,8 C2.00448437,11.3055 4.694,13.9955156 8,13.9955156 C11.3055,13.9955156 13.9955156,11.3055156 13.9955156,8 C13.9955156,4.694 11.3055,2.00448437 8,2.00448437 Z M8,10.5264844 C7.72398437,10.5264844 7.5,10.3024844 7.5,10.0265 L7.5,9.181 C7.5,8.36298438 8.12498438,7.738 8.67698437,7.1865 C9.08146875,6.7815 9.49998438,6.3635 9.49998438,6.03 C9.49998438,5.1965 8.82698438,4.5185 8,4.5185 C7.15901563,4.5185 6.5,5.1675 6.5,5.996 C6.5,6.272 6.27601563,6.49598438 6,6.49598438 C5.72398437,6.49598438 5.5,6.27198438 5.5,5.99598438 C5.5,4.63 6.62146875,3.5185 8,3.5185 C9.37853125,3.5185 10.5,4.645 10.5,6.03 C10.5,6.7785 9.9325,7.34548438 9.384,7.894 C8.949,8.328 8.50001562,8.777 8.50001562,9.18048438 L8.50001562,10.0259844 C8.50001562,10.302 8.27601562,10.5264844 8,10.5264844 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
17
web/src/assets/images/common/return.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>退出</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="记忆库-个人记忆-遗忘记忆" transform="translate(-1357, -24)" stroke="#171719">
|
||||
<g id="返回空间" transform="translate(1349, 16)">
|
||||
<g id="退出" transform="translate(16, 16) scale(-1, 1) translate(-16, -16)translate(8, 8)">
|
||||
<g id="编组-7" transform="translate(3.5, 2.5)">
|
||||
<path d="M3.47826087,11 L1.8,11 C0.80588745,11 0,10.1941125 0,9.2 L0,1.8 C-2.22044605e-16,0.80588745 0.80588745,-2.22044605e-16 1.8,-4.4408921e-16 L3.47826087,0 L3.47826087,0" id="路径"></path>
|
||||
<line x1="9.56521739" y1="5.5" x2="2.60869565" y2="5.5" id="路径-6"></line>
|
||||
<polyline id="路径" points="7.82608696 3.20833333 10 5.5 7.82608696 7.79166667"></polyline>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
19
web/src/assets/images/common/save.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>保存</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
|
||||
<g id="记忆管理-记忆提取引擎" transform="translate(-1269, -122)" stroke="#171719">
|
||||
<g id="编组-26" transform="translate(846, 102)">
|
||||
<g id="副操作" transform="translate(414, 11)">
|
||||
<g id="保存" transform="translate(9, 9)">
|
||||
<g id="编组-12" transform="translate(1.925, 1.75)">
|
||||
<path d="M1.5,0 L7.33055996,0 L7.33055996,0 L10.15,2.91453026 L10.15,9 C10.15,9.82842712 9.47842712,10.5 8.65,10.5 L1.5,10.5 C0.671572875,10.5 0,9.82842712 0,9 L0,1.5 C0,0.671572875 0.671572875,0 1.5,0 Z" id="矩形"></path>
|
||||
<polyline id="路径-12" stroke-linecap="round" points="2.45 0 2.45 3.5 6.825 3.5"></polyline>
|
||||
<rect id="矩形" stroke-linecap="round" x="2.45" y="6.125" width="5.25" height="4.375"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -1,17 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 15</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-默认对话" transform="translate(-745, -726)" stroke="#212332">
|
||||
<g id="聊天页面" transform="translate(258, 128)">
|
||||
<g id="输入框" transform="translate(16, 512)">
|
||||
<g id="编组-7" transform="translate(471, 86)">
|
||||
<g id="语音" transform="translate(4, 4)">
|
||||
<g id="编组-8" transform="translate(4, 2.25)">
|
||||
<line x1="4" y1="9" x2="4" y2="11.0054105" id="路径-46"></line>
|
||||
<line x1="2" y1="11.0054105" x2="5.995474" y2="11.0054105" id="路径-48" stroke-linecap="round"></line>
|
||||
<rect id="矩形" x="2" y="0" width="4" height="7" rx="2"></rect>
|
||||
<path d="M8,4 L8,5 C8,7.209139 6.209139,9 4,9 C1.790861,9 0,7.209139 0,5 L0,4" id="路径" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>语音</title>
|
||||
<defs>
|
||||
<filter x="-2.6%" y="-14.2%" width="105.3%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.12 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="多模态对话" transform="translate(-1181, -742)" stroke="#171719" stroke-width="1.1">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(540, 656)">
|
||||
<g id="编组-18" transform="translate(485, 80)">
|
||||
<g id="编组-10" transform="translate(150, 0)">
|
||||
<g id="编组-15" transform="translate(6, 6)">
|
||||
<g id="编组-8" transform="translate(4, 2)">
|
||||
<line x1="4" y1="9.38688799" x2="4" y2="11.4785062" id="路径-46"></line>
|
||||
<line x1="2" y1="11.4785062" x2="5.995474" y2="11.4785062" id="路径-48" stroke-linecap="round"></line>
|
||||
<rect id="矩形" x="2" y="0" width="4" height="7.30091288" rx="2"></rect>
|
||||
<path d="M8,4.17195022 L8,5.21493777 C8,7.51904225 6.209139,9.38688799 4,9.38688799 C1.790861,9.38688799 0,7.51904225 0,5.21493777 L0,4.17195022" id="路径" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 15</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-交互-2" transform="translate(-1208, -335)">
|
||||
<g id="输入框" transform="translate(737, 180)">
|
||||
<g id="编组-15" transform="translate(471, 155)">
|
||||
<rect id="矩形" fill-opacity="0.08" fill="#155EEF" x="0" y="0" width="24" height="24" rx="6"></rect>
|
||||
<g id="214声波、语音消息" transform="translate(4, 4)">
|
||||
<rect id="矩形" fill="#000000" fill-rule="nonzero" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
||||
<rect id="矩形" fill="#155EEF" x="1.5" y="6" width="1" height="4" rx="0.5"></rect>
|
||||
<rect id="矩形" fill="#155EEF" x="13.5" y="6" width="1" height="4" rx="0.5"></rect>
|
||||
<rect id="矩形" fill="#155EEF" x="4.5" y="5" width="1" height="6" rx="0.5"></rect>
|
||||
<rect id="矩形" fill="#155EEF" x="10.5" y="5" width="1" height="6" rx="0.5"></rect>
|
||||
<rect id="矩形" fill="#155EEF" x="7.5" y="3" width="1" height="10" rx="0.5"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>对话</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-用户权限-对话" transform="translate(-317, -87)" fill="#212332" fill-rule="nonzero" stroke="#212332" stroke-width="0.3">
|
||||
<g id="编组-14" transform="translate(252, 76)">
|
||||
<g id="对话" transform="translate(65, 11)">
|
||||
<path d="M12.5740039,11.1940039 L12.5740039,4.61400391 C12.5740039,3.95199219 12.0359961,3.41400391 11.3740039,3.41400391 L3.52597656,3.41400391 C2.86398438,3.41400391 2.32597656,3.95199219 2.32597656,4.61400391 L2.32597656,11.1959961 C2.32597656,11.8580078 2.86398438,12.3959961 3.52597656,12.3959961 L4.5,12.3959961 L4.5,13.4680078 C4.5,13.6939844 4.62599609,13.9 4.82800781,14.0019922 C4.91400391,14.0459961 5.00800781,14.0680078 5.1,14.0680078 C5.22400391,14.0680078 5.34800781,14.03 5.45199219,13.9540039 L7.6,12.3940039 L11.3740039,12.3940039 C12.0359961,12.3940039 12.5740039,11.8559961 12.5740039,11.1940039 Z M7.53599609,11.5940039 C7.40954959,11.5937486 7.28629101,11.6336699 7.18400391,11.7080078 L5.3,13.0759766 L5.3,12.1959766 C5.3,11.8659766 5.03,11.5959766 4.7,11.5959766 L3.52599609,11.5959766 C3.30599609,11.5959766 3.12599609,11.4159766 3.12599609,11.1959766 L3.12599609,4.61400391 C3.12599609,4.39400391 3.30599609,4.21400391 3.52599609,4.21400391 L11.3740234,4.21400391 C11.5940234,4.21400391 11.7740234,4.39400391 11.7740234,4.61400391 L11.7740234,11.1959961 C11.7740234,11.4159961 11.5940234,11.5959961 11.3740234,11.5959961 L7.53599609,11.5959961 L7.53599609,11.5940039 Z M16.4740234,6.03398437 L13.8419922,6.03398437 C13.6219922,6.03398437 13.4419922,6.21398437 13.4419922,6.43398437 C13.4419922,6.65398437 13.6219922,6.83398437 13.8419922,6.83398437 L16.4740234,6.83398437 C16.6940234,6.83398437 16.8740234,7.01398437 16.8740234,7.23398437 L16.8740234,13.8379883 C16.8740234,14.0579883 16.6940234,14.2379883 16.4740234,14.2379883 L14.9020117,14.2379883 C14.5720117,14.2379883 14.3020117,14.5079883 14.3020117,14.8379883 L14.3020117,15.5979883 L12.4260352,14.2659766 C12.3240234,14.1939844 12.2040234,14.1559766 12.0780273,14.1559766 L10.2160156,14.1559766 C9.99601563,14.1559766 9.81601563,13.9759766 9.81601563,13.7559766 L9.81601563,13.3759766 C9.81601563,13.1559766 9.63601563,12.9759766 9.41601562,12.9759766 C9.19601563,12.9759766 9.01601563,13.1559766 9.01601563,13.3759766 L9.01601563,13.7559766 C9.01601563,14.4179883 9.55402344,14.9559766 10.2160156,14.9559766 L12.0140234,14.9559766 L14.1540234,16.4759766 C14.2580273,16.5499805 14.3800195,16.5879884 14.5020117,16.5879884 C14.5981711,16.5879884 14.6929001,16.5647017 14.7780273,16.5199805 C14.9780273,16.4159766 15.1020117,16.2119727 15.1020117,15.9859961 L15.1020117,15.0399805 L16.4740234,15.0399805 C17.1360156,15.0399805 17.6740234,14.5019727 17.6740234,13.8399805 L17.6740234,7.23400391 C17.6740234,6.57199219 17.1360156,6.03398437 16.4740234,6.03398437 L16.4740234,6.03398437 Z" id="形状"></path>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="多模态对话" transform="translate(-28, -76)" fill-rule="nonzero">
|
||||
<g id="编组-52" transform="translate(16, 64)">
|
||||
<g id="对话" transform="translate(12, 12)">
|
||||
<polygon id="路径" fill-opacity="0" fill="#FFFFFF" points="0 0 24 0 24 24 0 24"></polygon>
|
||||
<path d="M18,7.25 L17.7499999,7.25 L17.7499999,6 C17.7477953,3.92984607 16.0701539,2.25220464 14,2.25 L6,2.25 C3.92984607,2.25220464 2.25220464,3.92984607 2.24999989,6 L2.24999989,16 C2.24999989,16.3048877 2.4342582,16.5795323 2.71652992,16.6947677 C2.99880163,16.810003 3.32274171,16.7428931 3.53599999,16.525 L5.27500001,14.75 L6.24999989,14.75 L6.24999989,16 C6.25220465,18.0701539 7.92984608,19.7477954 10,19.75 L18.725,19.75 L20.464,21.525 C20.6768829,21.7439454 21.0013711,21.8117255 21.2840975,21.6963045 C21.5668239,21.5808836 21.7511677,21.3053766 21.7499999,21 L21.7499999,11 C21.7477954,8.92984606 20.0701539,7.25220464 18,7.25 Z M4.96000001,13.25 C4.75835098,13.2498944 4.5651543,13.3309937 4.42399999,13.475 L3.75,14.163 L3.75,6 C3.75110269,4.75781635 4.75781635,3.75110269 6,3.75 L14,3.75 C15.2421836,3.75110269 16.2488973,4.75781635 16.25,6 L16.25,11 C16.2488973,12.2421836 15.2421836,13.2488973 14,13.25 L4.96000001,13.25 Z M20.25,19.163 L19.576,18.475 C19.4349106,18.3308982 19.2416718,18.2497812 19.04,18.25 L10,18.25 C8.75781636,18.2488973 7.7511027,17.2421837 7.75000001,16 L7.75000001,14.75 L14,14.75 C16.0701539,14.7477953 17.7477953,13.0701539 17.75,11 L17.75,8.74999999 L18,8.74999999 C19.2421837,8.75110268 20.2488973,9.75781634 20.25,11 L20.25,19.163 L20.25,19.163 Z" id="形状" fill="#155EEF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -1,21 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="100px" viewBox="0 0 140 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 14</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-默认对话" transform="translate(-476, -360)">
|
||||
<g id="编组-14" transform="translate(476, 360)">
|
||||
<g transform="translate(8, 21)">
|
||||
<path d="M21.0726824,0 L61,0 C67.0751322,-1.77635684e-15 72,4.92486775 72,11 L72,40 C72,46.0751322 67.0751322,51 61,51 L18.0907436,51 L18.0907436,51 L15.9843212,49.3446439 C15.4557288,48.9292435 14.8029272,48.7034304 14.130642,48.7034304 L2.6056572,48.7034304 C2.05337245,48.7034304 1.6056572,48.2557151 1.6056572,47.7034304 C1.6056572,47.4199708 1.72595584,47.1498287 1.93663503,46.9601879 L9.07974888,40.5303862 C9.71178646,39.961464 10.0726824,39.1510376 10.0726824,38.3006589 L10.0726824,11 C10.0726824,4.92486775 14.9975501,0 21.0726824,0 Z" id="矩形" stroke="#212332" stroke-width="0.7" stroke-linejoin="round"></path>
|
||||
<path d="M86.9409454,33 L112.764706,33 C114.42156,33 115.764706,34.3431458 115.764706,36 L115.764706,56 C115.764706,57.6568542 114.42156,59 112.764706,59 L88.061338,59 L88.061338,59 L87.3728575,58.4632506 C86.8458006,58.0523495 86.1966321,57.8291998 85.5283292,57.8291998 L81.3858928,57.8291998 C80.8336081,57.8291998 80.3858928,57.3814845 80.3858928,56.8291998 C80.3858928,56.5443579 80.5073633,56.2730336 80.7198242,56.0833094 L82.9391514,54.1014844 C83.5765339,53.5323116 83.9409454,52.7183387 83.9409454,51.8638131 L83.9409454,36 C83.9409454,34.3431458 85.2840912,33 86.9409454,33 Z" id="矩形" stroke="#212332" stroke-width="0.7" stroke-linejoin="round" transform="translate(97.2647, 46) scale(-1, 1) translate(-97.2647, -46)"></path>
|
||||
<line x1="109.628242" y1="24.0891315" x2="109.628242" y2="30.5455273" id="路径-50" stroke="#212332" stroke-width="0.7"></line>
|
||||
<line x1="112.060678" y1="31.8546982" x2="116.306327" y2="26.9279049" id="路径-51" stroke="#212332" stroke-width="0.7"></line>
|
||||
<line x1="113.953845" y1="34.0317574" x2="119.864124" y2="34.0317574" id="路径-52" stroke="#212332" stroke-width="0.7"></line>
|
||||
<circle id="椭圆形" fill="#D2D3D5" cx="88" cy="14" r="5"></circle>
|
||||
<circle id="椭圆形备份-2" fill="#D2D3D5" cx="103" cy="14" r="5"></circle>
|
||||
<circle id="椭圆形备份-3" fill="#D2D3D5" cx="119" cy="14" r="5"></circle>
|
||||
<rect id="矩形" fill="#212332" x="46" y="20" width="5" height="7" rx="2.5"></rect>
|
||||
<rect id="矩形" fill="#212332" x="58" y="20" width="5" height="7" rx="2.5"></rect>
|
||||
<path d="M43.922137,32.3553483 C44.3552248,34.0645453 47.2444804,42.9315307 56.8374143,36.6464079" id="路径-53" stroke="#212332" stroke-width="0.7"></path>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置-提示词" transform="translate(-399, -394)">
|
||||
<g id="提示词" transform="translate(220, 89)">
|
||||
<g id="编组-14" transform="translate(179, 305)">
|
||||
<g transform="translate(8, 21)">
|
||||
<path d="M21.0726824,0 L61,0 C67.0751322,-1.77635684e-15 72,4.92486775 72,11 L72,40 C72,46.0751322 67.0751322,51 61,51 L18.0907436,51 L18.0907436,51 L15.9843212,49.3446439 C15.4557288,48.9292435 14.8029272,48.7034304 14.130642,48.7034304 L2.6056572,48.7034304 C2.05337245,48.7034304 1.6056572,48.2557151 1.6056572,47.7034304 C1.6056572,47.4199708 1.72595584,47.1498287 1.93663503,46.9601879 L9.07974888,40.5303862 C9.71178646,39.961464 10.0726824,39.1510376 10.0726824,38.3006589 L10.0726824,11 C10.0726824,4.92486775 14.9975501,0 21.0726824,0 Z" id="矩形" stroke="#212332" stroke-width="0.7" stroke-linejoin="round"></path>
|
||||
<path d="M86.9409454,33 L112.764706,33 C114.42156,33 115.764706,34.3431458 115.764706,36 L115.764706,56 C115.764706,57.6568542 114.42156,59 112.764706,59 L88.061338,59 L88.061338,59 L87.3728575,58.4632506 C86.8458006,58.0523495 86.1966321,57.8291998 85.5283292,57.8291998 L81.3858928,57.8291998 C80.8336081,57.8291998 80.3858928,57.3814845 80.3858928,56.8291998 C80.3858928,56.5443579 80.5073633,56.2730336 80.7198242,56.0833094 L82.9391514,54.1014844 C83.5765339,53.5323116 83.9409454,52.7183387 83.9409454,51.8638131 L83.9409454,36 C83.9409454,34.3431458 85.2840912,33 86.9409454,33 Z" id="矩形" stroke="#212332" stroke-width="0.7" stroke-linejoin="round" transform="translate(97.2647, 46) scale(-1, 1) translate(-97.2647, -46)"></path>
|
||||
<line x1="109.628242" y1="24.0891315" x2="109.628242" y2="30.5455273" id="路径-50" stroke="#212332" stroke-width="0.7"></line>
|
||||
<line x1="112.060678" y1="31.8546982" x2="116.306327" y2="26.9279049" id="路径-51" stroke="#212332" stroke-width="0.7"></line>
|
||||
<line x1="113.953845" y1="34.0317574" x2="119.864124" y2="34.0317574" id="路径-52" stroke="#212332" stroke-width="0.7"></line>
|
||||
<circle id="椭圆形" fill="#D2D3D5" cx="88" cy="14" r="5"></circle>
|
||||
<circle id="椭圆形备份-2" fill="#D2D3D5" cx="103" cy="14" r="5"></circle>
|
||||
<circle id="椭圆形备份-3" fill="#D2D3D5" cx="119" cy="14" r="5"></circle>
|
||||
<rect id="矩形" fill="#212332" x="46" y="20" width="5" height="7" rx="2.5"></rect>
|
||||
<rect id="矩形" fill="#212332" x="58" y="20" width="5" height="7" rx="2.5"></rect>
|
||||
<path d="M43.922137,32.3553483 C44.3552248,34.0645453 47.2444804,42.9315307 56.8374143,36.6464079" id="路径-53" stroke="#212332" stroke-width="0.7"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -1,16 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>深度思考</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-默认对话" transform="translate(-584, -730)">
|
||||
<g id="聊天页面" transform="translate(258, 128)">
|
||||
<g id="输入框" transform="translate(16, 512)">
|
||||
<g id="编组-13" transform="translate(302, 86)">
|
||||
<g id="深度思考" transform="translate(8, 4)">
|
||||
<g id="编组-12" transform="translate(1.5, 1.5)">
|
||||
<path d="M6.5,12.6871843 C8.15972824,12.6871843 9.50520382,9.91708755 9.50520382,6.5 C9.50520382,3.08291245 8.15972824,0.312815665 6.5,0.312815665 C4.84027176,0.312815665 3.49479618,3.08291245 3.49479618,6.5 C3.49479618,9.91708755 4.84027176,12.6871843 6.5,12.6871843 Z" id="椭圆形" stroke="#212332" transform="translate(6.5, 6.5) rotate(45) translate(-6.5, -6.5)"></path>
|
||||
<path d="M6.5,12.6871843 C8.15972824,12.6871843 9.50520382,9.91708755 9.50520382,6.5 C9.50520382,3.08291245 8.15972824,0.312815665 6.5,0.312815665 C4.84027176,0.312815665 3.49479618,3.08291245 3.49479618,6.5 C3.49479618,9.91708755 4.84027176,12.6871843 6.5,12.6871843 Z" id="椭圆形" stroke="#212332" transform="translate(6.5, 6.5) scale(-1, 1) rotate(45) translate(-6.5, -6.5)"></path>
|
||||
<path d="M6.56835262,7.64616732 C7.20295459,7.64616732 7.71740114,7.13172077 7.71740114,6.4971188 C7.71740114,5.86251682 7.20295459,5.34807028 6.56835262,5.34807028 C5.93375065,5.34807028 5.4193041,5.86251682 5.4193041,6.4971188 C5.4193041,7.13172077 5.93375065,7.64616732 6.56835262,7.64616732 Z" id="椭圆形" fill="#212332"></path>
|
||||
<defs>
|
||||
<filter x="-3.4%" y="-14.2%" width="106.8%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆验证" transform="translate(-319, -742)">
|
||||
<g id="编组-16" transform="translate(252, 108)">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(11, 548)">
|
||||
<g id="快速/深度" transform="translate(12, 80)">
|
||||
<g id="深度思考" transform="translate(44, 6)">
|
||||
<g id="编组-10" transform="translate(1, 1)">
|
||||
<g id="编组-19" transform="translate(0, 0)" stroke="#171719">
|
||||
<ellipse id="椭圆形" transform="translate(7, 7) rotate(45) translate(-7, -7)" cx="7" cy="7" rx="6.45619235" ry="3.44330259"></ellipse>
|
||||
<ellipse id="椭圆形" transform="translate(7, 7) scale(-1, 1) rotate(45) translate(-7, -7)" cx="7" cy="7" rx="6.45619235" ry="3.44330259"></ellipse>
|
||||
</g>
|
||||
<path d="M5.86969152,7.53676092 C6.15546861,8.14102124 6.86991131,8.41511869 7.47874075,8.14725073 C7.79392248,8.01832584 8.04235006,7.76509185 8.16572607,7.44697405 C8.28910208,7.12885625 8.27656542,6.77385939 8.13105801,6.46528903 C7.98674675,6.15608424 7.72182693,5.92010861 7.39860254,5.81285903 C7.07537815,5.70560945 6.72237336,5.73655057 6.42260806,5.89840564 C5.82620371,6.20365055 5.58391445,6.93250061 5.86969152,7.53676092 L5.86969152,7.53676092 Z" id="路径" fill="#171719" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -5,7 +5,7 @@
|
||||
<g id="红熊空间-记忆对话-交互-2" transform="translate(-237, -514)">
|
||||
<g id="输入框备份" transform="translate(43, 506)">
|
||||
<g id="编组-3" transform="translate(194, 8)">
|
||||
<circle id="椭圆形" fill="#5B6167" cx="7" cy="7" r="7"></circle>
|
||||
<circle id="椭圆形" fill="#171719" cx="7" cy="7" r="7"></circle>
|
||||
<g id="关闭" transform="translate(2, 2)" fill="#FFFFFF" fill-rule="nonzero">
|
||||
<polygon id="路径" points="5.62500061 5 8.33333333 7.70833272 7.70833272 8.33333333 5 5.62500061 2.29166728 8.33333333 1.66666667 7.70833272 4.37499939 5 1.66666667 2.29166728 2.29166728 1.66666667 5 4.37499939 7.70833272 1.66666667 8.33333333 2.29166728"></polygon>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
15
web/src/assets/images/conversation/exclamation_circle.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>告警实心</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置-5" transform="translate(-612, -546)" fill="#FF5D34" fill-rule="nonzero">
|
||||
<g id="编组-12" transform="translate(60, 60)">
|
||||
<g id="编组-4" transform="translate(552, 454)">
|
||||
<g id="告警实心" transform="translate(0, 32)">
|
||||
<path d="M10,18 C5.58186667,18 2,14.4181333 2,10 C2,5.58186667 5.58186667,2 10,2 C14.4181333,2 18,5.58186667 18,10 C18,14.4181333 14.4181333,18 10,18 Z M9.46666667,5.73333333 L9.46666667,11.6 C9.46666667,11.8945519 9.70544813,12.1333333 10,12.1333333 C10.2945519,12.1333333 10.5333333,11.8945519 10.5333333,11.6 L10.5333333,5.73333333 C10.5333333,5.43878147 10.2945519,5.2 10,5.2 C9.70544813,5.2 9.46666667,5.43878147 9.46666667,5.73333333 Z M9.2,14.5333333 C9.2,14.9751611 9.5581722,15.3333333 10,15.3333333 C10.4418278,15.3333333 10.8,14.9751611 10.8,14.5333333 C10.8,14.0915055 10.4418278,13.7333333 10,13.7333333 C9.5581722,13.7333333 9.2,14.0915055 9.2,14.5333333 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -1,18 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>链接</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-默认对话" transform="translate(-284, -726)">
|
||||
<g id="聊天页面" transform="translate(258, 128)">
|
||||
<g id="输入框" transform="translate(16, 512)">
|
||||
<g id="链接" transform="translate(10, 86)">
|
||||
<rect id="矩形" stroke="#DFE4ED" x="0.5" y="0.5" width="23" height="23" rx="6"></rect>
|
||||
<g id="编组-6" transform="translate(5, 5)" stroke="#212332" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g transform="translate(7.1064, 7.1064) rotate(45) translate(-7.1064, -7.1064)translate(3.9564, 1.8564)" id="路径">
|
||||
<path d="M4.14483263e-14,7.00494523 L4.14483263e-14,2.33333333 C4.14483263e-14,1.04466892 0.992435471,0 2.21666667,0 C3.44089786,0 4.43333333,1.04466892 4.43333333,2.33333333 L4.43333333,5.85907842"></path>
|
||||
<path d="M6.3,2.518727 L6.3,7.175 C6.3,9.01134679 4.88969696,10.5 3.15,10.5 C1.41030304,10.5 0,9.01134679 0,7.175 L0,2.33333333"></path>
|
||||
<path d="M4.43333333,2.33333333 L4.43333333,7 C4.43333333,7.64433221 3.91099887,8.16666667 3.26666667,8.16666667 C2.62233446,8.16666667 2.1,7.64433221 2.1,7 L2.1,3.5201611"></path>
|
||||
</g>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 6</title>
|
||||
<defs>
|
||||
<filter x="-2.6%" y="-14.2%" width="105.3%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.12 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="多模态对话" transform="translate(-558, -742)" stroke="#171719" stroke-width="1.1">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(540, 656)">
|
||||
<g id="附件" transform="translate(12, 80)">
|
||||
<g id="编组-6" transform="translate(6, 6)">
|
||||
<g transform="translate(8.1216, 8.1216) rotate(45) translate(-8.1216, -8.1216)translate(4.5216, 2.1216)" id="路径">
|
||||
<path d="M4.44722907e-13,8.0056517 L4.44722907e-13,2.66666667 C4.44722907e-13,1.19390733 1.13421197,1.99211235e-13 2.53333333,1.99211235e-13 C3.9324547,1.99211235e-13 5.06666667,1.19390733 5.06666667,2.66666667 L5.06666667,6.69608962"></path>
|
||||
<path d="M7.2,2.87854514 L7.2,8.2 C7.2,10.298682 5.5882251,12 3.6,12 C1.6117749,12 1.78485196e-12,10.298682 1.78485196e-12,8.2 L1.78485196e-12,2.66666667"></path>
|
||||
<path d="M5.06666667,2.66666667 L5.06666667,8 C5.06666667,8.73637967 4.469713,9.33333333 3.73333333,9.33333333 C2.99695367,9.33333333 2.4,8.73637967 2.4,8 L2.4,4.02304126"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.3 KiB |
@@ -1,13 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 5</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-交互-2" transform="translate(-558, -337)">
|
||||
<g id="输入框" transform="translate(45, 180)">
|
||||
<g id="编组-7" transform="translate(471, 155)">
|
||||
<g id="编组-5" transform="translate(42, 2)">
|
||||
<circle id="椭圆形" stroke="#212332" stroke-width="1.5" cx="10" cy="10" r="9.25"></circle>
|
||||
<rect id="矩形" fill="#212332" x="6.5" y="6.5" width="7" height="7" rx="2"></rect>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 14</title>
|
||||
<defs>
|
||||
<filter x="-3.4%" y="-9.4%" width="106.8%" height="121.1%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆验证-交互" transform="translate(-593, -349)">
|
||||
<g id="输入框1" filter="url(#filter-1)" transform="translate(67, 203)">
|
||||
<g id="编组-14" transform="translate(520, 140)">
|
||||
<g id="编组-5" transform="translate(6, 6)">
|
||||
<circle id="椭圆形" stroke="#171719" cx="8" cy="8" r="7.5"></circle>
|
||||
<rect id="矩形" fill="#171719" x="5" y="5" width="6" height="6" rx="2"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 895 B After Width: | Height: | Size: 1.6 KiB |
@@ -1,15 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>brain-2-line</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
|
||||
<g id="红熊空间-记忆对话-默认对话" transform="translate(-324, -730)" stroke="#212332">
|
||||
<g id="聊天页面" transform="translate(258, 128)">
|
||||
<g id="输入框" transform="translate(16, 512)">
|
||||
<g id="1" transform="translate(42, 86)">
|
||||
<g id="brain-2-line" transform="translate(8, 4)">
|
||||
<g id="编组-25" transform="translate(3, 3)">
|
||||
<path d="M3.33333333,0 C4.20536189,0 4.92097069,0.670068175 4.99388234,1.52366891 L5,1.66755165 L4.99986288,8.05913792 C4.99995421,8.06685294 5,8.07457892 5,8.0823156 L4.999,8.107 L5,8.33775827 L4.98310752,8.33803625 C4.85815555,9.27624509 4.05522059,10 3.08333333,10 C2.02478756,10 1.16666667,9.14142345 1.16666667,8.0823156 C1.16666667,7.94759059 1.18055226,7.81611046 1.20696967,7.68922971 C0.51077752,7.49098524 0,6.84838576 0,6.08642446 C0,5.66523785 0.156068428,5.28052233 0.413500665,4.98701157 C0.156068428,4.69487819 0,4.31016267 0,3.88897606 C0,2.96801271 0.746192084,2.2214244 1.66666667,2.2214244 C1.69896402,2.2214244 1.73104681,2.22234356 1.76289032,2.22415717 C1.70039312,2.05126095 1.66666667,1.86334701 1.66666667,1.66755165 C1.66666667,0.746588306 2.41285875,0 3.33333333,0 Z" id="形状结合"></path>
|
||||
<path d="M8.33333333,0 C9.20536189,0 9.92097069,0.670068175 9.99388234,1.52366891 L10,1.66755165 L9.99986288,8.05913792 C9.99995421,8.06685294 10,8.07457892 10,8.0823156 L9.999,8.107 L10,8.33775827 L9.98310752,8.33803625 C9.85815555,9.27624509 9.05522059,10 8.08333333,10 C7.02478756,10 6.16666667,9.14142345 6.16666667,8.0823156 C6.16666667,7.94759059 6.18055226,7.81611046 6.20696967,7.68922971 C5.51077752,7.49098524 5,6.84838576 5,6.08642446 C5,5.66523785 5.15606843,5.28052233 5.41350066,4.98701157 C5.15606843,4.69487819 5,4.31016267 5,3.88897606 C5,2.96801271 5.74619208,2.2214244 6.66666667,2.2214244 C6.69896402,2.2214244 6.73104681,2.22234356 6.76289032,2.22415717 C6.70039312,2.05126095 6.66666667,1.86334701 6.66666667,1.66755165 C6.66666667,0.746588306 7.41285875,0 8.33333333,0 Z" id="形状结合" transform="translate(7.5, 5) scale(-1, 1) translate(-7.5, -5)"></path>
|
||||
<title>1</title>
|
||||
<defs>
|
||||
<filter x="-2.6%" y="-14.2%" width="105.3%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.12 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
|
||||
<g id="多模态对话" transform="translate(-1109, -742)" stroke="#171719" stroke-width="1.1">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(540, 656)">
|
||||
<g id="编组-18" transform="translate(485, 80)">
|
||||
<g id="联网" transform="translate(78, 0)">
|
||||
<g id="brain-2-line" transform="translate(6, 6)">
|
||||
<g id="编组-25" transform="translate(2.5, 2.5)">
|
||||
<path d="M3.66666667,0 C4.67918871,0 5.5,0.821247137 5.5,1.83430682 L5.499,1.855 L5.49984003,8.86429101 C5.49994658,8.87303037 5.5,8.88178252 5.5,8.89054716 L5.499,8.915 L5.5,9.1715341 L5.48139006,9.17205165 C5.34385028,10.2039785 4.46066953,11 3.39166667,11 C2.22726632,11 1.28333333,10.0555658 1.28333333,8.89054716 C1.28333333,8.74208151 1.29866281,8.59719816 1.32782451,8.45739516 C0.560859111,8.23882985 0,7.53248099 0,6.69506691 C0,6.2318134 0.17163691,5.80866913 0.454755816,5.48582095 C0.17163691,5.16427144 0,4.74112717 0,4.27787366 C0,3.26481398 0.820811292,2.44356684 1.83333333,2.44356684 C1.86910911,2.44356684 1.90464555,2.44459213 1.9399149,2.44661492 C1.87033304,2.25583284 1.83333333,2.049393 1.83333333,1.83430682 C1.83333333,0.821247137 2.65414463,0 3.66666667,0 Z" id="形状结合"></path>
|
||||
<path d="M9.16666667,0 C10.1791887,0 11,0.821247137 11,1.83430682 L10.999,1.855 L10.99984,8.86429101 C10.9999466,8.87303037 11,8.88178252 11,8.89054716 L10.999,8.915 L11,9.1715341 L10.9813901,9.17205165 C10.8438503,10.2039785 9.96066953,11 8.89166667,11 C7.72726632,11 6.78333333,10.0555658 6.78333333,8.89054716 C6.78333333,8.74208151 6.79866281,8.59719816 6.82782451,8.45739516 C6.06085911,8.23882985 5.5,7.53248099 5.5,6.69506691 C5.5,6.2318134 5.67163691,5.80866913 5.95475582,5.48582095 C5.67163691,5.16427144 5.5,4.74112717 5.5,4.27787366 C5.5,3.26481398 6.32081129,2.44356684 7.33333333,2.44356684 C7.36910911,2.44356684 7.40464555,2.44459213 7.4399149,2.44661492 C7.37033304,2.25583284 7.33333333,2.049393 7.33333333,1.83430682 C7.33333333,0.821247137 8.15414463,0 9.16666667,0 Z" id="形状结合" transform="translate(8.25, 5.5) scale(-1, 1) translate(-8.25, -5.5)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 3.4 KiB |
@@ -1,14 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>brain-2-line</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
|
||||
<g id="红熊空间-记忆对话-交互-2" transform="translate(-787, -339)" stroke="#155EEF">
|
||||
<g id="输入框" transform="translate(737, 180)">
|
||||
<g id="1" transform="translate(42, 155)">
|
||||
<g id="brain-2-line" transform="translate(8, 4)">
|
||||
<g id="编组-25" transform="translate(3, 3)">
|
||||
<path d="M3.33333333,0 C4.20536189,0 4.92097069,0.670068175 4.99388234,1.52366891 L5,1.66755165 L4.99986288,8.05913792 C4.99995421,8.06685294 5,8.07457892 5,8.0823156 L4.999,8.107 L5,8.33775827 L4.98310752,8.33803625 C4.85815555,9.27624509 4.05522059,10 3.08333333,10 C2.02478756,10 1.16666667,9.14142345 1.16666667,8.0823156 C1.16666667,7.94759059 1.18055226,7.81611046 1.20696967,7.68922971 C0.51077752,7.49098524 0,6.84838576 0,6.08642446 C0,5.66523785 0.156068428,5.28052233 0.413500665,4.98701157 C0.156068428,4.69487819 0,4.31016267 0,3.88897606 C0,2.96801271 0.746192084,2.2214244 1.66666667,2.2214244 C1.69896402,2.2214244 1.73104681,2.22234356 1.76289032,2.22415717 C1.70039312,2.05126095 1.66666667,1.86334701 1.66666667,1.66755165 C1.66666667,0.746588306 2.41285875,0 3.33333333,0 Z" id="形状结合"></path>
|
||||
<path d="M8.33333333,0 C9.20536189,0 9.92097069,0.670068175 9.99388234,1.52366891 L10,1.66755165 L9.99986288,8.05913792 C9.99995421,8.06685294 10,8.07457892 10,8.0823156 L9.999,8.107 L10,8.33775827 L9.98310752,8.33803625 C9.85815555,9.27624509 9.05522059,10 8.08333333,10 C7.02478756,10 6.16666667,9.14142345 6.16666667,8.0823156 C6.16666667,7.94759059 6.18055226,7.81611046 6.20696967,7.68922971 C5.51077752,7.49098524 5,6.84838576 5,6.08642446 C5,5.66523785 5.15606843,5.28052233 5.41350066,4.98701157 C5.15606843,4.69487819 5,4.31016267 5,3.88897606 C5,2.96801271 5.74619208,2.2214244 6.66666667,2.2214244 C6.69896402,2.2214244 6.73104681,2.22234356 6.76289032,2.22415717 C6.70039312,2.05126095 6.66666667,1.86334701 6.66666667,1.66755165 C6.66666667,0.746588306 7.41285875,0 8.33333333,0 Z" id="形状结合" transform="translate(7.5, 5) scale(-1, 1) translate(-7.5, -5)"></path>
|
||||
<title>1</title>
|
||||
<defs>
|
||||
<filter x="-2.6%" y="-9.4%" width="105.3%" height="121.1%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.12 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
|
||||
<g id="多模态对话-3" transform="translate(-1109, -806)" stroke="#155EEF" stroke-width="1.1">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(540, 660)">
|
||||
<g id="编组-18" transform="translate(485, 140)">
|
||||
<g id="1" transform="translate(78, 0)">
|
||||
<g id="brain-2-line" transform="translate(6, 6)">
|
||||
<g id="编组-25" transform="translate(2.5, 2.5)">
|
||||
<path d="M3.66666667,0 C4.67918871,0 5.5,0.821247137 5.5,1.83430682 L5.499,1.855 L5.49984003,8.86429101 C5.49994658,8.87303037 5.5,8.88178252 5.5,8.89054716 L5.499,8.915 L5.5,9.1715341 L5.48139006,9.17205165 C5.34385028,10.2039785 4.46066953,11 3.39166667,11 C2.22726632,11 1.28333333,10.0555658 1.28333333,8.89054716 C1.28333333,8.74208151 1.29866281,8.59719816 1.32782451,8.45739516 C0.560859111,8.23882985 0,7.53248099 0,6.69506691 C0,6.2318134 0.17163691,5.80866913 0.454755816,5.48582095 C0.17163691,5.16427144 0,4.74112717 0,4.27787366 C0,3.26481398 0.820811292,2.44356684 1.83333333,2.44356684 C1.86910911,2.44356684 1.90464555,2.44459213 1.9399149,2.44661492 C1.87033304,2.25583284 1.83333333,2.049393 1.83333333,1.83430682 C1.83333333,0.821247137 2.65414463,0 3.66666667,0 Z" id="形状结合"></path>
|
||||
<path d="M9.16666667,0 C10.1791887,0 11,0.821247137 11,1.83430682 L10.999,1.855 L10.99984,8.86429101 C10.9999466,8.87303037 11,8.88178252 11,8.89054716 L10.999,8.915 L11,9.1715341 L10.9813901,9.17205165 C10.8438503,10.2039785 9.96066953,11 8.89166667,11 C7.72726632,11 6.78333333,10.0555658 6.78333333,8.89054716 C6.78333333,8.74208151 6.79866281,8.59719816 6.82782451,8.45739516 C6.06085911,8.23882985 5.5,7.53248099 5.5,6.69506691 C5.5,6.2318134 5.67163691,5.80866913 5.95475582,5.48582095 C5.67163691,5.16427144 5.5,4.74112717 5.5,4.27787366 C5.5,3.26481398 6.32081129,2.44356684 7.33333333,2.44356684 C7.36910911,2.44356684 7.40464555,2.44459213 7.4399149,2.44661492 C7.37033304,2.25583284 7.33333333,2.049393 7.33333333,1.83430682 C7.33333333,0.821247137 8.15414463,0 9.16666667,0 Z" id="形状结合" transform="translate(8.25, 5.5) scale(-1, 1) translate(-8.25, -5.5)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.4 KiB |
28
web/src/assets/images/conversation/normalReply.svg
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>正常</title>
|
||||
<defs>
|
||||
<filter x="-3.4%" y="-14.2%" width="106.8%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="记忆验证" transform="translate(-353, -742)" fill="#171719" fill-rule="nonzero">
|
||||
<g id="编组-16" transform="translate(252, 108)">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(11, 548)">
|
||||
<g id="快速/深度" transform="translate(12, 80)">
|
||||
<g id="正常" transform="translate(78, 6)">
|
||||
<path d="M7.99962468,2 C9.06023644,2 10.1103396,2.27993548 11.0200788,2.81896016 C11.260274,2.95967242 11.3398386,3.26938826 11.2002252,3.49944161 C11.1350138,3.61371625 11.0262186,3.69718613 10.8983165,3.73107216 C10.7704144,3.76495819 10.6341473,3.74641442 10.5201726,3.67961285 C9.75734215,3.23130772 8.88629417,2.99640503 7.99962468,2.99987592 C5.2396322,2.99987592 2.99981234,5.23935973 2.99981234,7.99925549 C2.99981234,10.7591513 5.2396322,12.9993796 7.99962468,12.9993796 C10.7603678,12.9993796 13.0001876,10.7591513 13.0001876,7.99925549 C13.0001876,7.56967366 12.9498968,7.14977044 12.8403077,6.73954585 C12.8060757,6.61118359 12.8248518,6.4745813 12.8924776,6.35999283 C12.9601034,6.24540436 13.0709978,6.1622867 13.2006005,6.12904827 C13.47082,6.05980891 13.740289,6.2198784 13.8100957,6.48939074 C13.9399512,6.97927783 14,7.48926666 14,7.99925549 C14,11.3093436 11.3098142,14 7.99962468,14 C4.68943516,13.9992555 2,11.3093436 2,7.99925549 C2,4.69065641 4.69018577,2 7.99962468,2 Z M12.3501595,4.14990772 C12.4825992,4.14990772 12.6091636,4.20414012 12.6999437,4.29978905 C12.7957173,4.39141511 12.8498172,4.51772577 12.8498172,4.6497084 C12.8498172,4.78169102 12.7957173,4.90800169 12.6999437,4.99962775 L7.6505911,10.049634 C7.55801526,10.142681 7.43257097,10.1963492 7.30080691,10.1992803 C7.16761349,10.1995402 7.04117199,10.1451763 6.95027209,10.049634 L5.00018765,8.09901973 C4.90441409,8.00739367 4.85031413,7.88108301 4.85031413,7.74910039 C4.85031413,7.61711776 4.90441409,7.4908071 5.00018765,7.39918104 C5.09096772,7.30353212 5.2175321,7.24929972 5.34997184,7.24929972 C5.48241159,7.24929972 5.60897597,7.30353212 5.69975604,7.39918104 L7.30005629,8.99987592 L12.0003753,4.29978905 C12.0911554,4.20414012 12.2177198,4.14990772 12.3501595,4.14990772 Z" id="形状结合"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -1,17 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>互联网</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-默认对话" transform="translate(-463, -730)" stroke="#212332">
|
||||
<g id="聊天页面" transform="translate(258, 128)">
|
||||
<g id="输入框" transform="translate(16, 512)">
|
||||
<g id="2" transform="translate(181, 86)">
|
||||
<g id="互联网" transform="translate(8, 4)">
|
||||
<g id="编组-11" transform="translate(2.5, 2.5)">
|
||||
<circle id="椭圆形" cx="5.5" cy="5.5" r="5"></circle>
|
||||
<line x1="0.785714286" y1="3.53571429" x2="10.2142857" y2="3.53571429" id="路径-6"></line>
|
||||
<path d="M4.27288123,0.591487342 C3.82349401,1.74340425 3.53571429,3.51415883 3.53571429,5.5 C3.53571429,7.49845355 3.82716108,9.27907975 4.28146314,10.4303857 M6.66018951,10.572683 C7.14773377,9.4289068 7.46428571,7.58274887 7.46428571,5.5 C7.46428571,3.4620778 7.16121333,1.65067191 6.69143044,0.502140402" id="形状"></path>
|
||||
<line x1="0.772766423" y1="7.07142857" x2="10.2013379" y2="7.07142857" id="路径-6"></line>
|
||||
<title>联网</title>
|
||||
<defs>
|
||||
<filter x="-2.6%" y="-14.2%" width="105.3%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.12 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="多模态对话" transform="translate(-1145, -742)" stroke="#171719">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(540, 656)">
|
||||
<g id="编组-18" transform="translate(485, 80)">
|
||||
<g id="记忆" transform="translate(114, 0)">
|
||||
<g id="互联网" transform="translate(6, 6)">
|
||||
<g id="编组-11" transform="translate(2, 2)">
|
||||
<circle id="椭圆形" cx="6" cy="6" r="5.5"></circle>
|
||||
<line x1="0.857142857" y1="3.85714286" x2="11.1428571" y2="3.85714286" id="路径-6"></line>
|
||||
<path d="M4.66132498,0.645258919 C4.17108437,1.90189554 3.85714286,3.83362782 3.85714286,6 C3.85714286,8.18013114 4.17508482,10.1226325 4.67068706,11.3786026 M7.26566129,11.533836 C7.79752775,10.2860801 8.14285714,8.27208968 8.14285714,6 C8.14285714,3.77681214 7.81223272,1.80073299 7.2997423,0.54778953" id="形状"></path>
|
||||
<line x1="0.843017916" y1="7.71428571" x2="11.1287322" y2="7.71428571" id="路径-6"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.3 KiB |
@@ -1,16 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>互联网</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-交互-2" transform="translate(-928, -339)" stroke="#155EEF">
|
||||
<g id="输入框" transform="translate(737, 180)">
|
||||
<g id="2" transform="translate(183, 155)">
|
||||
<g id="互联网" transform="translate(8, 4)">
|
||||
<g id="编组-11" transform="translate(2.5, 2.5)">
|
||||
<circle id="椭圆形" cx="5.5" cy="5.5" r="5"></circle>
|
||||
<line x1="0.785714286" y1="3.53571429" x2="10.2142857" y2="3.53571429" id="路径-6"></line>
|
||||
<path d="M4.27288123,0.591487342 C3.82349401,1.74340425 3.53571429,3.51415883 3.53571429,5.5 C3.53571429,7.49845355 3.82716108,9.27907975 4.28146314,10.4303857 M6.66018951,10.572683 C7.14773377,9.4289068 7.46428571,7.58274887 7.46428571,5.5 C7.46428571,3.4620778 7.16121333,1.65067191 6.69143044,0.502140402" id="形状"></path>
|
||||
<line x1="0.772766423" y1="7.07142857" x2="10.2013379" y2="7.07142857" id="路径-6"></line>
|
||||
<title>联网</title>
|
||||
<defs>
|
||||
<filter x="-2.6%" y="-14.2%" width="105.3%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.12 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="多模态对话" transform="translate(-1145, -742)" stroke="#155EEF">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(540, 656)">
|
||||
<g id="编组-18" transform="translate(485, 80)">
|
||||
<g id="记忆" transform="translate(114, 0)">
|
||||
<g id="互联网" transform="translate(6, 6)">
|
||||
<g id="编组-11" transform="translate(2, 2)">
|
||||
<circle id="椭圆形" cx="6" cy="6" r="5.5"></circle>
|
||||
<line x1="0.857142857" y1="3.85714286" x2="11.1428571" y2="3.85714286" id="路径-6"></line>
|
||||
<path d="M4.66132498,0.645258919 C4.17108437,1.90189554 3.85714286,3.83362782 3.85714286,6 C3.85714286,8.18013114 4.17508482,10.1226325 4.67068706,11.3786026 M7.26566129,11.533836 C7.79752775,10.2860801 8.14285714,8.27208968 8.14285714,6 C8.14285714,3.77681214 7.81223272,1.80073299 7.2997423,0.54778953" id="形状"></path>
|
||||
<line x1="0.843017916" y1="7.71428571" x2="11.1287322" y2="7.71428571" id="路径-6"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.3 KiB |
28
web/src/assets/images/conversation/quickReply.svg
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>快速回复</title>
|
||||
<defs>
|
||||
<filter x="-3.4%" y="-14.2%" width="106.8%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="记忆验证" transform="translate(-285, -742)" stroke="#171719">
|
||||
<g id="编组-16" transform="translate(252, 108)">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(11, 548)">
|
||||
<g id="快速/深度" transform="translate(12, 80)">
|
||||
<g id="快速回复" transform="translate(10, 6)">
|
||||
<path d="M7.87421377,2.54726615 L3.90048515,8.12578128 C3.64414483,8.48564439 3.72806663,8.98517595 4.08792974,9.24151627 C4.22344723,9.33804908 4.38569112,9.38992649 4.55207494,9.38992649 L6.7255258,9.38992649 C6.83598275,9.38992649 6.9255258,9.47946954 6.9255258,9.58992649 L6.9255258,12.7661445 C6.9255258,13.3184293 7.37324105,13.7661445 7.9255258,13.7661445 C8.2557012,13.7661445 8.56459514,13.6031667 8.75097255,13.3306245 L12.1441069,8.36879823 C12.3935099,8.00409291 12.3000389,7.50625978 11.9353335,7.25685682 C11.8023068,7.1658868 11.6449067,7.11721421 11.4837495,7.11721421 L9.888701,7.11721421 C9.77824405,7.11721421 9.688701,7.02767116 9.688701,6.91721421 L9.688701,3.12744764 C9.688701,2.57516289 9.24098575,2.12744764 8.688701,2.12744764 C8.36529181,2.12744764 8.0618498,2.2838535 7.87421377,2.54726615 Z" id="路径-2"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
BIN
web/src/assets/images/conversation/redbear.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
@@ -1,15 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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">
|
||||
<title>发送</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-交互-2" transform="translate(-1249, -336)">
|
||||
<g id="输入框" transform="translate(737, 180)">
|
||||
<g id="编组-7" transform="translate(471, 155)">
|
||||
<g id="发送" transform="translate(41, 1)">
|
||||
<circle id="椭圆形" fill="#155EEF" cx="11" cy="11" r="11"></circle>
|
||||
<g id="编组-50" transform="translate(7.5, 7)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round">
|
||||
<polyline id="路径" points="0 3.5 3.5 0 7 3.5"></polyline>
|
||||
<line x1="3.5" y1="0.347479368" x2="3.5" y2="8.84747937" id="路径-49"></line>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>发送-2@2x</title>
|
||||
<defs>
|
||||
<filter x="-3.4%" y="-9.4%" width="106.8%" height="121.1%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="记忆验证-2" transform="translate(-789, -742)" stroke="#FFFFFF" stroke-width="1.5">
|
||||
<g id="编组-16" transform="translate(253, 108)">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(12, 488)">
|
||||
<g id="发送-2" transform="translate(518, 140)">
|
||||
<g id="编组-50" transform="translate(6, 6)">
|
||||
<g id="编组-14" transform="translate(4, 3)">
|
||||
<polyline id="路径" points="0 4 4 0 8 4"></polyline>
|
||||
<line x1="4" y1="-1.65043138e-17" x2="4" y2="10" id="路径-49"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.9 KiB |
@@ -1,16 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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">
|
||||
<title>发送-2</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆对话-默认对话" transform="translate(-786, -727)">
|
||||
<g id="聊天页面" transform="translate(258, 128)">
|
||||
<g id="输入框" transform="translate(16, 512)">
|
||||
<g id="编组-7" transform="translate(471, 86)">
|
||||
<g id="发送-2" transform="translate(41, 1)">
|
||||
<circle id="椭圆形" fill="#F0F3F8" cx="11" cy="11" r="11"></circle>
|
||||
<g id="编组-50" transform="translate(7.5, 7)" stroke="#B9BDC4" stroke-linecap="round" stroke-linejoin="round">
|
||||
<polyline id="路径" points="0 3.5 3.5 0 7 3.5"></polyline>
|
||||
<line x1="3.5" y1="0.347479368" x2="3.5" y2="8.84747937" id="路径-49"></line>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>发送-2@2x</title>
|
||||
<defs>
|
||||
<filter x="-3.4%" y="-14.2%" width="106.8%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="记忆验证" transform="translate(-787, -742)" stroke="#A8A9AA" stroke-width="1.5">
|
||||
<g id="编组-16" transform="translate(252, 108)">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(11, 548)">
|
||||
<g id="发送-2" transform="translate(518, 80)">
|
||||
<g id="编组-50" transform="translate(6, 6)">
|
||||
<g id="编组-14" transform="translate(4, 3)">
|
||||
<polyline id="路径" points="0 4 4 0 8 4"></polyline>
|
||||
<line x1="4" y1="-1.65043138e-17" x2="4" y2="10" id="路径-49"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.9 KiB |
31
web/src/assets/images/conversation/variables.svg
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>变量 (1)</title>
|
||||
<defs>
|
||||
<filter x="-2.6%" y="-14.2%" width="105.3%" height="131.7%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.0901960784 0 0 0 0 0.0901960784 0 0 0 0 0.0980392157 0 0 0 0.12 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="多模态对话" transform="translate(-630, -742)" fill="#000000" fill-rule="nonzero">
|
||||
<g id="输入框" filter="url(#filter-1)" transform="translate(540, 656)">
|
||||
<g id="变量" transform="translate(84, 80)">
|
||||
<g id="变量-(1)" transform="translate(6, 6)">
|
||||
<g id="local_variable" transform="translate(1.1, 2)">
|
||||
<path d="M4.38472,2.88803156 C4.38472,2.56775449 4.64232,2.30839467 4.96156,2.30839467 L5.66904,2.30839467 C5.95424,2.30839467 6.2284,2.38500273 6.463,2.58529128 C6.6746,2.76527407 6.80524,3.0070971 6.9046,3.23138335 C6.99936,3.44459373 7.09228,3.70856849 7.19348,3.99746395 L7.21188,4.0500743 C7.32412,4.36665942 7.45568,4.73770086 7.62956,5.17335152 L7.63048,5.1751975 C7.80988,5.62653896 7.94328,6.00957926 8.05276,6.3243184 L8.05644,6.33447127 C8.16684,6.65197937 8.24412,6.87534263 8.31956,7.04517255 C8.38948,7.2039266 8.43364,7.25653696 8.44836,7.27038179 L8.4548,7.27130477 C8.464,7.27315075 8.47688,7.27407374 8.49712,7.27407374 L9.2046,7.27407374 C9.5144737,7.28648663 9.75930946,7.54212108 9.75930946,7.85324913 C9.75930946,8.16437719 9.5144737,8.42001164 9.2046,8.43242453 L8.49712,8.43242453 C8.20809037,8.44042248 7.92609201,8.34228859 7.70408,8.15645091 C7.49248,7.97646812 7.36184,7.73649107 7.2634,7.5140508 C7.16956,7.29991742 7.07756,7.03686565 6.9782,6.75073916 L6.96256,6.70458973 C6.83587483,6.33485387 6.70090729,5.96802673 6.55776,5.60438723 C6.37376,5.14473887 6.23576,4.75523765 6.12352,4.43496058 L6.11524,4.41280885 C6.00484,4.09622374 5.92572,3.87193749 5.85028,3.70210757 C5.77668,3.53873858 5.73252,3.48520523 5.7178,3.47043741 C5.70169877,3.46766941 5.68537294,3.46643327 5.66904,3.46674546 L4.96156,3.46674546 C4.64298006,3.46674546 4.38472,3.20764642 4.38472,2.88803156 L4.38472,2.88803156 Z" id="路径"></path>
|
||||
<path d="M8.77128,4.13775823 C8.32784,4.58356176 7.91108,5.16412163 7.56148,5.69022518 C7.20452,6.22832757 6.73624,6.88918746 6.20908,7.41898296 C5.70124,7.92662673 5.0278,8.42965556 4.255,8.42965556 C4.04957228,8.42965556 3.85974924,8.31970517 3.75703537,8.14122161 C3.65432151,7.96273805 3.65432151,7.74283723 3.75703537,7.56435367 C3.85974924,7.38587011 4.04957228,7.27591971 4.255,7.27591972 C4.54296,7.27591972 4.93028,7.07009324 5.3958,6.60213799 C5.83924,6.15725744 6.25508,5.57669757 6.60468,5.05059402 C6.96256,4.51249163 7.42992,3.85163174 7.958,3.32183624 C8.46492,2.81419247 9.13928,2.31024065 9.91208,2.31024065 C10.2296437,2.31024065 10.48708,2.56851322 10.48708,2.88710857 C10.48708,3.20570393 10.2296437,3.46397649 9.91208,3.46397649 C9.62412,3.46397649 9.2368,3.67072596 8.77128,4.13775823 L8.77128,4.13775823 Z" id="路径"></path>
|
||||
<path d="M4.301,9.69230407 L9.591,9.69230407 C9.97433333,9.69230407 10.166,9.88459337 10.166,10.269172 L10.166,10.269172 C10.166,10.6537506 9.97433333,10.8460399 9.591,10.8460399 L4.301,10.8460399 C3.91766667,10.8460399 3.726,10.6537506 3.726,10.269172 L3.726,10.269172 C3.726,9.88459337 3.91766667,9.69230407 4.301,9.69230407 Z" id="路径"></path>
|
||||
<path d="M2.80324,11.9997758 C2.66536377,12.0039507 2.53211105,11.9496723 2.43616,11.8502516 C0.81972,10.2368674 0,8.2875153 0,6.03726892 C0,3.74917999 0.8188,1.78136814 2.43616,0.149524165 C2.53448735,0.0536953264 2.66615588,0 2.80324,0 L2.8244,0 C3.21264,0 3.45,0.394116164 3.21264,0.674704721 C1.89704,2.23086363 1.25028,4.01223177 1.25028,6.01880914 C1.25028,8.00508077 1.89796,9.76798914 3.21264,11.324148 C3.42884,11.6047366 3.21264,11.9988528 2.80324,11.9988528 L2.80324,11.9997758 Z M10.99676,11.9997758 C11.14764,11.9997758 11.27736,11.9443964 11.36384,11.8502516 C12.98028,10.2377904 13.8,8.2875153 13.8,6.03819191 C13.8,3.75010298 12.9812,1.78229113 11.36384,0.150447154 C11.2655127,0.0546183151 11.1338441,0.000922988674 10.99676,0.000922988674 L10.9756,0.000922988674 C10.58736,0.000922988674 10.35,0.395039153 10.58736,0.675627709 C11.90296,2.23178661 12.54972,4.01315476 12.54972,6.01973213 C12.54972,8.00600376 11.90204,9.76891213 10.58736,11.325071 C10.37116,11.6056596 10.58736,11.9997758 10.99676,11.9997758 L10.99676,11.9997758 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.3 KiB |
@@ -2,7 +2,7 @@
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>复制</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-编排-操作状态-1" transform="translate(-262, -98)" fill="#155EEF" fill-rule="nonzero" stroke="#155EEF" stroke-width="0.2">
|
||||
<g id="应用管理-编排-操作状态-1" transform="translate(-262, -98)" fill="#212332" fill-rule="nonzero" stroke="#212332" stroke-width="0.2">
|
||||
<g id="添加变量备份" transform="translate(246, 44)">
|
||||
<g id="复制" transform="translate(24, 62) scale(-1, 1) translate(-24, -62)translate(16, 54)">
|
||||
<path d="M12.457101,11.1647176 L10.4691352,11.1647176 L10.4691352,12.586712 C10.4691352,13.4145067 9.60465201,13.9995312 8.77685733,13.9995312 L3.50878856,13.9995312 C2.67802272,13.9972139 2.00512985,13.324321 2.0028125,12.4935552 L2.0028125,7.22548642 C2.0028125,6.39770345 2.58432174,5.52968145 3.41211643,5.52968145 L4.81504585,5.52968145 L4.81504585,3.54101264 C4.81504585,2.69558262 5.50874164,2.00328125 6.35629259,2.00328125 L12.4571127,2.00328125 C13.3053667,2.00328125 13.9990625,2.69558262 13.9990625,3.54101264 L13.9990625,9.62770103 C13.9951838,10.4768867 13.3063065,11.1635653 12.4571127,11.1647294 L12.457101,11.1647176 Z M4.86655745,10.0010195 C4.85318829,9.94543146 4.84305487,9.8891147 4.83620826,9.83235301 C4.83480212,9.80765181 4.82351784,9.78859861 4.82351784,9.76389742 L4.82351784,9.70956182 C4.8221117,9.68203663 4.81504585,9.65522622 4.81504585,9.62770103 L4.81504585,6.23538801 L3.41210471,6.23538801 C2.96046422,6.23538801 2.75580053,6.77384593 2.75580053,7.22548642 L2.75580053,12.4935552 C2.75580053,12.9452074 3.05713636,13.2465432 3.50878856,13.2465432 L8.77685733,13.2465432 C9.22850953,13.2465432 9.76342867,13.0383642 9.76342867,12.586712 L9.76342867,11.1752988 L6.23491926,11.1752988 C5.49322723,11.1752988 4.97241636,10.6940239 4.86655745,10.0010195 Z M13.2284274,3.54101264 C13.2284274,3.0794823 12.9200375,2.7725102 12.457101,2.7725102 L6.35630431,2.7725102 C5.89405918,2.7725102 5.58566922,3.0794823 5.58566922,3.54101264 L5.58566922,9.62770103 C5.58566922,10.0885283 5.89405918,10.3962152 6.35630431,10.3962152 L12.457101,10.3962152 C12.9200375,10.3962152 13.2284274,10.0885283 13.2284274,9.62770103 L13.2284274,3.54101264 L13.2284274,3.54101264 Z M9.75919853,8.35532 L9.05490982,8.35532 L9.05490982,6.94674258 L7.64632068,6.94674258 L7.64632068,6.24244215 L9.05490982,6.24244215 L9.05490982,4.83386473 L9.75919853,4.83386473 L9.75919853,6.24244215 L11.167776,6.24244215 L11.167776,6.94674258 L9.75919853,6.94674258 L9.75919853,8.35532 Z" id="形状"></path>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 8</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-编排-操作状态-1" transform="translate(-648, -630)">
|
||||
<g id="知识库" transform="translate(16, 454)">
|
||||
<g id="编组-14备份" transform="translate(16, 158)">
|
||||
<g id="编组-8" transform="translate(616, 18)">
|
||||
<rect id="矩形" fill="#FBEEEC" x="0" y="0" width="24" height="24" rx="6"></rect>
|
||||
<g id="删除" transform="translate(4, 4)" stroke="#FF5D34" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置-2" transform="translate(-564, -604)">
|
||||
<g id="知识库" transform="translate(12, 444)">
|
||||
<g id="编组-14备份" transform="translate(16, 142)">
|
||||
<g id="编组-8" transform="translate(536, 18)">
|
||||
<rect id="矩形" fill="#FF5D34" x="0" y="0" width="24" height="24" rx="6"></rect>
|
||||
<g id="删除" transform="translate(4, 4)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="编组-12" transform="translate(3.2, 2.4)">
|
||||
<line x1="-1.22219542e-18" y1="1.99830302" x2="9.6" y2="1.99830302" id="路径-3"></line>
|
||||
<path d="M0.8,2 L1.53019479,9.89212843 C1.57778741,10.4065214 2.00935196,10.8 2.52594192,10.8 L7.09449924,10.8 C7.61043827,10.8 8.04168346,10.4074826 8.09008848,9.89381926 L8.8,2.36039518 L8.8,2.36039518" id="路径-4"></path>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 8</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-编排-操作状态-1" transform="translate(-648, -558)">
|
||||
<g id="知识库" transform="translate(16, 454)">
|
||||
<g id="编组-14" transform="translate(16, 86)">
|
||||
<g id="编组-8" transform="translate(616, 18)">
|
||||
<rect id="矩形" stroke="#DFE4ED" x="0.5" y="0.5" width="23" height="23" rx="6"></rect>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置-2" transform="translate(-564, -534)">
|
||||
<g id="知识库" transform="translate(12, 444)">
|
||||
<g id="编组-14" transform="translate(16, 72)">
|
||||
<g id="编组-8" transform="translate(536, 18)">
|
||||
<rect id="矩形" stroke="#EBEBEB" fill="#FFFFFF" x="0.5" y="0.5" width="23" height="23" rx="6"></rect>
|
||||
<g id="删除" transform="translate(4, 4)" stroke="#5B6167" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="编组-12" transform="translate(3.2, 2.4)">
|
||||
<line x1="-1.22219542e-18" y1="1.99830302" x2="9.6" y2="1.99830302" id="路径-3"></line>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -2,7 +2,7 @@
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编辑</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="应用管理-编排-默认状态" transform="translate(-246, -24)" stroke="#5B6167">
|
||||
<g id="应用管理-编排-默认状态" transform="translate(-246, -24)" stroke="#A8A9AA">
|
||||
<g id="编辑" transform="translate(246, 24)">
|
||||
<g id="编组-10" transform="translate(2.8, 2.8)">
|
||||
<path d="M10.4,4.47335995 L10.4,8.4 C10.4,9.5045695 9.5045695,10.4 8.4,10.4 L2,10.4 C0.8954305,10.4 0,9.5045695 0,8.4 L-2.22044605e-16,2 C-2.22044605e-16,0.8954305 0.8954305,2.22044605e-16 2,0 L5.96294416,0 L5.96294416,0" id="路径"></path>
|
||||
|
||||
|
Before Width: | Height: | Size: 1005 B After Width: | Height: | Size: 1005 B |
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 13</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-编排-操作状态-1" transform="translate(-612, -630)">
|
||||
<g id="知识库" transform="translate(16, 454)">
|
||||
<g id="编组-14备份" transform="translate(16, 158)">
|
||||
<g id="编组-13" transform="translate(580, 18)">
|
||||
<rect id="矩形" fill="#EEF0F3" x="0" y="0" width="24" height="24" rx="6"></rect>
|
||||
<g id="编辑" transform="translate(4, 4)" stroke="#5B6167" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置-2" transform="translate(-528, -604)">
|
||||
<g id="知识库" transform="translate(12, 444)">
|
||||
<g id="编组-14备份" transform="translate(16, 142)">
|
||||
<g id="编组-13" transform="translate(500, 18)">
|
||||
<rect id="矩形" fill="#171719" x="0" y="0" width="24" height="24" rx="6"></rect>
|
||||
<g id="编辑" transform="translate(4, 4)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="编组-10" transform="translate(2.8, 2.8)">
|
||||
<path d="M10.4,4.47335995 L10.4,8.4 C10.4,9.5045695 9.5045695,10.4 8.4,10.4 L2,10.4 C0.8954305,10.4 0,9.5045695 0,8.4 L-2.22044605e-16,2 C-2.22044605e-16,0.8954305 0.8954305,2.22044605e-16 2,0 L5.96294416,0 L5.96294416,0" id="路径"></path>
|
||||
<line x1="4.14075334" y1="6.29066973" x2="10.4" y2="1.16982777e-14" id="路径-2"></line>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 13</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-编排-操作状态-1" transform="translate(-612, -558)">
|
||||
<g id="知识库" transform="translate(16, 454)">
|
||||
<g id="编组-14" transform="translate(16, 86)">
|
||||
<g id="编组-13" transform="translate(580, 18)">
|
||||
<rect id="矩形" stroke="#DFE4ED" x="0.5" y="0.5" width="23" height="23" rx="6"></rect>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="应用管理-Agent-配置-2" transform="translate(-528, -534)">
|
||||
<g id="知识库" transform="translate(12, 444)">
|
||||
<g id="编组-14" transform="translate(16, 72)">
|
||||
<g id="编组-13" transform="translate(500, 18)">
|
||||
<rect id="矩形" stroke="#EBEBEB" fill="#FFFFFF" x="0.5" y="0.5" width="23" height="23" rx="6"></rect>
|
||||
<g id="编辑" transform="translate(4, 4)" stroke="#5B6167" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="编组-10" transform="translate(2.8, 2.8)">
|
||||
<path d="M10.4,4.47335995 L10.4,8.4 C10.4,9.5045695 9.5045695,10.4 8.4,10.4 L2,10.4 C0.8954305,10.4 0,9.5045695 0,8.4 L-2.22044605e-16,2 C-2.22044605e-16,0.8954305 0.8954305,2.22044605e-16 2,0 L5.96294416,0 L5.96294416,0" id="路径"></path>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
14
web/src/assets/images/edit_active.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编辑</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="应用管理-Agent--发布" transform="translate(-238, -24)" stroke="#212332">
|
||||
<g id="编辑" transform="translate(238, 24)">
|
||||
<g id="编组-10" transform="translate(2.8, 2.8)">
|
||||
<path d="M10.4,4.47335995 L10.4,8.4 C10.4,9.5045695 9.5045695,10.4 8.4,10.4 L2,10.4 C0.8954305,10.4 0,9.5045695 0,8.4 L-2.22044605e-16,2 C-2.22044605e-16,0.8954305 0.8954305,2.22044605e-16 2,0 L5.96294416,0 L5.96294416,0" id="路径"></path>
|
||||
<line x1="4.14075334" y1="6.29066973" x2="10.4" y2="1.16982777e-14" id="路径-2"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1016 B |
@@ -2,7 +2,7 @@
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编辑</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="应用管理-编排-默认状态" transform="translate(-246, -24)" stroke="#212332">
|
||||
<g id="应用管理-编排-默认状态" transform="translate(-246, -24)" stroke="#171719">
|
||||
<g id="编辑" transform="translate(246, 24)">
|
||||
<g id="编组-10" transform="translate(2.8, 2.8)">
|
||||
<path d="M10.4,4.47335995 L10.4,8.4 C10.4,9.5045695 9.5045695,10.4 8.4,10.4 L2,10.4 C0.8954305,10.4 0,9.5045695 0,8.4 L-2.22044605e-16,2 C-2.22044605e-16,0.8954305 0.8954305,2.22044605e-16 2,0 L5.96294416,0 L5.96294416,0" id="路径"></path>
|
||||
|
||||
|
Before Width: | Height: | Size: 1005 B After Width: | Height: | Size: 1005 B |
BIN
web/src/assets/images/empty/noData.png
Normal file
|
After Width: | Height: | Size: 95 KiB |
20
web/src/assets/images/home/application.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>icon_应用管理</title>
|
||||
<g id="定稿" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页-红熊空间" transform="translate(-878, -817)" stroke="#171719" stroke-width="1.6">
|
||||
<g id="快速操作" transform="translate(846, 736)">
|
||||
<g id="1" transform="translate(16, 58)">
|
||||
<g id="icon_应用管理" transform="translate(16, 23)">
|
||||
<g id="编组-26" transform="translate(3.75, 3.158)">
|
||||
<rect id="矩形" x="0" y="0.966987659" width="6.75" height="6.75" rx="1.6"></rect>
|
||||
<rect id="矩形" x="0" y="10.3419877" width="6.75" height="6.75" rx="1.6"></rect>
|
||||
<rect id="矩形" x="9.375" y="10.3419877" width="6.75" height="6.75" rx="1.6"></rect>
|
||||
<path d="M11.4301643,1.24264069 L14.2301643,1.24264069 C15.1138199,1.24264069 15.8301643,1.95898509 15.8301643,2.84264069 L15.8301643,5.64264069 C15.8301643,6.52629629 15.1138199,7.24264069 14.2301643,7.24264069 L11.4301643,7.24264069 C10.5465087,7.24264069 9.83016429,6.52629629 9.83016429,5.64264069 L9.83016429,2.84264069 C9.83016429,1.95898509 10.5465087,1.24264069 11.4301643,1.24264069 Z" id="矩形备份-5" transform="translate(12.8302, 4.2426) rotate(45) translate(-12.8302, -4.2426)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 16</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆看板" transform="translate(-1372, -1136)" stroke="#BABDC8">
|
||||
<g id="快速操作" transform="translate(848, 1048)">
|
||||
<g id="1" transform="translate(296, 68)">
|
||||
<g id="编组-16" transform="translate(228, 20)">
|
||||
<line x1="13.7142857" y1="2.28571429" x2="2.28571429" y2="13.7142857" id="路径-15"></line>
|
||||
<polyline id="路径" points="5.55102041 2.28571429 13.7142857 2.28571429 13.7142857 10.4489796"></polyline>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 929 B |
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 16</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆看板" transform="translate(-1372, -1136)" stroke="#212332">
|
||||
<g id="快速操作" transform="translate(848, 1048)">
|
||||
<g id="1" transform="translate(296, 68)">
|
||||
<g id="编组-16" transform="translate(228, 20)">
|
||||
<line x1="13.7142857" y1="2.28571429" x2="2.28571429" y2="13.7142857" id="路径-15"></line>
|
||||
<polyline id="路径" points="5.55102041 2.28571429 13.7142857 2.28571429 13.7142857 10.4489796"></polyline>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 929 B |
15
web/src/assets/images/home/arrow_up.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>箭头_向上</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆看板" transform="translate(-1349, -186)" fill="#FFFFFF" fill-rule="nonzero">
|
||||
<g id="API调用次数" transform="translate(1144, 80)">
|
||||
<g id="编组-3" transform="translate(205, 105)">
|
||||
<g id="箭头_向上" transform="translate(0, 1)">
|
||||
<polygon id="路径" points="7.58333789 4.21666211 7.58333789 12.4416621 6.41666211 12.4416621 6.41666211 4.21666211 4.60833789 6.025 3.79166211 5.20832422 7 2 10.2083379 5.20832422 9.39166211 6.025"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 946 B |
@@ -1,22 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 32</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆看板" transform="translate(-276, -699)">
|
||||
<g id="最近记忆活动" transform="translate(256, 632)">
|
||||
<g id="编组-18" transform="translate(20, 64)">
|
||||
<g id="编组-32" transform="translate(0, 3)">
|
||||
<rect id="矩形" stroke="#E1E2E7" x="0.5" y="0.5" width="39" height="39" rx="8"></rect>
|
||||
<g id="ai" transform="translate(10, 10)">
|
||||
<g id="编组-5" transform="translate(0, 1)">
|
||||
<path d="M8.28720375,0.224064323 L8.28720375,17 C8.28720375,17.5522847 8.734919,18 9.28720375,18 L13.0261803,18 C13.5784651,18 14.0261803,17.5522847 14.0261803,17 L14.0261803,15.0113042 L14.0261803,15.0113042 L15.5361593,15.0113042 C16.6407288,15.0113042 17.5361593,14.1158737 17.5361593,13.0113042 L17.5361593,11.1181466 L17.5361593,11.1181466 C18.94936,10.9269131 19.42233,10.4075569 18.955069,9.5600778 C18.4878081,8.71259873 18.0148382,7.98004933 17.5361593,7.3624296 C16.8964429,4.42435429 15.8608138,2.4587377 14.4292722,1.46557981 C12.9977305,0.472421924 10.9503744,0.0585834281 8.28720375,0.224064323 Z" id="路径-4" stroke="#212332" stroke-width="1.7" stroke-linejoin="round"></path>
|
||||
<path d="M3.28720375,1.85075505 L5.13574583,1.85075505 C5.41188821,1.85075505 5.63574583,2.07461267 5.63574583,2.35075505 L5.63574583,4.26840929 C5.63574583,4.54455166 5.85960346,4.76840929 6.13574583,4.76840929 L8.28720375,4.76840929 L8.28720375,4.76840929" id="路径-5" stroke="#212332" stroke-width="1.7"></path>
|
||||
<path d="M3.28720375,12.850755 L5.13574583,12.850755 C5.41188821,12.850755 5.63574583,13.0746127 5.63574583,13.350755 L5.63574583,15.2684093 C5.63574583,15.5445517 5.85960346,15.7684093 6.13574583,15.7684093 L8.28720375,15.7684093 L8.28720375,15.7684093" id="路径-5" stroke="#212332" stroke-width="1.7" transform="translate(5.7872, 14.3096) scale(1, -1) translate(-5.7872, -14.3096)"></path>
|
||||
<line x1="4.08888168" y1="8.75" x2="8.07296647" y2="8.75" id="路径-6" stroke="#212332" stroke-width="1.7"></line>
|
||||
<circle id="椭圆形" fill="#212332" cx="1.75" cy="1.75" r="1.75"></circle>
|
||||
<circle id="椭圆形备份-4" fill="#212332" cx="1.75" cy="15.75" r="1.75"></circle>
|
||||
<circle id="椭圆形备份-3" fill="#212332" cx="2.75" cy="8.75" r="1.75"></circle>
|
||||
</g>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-记忆看板-2" transform="translate(-862, -444)">
|
||||
<g id="最近记忆活动" transform="translate(846, 384)">
|
||||
<g id="编组-18" transform="translate(16, 58)">
|
||||
<g id="编组-32" transform="translate(0, 2)">
|
||||
<rect id="矩形" fill="#155EEF" x="0" y="0" width="40" height="40" rx="12"></rect>
|
||||
<g id="编组-53" transform="translate(10.5, 10)" stroke="#FFFFFF" stroke-width="1.7">
|
||||
<path d="M3.16666667,5.25836996 L3.16666667,1.1 C3.16666667,0.492486775 3.65915344,-6.66133815e-16 4.26666667,-6.66133815e-16 L14.7333333,0 C15.3408466,8.8817842e-16 15.8333333,0.492486775 15.8333333,1.1 L15.8333333,2.1365483 L15.8333333,2.1365483" id="路径"></path>
|
||||
<rect id="矩形备份-14" x="0" y="8.42105263" width="11.6111111" height="11.5789474" rx="1.1"></rect>
|
||||
<path d="M8.44444444,5.26315789 L17.9,5.26315789 C18.5075132,5.26315789 19,5.75564467 19,6.36315789 L19,16.7947368 C19,17.4022501 18.5075132,17.8947368 17.9,17.8947368 L13.7816958,17.8947368 L13.7816958,17.8947368" id="路径"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 1.6 KiB |
19
web/src/assets/images/home/knowledge.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>知识库</title>
|
||||
<g id="定稿" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页-红熊空间" transform="translate(-1159, -817)">
|
||||
<g id="快速操作" transform="translate(846, 736)">
|
||||
<g id="2" transform="translate(297, 58)">
|
||||
<g id="知识库" transform="translate(16, 23)">
|
||||
<g id="编组-8" transform="translate(4, 3)">
|
||||
<path d="M15.199,0.8 L15.2,17.2 L2,17.2 C1.66862915,17.2 1.36862915,17.0656854 1.15147186,16.8485281 C0.934314575,16.6313708 0.8,16.3313708 0.8,16 L0.8,2 C0.8,1.66862915 0.934314575,1.36862915 1.15147186,1.15147186 C1.36862915,0.934314575 1.66862915,0.8 2,0.8 L15.199,0.8 Z" id="矩形" stroke="#171719" stroke-width="1.6"></path>
|
||||
<path d="M15.2,13.8 L15.2,16.8 L2.4,17.2 C1.9581722,17.2 1.5581722,17.0209139 1.26862915,16.7313708 C0.9790861,16.4418278 0.8,16.0418278 0.8,15.6 L0.8,15 C0.8,14.6686292 0.934314575,14.3686292 1.15147186,14.1514719 C1.36862915,13.9343146 1.66862915,13.8 2,13.8 L15.2,13.8 Z" id="矩形" stroke="#171719" stroke-width="1.6"></path>
|
||||
<path d="M8,1 L8,6.73243906 C8,6.82080462 8.07163444,6.89243906 8.16,6.89243906 C8.18642236,6.89243906 8.21243346,6.88589549 8.2357105,6.87339267 L9.81072375,6.02740484 C9.92892213,5.96391688 10.0710779,5.96391688 10.1892762,6.02740484 L11.7642895,6.87339267 C11.842136,6.91520643 11.9391399,6.88599609 11.9809536,6.80814956 C11.9934564,6.78487252 12,6.75886142 12,6.73243906 L12,1 L12,1 L8,1 Z" id="路径-2" fill="#171719"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
19
web/src/assets/images/home/memoryConversation.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 10</title>
|
||||
<g id="定稿" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页-红熊空间" transform="translate(-878, -903)">
|
||||
<g id="快速操作" transform="translate(846, 736)">
|
||||
<g id="3" transform="translate(16, 144)">
|
||||
<g id="编组-10" transform="translate(16, 23)">
|
||||
<g id="编组-9" transform="translate(3, 4)">
|
||||
<path d="M5.66431719,11.3684211 L3.79387747,11.3684211 L1.45673588,12.8587711 C1.0155811,13.140087 0.429902907,13.0105119 0.148587027,12.5693571 C0.0515511633,12.4171872 0,12.2404659 0,12.0599897 L-2.22044605e-16,1.6 C-2.22044605e-16,0.7163444 0.7163444,-6.66133815e-16 1.6,-6.66133815e-16 L14.5052632,0 C15.3889188,-2.22044605e-16 16.1052632,0.7163444 16.1052632,1.6 L16.1052632,7.6363471 L16.1052632,7.6363471" id="路径" stroke="#171719" stroke-width="1.6" stroke-linejoin="round"></path>
|
||||
<path d="M4.26315789,5.68421053 C4.78637503,5.68421053 5.21052632,5.26005924 5.21052632,4.73684211 C5.21052632,4.21362497 4.78637503,3.78947368 4.26315789,3.78947368 C3.73994076,3.78947368 3.31578947,4.21362497 3.31578947,4.73684211 C3.31578947,5.26005924 3.73994076,5.68421053 4.26315789,5.68421053 Z M8.05263158,5.68421053 C8.57584871,5.68421053 9,5.26005924 9,4.73684211 C9,4.21362497 8.57584871,3.78947368 8.05263158,3.78947368 C7.52941445,3.78947368 7.10526316,4.21362497 7.10526316,4.73684211 C7.10526316,5.26005924 7.52941445,5.68421053 8.05263158,5.68421053 Z M11.8421053,5.68421053 C12.3653224,5.68421053 12.7894737,5.26005924 12.7894737,4.73684211 C12.7894737,4.21362497 12.3653224,3.78947368 11.8421053,3.78947368 C11.3188881,3.78947368 10.8947368,4.21362497 10.8947368,4.73684211 C10.8947368,5.26005924 11.3188881,5.68421053 11.8421053,5.68421053 Z" id="形状结合" fill="#171719"></path>
|
||||
<path d="M7.28421053,7.57894737 L16.4,7.57894737 C17.2836556,7.57894737 18,8.29529177 18,9.17894737 L18,14.5714526 C18,15.4551082 17.2836556,16.1714526 16.4,16.1714526 L8.58541095,16.1714526 L8.58541095,16.1714526 L6.91077276,17.2269313 C6.53699198,17.4625152 6.04300437,17.3504844 5.80742056,16.9767036 C5.72692584,16.8489895 5.68421053,16.7011059 5.68421053,16.5501414 L5.68421053,9.17894737 C5.68421053,8.29529177 6.40055493,7.57894737 7.28421053,7.57894737 Z" id="矩形" stroke="#171719" stroke-width="1.6" stroke-linejoin="round" transform="translate(11.8421, 12.7895) scale(-1, 1) translate(-11.8421, -12.7895)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -1,15 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 38</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆看板" transform="translate(-276, -778)">
|
||||
<g id="最近记忆活动" transform="translate(256, 632)">
|
||||
<g id="编组-17" transform="translate(20, 134)">
|
||||
<g id="编组-38" transform="translate(0, 12)">
|
||||
<rect id="矩形" stroke="#E1E2E7" x="0.5" y="0.5" width="39" height="39" rx="8"></rect>
|
||||
<g id="危险品-icon" transform="translate(10, 10)" fill="#212332" fill-rule="nonzero">
|
||||
<rect id="矩形" opacity="0" x="0" y="0" width="20" height="20"></rect>
|
||||
<path d="M18.55125,17.1875 L12.00125,6.8625 L12.00125,1.66625 L12.835,1.66625 C13.2938482,1.66352732 13.6653389,1.29259358 13.66875,0.83375 C13.6660199,0.374418198 13.2943318,0.00273012748 12.835,0 L6.16875,0 C5.7094182,0.00273012748 5.33773013,0.374418198 5.335,0.83375 C5.335,1.28875 5.7125,1.66625 6.16875,1.66625 L7.0025,1.66625 L7.0025,6.8625 L0.4525,17.1875 C-0.52375,18.7375 0.16625,20 2.0025,20 L17.0025,20 C18.8375,20 19.5275,18.7375 18.5525,17.1875 L18.55125,17.1875 Z M8.40875,7.7475 L8.66875,7.34375 L8.66875,1.66625 L10.335,1.66625 L10.335,7.34375 L10.59625,7.7475 L14.73625,14.33125 C14.03375,15.25625 11.97125,14.9475 8.75625,13.435 C7.38625,12.79 5.89625,13.0425 4.6775,13.5125 L8.40875,7.7475 Z M1.63,18.22125 L3.07,15.99625 C3.62396409,15.5831322 4.22173279,15.232268 4.8525,14.95 C5.45,14.6875 6.01625,14.525 6.5375,14.4675 C7.145,14.4 7.69125,14.4775 8.1625,14.69875 C9.85,15.49375 11.225,15.97125 12.3625,16.1575 C12.725,16.21625 13.065,16.24625 13.3825,16.24625 C13.74125,16.24625 14.07,16.20875 14.36875,16.13375 C14.8125,16.02 15.1925,15.825 15.5025,15.55125 L17.27,18.36 L1.63,18.22125 Z" id="形状"></path>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-记忆看板-2" transform="translate(-862, -508)">
|
||||
<g id="最近记忆活动" transform="translate(846, 384)">
|
||||
<g id="编组-17" transform="translate(16, 122)">
|
||||
<g id="编组-38" transform="translate(0, 2)">
|
||||
<rect id="矩形" fill="#4DA8FF" x="0" y="0" width="40" height="40" rx="12"></rect>
|
||||
<g id="Python语句" transform="translate(8, 8)">
|
||||
<g id="编组-52" transform="translate(2, 1.5)">
|
||||
<path d="M14,7 L19,7 C19.5522847,7 20,7.44771525 20,8 L20,14 C20,14.5522847 19.5522847,15 19,15 L10,15 L10,15 M6,15 L1,15 C0.44771525,15 0,14.5522847 0,14 L0,8 C0,7.44771525 0.44771525,7 1,7 L10,7 L10,7" id="形状" stroke="#FFFFFF" stroke-width="1.7" stroke-linejoin="round"></path>
|
||||
<path d="M6.41940815,14.5 L0.809561128,14.5 C0.257276378,14.5 -0.190438872,14.0522847 -0.190438872,13.5 L-0.190438872,7.5 C-0.190438872,6.94771525 0.257276378,6.5 0.809561128,6.5 L9.84271232,6.5 C10.3949971,6.5 10.8427123,6.94771525 10.8427123,7.5 L10.8427123,13.4602063 C10.8427123,14.0124911 11.2904276,14.4602063 11.8427123,14.4602063 L19.8095611,14.4602063 C20.3618459,14.4602063 20.8095611,14.0124911 20.8095611,13.4602063 L20.8095611,7.5 C20.8095611,6.94771525 20.3618459,6.5 19.8095611,6.5 L15.2559728,6.5 L15.2559728,6.5" id="形状" stroke="#FFFFFF" stroke-width="1.7" stroke-linejoin="round" transform="translate(10.3096, 10.5) rotate(90) translate(-10.3096, -10.5)"></path>
|
||||
<path d="M8.14814815,2.78072043 L10,2.78072043 L10,4.53010172 L8.14814815,4.53010172 L8.14814815,2.78072043 Z M10,17.125647 L11.8518519,17.125647 L11.8518519,18.8750283 L10,18.8750283 L10,17.125647 Z" id="形状" fill="#FFFFFF" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.3 KiB |
@@ -1,17 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 39</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="红熊空间-记忆看板" transform="translate(-276, -954)">
|
||||
<g id="最近记忆活动" transform="translate(256, 632)">
|
||||
<g id="编组-14" transform="translate(20, 310)">
|
||||
<g id="编组-39" transform="translate(0, 12)">
|
||||
<rect id="矩形" stroke="#E1E2E7" x="0.5" y="0.5" width="39" height="39" rx="8"></rect>
|
||||
<g id="清理" transform="translate(8, 8)">
|
||||
<rect id="矩形" fill="#212332" fill-rule="nonzero" opacity="0" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M12,2 C13.1045695,2 14,2.8954305 14,4 L14,5 L19,5 C20.1045695,5 21,5.8954305 21,7 L21,10 L3,10 L3,7 C3,5.8954305 3.8954305,5 5,5 L10,5 L10,4 C10,2.8954305 10.8954305,2 12,2 Z" id="形状结合" stroke="#212332" stroke-width="1.7" stroke-linejoin="round"></path>
|
||||
<path d="M4,10 L20,10 L20.4584773,15.5017271 C20.7336658,18.8039893 18.2797377,21.704086 14.9774756,21.9792745 C14.8117436,21.9930855 14.6455091,22 14.4792027,22 L5.1735991,22 C4.0690296,22 3.1735991,21.1045695 3.1735991,20 C3.1735991,19.9445645 3.17590391,19.889153 3.18050758,19.833909 L4,10 L4,10 Z" id="矩形" stroke="#212332" stroke-width="1.7"></path>
|
||||
<line x1="8.97868467" y1="18.020421" x2="8.73730175" y2="22" id="路径-7" stroke="#212332" stroke-width="1.7" stroke-linecap="round"></line>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-记忆看板-2" transform="translate(-862, -636)">
|
||||
<g id="最近记忆活动" transform="translate(846, 384)">
|
||||
<g id="编组-14" transform="translate(16, 250)">
|
||||
<g id="编组-39" transform="translate(0, 2)">
|
||||
<rect id="矩形" fill="#FFB048" x="0" y="0" width="40" height="40" rx="12"></rect>
|
||||
<g id="操作时间" transform="translate(8, 8)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.7">
|
||||
<g id="编组-46" transform="translate(1.9999, 3.002)">
|
||||
<g id="编组-49" transform="translate(10.0001, 9) rotate(-90) translate(-10.0001, -9)translate(1.0001, -1.0001)">
|
||||
<path d="M9,2.00001719 C4.02943725,2.00001719 0,6.02949267 0,11.0001026 C0,15.9707125 4.02943725,20.000188 9,20.000188 C13.9705627,20.000188 18,15.9707125 18,11.0001026 C18,8.51643968 16.9939714,6.26774959 15.3671884,4.63931025" id="路径"></path>
|
||||
<polyline id="路径" transform="translate(8.1705, 2.0796) rotate(-5) translate(-8.1705, -2.0796)" points="7.17050783 0.0795451453 9.17050633 2.07956233 7.17050454 4.07958281"></polyline>
|
||||
</g>
|
||||
<polyline id="路径-13" points="11.000094 5.99997064 11.000094 9.96317787 13.5159629 12.5545877"></polyline>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
web/src/assets/images/home/totalMemoryCapacity.png
Normal file
|
After Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 2.9 KiB |
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 34</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-1056, -232)">
|
||||
<g id="核心数据" transform="translate(256, 216)">
|
||||
<g id="编组-19备份-3" transform="translate(648, 0)">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-1040, -196)">
|
||||
<g id="核心数据" transform="translate(252, 180)">
|
||||
<g id="编组-19备份-3" transform="translate(636, 0)">
|
||||
<g id="编组-34" transform="translate(152, 16)">
|
||||
<rect id="矩形" fill="#9C6FFF" x="0" y="0" width="32" height="32" rx="8"></rect>
|
||||
<g id="icon-GIS_运行管理" transform="translate(7, 8)" fill="#FFFFFF" fill-rule="nonzero">
|
||||
<path d="M7.16762406,14.1962904 C6.34809084,14.1646209 5.54326395,13.9741465 4.80020028,13.636004 C3.71131238,13.1260904 3.00897969,12.3104053 2.71316514,11.2234143 L2.87831314,11.2234143 C3.04376149,11.2238267 3.19695148,11.1385171 3.28050226,10.9994401 C3.36405304,10.8603631 3.3653563,10.6885064 3.28392388,10.5482427 L2.07888794,8.54040242 C1.99542259,8.40040876 1.84176478,8.31425552 1.67554571,8.31425552 C1.50932664,8.31425552 1.35566883,8.40040876 1.27220348,8.54040242 L0.0617231013,10.5500101 C-0.0210158141,10.6903056 -0.0205423886,10.8629501 0.0629647773,11.0028132 C0.146471943,11.1426763 0.300303569,11.2284717 0.466426438,11.227833 L0.804889093,11.227833 C1.23681463,13.5308399 2.77123916,14.6911806 3.98534917,15.2567694 C4.98325891,15.7122175 6.06611522,15.9645167 7.16762406,15.998225 C7.68009348,15.9996891 8.09703053,15.596793 8.09953973,15.0976976 C8.100628,14.8580057 8.00249628,14.627997 7.82730865,14.4596427 C7.65206093,14.2900046 7.4147074,14.1952508 7.16762406,14.1962904 L7.16762406,14.1962904 Z M17.9430772,5.00547242 C17.8606071,4.86230637 17.7051137,4.77374302 17.5365591,4.77393451 L17.1980964,4.77393451 C16.7661709,2.47092761 15.230839,1.31058684 14.0176364,0.742346841 C13.0197435,0.28685171 11.9368771,0.0345501233 10.8353615,0.000895273713 C10.4982732,-0.0093928287 10.18217,0.159876081 10.0105024,0.442595865 C9.83883478,0.725315649 9.83883478,1.076638 10.0105024,1.35935779 C10.18217,1.64207757 10.4982732,1.81134648 10.8353615,1.80105838 C11.6548676,1.83493183 12.4595539,2.02529996 13.2036927,2.36134478 C14.2925806,2.87214217 14.9949133,3.68694353 15.2907278,4.77393451 L15.1255798,4.77393451 C14.9574006,4.77106293 14.8007624,4.85694697 14.7160555,4.99847492 C14.6313487,5.14000288 14.6318043,5.3150681 14.7172468,5.456176 L15.9213754,7.46401624 C16.0048407,7.60400991 16.1584985,7.69016315 16.3247176,7.69016315 C16.4909367,7.69016315 16.6445945,7.60400991 16.7280598,7.46401624 L17.9303735,5.4588272 C18.018434,5.32105318 18.023291,5.14771891 17.9430772,5.00547242 L17.9430772,5.00547242 Z M16.1563937,7.99424995 L10.1375658,7.99424995 C9.50717772,7.99229725 8.99410285,8.48763753 8.99060389,9.10157256 L8.99060389,14.8926716 C8.99410285,15.5066067 9.50717772,16.0019469 10.1375658,15.9999942 L16.1563937,15.9999942 C16.7867818,16.0019469 17.2998566,15.5066067 17.3033556,14.8926716 L17.3033556,9.10157256 C17.2998566,8.48763753 16.7867818,7.99229725 16.1563937,7.99424995 L16.1563937,7.99424995 Z M15.4431721,9.79530257 L15.4431721,14.1962904 L10.854417,14.1962904 L10.854417,9.79530257 L15.4431721,9.79530257 Z M9.00058536,1.10732836 C8.99708639,0.493393328 8.48401152,-0.0019469461 7.85362344,5.75355807e-06 L1.83207335,5.75355807e-06 C1.20203901,-0.00145886726 0.689517223,0.493739212 0.686018831,1.10732836 L0.686018831,6.89842744 C0.686499539,7.19390032 0.807543503,7.47707233 1.02249671,7.68558868 C1.23744991,7.89410503 1.5286856,8.0108668 1.83207335,8.01018014 L7.85090122,8.01018014 C8.15491658,8.01180822 8.44708623,7.89546249 8.66282574,7.68684408 C8.87856526,7.47822567 9.00010748,7.1945153 9.00058536,6.89842744 L9.00058536,1.10732836 Z M7.13677223,1.80105838 L7.13677223,6.20558116 L2.54983195,6.20558116 L2.54983195,1.80105838 L7.13677223,1.80105838 Z" id="形状"></path>
|
||||
<path d="M7.16762406,14.1962904 C6.34809084,14.1646209 5.54326395,13.9741465 4.80020028,13.636004 C3.71131238,13.1260904 3.00897969,12.3104053 2.71316514,11.2234143 L2.87831314,11.2234143 C3.04376149,11.2238267 3.19695148,11.1385171 3.28050226,10.9994401 C3.36405304,10.8603631 3.3653563,10.6885064 3.28392388,10.5482427 L2.07888794,8.54040242 C1.99542259,8.40040876 1.84176478,8.31425552 1.67554571,8.31425552 C1.50932664,8.31425552 1.35566883,8.40040876 1.27220348,8.54040242 L0.0617231013,10.5500101 C-0.0210158141,10.6903056 -0.0205423886,10.8629501 0.0629647773,11.0028132 C0.146471943,11.1426763 0.300303569,11.2284717 0.466426438,11.227833 L0.804889093,11.227833 C1.23681463,13.5308399 2.77123916,14.6911806 3.98534917,15.2567694 C4.98325891,15.7122175 6.06611522,15.9645167 7.16762406,15.998225 C7.68009348,15.9996891 8.09703053,15.596793 8.09953973,15.0976976 C8.100628,14.8580057 8.00249628,14.627997 7.82730865,14.4596427 C7.65206093,14.2900046 7.4147074,14.1952508 7.16762406,14.1962904 L7.16762406,14.1962904 Z M17.9430772,5.00547242 C17.8606071,4.86230637 17.7051137,4.77374302 17.5365591,4.77393451 L17.1980964,4.77393451 C16.7661709,2.47092761 15.230839,1.31058684 14.0176364,0.742346841 C13.0197435,0.28685171 11.9368771,0.0345501233 10.8353615,0.000895273713 C10.4982732,-0.0093928287 10.18217,0.159876081 10.0105024,0.442595865 C9.83883478,0.725315649 9.83883478,1.076638 10.0105024,1.35935779 C10.18217,1.64207757 10.4982732,1.81134648 10.8353615,1.80105838 C11.6548676,1.83493183 12.4595539,2.02529996 13.2036927,2.36134478 C14.2925806,2.87214217 14.9949133,3.68694353 15.2907278,4.77393451 L15.1255798,4.77393451 C14.9574006,4.77106293 14.8007624,4.85694697 14.7160555,4.99847492 C14.6313487,5.14000288 14.6318043,5.3150681 14.7172468,5.456176 L15.9213754,7.46401624 C16.0048407,7.60400991 16.1584985,7.69016315 16.3247176,7.69016315 C16.4909367,7.69016315 16.6445945,7.60400991 16.7280598,7.46401624 L17.9303735,5.4588272 C18.018434,5.32105318 18.023291,5.14771891 17.9430772,5.00547242 L17.9430772,5.00547242 Z M16.1563937,7.99424995 L10.1375658,7.99424995 C9.50717772,7.99229725 8.99410285,8.48763753 8.99060389,9.10157256 L8.99060389,14.8926716 C8.99410285,15.5066067 9.50717772,16.0019469 10.1375658,15.9999942 L16.1563937,15.9999942 C16.7867818,16.0019469 17.2998566,15.5066067 17.3033556,14.8926716 L17.3033556,9.10157256 C17.2998566,8.48763753 16.7867818,7.99229725 16.1563937,7.99424995 L16.1563937,7.99424995 Z M15.4431721,9.79530257 L15.4431721,14.1962904 L10.854417,14.1962904 L10.854417,9.79530257 L15.4431721,9.79530257 Z M9.00058536,1.10732836 C8.99708639,0.493393328 8.48401152,-0.0019469461 7.85362344,5.75355757e-06 L1.83207335,5.75355757e-06 C1.20203901,-0.00145886726 0.689517223,0.493739212 0.686018831,1.10732836 L0.686018831,6.89842744 C0.686499539,7.19390032 0.807543503,7.47707233 1.02249671,7.68558868 C1.23744991,7.89410503 1.5286856,8.0108668 1.83207335,8.01018014 L7.85090122,8.01018014 C8.15491658,8.01180822 8.44708623,7.89546249 8.66282574,7.68684408 C8.87856526,7.47822567 9.00010748,7.1945153 9.00058536,6.89842744 L9.00058536,1.10732836 Z M7.13677223,1.80105838 L7.13677223,6.20558116 L2.54983195,6.20558116 L2.54983195,1.80105838 L7.13677223,1.80105838 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>箭头_向上</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-928, -367)" fill="#FF5D34" fill-rule="nonzero">
|
||||
<g id="核心数据" transform="translate(256, 216)">
|
||||
<g id="编组-19备份-3" transform="translate(648, 0)">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-912, -331)" fill="#FF5D34" fill-rule="nonzero">
|
||||
<g id="核心数据" transform="translate(252, 180)">
|
||||
<g id="编组-19备份-3" transform="translate(636, 0)">
|
||||
<g id="标签1" transform="translate(16, 148)">
|
||||
<g id="箭头_向上" transform="translate(15, 10) scale(1, -1) translate(-15, -10)translate(8, 3)">
|
||||
<polygon id="路径" points="7.58333789 4.21666211 7.58333789 12.4416621 6.41666211 12.4416621 6.41666211 4.21666211 4.60833789 6.025 3.79166211 5.20832422 7 2 10.2083379 5.20832422 9.39166211 6.025"></polygon>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 30</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="首页" transform="translate(-1006, -326)" stroke="#FF5D34" stroke-width="1.2">
|
||||
<g id="核心数据" transform="translate(256, 216)">
|
||||
<g id="编组-19备份-3" transform="translate(648, 0)">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="工作台-首页" transform="translate(-990, -290)" stroke="#FF5D34" stroke-width="1.2">
|
||||
<g id="核心数据" transform="translate(252, 180)">
|
||||
<g id="编组-19备份-3" transform="translate(636, 0)">
|
||||
<g id="编组-30" transform="translate(108, 116) scale(1, -1) translate(-108, -116)translate(102, 110)">
|
||||
<g id="编组-31" transform="translate(2.5, 2.5)">
|
||||
<polyline id="路径" points="0 3 3.5 0 7 3"></polyline>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>箭头_向上</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-712, -367)" fill="#369F21" fill-rule="nonzero">
|
||||
<g id="核心数据" transform="translate(256, 216)">
|
||||
<g id="编组-19备份-2" transform="translate(432, 0)">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-700, -331)" fill="#369F21" fill-rule="nonzero">
|
||||
<g id="核心数据" transform="translate(252, 180)">
|
||||
<g id="编组-19备份-2" transform="translate(424, 0)">
|
||||
<g id="标签1" transform="translate(16, 148)">
|
||||
<g id="箭头_向上" transform="translate(8, 3)">
|
||||
<polygon id="路径" points="7.58333789 4.21666211 7.58333789 12.4416621 6.41666211 12.4416621 6.41666211 4.21666211 4.60833789 6.025 3.79166211 5.20832422 7 2 10.2083379 5.20832422 9.39166211 6.025"></polygon>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 30</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="首页" transform="translate(-488, -326)" stroke="#369F21" stroke-width="1.2">
|
||||
<g id="核心数据" transform="translate(256, 216)">
|
||||
<g id="编组-19备份" transform="translate(216, 0)">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="工作台-首页" transform="translate(-480, -290)" stroke="#369F21" stroke-width="1.2">
|
||||
<g id="核心数据" transform="translate(252, 180)">
|
||||
<g id="编组-19备份" transform="translate(212, 0)">
|
||||
<g id="编组-30" transform="translate(16, 110)">
|
||||
<g id="编组-31" transform="translate(2.5, 2.5)">
|
||||
<polyline id="路径" points="0 3 3.5 0 7 3"></polyline>
|
||||
|
||||
|
Before Width: | Height: | Size: 1013 B After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 16 KiB |
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 17</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-1252, -772)">
|
||||
<g id="快捷操作" transform="translate(1120, 502)">
|
||||
<g id="编组-11" transform="translate(2, 38)">
|
||||
<g id="编组-17" transform="translate(130, 232)">
|
||||
<rect id="矩形" stroke="#DFE4ED" fill="#FFFFFF" x="0.5" y="0.5" width="39" height="39" rx="8"></rect>
|
||||
<g id="使用帮助" transform="translate(8, 8)" stroke="#212332" stroke-width="1.7">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-1136, -700)">
|
||||
<g id="快捷操作" transform="translate(1100, 554)">
|
||||
<g id="编组-11" transform="translate(2, 34)">
|
||||
<g id="编组-17" transform="translate(34, 112)">
|
||||
<rect id="矩形" stroke="#EBEBEB" fill="#FFFFFF" x="0.5" y="0.5" width="39" height="39" rx="12"></rect>
|
||||
<g id="使用帮助" transform="translate(8, 8)" stroke="#171719" stroke-width="1.7">
|
||||
<g id="编组-16" transform="translate(2.7, 1.2)">
|
||||
<rect id="矩形" x="0" y="3.20000312" width="18.6000182" height="16.2000158" rx="3.5"></rect>
|
||||
<path d="M6.43068654,1.74093758 L9.44000922,3.20000313 L9.44000922,3.20000313 L9.44000922,19.2000188 L4.24931901,16.6833205 C3.38736738,16.2654045 2.84000277,15.3917071 2.84000277,14.4337852 L2.84000277,3.99047285 C2.84000277,2.60976098 3.9592909,1.49047285 5.34000277,1.49047285 C5.71781927,1.49047285 6.09072193,1.57610626 6.43068654,1.74093758 Z" id="矩形" fill="#FFFFFF" stroke-linejoin="round"></path>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 359 KiB After Width: | Height: | Size: 336 KiB |
@@ -1,26 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 25</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-1152, -556)">
|
||||
<g id="快捷操作" transform="translate(1120, 502)">
|
||||
<g id="编组-11" transform="translate(2, 38)">
|
||||
<g id="编组-25" transform="translate(30, 16)">
|
||||
<rect id="矩形" stroke="#DFE4ED" fill="#FFFFFF" x="0.5" y="0.5" width="39" height="39" rx="8"></rect>
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-1136, -600)">
|
||||
<g id="快捷操作" transform="translate(1100, 554)">
|
||||
<g id="编组-11" transform="translate(2, 34)">
|
||||
<g id="编组-25" transform="translate(34, 12)">
|
||||
<rect id="矩形" stroke="#EBEBEB" fill="#FFFFFF" x="0.5" y="0.5" width="39" height="39" rx="12"></rect>
|
||||
<g id="模型管理" transform="translate(9, 9)">
|
||||
<rect id="矩形" stroke="#212332" stroke-width="1.7" stroke-linejoin="round" x="2.2" y="7.7" width="12.1" height="12.1"></rect>
|
||||
<polygon id="矩形" stroke="#212332" stroke-width="1.7" stroke-linejoin="round" points="7.7 2.2 19.8 2.2 14.3 7.7 2.2 7.7"></polygon>
|
||||
<polygon id="矩形" stroke="#212332" stroke-width="1.7" stroke-linejoin="round" points="7.7 14.3 19.8 14.3 14.3 19.8 2.2 19.8"></polygon>
|
||||
<polygon id="矩形备份-9" stroke="#212332" stroke-width="1.7" stroke-linejoin="round" points="14.3 7.7 19.8 2.2 19.8 14.3 14.3 19.8"></polygon>
|
||||
<line x1="7.7" y1="2.2" x2="7.7" y2="14.3" id="路径-10" stroke="#212332" stroke-width="1.7"></line>
|
||||
<path d="M7.7,4.4 C8.91502645,4.4 9.9,3.41502645 9.9,2.2 C9.9,0.98497355 8.91502645,0 7.7,0 C6.48497355,0 5.5,0.98497355 5.5,2.2 C5.5,3.41502645 6.48497355,4.4 7.7,4.4 Z" id="椭圆形" fill="#212332"></path>
|
||||
<path d="M8.25899503,16.5 C9.47402148,16.5 10.458995,15.5150264 10.458995,14.3 C10.458995,13.0849736 9.47402148,12.1 8.25899503,12.1 C7.04396858,12.1 6.05899503,13.0849736 6.05899503,14.3 C6.05899503,15.5150264 7.04396858,16.5 8.25899503,16.5 Z" id="椭圆形" fill="#212332"></path>
|
||||
<path d="M2.2,9.9 C3.41502645,9.9 4.4,8.91502645 4.4,7.7 C4.4,6.48497355 3.41502645,5.5 2.2,5.5 C0.98497355,5.5 0,6.48497355 0,7.7 C0,8.91502645 0.98497355,9.9 2.2,9.9 Z" id="椭圆形备份-2" fill="#212332"></path>
|
||||
<path d="M2.2,22 C3.41502645,22 4.4,21.0150264 4.4,19.8 C4.4,18.5849736 3.41502645,17.6 2.2,17.6 C0.98497355,17.6 0,18.5849736 0,19.8 C0,21.0150264 0.98497355,22 2.2,22 Z" id="椭圆形备份-3" fill="#212332"></path>
|
||||
<path d="M19.8,4.4 C21.0150264,4.4 22,3.41502645 22,2.2 C22,0.98497355 21.0150264,0 19.8,0 C18.5849736,0 17.6,0.98497355 17.6,2.2 C17.6,3.41502645 18.5849736,4.4 19.8,4.4 Z" id="椭圆形" fill="#212332"></path>
|
||||
<path d="M19.8,16.5 C21.0150264,16.5 22,15.5150264 22,14.3 C22,13.0849736 21.0150264,12.1 19.8,12.1 C18.5849736,12.1 17.6,13.0849736 17.6,14.3 C17.6,15.5150264 18.5849736,16.5 19.8,16.5 Z" id="椭圆形" fill="#212332"></path>
|
||||
<path d="M14.3,9.9 C15.5150264,9.9 16.5,8.91502645 16.5,7.7 C16.5,6.48497355 15.5150264,5.5 14.3,5.5 C13.0849736,5.5 12.1,6.48497355 12.1,7.7 C12.1,8.91502645 13.0849736,9.9 14.3,9.9 Z" id="椭圆形备份-2" fill="#212332"></path>
|
||||
<path d="M14.3,22 C15.5150264,22 16.5,21.0150264 16.5,19.8 C16.5,18.5849736 15.5150264,17.6 14.3,17.6 C13.0849736,17.6 12.1,18.5849736 12.1,19.8 C12.1,21.0150264 13.0849736,22 14.3,22 Z" id="椭圆形备份-3" fill="#212332"></path>
|
||||
<rect id="矩形" stroke="#171719" stroke-width="1.7" stroke-linejoin="round" x="2.2" y="7.7" width="12.1" height="12.1"></rect>
|
||||
<polygon id="矩形" stroke="#171719" stroke-width="1.7" stroke-linejoin="round" points="7.7 2.2 19.8 2.2 14.3 7.7 2.2 7.7"></polygon>
|
||||
<polygon id="矩形" stroke="#171719" stroke-width="1.7" stroke-linejoin="round" points="7.7 14.3 19.8 14.3 14.3 19.8 2.2 19.8"></polygon>
|
||||
<polygon id="矩形备份-9" stroke="#171719" stroke-width="1.7" stroke-linejoin="round" points="14.3 7.7 19.8 2.2 19.8 14.3 14.3 19.8"></polygon>
|
||||
<line x1="7.7" y1="2.2" x2="7.7" y2="14.3" id="路径-10" stroke="#171719" stroke-width="1.7"></line>
|
||||
<path d="M7.7,4.4 C8.91502645,4.4 9.9,3.41502645 9.9,2.2 C9.9,0.98497355 8.91502645,0 7.7,0 C6.48497355,0 5.5,0.98497355 5.5,2.2 C5.5,3.41502645 6.48497355,4.4 7.7,4.4 Z" id="椭圆形" fill="#171719"></path>
|
||||
<path d="M8.25899503,16.5 C9.47402148,16.5 10.458995,15.5150264 10.458995,14.3 C10.458995,13.0849736 9.47402148,12.1 8.25899503,12.1 C7.04396858,12.1 6.05899503,13.0849736 6.05899503,14.3 C6.05899503,15.5150264 7.04396858,16.5 8.25899503,16.5 Z" id="椭圆形" fill="#171719"></path>
|
||||
<path d="M2.2,9.9 C3.41502645,9.9 4.4,8.91502645 4.4,7.7 C4.4,6.48497355 3.41502645,5.5 2.2,5.5 C0.98497355,5.5 0,6.48497355 0,7.7 C0,8.91502645 0.98497355,9.9 2.2,9.9 Z" id="椭圆形备份-2" fill="#171719"></path>
|
||||
<path d="M2.2,22 C3.41502645,22 4.4,21.0150264 4.4,19.8 C4.4,18.5849736 3.41502645,17.6 2.2,17.6 C0.98497355,17.6 0,18.5849736 0,19.8 C0,21.0150264 0.98497355,22 2.2,22 Z" id="椭圆形备份-3" fill="#171719"></path>
|
||||
<path d="M19.8,4.4 C21.0150264,4.4 22,3.41502645 22,2.2 C22,0.98497355 21.0150264,0 19.8,0 C18.5849736,0 17.6,0.98497355 17.6,2.2 C17.6,3.41502645 18.5849736,4.4 19.8,4.4 Z" id="椭圆形" fill="#171719"></path>
|
||||
<path d="M19.8,16.5 C21.0150264,16.5 22,15.5150264 22,14.3 C22,13.0849736 21.0150264,12.1 19.8,12.1 C18.5849736,12.1 17.6,13.0849736 17.6,14.3 C17.6,15.5150264 18.5849736,16.5 19.8,16.5 Z" id="椭圆形" fill="#171719"></path>
|
||||
<path d="M14.3,9.9 C15.5150264,9.9 16.5,8.91502645 16.5,7.7 C16.5,6.48497355 15.5150264,5.5 14.3,5.5 C13.0849736,5.5 12.1,6.48497355 12.1,7.7 C12.1,8.91502645 13.0849736,9.9 14.3,9.9 Z" id="椭圆形备份-2" fill="#171719"></path>
|
||||
<path d="M14.3,22 C15.5150264,22 16.5,21.0150264 16.5,19.8 C16.5,18.5849736 15.5150264,17.6 14.3,17.6 C13.0849736,17.6 12.1,18.5849736 12.1,19.8 C12.1,21.0150264 13.0849736,22 14.3,22 Z" id="椭圆形备份-3" fill="#171719"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 14</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-408, -232)">
|
||||
<g id="核心数据" transform="translate(256, 216)">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-404, -196)">
|
||||
<g id="核心数据" transform="translate(252, 180)">
|
||||
<g id="编组-14" transform="translate(152, 16)">
|
||||
<rect id="矩形" fill="#155EEF" x="0" y="0" width="32" height="32" rx="8"></rect>
|
||||
<g id="模型管理" transform="translate(8, 7)" fill="#FFFFFF" fill-rule="nonzero">
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 26</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-1254, -556)">
|
||||
<g id="快捷操作" transform="translate(1120, 502)">
|
||||
<g id="编组-11" transform="translate(2, 38)">
|
||||
<g id="编组-26" transform="translate(132, 16)">
|
||||
<rect id="矩形" stroke="#DFE4ED" fill="#FFFFFF" x="0.5" y="0.5" width="39" height="39" rx="8"></rect>
|
||||
<g id="空间管理" transform="translate(11, 10)" stroke="#212332" stroke-linejoin="round" stroke-width="1.7">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-1244, -600)">
|
||||
<g id="快捷操作" transform="translate(1100, 554)">
|
||||
<g id="编组-11" transform="translate(2, 34)">
|
||||
<g id="编组-26" transform="translate(142, 12)">
|
||||
<rect id="矩形" stroke="#EBEBEB" fill="#FFFFFF" x="0.5" y="0.5" width="39" height="39" rx="12"></rect>
|
||||
<g id="空间管理" transform="translate(11, 10)" stroke="#171719" stroke-linejoin="round" stroke-width="1.7">
|
||||
<polygon id="路径" points="0 5 9 0 18 5 18 15 9 20 0 15"></polygon>
|
||||
<polygon id="路径-8" points="9.00139153 1 1 15 17 15"></polygon>
|
||||
<polygon id="路径-8" transform="translate(9, 11) scale(1, -1) translate(-9, -11)" points="9.00065228 8 5.25 14 12.75 14"></polygon>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@@ -7,10 +7,10 @@
|
||||
<stop stop-color="#369F21" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-624, -232)">
|
||||
<g id="核心数据" transform="translate(256, 216)">
|
||||
<g id="编组-19备份" transform="translate(216, 0)">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-616, -196)">
|
||||
<g id="核心数据" transform="translate(252, 180)">
|
||||
<g id="编组-19备份" transform="translate(212, 0)">
|
||||
<g id="编组-32" transform="translate(152, 16)">
|
||||
<rect id="矩形" fill="url(#linearGradient-1)" x="0" y="0" width="32" height="32" rx="8"></rect>
|
||||
<g id="空间-(1)" transform="translate(5, 7)" fill="#FFFFFF" fill-rule="nonzero">
|
||||
|
||||
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 24</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-1152, -664)">
|
||||
<g id="快捷操作" transform="translate(1120, 502)">
|
||||
<g id="编组-11" transform="translate(2, 38)">
|
||||
<g id="编组-24" transform="translate(30, 124)">
|
||||
<rect id="矩形" stroke="#DFE4ED" fill="#FFFFFF" x="0.5" y="0.5" width="39" height="39" rx="8"></rect>
|
||||
<g id="用户管理" transform="translate(9, 10)" stroke="#212332" stroke-width="1.7">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-1352, -600)">
|
||||
<g id="快捷操作" transform="translate(1100, 554)">
|
||||
<g id="编组-11" transform="translate(2, 34)">
|
||||
<g id="编组-24" transform="translate(250, 12)">
|
||||
<rect id="矩形" stroke="#EBEBEB" fill="#FFFFFF" x="0.5" y="0.5" width="39" height="39" rx="12"></rect>
|
||||
<g id="用户管理" transform="translate(9, 10)" stroke="#171719" stroke-width="1.7">
|
||||
<path d="M10.4752216,9.8347602 C12.0826337,9.8347602 13.5411901,10.4629457 14.5971671,11.4807313 C15.6415902,12.4873807 16.2916977,13.8763311 16.2916977,15.41013 L16.2916987,17.2469287 C16.292495,17.768016 16.0699552,18.2385306 15.715897,18.5800613 C15.3496472,18.9333521 14.8431448,19.15 14.2862956,19.15 L2.85772417,19.15 C2.30025073,19.15 1.79383233,18.9336648 1.42754075,18.5806207 C1.07279965,18.2387094 0.85,17.7674542 0.85,17.2456298 L0.85,15.41013 C0.85,13.8763309 1.50010692,12.4873802 2.54452956,11.4807307 C3.60050579,10.4629455 5.05906118,9.8347602 6.6664729,9.8347602 Z" id="路径" fill-rule="nonzero"></path>
|
||||
<path d="M8.51095419,0.85 C9.31202689,0.85 10.0374296,1.17449643 10.5625442,1.69913767 C11.0873448,2.22346508 11.4120985,2.94775006 11.4120985,3.74776253 C11.4120985,4.54882217 11.0868662,5.27413048 10.5618329,5.79931671 C10.0365783,6.32472447 9.31123944,6.65 8.51095419,6.65 C7.71104886,6.65 6.98645948,6.32499629 6.46178132,5.80015797 C5.93701763,5.27523409 5.61209853,4.5502916 5.61209853,3.75 C5.61209853,2.94883778 5.93633819,2.22374798 6.46093583,1.69899021 C6.98544108,1.17432485 7.71016945,0.85 8.51095419,0.85 Z" id="路径" fill-rule="nonzero"></path>
|
||||
<path d="M16.5,8 C17.8807119,8 19,6.88071187 19,5.5 C19,4.11928813 17.8807119,3 16.5,3" id="路径" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 33</title>
|
||||
<g id="V1.1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="首页" transform="translate(-840, -232)">
|
||||
<g id="核心数据" transform="translate(256, 216)">
|
||||
<g id="编组-19备份-2" transform="translate(432, 0)">
|
||||
<g id="空间外层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="工作台-首页" transform="translate(-828, -196)">
|
||||
<g id="核心数据" transform="translate(252, 180)">
|
||||
<g id="编组-19备份-2" transform="translate(424, 0)">
|
||||
<g id="编组-33" transform="translate(152, 16)">
|
||||
<rect id="矩形" fill="#4DA8FF" x="0" y="0" width="32" height="32" rx="8"></rect>
|
||||
<g id="用户总数总计" transform="translate(6, 8)" fill="#FFFFFF" fill-rule="nonzero">
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>下拉备份</title>
|
||||
<g id="V1.0版" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="红熊空间-记忆管理" transform="translate(-594, -270)" stroke="#5B6167" stroke-width="1.2">
|
||||
<g id="1" transform="translate(256, 127)">
|
||||
<g id="编组-7" transform="translate(16, 131)">
|
||||
<g id="下拉备份" transform="translate(330, 20) rotate(-90) translate(-330, -20)translate(322, 12)">
|
||||
<polyline id="路径" points="11 7 8 10 5 7"></polyline>
|
||||
<title>下拉</title>
|
||||
<g id="空间里层页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="记忆管理" transform="translate(-802, -422)" stroke="#A8A9AA" stroke-width="1.3">
|
||||
<g id="1备份-4" transform="translate(252, 324)">
|
||||
<g id="编组-6备份" transform="translate(297, 90)">
|
||||
<g id="下拉" transform="translate(261, 16) rotate(-90) translate(-261, -16)translate(253, 8)">
|
||||
<polyline id="路径" points="11.5 6 8 9.5 4.5 6"></polyline>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 876 B After Width: | Height: | Size: 886 B |