feat: support feishu official plugin (#418)

This commit is contained in:
paisley
2026-03-11 18:18:46 +08:00
committed by GitHub
Unverified
parent f37d2ac112
commit ce7e890509
9 changed files with 142 additions and 29 deletions

View File

@@ -277,7 +277,7 @@ function ChannelCard({ channel, onClick, onDelete }: ChannelCardProps) {
const meta = CHANNEL_META[channel.type];
return (
<div
<div
onClick={onClick}
className="group flex items-start gap-4 p-4 rounded-2xl transition-all text-left border relative overflow-hidden bg-transparent border-transparent hover:bg-black/5 dark:hover:bg-white/5 cursor-pointer"
>