mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
UI: change paste icon, delete default profile name
This commit is contained in:
parent
f0719f8bde
commit
f335941b62
|
@ -48,7 +48,7 @@ export const ProfileViewer = forwardRef<ProfileViewerRef, Props>(
|
|||
const { control, watch, register, ...formIns } = useForm<IProfileItem>({
|
||||
defaultValues: {
|
||||
type: "remote",
|
||||
name: "Remote File",
|
||||
name: "",
|
||||
desc: "",
|
||||
url: "",
|
||||
option: {
|
||||
|
|
|
@ -19,7 +19,7 @@ import {
|
|||
import { LoadingButton } from "@mui/lab";
|
||||
import {
|
||||
ClearRounded,
|
||||
ContentCopyRounded,
|
||||
ContentPasteRounded,
|
||||
LocalFireDepartmentRounded,
|
||||
RefreshRounded,
|
||||
TextSnippetOutlined,
|
||||
|
@ -291,7 +291,7 @@ const ProfilePage = () => {
|
|||
title={t("Paste")}
|
||||
onClick={onCopyLink}
|
||||
>
|
||||
<ContentCopyRounded fontSize="inherit" />
|
||||
<ContentPasteRounded fontSize="inherit" />
|
||||
</IconButton>
|
||||
) : (
|
||||
<IconButton
|
||||
|
|
Loading…
Reference in New Issue
Block a user