perf: 规范注册本地图标时的命名规则,使其更好地配合图标选择器

This commit is contained in:
xiaoxian521
2024-02-28 14:36:50 +08:00
parent 7009a16180
commit 760eac1c4d
25 changed files with 71 additions and 72 deletions

View File

@@ -86,7 +86,7 @@ const optionsIcon: Array<OptionsType> = [
},
{
label: "周三",
icon: "terminalWindowLine"
icon: "ri:terminal-window-line"
},
{
label: "周四"
@@ -103,7 +103,7 @@ const optionsOnlyIcon: Array<OptionsType> = [
icon: HomeFilled
},
{
icon: "terminalWindowLine"
icon: "ri:terminal-window-line"
},
{
icon: "streamline-emojis:cow-face"
@@ -131,7 +131,7 @@ const optionsLabel: Array<OptionsType> = [
{
label: () => (
<div>
{h(useRenderIcon("terminalWindowLine"), {
{h(useRenderIcon("ri:terminal-window-line"), {
class: "m-auto mt-1 w-[18px] h-[18px]"
})}
<p>周二</p>