123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?php
- return [
- [
- 'name' => 'open_client',
- 'type' => 'checkbox',
- 'value' => '',
- 'desc' => '开启的第三方',
- 'extra' => [
- 'qq' => 'QQ',
- 'github' => 'GitHub',
- 'weibo' => '微博',
- 'weixin' => '微信'
- ]
- ],
- [
- 'name' => 'qq_client_id',
- 'type' => 'text',
- 'value' => '',
- 'desc' => 'QQ_CLIENT_ID',
- ],
- [
- 'name' => 'qq_client_secret',
- 'type' => 'text',
- 'value' => '',
- 'desc' => 'QQ_CLIENT_SECRET',
- ],
- [
- 'name' => 'github_client_id',
- 'type' => 'text',
- 'value' => '',
- 'desc' => 'GITHUB_CLIENT_ID',
- ],
- [
- 'name' => 'github_client_secret',
- 'type' => 'text',
- 'value' => '',
- 'desc' => 'GITHUB_CLIENT_SECRET',
- ],
- [
- 'name' => 'weibo_client_id',
- 'type' => 'text',
- 'value' => '',
- 'desc' => 'WEIBO_CLIENT_ID',
- ],
- [
- 'name' => 'weibo_client_secret',
- 'type' => 'text',
- 'value' => '',
- 'desc' => 'WEIBO_CLIENT_SECRET',
- ],
- [
- 'name' => 'weixin_client_id',
- 'type' => 'text',
- 'value' => '',
- 'desc' => 'WEIXIN_CLIENT_ID',
- ],
- [
- 'name' => 'weixin_client_secret',
- 'type' => 'text',
- 'value' => '',
- 'desc' => 'WEIXIN_CLIENT_SECRET',
- ],
- ];
|