feat: add llm.txt

This commit is contained in:
2025-12-17 17:50:14 +08:00
parent 70c9094001
commit 9b7093da26
6 changed files with 525 additions and 209 deletions

20
backend/tests/super.http Normal file
View File

@@ -0,0 +1,20 @@
@host = http://localhost:8080
### Login
POST {{ host }}/super/v1/auth/login
Content-Type: application/json
{
"username":"test-user",
"password":"test-password"
}
### update tenant expire
PATCH {{ host }}/super/v1/tenants/2
Content-Type: application/json
{
"duration": 7
}