• 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
  • user-show.php
  • 李帅's avatar
    init · 1995b6d3
    1995b6d3
    李帅 authored 2022-01-04 18:32:03 +0800
user-show.php 421 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?php 
return [
    'labels' => [
        'UserShow' => 'UserShow',
        'user-show' => 'UserShow',
    ],
    'fields' => [
        'content' => '内容描述',
        'type' => '秀类型',
        'pick_id' => '引用的官方秀id',
        'fav_num' => '收藏数',
        'view_num' => '观看数',
        'praise_num' => '点赞数',
        'comment_num' => '评论数',
    ],
    'options' => [
    ],
];