mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-24 15:14:01 +08:00
Feat: extraction code
This commit is contained in:
parent
4ea1cb13ac
commit
870cf20d2f
@ -1,15 +1,8 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import { h, ref, createVNode, type Ref } from "vue";
|
||||
import { t } from "@/lang/i18n";
|
||||
import type { TableProps, UploadProps } from "ant-design-vue";
|
||||
|
||||
import {
|
||||
DownOutlined,
|
||||
SearchOutlined,
|
||||
LoadingOutlined,
|
||||
ExclamationCircleOutlined,
|
||||
UploadOutlined
|
||||
} from "@ant-design/icons-vue";
|
||||
import { LoadingOutlined, ExclamationCircleOutlined } from "@ant-design/icons-vue";
|
||||
|
||||
import { parseForwardAddress } from "@/tools/protocol";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user