diff --git a/src/pages/Analytics/index.tsx b/src/pages/Analytics/index.tsx new file mode 100644 index 0000000..32ebee2 --- /dev/null +++ b/src/pages/Analytics/index.tsx @@ -0,0 +1,63 @@ +import React from 'react'; +import { Card, Row, Col, Statistic } from 'antd'; +import { ArrowUpOutlined, ArrowDownOutlined } from '@ant-design/icons'; +import { FUNCTIONAL_COLORS, PRIMARY_COLORS } from '../../theme/colors'; + +export const Analytics: React.FC = () => { + return ( +
+ 图表功能正在开发中... +
+图片压缩工具正在开发中...
+水印工具正在开发中...
+格式转换工具正在开发中...
+尺寸调整工具正在开发中...
++ {isDragActive ? '松开鼠标即可上传' : '拖拽文件到此处,或点击选择文件'} +
++ 支持格式:PNG、JPG、JPEG、GIF、WebP、SVG +
+