规定数据类型

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

11
shared/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "@sillytavern-repalice/shared",
"version": "1.0.0",
"description": "Shared types and schemas for SillyTavern Repalice",
"main": "index.ts",
"types": "index.ts",
"private": true,
"dependencies": {
"zod": "^3.22.4"
}
}