You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
321 B
15 lines
321 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'ShareCardSetting' => '分享设置',
|
|
'shareCardSetting' => '分享设置',
|
|
'share_card_setting' => '分享设置',
|
|
],
|
|
'fields' => [
|
|
'title' => '标题',
|
|
'image' => '图片',
|
|
'share_card' => ' '
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|