!88 feat: 添加渠道配置和应用管理功能,更新相关表单和数据结构

Merge pull request !88 from 痴货/pay-master
This commit is contained in:
xingyu
2025-05-26 02:24:11 +00:00
committed by Gitee
24 changed files with 2229 additions and 46 deletions

View File

@@ -68,3 +68,4 @@ export { useVbenForm, z };
export type VbenFormSchema = FormSchema<ComponentType>;
export type { VbenFormProps };
export type FormSchemaGetter = () => VbenFormSchema[];