站点监控批量导入支持分组和备注

This commit is contained in:
xiaojunnuo
2025-10-21 22:38:02 +08:00
parent 2ed12c429e
commit 77b4a1eaf6
5 changed files with 13 additions and 10 deletions
@@ -294,7 +294,7 @@ export default {
},
domainList: {
title: "Domain List",
helper: "Format: domain:port:name, one per line. Port and name are optional.\nExamples:\nwww.baidu.com:443:Baidu\nwww.taobao.com::Taobao\nwww.google.com",
helper: "Format: domain:port:name:remark, one per line. Port and name are optional.\nExamples:\nwww.baidu.com:443:Baidu:remarkText\nwww.taobao.com::Taobao\nwww.google.com",
required: "Please enter domains to import",
placeholder: "www.baidu.com:443:Baidu\nwww.taobao.com::Taobao\nwww.google.com\n",
},