fix(kb): Dataview FROM 改为 proposals(项目根)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-24 22:54:56 +08:00
co-authored by Cursor
parent 62c056e07f
commit f72cc40d17
40 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ related_worldbuilding: [原型, 罐头, 唆麻]
```dataview
TABLE author as "发起人", created as "日期", summary as "一句话"
FROM "kb/proposals"
FROM "proposals"
WHERE contains(targets, this.file.link) AND status = "open"
SORT created DESC
```