refactor: 简化schema结构,更新AGENTS.md

This commit is contained in:
2026-04-14 14:20:46 +08:00
parent c3846da8ae
commit 6d991326a5
37 changed files with 51 additions and 5 deletions
@@ -0,0 +1,6 @@
import type { Entity } from '../core';
// TODO: 数据库数据源, 暂不实现
export interface DataSourceByDatabase extends Entity {
type: 'database';
}