984 B
984 B
#复盘/0
一句话描述
[项目Bug索引__]
TABLE without ID
link(file.path, file.name) as "文件名", filter(file.tags, (t)=>startswith(t,"#Bug/")) as "状态", file.mtime AS "最后修改时间"
FROM "01-项目/2604-编程软件"
WHERE startswith(file.name, "Bug") and any(file.tags, (t)=>t="#Bug/碎片")
SORT file.mtime DESC
TABLE without ID
link(file.path, file.name) as "文件名", filter(file.tags, (t)=>startswith(t,"#Bug/")) as "状态", file.mtime AS "最后修改时间"
FROM "01-项目/2604-编程软件"
WHERE startswith(file.name, "Bug") and any(file.tags, (t)=>t="#Bug/评估")
SORT file.mtime DESC
TABLE without ID
link(file.path, file.name) as "文件名", filter(file.tags, (t)=>startswith(t,"#Bug/")) as "状态", file.mtime AS "最后修改时间"
FROM "01-项目/2604-编程软件"
WHERE startswith(file.name, "Bug") and any(file.tags, (t)=>t="#Bug/关闭")
SORT file.mtime DESC