1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-07 06:50:03 +08:00

合并验证码

This commit is contained in:
weiwait
2023-02-08 11:04:57 +08:00
parent cc5b77b993
commit ec52abe746
11 changed files with 427 additions and 5 deletions

View File

@@ -100,6 +100,23 @@
->optionsFromKeyValue('kvs'); // 用于结合vKeyValue进行选项选择
```
##### 登录验证码
![示例图片](https://github.com/weiwait/images/blob/main/dcat-auth.png?raw=true)
```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]: <> (![示例图片]&#40;https://github.com/weiwait/images/blob/main/donate.png?raw=true&#41;)