修正clash自定义页面的参数
This commit is contained in:
parent
100f1e3511
commit
2128d7893f
@ -62,7 +62,7 @@
|
|||||||
if (obj.event === 'addAddress') {
|
if (obj.event === 'addAddress') {
|
||||||
layer.prompt({
|
layer.prompt({
|
||||||
formType: 2,
|
formType: 2,
|
||||||
value: '- DOMAIN-SUFFIX,{url},🚀 节点选择',
|
value: '- DOMAIN-SUFFIX,{url},🔰 节点选择',
|
||||||
title: '请输入地址',
|
title: '请输入地址',
|
||||||
}, function (path, index, elem) {
|
}, function (path, index, elem) {
|
||||||
$.post('/tools/clash/add.do', {'url': path}, function (json) {
|
$.post('/tools/clash/add.do', {'url': path}, function (json) {
|
||||||
|
Loading…
Reference in New Issue
Block a user