Skip to content

Commit 2ca93a5

Browse files
committed
Update README.md
1 parent 4aa86b6 commit 2ca93a5

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,22 @@ Control 层负责把常用动作收口成可理解的命令和反馈。
267267
268268
当前规则很明确:`generate_config` 只处理当前 active 主订阅。
269269
270-
### Runtime
270+
### Runtime 说明(重要)
271+
272+
`runtime/` 是运行时目录,不是配置目录。
273+
274+
它的作用是作为“唯一运行容器”,用于存放:
275+
276+
\- 运行内核(mihomo / clash)
277+
\- 运行配置(config.yaml)
278+
\- 订阅状态(subscriptions.yaml)
279+
\- dashboard 前端
280+
\- 日志(logs)
281+
\- 构建中间文件(tmp)
282+
283+
这些内容都是 **install / 运行过程中动态生成的**,不会作为仓库内容长期维护。
271284
272-
实际运行层。
273285
274-
- `runtime/` 是唯一运行时容器
275-
- 后端可以是 `systemd``systemd-user``script`
276-
- 运行配置是 `runtime/config.yaml`
277-
- 订阅集合状态是 `runtime/subscriptions.yaml`(历史 `config/subscriptions.yaml` 仅用于兼容迁移)
278-
- 日志、状态、缓存和运行时产物都收敛到 runtime 体系
279286
280287
## 配置说明
281288

0 commit comments

Comments
 (0)