Skip to content

Commit

Permalink
chore: 更新antv theme
Browse files Browse the repository at this point in the history
  • Loading branch information
象数 committed Jan 9, 2025
1 parent 1407ff8 commit 6c31336
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/.dumi/pages/404.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import SEO from '@antv/dumi-theme-antv/dist/common/SEO';
import React from 'react';
import { NotFound as NotFoundPage } from '../slots/404';
import { Footer } from '../slots/Footer';
import { Header } from '../slots/Header';
import { SEO } from '../slots/SEO';

/**
* 404 页面
Expand Down
2 changes: 1 addition & 1 deletion site/.dumi/pages/Examples/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { VerticalAlignTopOutlined } from '@ant-design/icons';
import SEO from '@antv/dumi-theme-antv/dist/common/SEO';
import { ThemeAntVContext } from '@antv/dumi-theme-antv/dist/context';
import { Article } from '@antv/dumi-theme-antv/dist/pages/Examples/components/Article';
import { ExampleTopicMenu } from '@antv/dumi-theme-antv/dist/pages/Examples/components/ExampleTopicMenu';
import { Footer } from '@antv/dumi-theme-antv/dist/slots/Footer';
import { Header } from '@antv/dumi-theme-antv/dist/slots/Header';
import NavigatorBanner from '@antv/dumi-theme-antv/dist/slots/Header/Products/NavigatorBanner';
import { SEO } from '@antv/dumi-theme-antv/dist/slots/SEO';
import { usePrevAndNext } from '@antv/dumi-theme-antv/dist/slots/hooks';
import type { ExampleTopic } from '@antv/dumi-theme-antv/dist/types';
import { Layout as AntLayout, BackTop } from 'antd';
Expand Down
2 changes: 1 addition & 1 deletion site/.dumi/theme/slots/ManualContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import { useMedia } from 'react-use';
import readingTime from 'reading-time';
import URI from 'uri-parse';

import SEO from '@antv/dumi-theme-antv/dist/common/SEO';
import { ContentTable } from '@antv/dumi-theme-antv/dist/slots/ContentTable';
import { SEO } from '@antv/dumi-theme-antv/dist/slots/SEO';
import GithubButtonBar from '../GithubButtonBar';

import { NavigatorBanner } from '@antv/dumi-theme-antv/dist/slots/ManualContent/NavigatorBanner';
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@antv/dumi-theme-antv": "^0.x",
"@antv/dumi-theme-antv": "^0.5.6",
"@antv/g2": "^4.2.8",
"@antv/l7-composite-layers": "^0.15.0",
"@antv/l7-draw": "^3.0.9",
Expand Down
2 changes: 1 addition & 1 deletion site/site/pages/index.zh.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import SEO from '@antv/dumi-theme-antv/dist/common/SEO';
import Banner from '@antv/gatsby-theme-antv/site/components/Banner';
import Cases from '@antv/gatsby-theme-antv/site/components/Cases';
import Companies from '@antv/gatsby-theme-antv/site/components/Companies';
import Features from '@antv/gatsby-theme-antv/site/components/Features';
import SEO from '@antv/gatsby-theme-antv/site/components/Seo';
import React from 'react';
import { useTranslation } from 'react-i18next';
import { L7Draw } from '../components/L7Draw';
Expand Down

0 comments on commit 6c31336

Please sign in to comment.