• This project
    • Loading...
  • Sign in

OnePoem / OnePoem-Server

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • OnePoem-Server
  • resources
  • lang
  • zh_CN
  • pack-poem.php
  • 李帅's avatar
    init · 89a42a40
    89a42a40
    李帅 authored 2022-01-12 16:31:31 +0800
pack-poem.php 535 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<?php 
return [
    'labels' => [
        'PackPoem' => 'PackPoem',
        'pack-poem' => 'PackPoem',
    ],
    'fields' => [
        'title' => '标题',
        'subtitle' => '副标题',
        'left_text' => '左侧文本',
        'right_text' => '右侧文本',
        'poem_id' => '一言',
        'use_num' => '使用次数',
        'state' => '状态',

        'poem'=>[
            'title' => '一言',
            'content' => '正文',
            'author'  => '作者'
        ]
    ],
    'options' => [
    ],
];