admin-projects/src/pages/TaskAssistant.tsx

12 lines
323 B
TypeScript
Raw Normal View History

export default function TaskAssistant() {
return (
<div style={{ width: '100%', height: 'calc(100vh - 112px)', overflow: 'hidden' }}>
<iframe
src="https://hermes.admin.longde.cloud"
style={{ width: '100%', height: '100%', border: 'none' }}
title="Hermes Agent"
/>
</div>
)
}