Skip to content

Commit

Permalink
feat: semi 2.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashagu committed Jan 17, 2025
1 parent cfbc620 commit 1a92a3c
Show file tree
Hide file tree
Showing 33 changed files with 2,728 additions and 94 deletions.
20 changes: 20 additions & 0 deletions docs/.vitepress/theme/layout/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ const navItem = [
text: 'Chat 对话',
icon: h(Icon, {}, () => h(InlineSvg, { svg: getIcon('chat') })),
},
{
itemKey: '/plus/dragMove/',
text: 'DragMove 拖拽移动',
icon: h(Icon, {}, () => h(InlineSvg, { svg: getIcon('dragmove') })),
},
{
itemKey: '/plus/codehighlight/',
text: 'Codehighlight 代码高亮',
Expand All @@ -149,6 +154,11 @@ const navItem = [
text: 'Markdown 渲染',
icon: h(Icon, {}, () => h(InlineSvg, { svg: getIcon('markdown') })),
},
{
itemKey: '/plus/audioPlayer/',
text: 'AudioPlayer 播放器',
icon: h(Icon, {}, () => h(InlineSvg, { svg: getIcon('audioplayer') })),
},
],
},
{
Expand Down Expand Up @@ -371,6 +381,11 @@ const navItem = [
text: 'Image 图片',
icon: h(Icon, {}, () => h(InlineSvg, { svg: getIcon('image') })),
},
{
itemKey: '/show/cropper/',
text: 'Cropper 图片裁剪',
icon: h(Icon, {}, () => h(InlineSvg, { svg: getIcon('cropper') })),
},
{
itemKey: '/show/list/',
text: 'List 列表',
Expand Down Expand Up @@ -594,6 +609,11 @@ provide('hero-image-slot-exists', null);
:root{
--vp-icon-copy:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E")
}
.msg.err{
pre{
width: 100%;
}
}
.semi-overview-list {
display: flex;
flex-wrap: wrap;
Expand Down
5 changes: 5 additions & 0 deletions docs/images/docIcons/doc-audioplayer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/images/docIcons/doc-colorPlatteNew.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/images/docIcons/doc-cropper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/images/docIcons/doc-dragmove.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/images/docIcons/doc-jsonviewer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1a92a3c

Please sign in to comment.