import React, { useEffect, useState } from 'react'; import { Typography, Input, Form, Button, message } from 'antd'; import styles from './index.less'; const { Link } = Typography; const About = () => { return (
logo
青龙 支持python3、javaScript、shell、typescript 的定时任务管理面板(A timed task management panel that supports typescript, javaScript, python3, and shell.)
Github Telegram频道 提交BUG
); }; export default About;