规定数据类型

This commit is contained in:
2026-04-24 01:45:41 +08:00
parent d1943f564a
commit 35eff3faf6
86 changed files with 3809 additions and 0 deletions

6
shared/schemas/index.ts Normal file
View File

@@ -0,0 +1,6 @@
/**
* Shared Schemas 导出
*/
export * from './sillytavern.schemas';
export * from './internal.schemas';