Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
youshandefeiyang committed Jan 12, 2024
1 parent 425cb1d commit 0561381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Subconverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,9 @@ export default {
if (param.get("new_name")) {
this.form.new_name = param.get("new_name") === 'true';
}
if (param.get("singbox.ipv6")) {
this.form.tpl.singbox.ipv6 = param.get("singbox.ipv6") === '1';
}
this.dialogLoadConfigVisible = false;
this.$message.success("长/短链接已成功解析为订阅信息");
})();
Expand Down

1 comment on commit 0561381

@vercel
Copy link

@vercel vercel bot commented on 0561381 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.