feat:增加 DocAlert 文档说明

This commit is contained in:
YunaiV
2025-04-05 17:09:16 +08:00
parent 0bef7c6bd9
commit 2e5d924a4f
17 changed files with 94 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import type { SystemSmsLogApi } from '#/api/system/sms/log';
import { Page, useVbenModal } from '@vben/common-ui';
import { Download } from '@vben/icons';
import { Button } from 'ant-design-vue';
import { DocAlert } from '#/components/doc-alert';
import { useVbenVxeGrid } from '#/adapter/vxe-table';
import { exportSmsLog, getSmsLogPage } from '#/api/system/sms/log';
@@ -80,6 +81,8 @@ const [Grid, gridApi] = useVbenVxeGrid({
<template>
<Page auto-content-height>
<DocAlert title="短信配置" url="https://doc.iocoder.cn/sms/" />
<DetailModal @success="onRefresh" />
<Grid table-title="短信日志列表">
<template #toolbar-tools>