# SaaS 目录索引 ```text F:\openclaw-saas ├─ docs ├─ apps │ ├─ web │ ├─ api │ └─ worker ├─ packages │ ├─ domain │ ├─ application │ ├─ ports │ ├─ adapters │ └─ shared ├─ infra │ ├─ docker │ ├─ nginx │ └─ scripts ├─ tests │ ├─ integration │ └─ e2e ├─ README.md └─ .gitignore ```