add custom field to staffpanel

This commit is contained in:
xiaomlove
2021-03-18 20:32:35 +08:00
parent 428ebd85b8
commit fab59c1f5b
15 changed files with 115 additions and 54 deletions
+3 -1
View File
@@ -68,5 +68,7 @@ $lang_staffpanel = [
'Add Bonus Points' => '增加魔力',
'Add Bonus Points to one or All Users.' => '为某个或全部用户增加魔力',
'Clear cache' => '清除缓存',
'Clear cache of memcached' => '清除缓存的数据'
'Clear cache of memcached' => '清除缓存的数据',
'Custom Field Manage' => '自定义字段管理',
'Manage custom fields' => '管理自定义的字段',
];