fix: user-agent version error

This commit is contained in:
MystiPanda
2023-12-15 15:18:01 +08:00
parent 933a821b5f
commit b65ad1ebd7
3 changed files with 12 additions and 4 deletions

View File

@@ -209,7 +209,7 @@ export const ProfileViewer = forwardRef<ProfileViewerRef, Props>(
<TextField
{...text}
{...field}
placeholder={`clash-verge-rev`}
placeholder={`clash-verge/v${version}`}
label="User Agent"
/>
)}