mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-04 11:29:36 +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:
@@ -41,7 +41,7 @@ var defaultValueMap = map[string]string{
|
||||
"pageSize": "25",
|
||||
"expireDiff": "0",
|
||||
"trafficDiff": "0",
|
||||
"remarkModel": "-io",
|
||||
"remarkModel": "-ieo",
|
||||
"timeLocation": "Local",
|
||||
"tgBotEnable": "false",
|
||||
"tgBotToken": "",
|
||||
|
||||
Reference in New Issue
Block a user