mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-31 10:14:15 +00:00
feat(settings): include email in default remarkModel pattern
Change the out-of-the-box remarkModel from "-io" (Inbound, Other) to "-ieo" so newly provisioned panels include the client's email between the inbound name and the other slot — much easier to identify which client a generated remark belongs to. Existing installs that have already written a remarkModel value are unaffected; only first-run / unset defaults inherit the new pattern.
This commit is contained in:
parent
72b68cce22
commit
8d6d845262
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ var defaultValueMap = map[string]string{
|
|||
"pageSize": "25",
|
||||
"expireDiff": "0",
|
||||
"trafficDiff": "0",
|
||||
"remarkModel": "-io",
|
||||
"remarkModel": "-ieo",
|
||||
"timeLocation": "Local",
|
||||
"tgBotEnable": "false",
|
||||
"tgBotToken": "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue