feat: 合并 1.0.6 版本代码

This commit is contained in:
奔跑的面条
2022-07-21 11:03:04 +08:00
40 changed files with 1286 additions and 271 deletions
+13 -2
View File
@@ -53,7 +53,10 @@ import {
ArrowForward as ArrowForwardIcon,
Planet as PawIcon,
Search as SearchIcon,
Reload as ReloadIcon
Reload as ReloadIcon,
ChevronUpOutline as ChevronUpOutlineIcon,
ChevronDownOutline as ChevronDownOutlineIcon,
Pulse as PulseIcon
} from '@vicons/ionicons5'
import {
@@ -196,7 +199,15 @@ const ionicons5 = {
// 搜索(放大镜)
SearchIcon,
// 加载
ReloadIcon
ReloadIcon,
// 过滤器
FilterIcon,
// 向上
ChevronUpOutlineIcon,
// 向下
ChevronDownOutlineIcon,
// 脉搏
PulseIcon
}
const carbon = {
+4
View File
@@ -37,6 +37,7 @@ import {
NTooltip,
NAvatar,
NTabs,
NTab,
NTabPane,
NCard,
NRow,
@@ -68,6 +69,7 @@ import {
NSteps,
NStep,
NInputGroup,
NInputGroupLabel,
NResult,
NDescriptions,
NDescriptionsItem,
@@ -136,6 +138,7 @@ const naive = create({
NTooltip,
NAvatar,
NTabs,
NTab,
NTabPane,
NCard,
NRow,
@@ -167,6 +170,7 @@ const naive = create({
NSteps,
NStep,
NInputGroup,
NInputGroupLabel,
NResult,
NDescriptions,
NDescriptionsItem,