Skip to content

Commit

Permalink
chore: remove ali deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Nov 21, 2022
1 parent d607b78 commit 2eba5bb
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 332 deletions.
3 changes: 1 addition & 2 deletions packages/gi-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"@antv/gi-assets-scene": "workspace:*",
"@antv/gi-common-components": "workspace:*",
"@antv/gi-sdk": "workspace:*",
"@alipay/tech-ui": "^2.12.1",
"@alipay/theme-tools": "^0.2.1",
"@ant-design/pro-components": "latest",
"@ant-design/charts": "^1.0.21",
"@ant-design/compatible": "^1.0.2",
"@ant-design/icons": "^4.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-site/src/components/AssetsCenter/AllAssets.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CheckCard } from '@alipay/tech-ui';
import { AppstoreOutlined, BgColorsOutlined, BranchesOutlined } from '@ant-design/icons';
import { CheckCard } from '@ant-design/pro-components';
import { Col, Row, Tabs, Typography } from 'antd';
import React from 'react';
import { queryAssetList } from '../../services/assets';
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-site/src/components/AssetsCenter/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CheckCard } from '@alipay/tech-ui';
import { CheckCard } from '@ant-design/pro-components';
import { Icon } from '@antv/gi-sdk';
import { Avatar, Tag } from 'antd';
import * as React from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { CheckCard } from '@alipay/tech-ui';
import {
BarChartOutlined,
BgColorsOutlined,
Expand All @@ -11,6 +10,7 @@ import {
SelectOutlined,
SlackOutlined,
} from '@ant-design/icons';
import { CheckCard } from '@ant-design/pro-components';
import { Col, Collapse, Row } from 'antd';
import * as React from 'react';
import AssetCard from './Card';
Expand Down
7 changes: 4 additions & 3 deletions packages/gi-site/src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ import { addProject, getProjectById, updateProjectById } from '../../services';
import type { IProject } from '../../services/typing';
import ProjectTitle from '../ProjectTitle';
import useTheme from '../ThemeVars/useTheme';
import Tour from '../Tour';

import BaseNavbar from './BaseNavbar';
import ExportConfig from './ExportConfig';
import './index.less';
import type { INavbarState } from './typing';
// import Tour from '../Tour';

interface SvgIconProps {
type: string; // 必传
Expand Down Expand Up @@ -171,9 +172,9 @@ const Navbar = ({
<SvgIcon type="icon-magic1" style={{ color: enableAI ? '#3471f9' : '' }} />
</Button>
</Tooltip> */}
<Tooltip title="指引手册">
{/* <Tooltip title="指引手册">
<Tour />
</Tooltip>
</Tooltip> */}
</>
);
return (
Expand Down
Loading

0 comments on commit 2eba5bb

Please sign in to comment.