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:
MHSanaei 2026-05-28 11:08:59 +02:00
parent 72b68cce22
commit 8d6d845262
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A

View file

@ -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": "",