mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-07 06:50:03 +08:00
合并验证码
This commit is contained in:
17
README.md
17
README.md
@@ -100,6 +100,23 @@
|
||||
->optionsFromKeyValue('kvs'); // 用于结合vKeyValue进行选项选择
|
||||
```
|
||||
|
||||
##### 登录验证码
|
||||

|
||||
|
||||
```php
|
||||
class SettingController extends Controller
|
||||
{
|
||||
public function index(Content $content): Content
|
||||
{
|
||||
$tab = Tab::make();
|
||||
$tab->add('站点配置', new AuthSetting());
|
||||
|
||||
return $content->title('配置')
|
||||
->body($tab->withCard());
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
[comment]: <> (### Donate)
|
||||
|
||||
[comment]: <> ()
|
||||
|
||||
Reference in New Issue
Block a user