Merge pull request #382 from walkInALine/feat/walkInALine

fix: useClipboard在ip地址下不能使用问题
This commit is contained in:
Archer 2023-12-18 15:45:26 +08:00 committed by GitHub
commit 64ee9c208d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,8 @@ const copyConfig = async () => {
// //
topToolBorderColor: '${appStore.getTheme.topToolBorderColor}' topToolBorderColor: '${appStore.getTheme.topToolBorderColor}'
} }
` `,
legacy: true
}) })
if (!isSupported) { if (!isSupported) {
ElMessage.error(t('setting.copyFailed')) ElMessage.error(t('setting.copyFailed'))