diff --git a/static/constant.js b/static/constant.js
index 36c9502..df663f7 100644
--- a/static/constant.js
+++ b/static/constant.js
@@ -170,8 +170,10 @@ const I18N_MAP = {
'By network card': 'By network card',
'By command': 'By command',
'domainsHelp': `
- One domain per line, you can use colon to separate the root domain
- (example.cn.eu.org) and the subdomain (www), fill in as: www:example.cn.eu.org
+ Enter one domain per line.
+ If the domain is unregistrable, manually separate it into a subdomain and a root domain by using a colon. e.g. www:domain.example.com
+
+ Support for custom parameters (Simplified Chinese)
`,
'Regular exp.': 'Regular exp.',
'regHelp': 'You can use @1 to specify the first IPv6 address, @2 to specify the second IPv6 address... You can also use regular expressions to match the specified IPv6 address, leave it blank to disable it',
@@ -227,8 +229,10 @@ const I18N_MAP = {
'By network card': '通过网卡获取',
'By command': '通过命令获取',
'domainsHelp': `
- 一行一个域名, 可使用冒号分隔根域名(example.cn.eu.org)与子域名(www), 填写为:www:example.cn.eu.org
- 支持传递自定义参数
+ 每行一个域名。
+ 如果域名不可注册,请使用冒号手动将其分为子域名和根域名。如 www:domain.example.com
+
+ 支持自定义参数
`,
'Regular exp.': '匹配正则表达式',
'regHelp': '可使用 @1 指定第一个IPv6地址, @2 指定第二个IPv6地址... 也可使用正则表达式匹配指定的IPv6地址, 留空则不启用',