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

This commit is contained in:
2025-12-25 15:10:44 +08:00
parent 869a1424dd
commit b6ad29891b
2 changed files with 25 additions and 13 deletions

View File

@@ -173,7 +173,7 @@ const options: Array<DropdownOption | DropdownDividerOption> = [
{
label: "智能分析",
key: "ai-analysis",
icon: renderIcon("meteor-icons:openai"),
icon: renderIcon("vscode-icons:file-type-gemini"),
props: {
onClick: () => router.push("/ai-analysis"),
},