From 110ceebd4190247ca6493c98e5f9d3d4fb820c4a Mon Sep 17 00:00:00 2001 From: xream Date: Thu, 30 May 2024 18:41:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/ArtifactPanel.vue | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index dda978a40..cd82094ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.237", + "version": "2.14.238", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/components/ArtifactPanel.vue b/src/components/ArtifactPanel.vue index 3382a0339..bc5861992 100644 --- a/src/components/ArtifactPanel.vue +++ b/src/components/ArtifactPanel.vue @@ -311,17 +311,18 @@ }; const includeUnsupportedProxyTips = () => { - const includeUnsupportedProxyTipsTitle = t(`syncPage.addArtForm.includeUnsupportedProxy.tips.title`) - const includeUnsupportedProxyTipsContent = t(`syncPage.addArtForm.includeUnsupportedProxy.tips.content`) - Dialog({ - title: includeUnsupportedProxyTipsTitle, - content: includeUnsupportedProxyTipsContent, - popClass: 'auto-dialog', - okText: 'OK', - noCancelBtn: true, - closeOnPopstate: true, - lockScroll: false, - }); + window.open('https://github.com/sub-store-org/Sub-Store/wiki/%E9%93%BE%E6%8E%A5%E5%8F%82%E6%95%B0%E8%AF%B4%E6%98%8E'); + // const includeUnsupportedProxyTipsTitle = t(`syncPage.addArtForm.includeUnsupportedProxy.tips.title`) + // const includeUnsupportedProxyTipsContent = t(`syncPage.addArtForm.includeUnsupportedProxy.tips.content`) + // Dialog({ + // title: includeUnsupportedProxyTipsTitle, + // content: includeUnsupportedProxyTipsContent, + // popClass: 'auto-dialog', + // okText: 'OK', + // noCancelBtn: true, + // closeOnPopstate: true, + // lockScroll: false, + // }); }; watchEffect(() => {