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