From 7186222393faf0bca64443a751f683d774dcd348 Mon Sep 17 00:00:00 2001 From: SiriusXT <1160925501@qq.com> Date: Mon, 9 Sep 2024 14:30:22 +0800 Subject: [PATCH] Merge branch 'develop' into Icon_improvements --- docs/frontend_api/entities_fnote.js.html | 4 ++-- src/public/app/entities/fnote.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/frontend_api/entities_fnote.js.html b/docs/frontend_api/entities_fnote.js.html index e29371a09..628420857 100644 --- a/docs/frontend_api/entities_fnote.js.html +++ b/docs/frontend_api/entities_fnote.js.html @@ -42,7 +42,7 @@ const NOTE_TYPE_ICONS = { "code": "bx bx-code", "render": "bx bx-extension", "search": "bx bx-file-find", - "relationMap": "bx bxl-graphql", + "relationMap": "bx bx-map-alt", "book": "bx bx-book", "noteMap": "bx bxl-graphql", "mermaid": "bx bx-selection", @@ -570,7 +570,7 @@ class FNote { return workspaceIconClass; } else if (this.noteId === 'root') { - return "bx bx-chevrons-right"; + return "bx bx-home-alt-2"; } if (this.noteId === '_share') { return "bx bx-share-alt"; diff --git a/src/public/app/entities/fnote.js b/src/public/app/entities/fnote.js index 0850c39f4..e98a1be7c 100644 --- a/src/public/app/entities/fnote.js +++ b/src/public/app/entities/fnote.js @@ -14,7 +14,7 @@ const NOTE_TYPE_ICONS = { "code": "bx bx-code", "render": "bx bx-extension", "search": "bx bx-file-find", - "relationMap": "bx bxl-graphql", + "relationMap": "bx bx-map-alt", "book": "bx bx-book", "noteMap": "bx bxl-graphql", "mermaid": "bx bx-selection", @@ -543,7 +543,7 @@ class FNote { return workspaceIconClass; } else if (this.noteId === 'root') { - return "bx bx-chevrons-right"; + return "bx bx-home-alt-2"; } if (this.noteId === '_share') { return "bx bx-share-alt";