docs(kb): 为角色与设定 Bible 添加「关联提案」Dataview 区块

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-24 21:23:55 +08:00
co-authored by Cursor
parent 743bcaef44
commit f8600a9028
37 changed files with 427 additions and 3 deletions
+12
View File
@@ -90,3 +90,15 @@ related_worldbuilding: [云世界]
> | 1 | [[inbox/archived/故事大纲]] | 阴谋论者初次维修、电视机头喇叭禁言、云世界放生、通电后谈判云端 |
> | 2 | [[inbox/archived/剧情细纲]] | 恋人维修 3 选项 C、云世界属于 AI 的乐土 |
> | 3 | Aletheia 旧条目/阴谋论者.md | 旧项目条目:兜帽、电视机头、云世界、年轻版吟游诗人 |
---
### 📡 关联提案 (自动追踪)
> 以下是针对本条目的未决提案,决策前请参考。
```dataview
TABLE author as "发起人", created as "日期", summary as "一句话"
FROM "kb/proposals"
WHERE contains(targets, this.file.link) AND status = "open"
SORT created DESC
```