Skip to content

Commit d4f2355

Browse files
committed
feat: 同步配置新增 URI 和 JSON 输出
1 parent 89ec606 commit d4f2355

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.15.13",
3+
"version": "2.15.14",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/components/ArtifactPanel.vue

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@
129129
<nut-radio label="QX">Quantumult X</nut-radio>
130130
<nut-radio label="sing-box">sing-box</nut-radio>
131131
<nut-radio label="V2Ray">V2Ray</nut-radio>
132+
<nut-radio label="URI">URI</nut-radio>
133+
<nut-radio label="JSON">JSON</nut-radio>
132134
</nut-radiogroup>
133135
</nut-form-item>
134136
</template>

0 commit comments

Comments
 (0)