tree: visible => listed

这个提交包含在:
2024-03-16 22:03:22 +01:00
父节点 18f4ad9d51
当前提交 03c6816528
修改 11 个文件,包含 73 行新增47 行删除

1
page.h
查看文件

@@ -10,6 +10,7 @@ class Page
std::string title;
std::string parentpage;
bool listed;
bool feedlisted;
unsigned int current_revision;
unsigned int pageid;
};