feat: 订单列表

This commit is contained in:
2025-10-16 16:32:59 +08:00
parent a5b7207f44
commit 3c7473f8d1
48 changed files with 1917 additions and 624 deletions

View File

@@ -1,31 +1,31 @@
import { GithubOutlined } from "@ant-design/icons";
import { DefaultFooter } from "@ant-design/pro-components";
import React from "react";
import { GithubOutlined } from '@ant-design/icons';
import { DefaultFooter } from '@ant-design/pro-components';
import React from 'react';
const Footer: React.FC = () => {
return (
<DefaultFooter
style={{
background: "none",
background: 'none',
}}
copyright="20250923"
links={[
{
key: "by",
title: "百业到家",
href: "/welcome",
key: 'by',
title: '百业到家',
href: '/welcome',
blankTarget: true,
},
{
key: "github",
key: 'github',
title: <GithubOutlined />,
href: "https://github.com/ant-design/ant-design-pro",
href: 'https://github.com/ant-design/ant-design-pro',
blankTarget: true,
},
{
key: "Ant Design",
title: "Ant Design",
href: "https://ant.design",
key: 'bydj',
title: '宠悦',
href: 'https://ant.design',
blankTarget: true,
},
]}