1
0
mirror of synced 2026-05-21 01:36:40 +08:00

feat(editor,form,form-schema): 新增form-schema,将表单schema放入其中

This commit is contained in:
roymondchen
2025-04-30 16:05:31 +08:00
parent 85284e54f5
commit 50b74d10e6
76 changed files with 1239 additions and 1058 deletions

View File

@@ -64,6 +64,7 @@ export default defineConfig({
{ find: /^@tmagic\/core/, replacement: path.join(__dirname, '../packages/core/src/index.ts') },
{ find: /^@editor/, replacement: path.join(__dirname, '../packages/editor/src/') },
{ find: /^@tmagic\/editor/, replacement: path.join(__dirname, '../packages/editor/src/index.ts') },
{ find: /^@tmagic\/form-schema/, replacement: path.join(__dirname, '../packages/form-schema/src/index.ts') },
{ find: /^@tmagic\/schema/, replacement: path.join(__dirname, '../packages/schema/src/index.ts') },
{ find: /^@tmagic\/form/, replacement: path.join(__dirname, '../packages/form/src/index.ts') },
{