[admin] add username change log

This commit is contained in:
xiaomlove
2022-08-10 23:38:10 +08:00
parent c074b1e1ed
commit b539eff587
16 changed files with 204 additions and 17 deletions
+2 -1
View File
@@ -27,6 +27,7 @@ return [
'description' => '描述',
'price' => '价格',
'deadline' => '截止时间',
'operator' => '操作者',
'setting' => [
'nav_text' => '设置',
'backup' => [
@@ -213,7 +214,7 @@ return [
],
'user_meta' => [
'meta_keys' => [
\App\Models\UserMeta::META_KEY_CHANGE_USERNAME => '名卡',
\App\Models\UserMeta::META_KEY_CHANGE_USERNAME => '名卡',
\App\Models\UserMeta::META_KEY_PERSONALIZED_USERNAME => '彩虹 ID',
],
],