update UI
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-09-24 21:00:55 +08:00
parent de47e761ec
commit f428291698
3 changed files with 10 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ const options: Array<DropdownOption | DropdownDividerOption> = [
{
label: "我的设置",
key: "setting",
icon: renderIcon("streamline-emojis:ferris-wheel"),
icon: renderIcon("streamline-emojis:musical-score"),
props: {
onClick: () => router.push("/setting"),
},
@@ -131,7 +131,7 @@ const options: Array<DropdownOption | DropdownDividerOption> = [
{
label: "智能分析",
key: "ai-analysis",
icon: renderIcon("streamline-emojis:floppy-disk"),
icon: renderIcon("meteor-icons:openai"),
props: {
onClick: () => router.push("/ai-analysis"),
},