Skip to content

Commit

Permalink
🔀 fix: merge ci build branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Oct 31, 2023
1 parent 78ed03e commit 7df5f4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 58 deletions.
1 change: 1 addition & 0 deletions src/ActionGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const ActionGroup = (props: ActionGroupProps) => {
if (item?.type)
return (
<Divider
key={`action-divider-${index}`}
type={direction === 'row' ? 'vertical' : 'horizontal'}
style={{
margin: `${direction === 'row' ? '0 4px' : '4px 0'}`,
Expand Down
8 changes: 4 additions & 4 deletions src/Highlight/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ group: 基础组件

## 何时使用

展示代码时使用,不需要编辑代码时使用
展示代码时使用,不需要编辑代码时使用

## 代码演示

### 指定语言

你可以通过 `language` 指定语言高亮,通过 `theme` 指定高亮主题
你可以通过 `language` 指定语言高亮,通过 `theme` 指定高亮主题

<code src="./demos/basic.tsx" ></code>

### 展示代码块行号

你可以通过 `lineNumber` 指定是否需要展示代码块行号
你可以通过 `lineNumber` 指定是否需要展示代码块行号

<code src="./demos/lineNumber.tsx" ></code>

### 主题 & 语言 & 行号 & 渲染器

你可以通过这个示例查看不同语言在不同主题下的效果
你可以通过这个示例查看不同语言在不同主题下的效果

<code src="./demos/theme.tsx" ></code>

Expand Down
Loading

0 comments on commit 7df5f4e

Please sign in to comment.