feat(web): update node icon
This commit is contained in:
BIN
web/src/assets/images/workflow/memory-read.png
Normal file
BIN
web/src/assets/images/workflow/memory-read.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 936 B |
BIN
web/src/assets/images/workflow/memory-write.png
Normal file
BIN
web/src/assets/images/workflow/memory-write.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 568 B |
@@ -39,6 +39,9 @@ import processEvolutionIcon from '@/assets/images/workflow/process_evolution.png
|
|||||||
import questionClassifierIcon from '@/assets/images/workflow/question-classifier.png'
|
import questionClassifierIcon from '@/assets/images/workflow/question-classifier.png'
|
||||||
import breakIcon from '@/assets/images/workflow/break.png'
|
import breakIcon from '@/assets/images/workflow/break.png'
|
||||||
import assignerIcon from '@/assets/images/workflow/assigner.png'
|
import assignerIcon from '@/assets/images/workflow/assigner.png'
|
||||||
|
import memoryReadIcon from '@/assets/images/workflow/memory-read.png'
|
||||||
|
import memoryWriteIcon from '@/assets/images/workflow/memory-write.png'
|
||||||
|
|
||||||
import { memoryConfigListUrl } from '@/api/memory'
|
import { memoryConfigListUrl } from '@/api/memory'
|
||||||
|
|
||||||
import { getModelListUrl } from '@/api/models'
|
import { getModelListUrl } from '@/api/models'
|
||||||
@@ -174,8 +177,7 @@ export const nodeLibrary: NodeLibrary[] = [
|
|||||||
{
|
{
|
||||||
category: "cognitiveUpgrading",
|
category: "cognitiveUpgrading",
|
||||||
nodes: [
|
nodes: [
|
||||||
{
|
{ type: "memory-read", icon: memoryReadIcon,
|
||||||
type: "memory-read", icon: memoryEnhancementIcon,
|
|
||||||
config: {
|
config: {
|
||||||
message: {
|
message: {
|
||||||
type: 'messageEditor',
|
type: 'messageEditor',
|
||||||
@@ -198,7 +200,7 @@ export const nodeLibrary: NodeLibrary[] = [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ type: "memory-write", icon: memoryEnhancementIcon,
|
{ type: "memory-write", icon: memoryWriteIcon,
|
||||||
config: {
|
config: {
|
||||||
message: {
|
message: {
|
||||||
type: 'messageEditor',
|
type: 'messageEditor',
|
||||||
|
|||||||
Reference in New Issue
Block a user