We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa86b6 commit 2ca93a5Copy full SHA for 2ca93a5
1 file changed
README.md
@@ -267,15 +267,22 @@ Control 层负责把常用动作收口成可理解的命令和反馈。
267
268
当前规则很明确:`generate_config` 只处理当前 active 主订阅。
269
270
-### Runtime
+### 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 / 运行过程中动态生成的**,不会作为仓库内容长期维护。
284
-实际运行层。
285
-- `runtime/` 是唯一运行时容器
-- 后端可以是 `systemd`、`systemd-user` 或 `script`
-- 运行配置是 `runtime/config.yaml`
-- 订阅集合状态是 `runtime/subscriptions.yaml`(历史 `config/subscriptions.yaml` 仅用于兼容迁移)
-- 日志、状态、缓存和运行时产物都收敛到 runtime 体系
286
287
## 配置说明
288
0 commit comments