vault backup: 2026-05-28 16:56:48

This commit is contained in:
2026-05-28 16:56:48 +08:00
parent 60a3bc45b1
commit 09bcdadf62

View File

@@ -350,8 +350,11 @@ pip install watchdog
``` ```
#### 初始构建(首次或全量重建) #### 初始构建(首次或全量重建)
``` ```bash
/graphify D:\AI\Website\CharacterMaker --directed --no-viz # 当前目录
/graphify . --directed --no-viz
# 指定目录
/graphify D:\AI\Website\CharacterMaker --directed --no-viz
``` ```
- `--directed`:构建有向图(保留边方向) - `--directed`:构建有向图(保留边方向)