custom fields add priority + display

This commit is contained in:
xiaomlove
2022-09-19 16:27:04 +08:00
parent a9c734e45b
commit b305ce7380
20 changed files with 225 additions and 72 deletions

View File

@@ -33,6 +33,7 @@ return [
'submit' => 'Submit',
'cancel' => 'Cancel',
'reset' => 'Reset',
'anonymous' => 'Anonymous',
'setting' => [
'nav_text' => 'Setting',
'backup' => [

View File

@@ -33,6 +33,7 @@ return [
'submit' => '提交',
'cancel' => '取消',
'reset' => '重置',
'anonymous' => '匿名',
'setting' => [
'nav_text' => '设置',
'backup' => [

View File

@@ -2,4 +2,5 @@
return [
'invalid_argument' => '参数错误',
'require_argument' => ':argument 不能为空',
];

View File

@@ -33,6 +33,7 @@ return [
'submit' => '提交',
'cancel' => '取消',
'reset' => '重置',
'anonymous' => '匿名',
'setting' => [
'nav_text' => '設置',
'backup' => [