introduce graphql

This commit is contained in:
2026-05-19 00:24:45 +08:00
parent 78f15c80a1
commit 9c55cc675e
10 changed files with 203 additions and 11 deletions
+3 -2
View File
@@ -5,7 +5,7 @@ prompts:
preset: "下面的代码来自项目相对路径 {{path}}\n---\n{{content}}"
preset:
auth:
auth:
- "app/auth.py"
- "app/auth/*"
@@ -18,4 +18,5 @@ preset:
db_model:
- "app/models/*"
- "app/db.py"
- "app/auth.py"
- "app/auth.py"
- "app/main.py"