Skip to content

Commit

Permalink
chroe: 微调输出
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 16, 2024
1 parent 683d1ce commit f6b02eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.57",
"version": "2.14.58",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 2 additions & 2 deletions src/components/ArtifactPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
v-model="editPanelData.platform"
class="artifact-radio-group"
>
<nut-radio label="sing-box">sing-box</nut-radio>
<nut-radio label="Stash">Stash</nut-radio>
<nut-radio label="ClashMeta">Clash.Meta(mihomo)</nut-radio>
<nut-radio label="Clash">Clash</nut-radio>
Expand All @@ -101,6 +100,7 @@
<nut-radio label="Loon">Loon</nut-radio>
<nut-radio label="ShadowRocket">Shadowrocket</nut-radio>
<nut-radio label="QX">Quantumult X</nut-radio>
<nut-radio label="sing-box">sing-box</nut-radio>
<nut-radio label="V2Ray">V2Ray</nut-radio>
</nut-radiogroup>
</nut-form-item>
Expand Down Expand Up @@ -144,7 +144,7 @@
displayName: '',
source: '',
type: 'file',
platform: 'Surge',
platform: 'Stash',
});
const sourceSelectorIsVisible = ref(false);
Expand Down
10 changes: 5 additions & 5 deletions src/components/PreviewPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@
path: null,
icon: logoicon,
},
{
name: 'sing-box',
path: 'sing-box',
icon: singbox,
},
{
name: 'Stash',
path: 'Stash',
Expand Down Expand Up @@ -125,6 +120,11 @@
path: 'QX',
icon: quanx,
},
{
name: 'sing-box',
path: 'sing-box',
icon: singbox,
},
{
name: 'V2Ray',
path: 'V2Ray',
Expand Down

0 comments on commit f6b02eb

Please sign in to comment.