feat: 高级列表

This commit is contained in:
2025-09-13 17:56:13 +08:00
parent e42e1c01fb
commit 9d5a289929
18 changed files with 1301 additions and 6739 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="Powered by Ant Desgin"
copyright="20250923"
links={[
{
key: 'Ant Design Pro',
title: 'Ant Design Pro',
href: 'https://pro.ant.design',
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: "Ant Design",
title: "Ant Design",
href: "https://ant.design",
blankTarget: true,
},
]}