mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
添加 Surge Hybrid 参数支持,添加一键上传所有节点配置到 Gist
This commit is contained in:
@@ -105,6 +105,14 @@ export default {
|
||||
this.save();
|
||||
},
|
||||
},
|
||||
created() {
|
||||
if (typeof this.args !== 'undefined') {
|
||||
this.action = this.args.action || this.action;
|
||||
this.position = this.args.position || this.position;
|
||||
this.template = this.args.template || this.template;
|
||||
this.link = typeof this.args.link !== 'undefined' ? this.args.link : this.link;
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user