feat: support feishu official plugin (#418)
This commit is contained in:
committed by
GitHub
Unverified
parent
f37d2ac112
commit
ce7e890509
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user