初步集成消息通道,支持Telegram + Lark机器人
This commit is contained in:
5
src/app/settings/chat-channels/page.tsx
Normal file
5
src/app/settings/chat-channels/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ChatChannelSettings } from "@/components/settings/chat-channel-settings"
|
||||
|
||||
export default function SettingsChatChannelsPage() {
|
||||
return <ChatChannelSettings />
|
||||
}
|
||||
Reference in New Issue
Block a user