修正clash自定义页面的参数

This commit is contained in:
Yutousama 2022-03-02 10:24:32 +08:00
parent 100f1e3511
commit 2128d7893f

View File

@ -62,7 +62,7 @@
if (obj.event === 'addAddress') {
layer.prompt({
formType: 2,
value: '- DOMAIN-SUFFIX,{url},🚀 节点选择',
value: '- DOMAIN-SUFFIX,{url},🔰 节点选择',
title: '请输入地址',
}, function (path, index, elem) {
$.post('/tools/clash/add.do', {'url': path}, function (json) {