第三方登录

This commit is contained in:
Edward Yang 2022-09-27 17:46:48 +08:00
parent 13fcbfbe20
commit f46c8925d1
2 changed files with 2 additions and 0 deletions

View File

@ -28,4 +28,5 @@ return [
'payment' => 'Payment',
'total' => 'Total',
'view' => 'View',
'social' => 'Social',
];

View File

@ -28,4 +28,5 @@ return [
'payment' => '支付方式',
'total' => '订单计算',
'view' => '页面修改',
'social' => '第三方登录',
];