Skip to content

Commit

Permalink
website: update code preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 24, 2021
1 parent 8c7f718 commit de4a1b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/components/Markdown/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ export default function Code({ language, dependencies, codePen, ...other }: Code
},
'package.json': {
content: {
name: 'react-amap-demo',
description: `高德地图 React 组件 - demo`,
name: 'react-baidu-map-demo',
description: `百度地图 React 组件 - demo`,
dependencies: {
react: 'latest',
'react-dom': 'latest',
'@uiw/react-amap': 'latest',
'@uiw/react-baidu-map': 'latest',
},
devDependencies: {
'@kkt/less-modules': '6.11.0',
Expand Down

0 comments on commit de4a1b7

Please sign in to comment.