mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-22 17:56:36 +08: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",
|
"pageSize": "25",
|
||||||
"expireDiff": "0",
|
"expireDiff": "0",
|
||||||
"trafficDiff": "0",
|
"trafficDiff": "0",
|
||||||
"remarkModel": "-io",
|
"remarkModel": "-ieo",
|
||||||
"timeLocation": "Local",
|
"timeLocation": "Local",
|
||||||
"tgBotEnable": "false",
|
"tgBotEnable": "false",
|
||||||
"tgBotToken": "",
|
"tgBotToken": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user