Merge branch 'develop' into Icon_improvements

This commit is contained in:
SiriusXT 2024-09-09 14:30:22 +08:00
parent d66c07717c
commit 7186222393
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ const NOTE_TYPE_ICONS = {
"code": "bx bx-code", "code": "bx bx-code",
"render": "bx bx-extension", "render": "bx bx-extension",
"search": "bx bx-file-find", "search": "bx bx-file-find",
"relationMap": "bx bxl-graphql", "relationMap": "bx bx-map-alt",
"book": "bx bx-book", "book": "bx bx-book",
"noteMap": "bx bxl-graphql", "noteMap": "bx bxl-graphql",
"mermaid": "bx bx-selection", "mermaid": "bx bx-selection",
@ -570,7 +570,7 @@ class FNote {
return workspaceIconClass; return workspaceIconClass;
} }
else if (this.noteId === 'root') { else if (this.noteId === 'root') {
return "bx bx-chevrons-right"; return "bx bx-home-alt-2";
} }
if (this.noteId === '_share') { if (this.noteId === '_share') {
return "bx bx-share-alt"; return "bx bx-share-alt";

View File

@ -14,7 +14,7 @@ const NOTE_TYPE_ICONS = {
"code": "bx bx-code", "code": "bx bx-code",
"render": "bx bx-extension", "render": "bx bx-extension",
"search": "bx bx-file-find", "search": "bx bx-file-find",
"relationMap": "bx bxl-graphql", "relationMap": "bx bx-map-alt",
"book": "bx bx-book", "book": "bx bx-book",
"noteMap": "bx bxl-graphql", "noteMap": "bx bxl-graphql",
"mermaid": "bx bx-selection", "mermaid": "bx bx-selection",
@ -543,7 +543,7 @@ class FNote {
return workspaceIconClass; return workspaceIconClass;
} }
else if (this.noteId === 'root') { else if (this.noteId === 'root') {
return "bx bx-chevrons-right"; return "bx bx-home-alt-2";
} }
if (this.noteId === '_share') { if (this.noteId === '_share') {
return "bx bx-share-alt"; return "bx bx-share-alt";