poetry.php 278 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php return [ 'labels' => [ 'Poetry' => 'Poetry', 'poetry' => 'Poetry', ], 'fields' => [ 'name' => '题目', 'subname' => '小标题', 'alias' => '别名', 'en' => '英语释义', ], 'options' => [ ], ];