StarrySkyWorld commited on
Commit
884bddf
·
1 Parent(s): c58f36e

Add HF Spaces README frontmatter

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # Autoreg (Kiro Account Manager)
2
 
3
  用于管理 Kiro 账号、配额与自动注册的 Python 后端与 Web 管理界面。包含 FastAPI 服务、CLI、自动化注册与调试工具。
@@ -119,4 +125,3 @@ python -m debugger.run
119
 
120
  - FastAPI + Uvicorn 用于 Web 服务
121
  - DrissionPage 用于浏览器自动化(需要系统浏览器)
122
-
 
1
+ ---
2
+ title: KManager
3
+ sdk: docker
4
+ app_port: 7860
5
+ ---
6
+
7
  # Autoreg (Kiro Account Manager)
8
 
9
  用于管理 Kiro 账号、配额与自动注册的 Python 后端与 Web 管理界面。包含 FastAPI 服务、CLI、自动化注册与调试工具。
 
125
 
126
  - FastAPI + Uvicorn 用于 Web 服务
127
  - DrissionPage 用于浏览器自动化(需要系统浏览器)