feat: add HTTP API and complete client workflows

This commit is contained in:
hectorzhao
2026-07-16 11:34:06 +08:00
parent 4f07b331e5
commit dcb6162dcf
40 changed files with 2548 additions and 365 deletions
+2
View File
@@ -7,6 +7,7 @@ import {
MessageSquareText,
PenLine,
ReceiptText,
Cable,
ShieldCheck,
Users,
} from 'lucide-react';
@@ -48,6 +49,7 @@ export function ClientLayout() {
{ label: '短信应用', to: '/client/applications', icon: FileText },
{ label: '签名与引流信息', to: '/client/signatures', icon: PenLine },
{ label: '模板管理', to: '/client/templates', icon: FileText },
{ label: '接口对接', to: '/client/http-api', icon: Cable },
],
},
{