mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 20:18:06 +01:00
This commit is contained in:
parent
9cede8f1a4
commit
a641862f30
4 changed files with 36 additions and 4 deletions
|
|
@ -63,6 +63,9 @@ export const getIconByType = (type: string, sub?: string) => {
|
|||
case "NodeAudio":
|
||||
iconName = "iconRecord";
|
||||
break;
|
||||
case "NodeAttributeView":
|
||||
iconName = "iconDatabase";
|
||||
break;
|
||||
}
|
||||
return iconName;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue