mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增动态接口过滤器功能
This commit is contained in:
+5
-2
@@ -52,7 +52,8 @@ import {
|
||||
ArrowBack as ArrowBackIcon,
|
||||
ArrowForward as ArrowForwardIcon,
|
||||
Planet as PawIcon,
|
||||
Search as SearchIcon
|
||||
Search as SearchIcon,
|
||||
Filter as FilterIcon
|
||||
} from '@vicons/ionicons5'
|
||||
|
||||
import {
|
||||
@@ -190,7 +191,9 @@ const ionicons5 = {
|
||||
// 狗爪
|
||||
PawIcon,
|
||||
// 搜索(放大镜)
|
||||
SearchIcon
|
||||
SearchIcon,
|
||||
// 过滤器
|
||||
FilterIcon
|
||||
}
|
||||
|
||||
const carbon = {
|
||||
|
||||
Reference in New Issue
Block a user