mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增全局请求数据处理
This commit is contained in:
+7
-1
@@ -53,6 +53,8 @@ import {
|
||||
ArrowForward as ArrowForwardIcon,
|
||||
Planet as PawIcon,
|
||||
Search as SearchIcon,
|
||||
ChevronUpOutline as ChevronUpOutlineIcon,
|
||||
ChevronDownOutline as ChevronDownOutlineIcon
|
||||
} from '@vicons/ionicons5'
|
||||
|
||||
import {
|
||||
@@ -194,7 +196,11 @@ const ionicons5 = {
|
||||
// 搜索(放大镜)
|
||||
SearchIcon,
|
||||
// 过滤器
|
||||
FilterIcon
|
||||
FilterIcon,
|
||||
// 向上
|
||||
ChevronUpOutlineIcon,
|
||||
// 向下
|
||||
ChevronDownOutlineIcon
|
||||
}
|
||||
|
||||
const carbon = {
|
||||
|
||||
Reference in New Issue
Block a user