@extends('layouts.base') @section('css') @endsection @section('content')

欢迎访问 {{env('APP_NAME')}} 信息中心!

访问左侧链接进入你的 {{env('APP_NAME')}} 仪表盘.

修改密码

旧密码: 新密码:
@if ($role == $admin_role)

链接

@include('snippets.link_table', [ 'table_id' => 'admin_links_table' ])

用 户

添加用户
用户名 密 码 Email 权限组
添加
@include('snippets.user_table', [ 'table_id' => 'admin_users_table' ])
@endif @if ($api_active == 1)

开发者

面向开发人员的 API Key 和文档.

文档: http://docs.polr.me/en/latest/developer-guide/api/

API Key:

API 配额:

@if ($api_quota == -1) unlimited @else {{$api_quota}} @endif

每分钟请求数
@endif
@endsection @section('js') {{-- Include modal templates --}} @include('snippets.modals') {{-- Include extra JS --}} @endsection