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;
};