Skip to content

Commit

Permalink
chore: 文案
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed May 30, 2024
1 parent 130e0d3 commit 110ceeb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.237",
"version": "2.14.238",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
23 changes: 12 additions & 11 deletions src/components/ArtifactPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 110ceeb

Please sign in to comment.