one-poem.php 633 Bytes
<?php
return [
    'labels' => [
        'OnePoem' => 'OnePoem',
        'one-poem' => 'OnePoem',
    ],
    'fields' => [
        'title' => '标题',
        'content' => '正文',
        'stanza' => '诗节',
        'annotate' => '注解',
        'spelling' => '拼音',
        'en' => '英文解释',
        'poetry_id' => '诗词id',
        'state' => '状态',

        'author' => '作者',
        'author_id' => '作者id',
        'name' => '题目',
        'subname' => '小标题',
        'alias' => '别名',

        'poetry' => [
            'name' => '诗词名'
        ]
    ],
    'options' => [
    ],
];