设计了一个图标来替换默认的软件图标

This commit is contained in:
xintaofei
2026-03-22 10:44:33 +08:00
parent fcc059ede9
commit 0c082403b3
20 changed files with 109 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
"use client"
import { useEffect, useState } from "react"
import { MessageCircleCode } from "lucide-react"
import { AppIcon } from "@/components/app-icon"
import { useTranslations } from "next-intl"
import { getCurrentAppVersion } from "@/lib/updater"
@@ -18,8 +18,8 @@ export function SoftwareInfo() {
}, [])
return (
<div className="w-full flex gap-4 px-6 py-8">
<MessageCircleCode className="size-12" />
<div className="w-full flex items-center gap-4 px-6 py-8">
<AppIcon className="size-12" />
<div className="flex flex-col">
<span className="text-base">Codeg</span>
<span className="text-sm text-muted-foreground">