diff --git a/package.json b/package.json
index 38aef0f6a..aeb827ded 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
- "version": "2.14.57",
+ "version": "2.14.58",
"private": true,
"scripts": {
"dev": "vite --host",
diff --git a/src/components/ArtifactPanel.vue b/src/components/ArtifactPanel.vue
index ad31e42e3..23e436872 100644
--- a/src/components/ArtifactPanel.vue
+++ b/src/components/ArtifactPanel.vue
@@ -92,7 +92,6 @@
v-model="editPanelData.platform"
class="artifact-radio-group"
>
- sing-box
Stash
Clash.Meta(mihomo)
Clash
@@ -101,6 +100,7 @@
Loon
Shadowrocket
Quantumult X
+ sing-box
V2Ray
@@ -144,7 +144,7 @@
displayName: '',
source: '',
type: 'file',
- platform: 'Surge',
+ platform: 'Stash',
});
const sourceSelectorIsVisible = ref(false);
diff --git a/src/components/PreviewPanel.vue b/src/components/PreviewPanel.vue
index cd4da6f18..a48265d63 100644
--- a/src/components/PreviewPanel.vue
+++ b/src/components/PreviewPanel.vue
@@ -79,11 +79,6 @@
path: null,
icon: logoicon,
},
- {
- name: 'sing-box',
- path: 'sing-box',
- icon: singbox,
- },
{
name: 'Stash',
path: 'Stash',
@@ -125,6 +120,11 @@
path: 'QX',
icon: quanx,
},
+ {
+ name: 'sing-box',
+ path: 'sing-box',
+ icon: singbox,
+ },
{
name: 'V2Ray',
path: 'V2Ray',